﻿/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#5091cd;
}
a:hover {
	color:#5091cd;
	text-decoration : underline;
}

body {
	vertical-align:top;
	background-color: #4f91cd;
	padding:0;
	margin: 0;
	background-image: url(/images/gradient.gif);
	background-repeat:repeat-x;
}
h1, h2, h3, h4, h5, h6, p, ol {
	padding:0;
	margin:0;
}

p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #58595b;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #00467f;
	margin: 0;
	padding: 0 0 8px 0;
	font-style: normal;
	font-weight: bold;
}


h2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #00467f;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}


img {
	display:block;
	margin:0;
}	

#wrapper {
	width:950px;
	height:auto;
	margin:0 auto 0 auto;
	padding:27px 0 0 0;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:935px;
	height:86px;
	float:left;
	margin:0;
	padding:0 15px 0 0;
	position:relative;
}

.logo {
	display:block;
	margin:0;
	position:absolute;
    left:15px;
    top:0;
}

.hook {
}
/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/
#nav {
	width:712px;
	height:45px;
	margin:0;
	padding:41px 0 0 15px;
	float:right;
	background-image: url(/images/nav.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#nav ul {
	padding:0;
	margin:0;
	width:712px;
}

#nav ul li {
	display: inline;
	padding-bottom: 8px;
/* matches link padding except for left and right */
	padding-top: 15px;
	margin:0;
}

#nav ul li a {
    float:left; 
 	padding: 15px 15px 8px 15px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-right:1px solid #00467f;
	} 

#nav #active { 
	color: #e8d766;
	text-decoration: none;
	background-color:#00467f;
	}
	
#nav ul li a:hover {  
	color: #e8d766;
	text-decoration: none;
	background-color:#00467f;
	}
	
/*--------------------------------------------------------------------------------------------------
	index page
--------------------------------------------------------------------------------------------------*/
#flash {
	width:950px;
	height:226px;
	padding:0;
	margin:0;
	float:left;
	position:relative;
	background-image: url(/images/flash.gif);
	background-repeat:no-repeat;
}

#content {
	width:920px;
	padding:15px 15px 10px 15px;
	margin:0;
	float:left;
	background-color:#FFFFFF;
	text-align:left;
}

#content ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #58595b;
	margin:0;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#content li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}

#copy {
	width:665px;
	min-height:164px;
	padding:20px 25px 0 25px;
	margin:0;
	float:left;
	background-image: url(/images/content.gif);
	background-repeat:no-repeat;
}

.girl {
	padding:0 15px 0 0;
	margin:0;
	float:right;
	display:block;
}

.photo {
	display:block;
	margin:0;
	position:absolute;
    left:610px;
    top:6px;
}

/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/
#green {
	width:920px;
	height:45px;
	padding:36px 0 0 30px;
	margin:0;
	float:left;
	background-image: url(/images/subhead.gif);
	background-repeat:no-repeat;
}

#subcopy {
	width:635px;
	min-height:268px;
	padding:20px 25px 0 25px;
	margin:0;
	float:left;
	background-image: url(/images/subcontent.gif);
	background-repeat:no-repeat;
}

.pictures {
	float:right;
	display:inline;
	padding:0 0 10px 10px;
	margin:0;
	clear:both;
}

#formcontainer {
	width:220px;
	padding:0 0 10px 0;
	margin:0;
	float:right;
	background-image: url(/images/form.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#formcontainer h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #FFFFFF;
	margin: 0;
	padding: 12px 0 10px 32px;
	font-style: normal;
	font-weight: bold;
	background-image: url(/images/formtop.gif);
	background-repeat:no-repeat;
	background-color:#d58a1d;
}

#formcontent {
	width:190px;
	padding:8px 15px 0 0;
	margin:0;
	float:right;
}

.formintro {
	line-height: 14px;
	padding: 0 0 3px 0;
}

.formcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color:#000000;
	margin: 0;
	padding: 5px 0 1px 0;
	font-style: normal;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:400px;
	padding:15px 0 10px 10px;
	margin:5px 0 15px 0;
	float: left;
	text-align:left;
	border:1px solid #5091cd;
	background-color:#FBF7D8;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #D8901C;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 8px 0 0 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #D8901C;
	background-color:#EBA817;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color:#EBA817;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color:#D8901C;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #D8901C;
	background-color:#D8901C;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#D8901C;
	color: #FFFFFF;
}
/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:950px;
	margin:0;
	float:left;
	padding:12px 0 0 0;
	text-align:right;
	background-image: url(/images/bottom.gif);
    background-repeat:no-repeat;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color:#e8d766;
	margin: 0;
	padding: 5px 0 10px 0;
	font-style: normal;
	font-weight: normal;
}		

#footerright {
	width:600px;
	margin:0;
	float:right;
	text-align:right;
	padding:0;
}

#footerleft {
	width:300px;
	margin:0;
	float:left;
	text-align:left;
	padding:0;
}
.geckocopy {
	color:#83aada;
}

.copyright {
	color:#FFFFFF;
}

a.gecko:link {color: #83aada; text-decoration: none;}
a.gecko:active {color: #83aada; text-decoration: none;}
a.gecko:visited {color: #83aada; text-decoration: none;}
a.gecko:hover {color: #FFFFFF; text-decoration: underline;}


a.navlink:link {color: #FFFFFF; text-decoration: none;}
a.navlink:active {color: #FFFFFF; text-decoration: none;}
a.navlink:visited {color: #FFFFFF; text-decoration: none;}
a.navlink:hover {color: #FFFFFF; text-decoration: underline;}


/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}
