@charset "UTF-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #0B3849;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body.enlarge_images {
	margin: 30px auto;
	text-align: center;
	}
h1, h2, h3, h4, h5, p, ul{
	margin: 0;
	}
h1, h2, h3, h4, h5, p {
	padding: 0 0 10px 0;
	}
p.no_space {
	padding: 0;
	}
a {
	margin: 0;
	padding: 0;
	}
#page { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#top {
	height: 45px;
	padding-left: 30px;
	background-color: #016489;
	border-bottom: 1px solid #FFFFFF;
	}
#logo {
	padding: 10px 0 0 0;
	}
	
.header {
	height: 130px;
	border-bottom: 1px solid #FFFFFF;
	background-position: top left;
	}
#header_home { 
	background: url("/Images/aw_home.jpg") no-repeat scroll;
} 

#sidebar2 {
	float: left; 
	width: 240px;
	background-color:#FFFFFF;
}
#menu_bkgd {
	background-color: #016489;
	height: 20px;
	padding: 0;
	margin: 0;
	}

#mainContent { 
	margin: 0 0 0 240px; 
	padding: 0 28px 0 0;
}
#mainContent ul {
	list-style: outside;
	padding-left: 30px;
	}
#mainContent ul.sitemap {
	list-style-type: circle;
	}
#mainContent ul.sitemap ul.sub_sitemap {
	padding-left: 30px;
	list-style-type: circle;
	}
a {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
	color: #000000
}
a:hover {
	color: #FF9900;
}
a.anchor {
	font-style: normal;
	text-decoration: none;
	color: #016489;
	}
.small {
	font-size: .8em;
	}
#footer { 
	height: 50px;
	padding: 0px 10px 0 20px;
	background: url("/Images/FullCircle_footer.jpg") no-repeat scroll;
	background-position: top center;
	border-top: 1px solid #CCCCCC;
	text-align: center;
} 
#footer p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#footer a {
	font-size: 1em;
	font-style: italic;
	text-decoration: none;
	color: #666666
}
#footer a:hover {
	color: #FFCC00;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt_inset {
	float: right;
	width: 220px;
	margin: 0 0 0 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ul#main_menu {
	display: inline;
	position: relative;
	width: 500px;
	top: 0px;
	left: 230px;
	}
ul#main_menu li a {
	font-size: .75em;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
ul#main_menu li a:hover {
	color: #FFFFFF;
}

ul#main_menu li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 5px;
	}
.mm_button_off {
	background-color: #016489;
	}
.mm_button_on {
	background-color: #2ECAF0;
	}

		
ul#basic_menu {
	display: inline;
	margin: 0 30px 0 0;
	}
ul#basic_menu li a {
	font-size: .75em;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
}
ul#basic_menu li a:hover {
	color: #FF9900;
}

ul#basic_menu li {
	display: inline;
	list-style: none;
	}

h1 {
	font-size: 2em;
	font-weight: 100;
	line-height: 1.2em;
	color: #016489;
	padding: 30px 0 15px 0;
	}
h1.smallHead {
	font-size: 1.5em;
	}
h2 {
	color: #FFFFFF;
	font-size: .8em;
	line-height: 1.2em;
	font-weight: bold;
	font-style: italic;
	padding-top: 15px;
	}
h3 {
	color: #016489;
	font-size: 1.2em;
	font-weight: normal;
	padding: 10px 0 15px 0;
	}
h4 {
	color: #016489;
	font-size: 1.2em;
	font-weight: normal;
	padding-top: 10px;
	}
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0 0 0;
	}
.quote_div {
	padding: 0 0 10px 0;
	margin: 5px 0 10px 0;
	border-top: 1px solid #016489;
	border-bottom: 1px solid #016489;
	}
.byline {
	text-align: right;
	}
.superscript {
	font-size: .6em;
	vertical-align: text-top;
	}
.mouse {
	font-size: .8em;
	color: #666666;
	}
.bold {
	font-weight: bold;
	}
.orange {
	color: #FF9900;
	}
.awfont	{
	color: #016489;
	}
.awdds	{
	color: #016489;
	text-align: right;
	padding-top: 15px;
	}
.italic {
	font-style: italic;
	}
.logo_tab {
	width: 250px;
	}
.left_indent {
	padding-left: 10px;
	}
.N_list {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px groove #CCCCCC;
	}
.right_align {
	text-align: right;
	}
.center_align {
	text-align: center;
	}
div#mainContent p.quote {
	font-size: .8em;
	line-height: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #016489;
	padding: 1em 5em 1em 5em;
	}
div#mainContent p.byline {
	font-size: .8em;
	line-height: 1.5em;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: #016489;
	padding: 0 5em;
	}



div.side_content {
	border-top: 3px solid #016489;
	margin: 30px 30px 0 30px;
	}

div.side_content p {
	font-size: .8em;
	line-height: 1.4em;
	color: #333333;
	padding: 0;
	margin: 0 0 1em 0;
	}
div.side_content h3 {
	font-size: .8em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0;
	}
div.side_content h4 {
	width: 100%;
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.75em;
	text-transform: uppercase;
	color: #016489;
	background-color: #B9C6CB;
	border-top: 1px solid #FFFFFF;
	padding: 0;
	margin-bottom: 1em;
	}
div.side_content h4.orange {
	background-color: #FF9900;
	color: #FFFFFF;
	text-align: center;
	text-transform: none;
	}
div.side_content ul {
	font-size: .8em;
	}
div.side_content ul li {
	list-style: disc;
	margin-left: -20px;
	padding: 0;
	}
div.side_content a {
	font-size: 1em;
	color: #016489;
	font-style: italic;
	}
div.side_content a:hover {
	color: #FF9900;
	}
div.side_content h4.orange a {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #FF9900;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
div.side_content h4.orange a:hover {
	color: #000000;
	}
div.side_content table {
	font-size: .8em;
	line-height: 1.4em;
	color: #333333;
	padding: 0;
	margin: 0 0 1em 0;
	}

.product_screen {
	margin: 10px 0 0 0;
	border: 1px solid #000000;
	cursor: pointer;
	}
.enlarge_note {
	cursor: pointer;
	font-style: italic;
	}

div.side_menu{
	margin: 45px 30px 0 30px;
	}
div.side_menu a {
	font-size: .8em;
	color: #016489;
	font-style: italic;
	}
div.side_menu a:hover {
	color: #FF9900;
	}
ul#legal_list li {
	list-style: none;
	}

div.side2_content {
	border-top: 3px solid #016489;
	margin: 30px 30px 0 30px;
	}
div.side2_content h4 {
	width: 100%;
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.75em;
	text-transform: uppercase;
	color: #016489;
	background-color: #B9C6CB;
	border-top: 1px solid #FFFFFF;
	padding: 0;
	margin-bottom: 1em;
	}
div.side2_content input {
	font-size: .8em;
	font-weight: bold;
	color: #000000;
	border: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

