/* CSS Reset - http://meyerweb.com/eric/tools/css/reset/index.html */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
p { margin-bottom:15px; }
.alignright { float:right; }
.alignleft { float:left; }
.clear { clear:both; }
body {
	text-align: center;   /* horizontal centering hack for IE */
	background-color: #eaf3f9;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
}
body, table, tr, td {
	font-family:Arial, Helvetica, sans-serif;
	color: Black;
	font-size:9pt;
}
h2 {
	font-size:11pt;
	color: #205C8E;
}
a:link, a:visited, a:hover {
	color: #205c8e;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
div#wrapper {
	text-align: left;     /* horizontal centering hack for IE */
	width: 767px;  /* 750 plus border on left and right */
	background-image: url(images/aws_background.gif);
	background-color: White;
	margin: 0 auto;
}
div#content {
	width: 679px;
	min-height:500px;
	margin:0 auto;
	padding: 25px 0;
}

div#bodyContent { text-align:left; }
div#footer {
	width:767px;
	height:38px;
	text-align:right;
	background-image: url(images/aws_footer.gif);
	background-repeat: no-repeat;
}
div#footer div {
	padding: 15px 20px 0 0;
	font-size:xx-small;
	color: #6699cc;
}
div#col1_header {
	width:213px;
	height:19px;
	float:left;
	background-color: #99ccff;
}
div#col2_header {
	width:233px;
	height:19px;
	float:left;
	background-color: #6699cc;
}
div#col3_header {
	width:233px;
	height:19px;
	float:left;
	background-color: #cccc33;
}
div#col1 {
	width:213px;
	float: left;
}
div#col2 {
	width:233px;
	float: left;
}
div#col3 {
	width:233px;
	float: left;
}
div#col2n3 {
	width:466px;
	float:left;
}
div.col_blue {
	background-color: #d7e9f5;
	padding-bottom:20px;
}
div.pad_right { padding-right:15px; }
div.pad_left { padding-left:15px; }
div.pad_top { padding-top:15px; }
div.pad_all { padding: 15px; }
ol, ul { margin:15px; }
li {
	color: #205c8e;
	margin-bottom:5px;
}
ol.black li, ul.black li { color: Black; }
li.no_bull {
	list-style-type:none;
	margin-left:-15px;
	margin-bottom:10px;
	clear:both;
}
li span { color: Black; }
div.call_to_action {
	font-family:"Times New Roman", Times, serif;
	font-size:13pt;
	line-height:18pt;
}
.blue { color: #205c8e; }



/*********************************************
 Horizontal Navigation Styles
 *********************************************/
#navigation {
	/*position:absolute;*/
	top:100px;
	margin-top:25px;
	width: 679px; /*679  minus padding */
	overflow: hidden;
	background-image: url(images/aws_nav_bg.gif);
	text-align:center;
	height:34px;
	z-index:996;	
}
#navigation ul {
	list-style:none;
	margin:0px;
	margin-left:0px;
}
#navigation ul li {
	display:inline;
	margin:0px;
	list-style:none;
	float:left;
	width:auto;
	height:34px;
	line-height:34px;
	background: url(images/aws_nav_div.gif) center right no-repeat;
	padding:0 10px;	
}
#navigation ul li a {
	color: White;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px; /* mac/safari has an issue matching PC here */
	font-size-adjust:0; /* use this to help adjust firefox/internet explorer/safari to be the same */
	font-weight:bold;	
}
#navigation ul li a.on, #navigation ul li a:hover {
	height:34px;
	color: #c3cf21;
}
div#navigation li.last { background-image: none; }
/*********************************************
 Drop Down Navigation Styles
 *********************************************/
#nav li ul {
	position: absolute;
	top:134px;
	margin-left:-11px;
	*margin-left:-126px; /* ie7 hack */
	background-color: #3b6f9d;
	display:none;
	z-index:995;
	border-top: solid 1px #84a9d3;
	border-left: solid 1px #84a9d3;
	border-right: solid 1px #84a9d3;
}

#nav li:hover ul { display:block; }

#nav li ul li {
	width:175px;
	text-align:left;
	border-bottom: solid 1px #84a9d3;
	background-color: #3b6f9d;
	background-image: none;
	clear:both;
	display:block;
}

#nav li ul li a { font-weight:bold;	text-transform: none !important; }

#nav li ul li:hover a:link, #nav li ul li:hover a:visited {
	color: #c3cf21;	
}