/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background:#D6E0EA;
	font:12px verdana, arial, sans-serif;
	color:#393939;
	padding:0 0 40px 0;
	}
	
#container {
	width:781px;
	padding:0 13px 12px 12px;
	margin:0 auto;
	background:url(../images/content-bg.gif) repeat-y;
	}


#header {
	position:relative;
	height:187px;
	background:white url(../images/header-bg-right.jpg) right top no-repeat;
	}

#content-container {
	width:781px;
	}

	
#main-content {
	float:left;
	width:555px;
	padding:40px 20px;
	}
	
#sidebar-right {
	float:right;
	width:183px;
	}

	
#footer {
	width:746px;
	padding:3px 30px;
	margin:0 auto;
	background:url(../images/footer-bg.png) no-repeat;
	color:white;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

.header-logo {
	padding:30px 0 0 15px;
	}

#header-nav {
	width:779px;
	position:absolute;
	bottom:0;
	left:0;
	height:32px;
	background:#5691B9 url(../images/header-nav-bg.gif) repeat-x;
	border:1px solid #B1C7DC;
	}

#header-nav ul {
	padding-left:1px;
	}

#header-nav li {
	float:left;
	width:auto;
	height:32px;
	}
	
#header-nav li a {
	width:1%;
	display:block;
	font:bold 14px arial;
	color:#E7ECE7;
	height:32px;
	line-height:32px;
	padding:0 13px;
	background:url(../images/li-a-bg.gif) repeat-x;
	text-decoration:none;
	white-space:nowrap;
	}

html>body #header-nav li a {
	width:auto;
	}

#header-nav li a:hover {
	background-position:0 -32px;
	}
	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

.sidebar-content {
	padding:10px;
	font-size:11px;
	}

.sidebar-content-contact {
	padding:10px 0 10px 10px;
	font-size:11px;
	}

.dark-blue-h2 {
	font:bold 16px arial, verdana, sans-serif;
	color:white;
	background:#5D84AF;
	padding:10px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	margin:0;
	}

.light-blue-h2 {
	font:bold 16px arial, verdana, sans-serif;
	color:white;
	background:#99B3CC;
	padding:10px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	margin:0;
	}
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
	color:#5C84AE;
	text-decoration:underline;
	}

a:hover {
 text-decoration:none;
	}

a.click-link {
	padding-right:16px;
	background:url(../images/click-link-bg.gif) right 60% no-repeat;
	}

h1,h2,h3,h4,h5,h6 {
	
	}
	
#main-content h1 {
	font:24px arial, verdana, sans-serif;
	color:#5980AA;
	margin-bottom:15px;
	}

#main-content h2 {
	font:bold 16px arial, verdana, sans-serif;
	color:#5980AA;
	padding-top:10px;
	margin-bottom:15px;
	}

#main-content blockquote {
	background-color: #D6E0EA;
	border:1px solid #5D84AF;
	padding:10px;
	text-align: center;
	font-weight: bold;
	margin-bottom:10px;
	}

#main-content p {
	line-height:1.5;
	margin-bottom:10px;
	}


#main-content img {
	border:none;
	}

#main-content ul {
	margin: 10px 20px;
	}

#main-content ul li {
	line-height: 20px;
	padding-left: 17px;
	}

#main-content table {
	margin: 0;
	padding: 0;
	}
#main-content tr {

	}

#main-content td {
	margin: 0;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: 1px solid #5D84AF;
}

#main-content ul {
	margin: 0;
}
/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

.logo-container {
	width:686px;
	padding:30px;
	text-align:right;
	background:url(../images/aws-footer-logo.png) 30px 25px no-repeat;
	}

/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	

