@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body,td,th {
	font-size: medium;
}
body {
	border:0;
	background-repeat: repeat-x;
	background-position:top center;
	background-color:#061018;
	background-image: url(../images/top-home.png);
}
#site {
	width:100%;
	background-position:center;
}

/* ---------------------------------------------------- */
/* TEXT STYLE
/* ---------------------------------------------------- */
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFFFFF;
	font-style: italic;
}
h2 {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
	padding-top:20px;
}

h2 a{
	color:#CCCCCC;
	text-decoration:none;
	border-bottom: 1px dotted #999999;
}

h2 a:hover{
	color:#999999;
	border-bottom: 1px solid #666666;
}

p {
	font-size: medium;
	color: #FFFFFF;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p a{
	border-bottom:1px dotted #CCCCCC;
	color:#CCCCCC;
	text-decoration:none;
}


p a:hover {
	border-bottom:1px solid #999999;
	color:#999999;
	text-decoration:none;
}

a	{
	color:#999999;
}
a img {
	border:medium none;
}

a hover {
	border: none;
	color:#000000;
	}
a link {
	color:#666666;
}

#twoColumns ul{
	color:#FFFFFF;
	padding-left:20px;

}

#twoColumns li{
	padding-bottom:10px;
}

.q {
	padding-top:20px;
	color: #CCCCCC;
}
/* ---------------------------------------------------- */
/* SITE LAYOUT
/* ---------------------------------------------------- */
#container {
	width:940px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	border: 0 auto;
	margin-top: 0px;
}

#header {	
	margin:0 auto;
	width:940px;
	height:250px;
	position:relative;
}

#toplogo {
	width: 100%;
	background-image: url(../images/top-logo-home.jpg);
	height: 250px;
	background-repeat: no-repeat;
	background-position: center;
}

#logo {	
	width:230px;
	height: 100%;
	float:left;
}

#slogan {
	width:300px;
	float:right;
	position:relative;
	font:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin-top:100px;
}

#images {
	width:940;
	height:300;
	
}


#wrapper {
	margin:0 auto;
	width: 940px;
	overflow:hidden;
	position:relative;
	background-image: url(../images/water.jpg);
	background-repeat: no-repeat;
}
#twoColumns {
	margin:0 auto;
	padding-bottom:50px;
	background-image: url(../images/contentfill.png);
	background-repeat:repeat-y;
}

#leftColumn {
	width:600px;
	float:left;
	padding:20px;
}

#rightColumn {
	width:250px;
	float:right;
	padding:20px;
}



/* ---------------------------------------------------- */
/* NAVIGATION
/* ---------------------------------------------------- */

/* ---------------------- Dropdown nav ---------------------- */

#topnavContainer{
	font-size:14px;
	width:900px;
	height: 35px;
	background:url(../images/topnav_bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	}
	
#navTranslation{
	width:40px;
	height:35px;
	background:url(../images/topnav_bg.gif) repeat-x;
	float:left;

}

ul.topnav {
	list-style-type: none;
	margin: 0;
	background: #222;
	padding: 0 40px;

}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background:url(../images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {
	background-position: center bottom; 
	cursor: pointer;} /*--Hover effect for trigger--*/


ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
}

/* ---------------------- Dropdown nav ---------------------- */

#contactForm{
	width:410px;
	float: left;
}

#contactBlurb{

}


#contactInfo{
	width:410px;
	float: right;
}

#request_form{
	width:800px;
	float: left;
	padding-left: 50px;
	padding-top: 20px;
}

#request_form p{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 20px 0px;
}

#request_info{
	width:800px;
	float:left;
}


#form1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	margin: 1px;
	padding: 1px;
}

/* ---------------------------------------------------- */
/* FOOTER
/* ---------------------------------------------------- */
#footer {
	text-align: center;
	clear: both;
	width:100%;
	padding-top: 40px;
	color: #CC9900;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:  url(../images/footer.gif) repeat-x #552521;
	min-height: 150px;
	padding-bottom:40px;
}
#footer p.smalltext{
	font-size: 10px;
    text-align: left;
    width: 940px;
}
#footer p{
	color:#FFFFFF;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	padding: 10px;
	margin: 0 auto;
}

#footer ul {
	margin: 0px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	font-size: 100%;
	color: #999999;
	text-decoration: none;
}

/* ---------------------------------------------------- */
/* /FOOTER
/* ---------------------------------------------------- */

.icons {
	float:left;
	margin:0;
	padding:10px 30px 10px;
	width:600px;
}
.icons img {
	border:0 none;
	float:left;
	margin:0 14px 0 0;
	padding:4px;
}

.icon_text {
	font-size: medium;
	color: #000000;
	text-align: left;
	padding: 0px;
}

.icon_text a{
	border-bottom:1px dotted #000033;
	color:#000000;
	text-decoration:none;
}


.icon_text a:hover {
	border-bottom:1px solid #003366;
	color:#003366;
	text-decoration:none;
}

img.floatLeft {
	float: left;
	margin: 0px;
	margin-right: 10px;
}
img.floatRight {
	float: right;
	margin-left: 10px;
}
#clear {
	clear: both; 
	margin: 0px
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {color: #FFFFFF}



/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 940px;
	height: 300px;
	border: 0px;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */}

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

#slideshow p {
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;}

#slideshow .slides ul {
	width: 7520px;
	height: 300px;
}

#slideshow .slides li {
	width: 940px;
	float: left;
	padding: 0px;}

#slideshow .slides h2 {
	margin-top: 0;}

/* ---------------------------------------------------- */
/* ThickBox
/* ---------------------------------------------------- */
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}



/* ---------------------------------------------------- */
/* /ICONS
/* ---------------------------------------------------- */
.icons {
	float:left;
	margin:0;
	padding:10px 30px 10px;
	width:550px;
}
.icons img {
	border:0 none;
	float:left;
	margin:0 14px 0 0;
	padding:4px;
}

.icon_text {
	font-size: medium;
	color: #000000;
	text-align: left;
	padding: 0px;
}

.icon_text a{
	border-bottom:1px dotted #000033;
	color:#000000;
	text-decoration:none;
}


.icon_text a:hover {
	border-bottom:1px solid #003366;
	color:#003366;
	text-decoration:none;
}

/* ---------------------------------------------------- */
/* /SIDE LINK
/* ---------------------------------------------------- */
.sideLink{
	width:250px;
}

.sideLink img{
	border:0 none;
	margin:0 14px 0 0;
	padding:4px;
	float: left;
}

.sideLink p {
	font-size:medium;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}

.sideLink p a {
	text-decoration:underline;
	border:none;

