/** RESET STYLES **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
	outline: none;
}
:-moz-any-link:focus {
	outline: none;
}

/** CLEARFIX **/

.clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/** STYLES **/

html {
	overflow-y: scroll;
	
	height: 100%;
	width: 100%;
	background: #0460ae url('../images/bg_repeat_x.jpg') repeat-x top;
}



body {
	background: transparent url('../images/bg.jpg') no-repeat top center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 830px;
	height: 1000px;
	margin: 0 auto;
}

#header-wrapper {
	height: 400px;
	width: 100%;
	position: relative;
}

#banner {
	position: relative;
	top: 158px;
	left: 14px;
	width: 800px;
	height: 242px;
}

#content-wrapper {
	width: 100%;
	min-height: 330px;
}

#main-menu {
	width: 90%;
	margin-bottom: 20px;
}

#main-menu ul {
	float: left;
	position: relative;
	left: -10px;
}

#main-menu ul li {
	display: block;
}

#main-menu li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #7ec8e1;
	background: #fff url(/static/images/bg_repeat_x.jpg) repeat-x 0 -333px;
	
	padding: 7px 10px;
	width: 183px;
	text-transform: capitalize;
	letter-spacing: 1px;
	border-bottom: 1px solid #70b7d8;
}

#main-menu li a:hover {
	background-position: 0 -339px;
	color: #fff;
}

#main-menu li #active {
	background: #fff url(/static/images/bg_repeat_x.jpg) repeat-x 0 -433px;
	color: #fff;
}

#left-col {
	float: left;
	width: 192px;
	position: relative;
	padding: 10px;
	left: 15px;
	color: #fff;
}

#right-col {
	float: right;
	width: 550px;
	padding: 10px 20px;
	position: relative;
	right: 15px;
	color: #fff;
}

#right-col ul {
	list-style: disc;
	margin: 5px 0 5px 30px;
}

#right-col ol {
	list-style: decimal;
	margin: 5px 0 5px 30px;
}

#right-col p {
	margin-bottom: 1em;
}
#footer-wrapper p {
	margin-bottom: .5em;
}
#footer-wrapper {
	border-top: 1px dotted #41b3dc;
	color: #41b3dc;
	padding: 20px 0;
	font-size: .8em;
	text-align: left;
	margin-top: 30px;
	text-transform: uppercase;
	padding-bottom: 100px;
}



/* FONTS */

#header {
	text-indent: -9999px;
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 0px;
}

#header a {
	width: 170px;
	height: 109px;
	display: block;
}

h1 {
	font-size: 1.7em;
	text-transform: uppercase;
	color: #76c5df;
	margin: .5em 0;
	letter-spacing: .1em;
}

h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: .5em;	
}

h3 {
	font-size: 1.3em;
	color: #fff;
	margin-bottom: .5em;	
}

h4 {
	
}

#right-col {
	letter-spacing: .1em;
}


.contact-table a:link { color: #c9e6fa; text-decoration: none; }
#right-col a:link,  #footer-wrapper a:link {color: #c9e6fa; text-decoration: none; border-bottom: 1px solid #c9e6fa; }
#right-col a:active, .contact-table a:active, #footer-wrappe a:active {color: #c9e6fa; text-decoration: none; }
#right-col a:visited, .contact-table a:visited, #footer-wrapper a:visited {color: #c9e6fa; text-decoration: none; }
#right-col a:hover, .contact-table a:hover {color: #103c7b; text-decoration: none; }
#footer-wrapper a:hover {color: #41b3dc; text-decoration: none; border-bottom: 1px solid #41b3dc; }

strong {
	font-weight: bold;
}



.pics { overflow: hidden }

.pics img { height: 242px; width: 800px; top:0; left:0; }

#nav {
	position: absolute;
	top: 129px;
	right: 40px;
}

#nav a {  background: #fff url(/static/images/bg_repeat_x.jpg) repeat-x 0 -433px; color: #fff; text-decoration: none; margin: 0 1px; padding: 2px 5px; display: inline; border-bottom: 1px solid #ace2fe;}
#nav a.activeSlide { background: #ace2fe; color: #000; }
#nav a:focus { outline: none;  }

.contact-table {
	width: 90%;
}

.contact-table td {
	padding: 3px 0;
	border-bottom: 1px solid #6bb5d8;
}

.align-left {
	float: left;
	margin-right: 14px;
	margin-bottom: 16px;
}

#right-col img {
	margin: 20px 20px 20px 0;
}

#right-col ol, #right-col ul {
	margin: 10px 0 10px 50px;
}

