﻿body
{
	background-color: #114984;
	margin: 0 0 0 0;
	font-family: trebuchet ms, arial, verdana, lucida grande, sans-serif;
	font-size: small;
}

/* NOTE: The ordering of 'a' styles is important */
a
{
	font-size: small;
}


a:link
{
	text-decoration: none;
}

a:active /* !!This is broken!! */
{
	color: #ff0;
	text-decoration: underline;
}


a:visited
{
	text-decoration: none;
}


a:hover
{
	color: #339999;
	text-decoration: underline;
}



h1
{
	font-size: 16px; /*color: #009933; 	display: inline;*/
	margin-bottom: 5px;
	color: #007BA9;
	/*border-bottom: orangered 1px dashed;*/
}


h2
{
	margin-bottom: 3px;
	padding: 0;
	color: #ff6600;
	font-size: 12px;
	font-weight: bold;
}

p
{
	/* No lines before paragraphs */
	margin-top: 0px;
	line-height: 1.5em;
	padding-bottom: 4px;
	font-size: 12px;
	color: #434e54;
}

table
{
	margin-left: 30px;
}

.outlined_table
{
	border-right: #ffffff 1px dashed;
	border-top: #ffffff 1px dashed;
	border-left: #ffffff 1px dashed;
	border-bottom: #ffffff 1px dashed;
}

.right_justify
{
	text-align: right;
}


#outer_top
{
	background-color: #F2FCFE;
	height: 10px;
}

#mid_top
{
	background-image: url(images/vert_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 1px; /* Fix for bug in Firefox/Opera/Safari where they show gap between divs*/
}

#outer_bottom
{
	background-color: #114984;
}

/* Wrapper section */
#wrapper
{
	/*width: 960px;*/
	width: 800px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

/* Header Section */
#header
{
	background-image: url(images/aquila_business_it_logo.png);
	background-position: top; /*border-bottom: #0d0d0d 4px solid;*/
	background-color: #000;
	vertical-align: top;
	height: 100px;
	color: #fff;
}

#header ul
{
	/*float: right;*/
	margin-right: 10px;
	margin-top: 2px;
	text-align: right;
	height: 22px;
}

#header li
{
	display: inline;
	color: #fff;
}

#header li a
{
	display: inline;
	color: #eee;
}

#header li a:hover
{
	display: inline;
	color: #ff0;
}

#tagline
{
	font-size: 1.1em;
	color: #fff;
	text-align: right;
	margin-right: 55px;
}

/* Sub Header Section */
#sub_header
{
	background-image: url(images/sub_header_bg.jpg);
	background-position: top;
	height: 28px;
	border-left: #808080 1px solid;
	border-right: #c0c0c0 1px solid;
	border-bottom: #606060 1px solid;
}

/* Breadcrumb */
#breadcrumb
{
	float: left;
	padding-top: 5px;
	padding-left: 8px;
}

/* Header Search Section */
#header_search
{
	float: right;
	font-size: xx-small;
	height: 28px;
	padding-top: 2px;
	padding-right: 5px;
}

#header_search input[type="text"]
{
	border-right: #a9a9a9 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #a9a9a9 1px solid;
}

#header_search input[type="submit"]
{
	height: 22px;
}

.gen_center
{
	text-align: center;
}

/* Main Content */
#content
{
	vertical-align: top; /*margin: 0px 130px 0px 170px;;*/
	margin: 0px 0px 0px 0px;
	padding: 8px 2px 2px 10px;
	border-top: #c8c8c8 1px solid;
	border-left: #808080 1px solid;
/**/	border-right: #606060 1px solid;
	background-color: #E1FFFF;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
}

#content a
{
	line-height: 1.6em;
}


#content p
{
	margin-top: 0px;
	margin-bottom: 3px;
}

#right_side
{
float: right; 
	}

#nav_header
{
	font-size: 16px;
	font-weight: bold;
	color: #00749F;
	padding-top: 0px;
	margin-right: 5px;
}
#nav_links
{
	/*background-color: #ffefd5;*/
	/* background-color: #FFFFD9;*/
	background-color:#FFFFEC;
	/* background-color:#FFFFE3;*/
	padding-left: 4px;
	padding-top: 0px;
	margin-right: 5px;
	width: 175px;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

#nav_links a
{
	font-size:12px;
	font-weight:bold;
	color: #ff6600;
}

#nav_links_footer
{
	 text-align:right;
	 margin-right: 5px;
	}

#nav_links_footer a
{
	font-size:12px;
	font-weight:bold;
	color: #ff6600;
	 
	}

#clear
{
	clear: both;
	height: 1px;
}

#left_side
{
	width: 600px;
	float: left;
}

#main_image
{
	float: left;
}

#mid_left
{
 margin-left:10px;	
  padding-right:10px;
}

#bottom_left img
{
	padding-right: 10px;
	padding-top: 4px;
}


.quoted_text
{
	font-size: 8pt;
	font-style: italic;
	color: #555;
}

.footer_padding_above
{
	background-color: #114984;
	height: 15px;
	clear: both;
}


.footer_padding_below
{
	background-color: #114984;
	height: 25px;
	clear: both;
	text-align: center;
	padding-top: 10px;
}

.footer_padding_below a
{
	color: #ff0;
	font-size: 0.8em;
}

/* Footer */
#footer
{
	text-align: center;
	color: #fff;
	width: 100%;
	clear: both;
	background-color: #114984;
	background-image: url(images/footer_bg.png);
height:96px;
padding-top:4px;
}

#footer a
{
	color: #fff;
}

#footer a:hover
{
	color: #ff0;
}

#footer ul
{
	/*float: right; 	margin-right: 5px; 	margin-top: 2px;*/
	  margin:0px;
	  padding:0px;
}

#footer li
{
	display: inline;
}

.page_knockout {
	border: 1px solid #C0C0C0;
	background-color: #FFFFEC;
	color: #FF3300;
	margin-left: 70px;
	margin-right: 70px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
}
.page_knockout li {
/*list-style-image: url('images/navigate_right.png');*/
	list-style-image: url('images/star_green.png');
	list-style-position: outside;
	font-size: 12px;
	color: #434E54;
	padding-left: 5px;
}

.CertPartnerlogo
{
 padding-bottom:15px;
 padding-top:10px;
	}