/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Tahoma;
 font-size: 14px;
 background: #13879f;
}
#wrapper { 
 margin: 0 auto;
 width: 100%;
}
h3 {
	font-size:16px;
	color: #204655;
}
img { border:0;}
#headerout {
 width: 100%;
 background-color:#13879f;
}
#header {
 width: 1000px;
 color: #333;
 height: 243px;
 margin: 0 auto;
 background: #13879f;
 background-position:left;
 background-repeat:no-repeat;
 text-align:right;
}
#navigationout {
 width: 100%;
 background-color:#13879f;
}
#navigation {
 width: 1000px;
 color: #E5EEF3;
 margin: 0px 0px 0px 0px;
 height: 45px;
 background: none;
 margin: 0 auto;
 background-image:url(design-images/nav.png);
}
#contentout {
 width: 100%;
 background-color:#FFFFFF;
}
#content { 
 width: 1000px;
 height: 178px;
 color: #333;
 background-color:#13879f;
 margin: 0 auto;
}
#content p {
 width: 800px;
 text-align:left;
 float:left;
 padding-top: 10px;
}
#wrappertext { 
 margin: 0 auto;
 width: 1000px;
 background-color:#13879f;
}
#textout {
 width: 1000px;
 padding-top: 10px;
}
#text { 
 color: #fff;
 margin: 0px;
 padding: 10px;
 width: 650px;
 float: left;
}
#texthome { 
 color: #fff;
 margin: 0px;
 padding: 10px;
 width: 1000px;
 float: left;
}
#ctaout {
 width: 100%;
 background-color:#FFFFFF;
 padding-top: 20px;
}
#cta  { 
 float: right;
 color: #333;
 width: 280px;
 display: inline;
 position: relative;
}
#text p {
 width: 660px;
 text-align:left;
 padding-top: 15px;
}
#text h3 {
 width: 700px;
 text-align:left;
 padding-top: 15px;
}
#blueout {
 width: 100%;
 background-color:#FFFFFF;
}
#blue { 
 width: 1000px;
 height: 135px;
 color: #333;
 background-color:#244C70;
 background-image:url(design-images/bluebar.png);
 margin: 0 auto;
}
#blue p {
 width: 900px;
 text-align:left;
 padding: 25px 0px 0px 40px;
 font-size:27px;
 line-height: 40px;
 color:#FFFFFF;
 font-family:"Century Gothic", Arial;
}
#footerimgout {
 width: 100%;
 background-color:#FFFFFF;
 background-image:url(design-images/footer.png);
 background-repeat:repeat-x;
 height: 385px;
 background-position:bottom;
 clear:both;
}
#footerout {
 width: 100%;
 background-color:#13879f;
}
#footer { 
 width: 1000px;
 color: #fff;
 background: #13879f;
 margin: 0 auto;
 height: 385px;
}
#footerouter { 
 width: 100%;
 background: #13879f;
}
#copyrightout {
 width: 100%;
 background-color:#13879f;
}
#copyright { 
 width: 1000px;
 color: #fff;
 background: #13879f;
 margin: 0 auto;
 padding-bottom:20px;
}

/* Fonts */
.style1 {
	color: #4FC0EA;;
	font-weight: bold;
	font-size: 14px;
}
.style2 {color: #4FC0EA}

/* Links */

a:link {
	color: #5289BF;
}
a:visited {
	color: #5289BF;
}
a:hover {
	color: #70BCFE;
}

.footer a:link { color: #fff;}
.footer A:visited { color: #fff;}
.footer A:active { color: #fff;}
.footer A:hover { color: #fff;}

.submenu {width: 280px;}
.selected {padding-left:40px; background-image:url(design-images/bullet.png); background-position:left; background-repeat:no-repeat;}
.notselected {padding-left:40px;}
