/*Text Styles*/
body{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	}

a{
	color: #0099FF;
	text-decoration: none;
	}

a:visited{
	color: #0099FF;
	text-decoration: none;
	}

a:hover{
	color: #006699;
	text-decoration: none;
	}


.title-1 {
	display: block
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	color: #000000;
	margin-bottom: 15px;
	}


/*All Home Page Styles*/
/*These styles are only to be used on the home page.*/

.content-home { 
	float: left;
	text-align: left;
	width: 900px;
	height: 770px;
	background-image: url(/images/image_homepage.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	} 

.home-text {
	float: left;
	text-align: left;
	margin-top: 229px;
	margin-left: 280px;
	}

.home-title-1 {
	display: block
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #18A4DA;
	}

.home-title-2 {
	display: block
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	color: #18A4DA;
	padding-bottom: 8px;
	border-bottom-width: 1px; 
	border-bottom-color: #666666; 
	border-bottom-style: dashed;
	}	

a.home-link:link {
	float: left;
	text-align: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 8px;
	padding-right: 12px;
	background-image: url(/images/image_homepage_arrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
a.home-link:visited {
	float: left;
	text-align: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 8px;
	padding-right: 12px;
	background-image: url(/images/image_homepage_arrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}	

a.home-link:hover {
	float: left;
	text-align: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 8px;
	padding-right: 12px;
	background-image: url(/images/image_homepage_arrow_black.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}


/*Main Container Styles*/

#wrapper {
      position: absolute;
      left: 50%;
      width: 920px;
      margin-left: -460px; /* half of width */
      margin-top: 0px; 
      padding-left: 10px;
	padding-right: 10px;
      text-align: center;
      }
	
.content { 
	float: left;
	text-align: left;
	width: 900px;
	padding-bottom: 100px;
	} 

.column-a { 
	float: left;
	text-align: left;
	width: 424px;
	padding-right: 25px;
	} 

.column-b { 
	float: left;
	text-align: left;
	width: 425px;
	height: 630px;
	padding-left: 25px;
	border-left-width: 1px; 
	border-left-color: #CCCCCC; 
	border-left-style: solid;
	} 	

.column-c {
	float: left;
	text-align: left;
	width: 403px;
	padding-top: 47px;
	padding-right: 46px;
	padding-bottom: 47px;
	border-right-width: 1px; 
	border-right-color: #CCCCCC; 
	border-right-style: solid;
	border-top-width: 1px; 
	border-top-color: #CCCCCC; 
	border-top-style: solid;
	} 	

.column-d {
	float: left;
	text-align: left;
	width: 403px;
	padding-top: 47px;
	padding-left: 47px;
	padding-bottom: 47px;
	border-top-width: 1px; 
	border-top-color: #CCCCCC; 
	border-top-style: solid;
	} 	
	
.column-e-left { 
	float: left;
	text-align: left;
	width: 425px;
	padding-right: 50px;
	} 	

.column-e-right { 
	float: left;
	text-align: left;
	width: 425px;
	} 	
	
.section-a {
	float: left;
	text-align: left;
	width: 900px;
	border-top-width: 1px; 
	border-top-color: #CCCCCC; 
	border-top-style: dashed;
	padding-top: 15px;
	margin-bottom: 60px;
	} 

	
	
/*Main Navigation Styles*/

.navigation {
	float: left;
	text-align: left;
	width: 900px;
	height: 115px; 
	} 	

.nav-logo {
	float: left;
	width: 191px;
	height: 64px;
	margin-top: 24px;
	}	
	
.nav-item {
	float: right;
	font-family: arial,san-serif; 
	font-size: 14px;
	color: #666666;
	padding-top: 20px;
	margin-left: 30px;
	}
		
.nav-item-on {
	float: right;
	font-family: arial,san-serif; 
	font-size: 14px;
	color: #666666;
	padding-top: 20px;
	margin-left: 30px;
	background-image: url(/images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}

a.nav-item:link {
	color: #666666;
	text-decoration: none;
	}

a.nav-item:visited {
	color: #666666;
	text-decoration: none;
	}

a.nav-item:hover{
	color: #000000;
	text-decoration: none;
	}	


/*Subnav Styles*/

.subnav {
	float: left;
	text-align: left;
	width: 900px;
	height: 19px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px; 
	border-top-color: #CCCCCC; 
	border-top-style: solid;
	border-bottom-width: 1px; 
	border-bottom-color: #CCCCCC; 
	border-bottom-style: solid;
	} 

.subnav-item {
	float: left;
	text-align: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	height: 16px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 3px;
	}
	
.subnav-item-on {
	float: left;
	text-align: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	height: 16px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 3px;
	background-color: #E5E5E5;
	}	
	
a.subnav-item:link {
	color: #666666;
	text-decoration: none;
	}
	
a.subnav-item:visited {
	color: #666666;
	text-decoration: none;
	}
	
a.subnav-item:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	}		

.subnav-divider {
	float: left;
	width: 5px;
	}




/*Footer Styles*/	

.footer {
	float: left;
	text-align: left;
	font-family: arial,san-serif; 
	font-size: 10px;
	color: #999999;
	width: 900px;
	padding-top: 4px;
	border-top-width: 1px; 
	border-top-color: #CCCCCC; 
	border-top-style: solid;
	margin-bottom: 100px;
	} 

.footer-legal {
	float: right;
	}	

.footer-item-1 {
	float: left;
	padding-right: 8px;
	border-right-width: 1px; 
	border-right-color: #CCCCCC; 
	border-right-style: solid;
	}

a.footer-item-1:link {
	color: #999999;
	text-decoration: none;
	}
	
a.footer-item-1:visited {
	color: #999999;
	text-decoration: none;
	}	

a.footer-item-1:hover{
	color: #000000;
	text-decoration: none;
	}
	
.footer-item-2 {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	border-right-width: 1px; 
	border-right-color: #CCCCCC; 
	border-right-style: solid;
	}	
	
a.footer-item-2:link {
	color: #999999;
	text-decoration: none;
	}

a.footer-item-2:visited {
	color: #999999;
	text-decoration: none;
	}	

a.footer-item-2:hover{
	color: #000000;
	text-decoration: none;
	}

.footer-item-3 {
	float: left;
	padding-left: 8px;
	}
	
a.footer-item-3:link {
	color: #999999;
	text-decoration: none;
	}
	
a.footer-item-3:visited {
	color: #999999;
	text-decoration: none;
	}		

a.footer-item-3:hover{
	color: #000000;
	text-decoration: none;
	}		



/*Contact Form Styles*/	
	
form {
	padding-top: 0px;
	}
	
form ol {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	}
	
form ol li {
	margin: 0;
	padding-bottom: 15px;
	clear: both;
	float: left;
	width: 100%;
	}
	
form ol li.last {
	padding-bottom: 0;
	}
	
form ol li label {
	display: block;
	cursor: pointer;
	font-family: arial,san-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 3px;
	}
	
form ol li.cb label {
	display: inline;
	}
	
form ol li.cb label span {
	font-size: 70%;
	color: #999;
	}
	
form ol li input, form ol li textarea {
	padding: 3px;
	width: 417px;
	font: inherit;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px;
	border-color: #CCCCCC; 
	border-style: solid;
	}
	
form ol li.cb input {
	width: auto;
	border: none;
	}
	
form ol li textarea {
	height: 200px;
	}
	
form ol li.buttons input {
	padding: 0;
	width: 125px;
	height: 21px; 
	border: none;
	}
	
form#sendEmail ol li.buttons img {
	padding: 0;
	width: 125px;
	height: 21px; 
	border: none;
	}
	
form .error {
	margin-top: 3px;
	display: block;
	height: 14px;
	font-family: arial,san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	}


















	

/*Non Flash Styles*/	


.nonflash_image {
	display: block
	float: left;
	width: 403px;
	height: 540px;
	margin-bottom: 10px;
	border-width: 1px; 
	border-color: #999999; 
	border-style: solid;
	}






	
