@charset "utf-8";
 
html, body {
	height: 100%;
	font: 62.5% Arial, Helvetica, Tahoma, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background: #001f34 url(../images/bg_main2.jpg) no-repeat;
	background-attachment:fixed;
	background-position:top center; 
	}
#wrapper {
	margin:0 auto;
	position:relative;
	width:960px;
	text-align: left; 

}

/****************************************
 * Header
 ****************************************/
#header {
  font: 12px bold;
  color: #001f34;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 auto;
  padding: 10px 0px 0px 0px; 
  height: 92px;	
}
 #header-inner {
  	position: relative;
  	margin: 0 auto;
  	width: 960px;
  	height: 75px;

}
#header-links1 {
  float: left;
  width: 760px;
  padding: 0px 0px 0px 0px;
}
#header-links2 {
  color: #000;
  background:#ccc;
  float: right;
  width: 110px; 
  -moz-border-radius: 5px; -webkit-border-radius:5px; 
  padding: 5px;
  text-align: center;
}

#header a, #footer a:visited {
	color: #37759D;
	text-decoration: none;
}

#header a:hover {
	color: #37759D;
	text-decoration: none;
	border-bottom:1px dotted #37759D;
}

#header a:active {
	color: #37759D;
}

/****************************************
 * Navigation
 ****************************************/
 #navigation {
	position: relative;
  	padding: 0px 0px 0px 0px; 
  	height: 40px;
	margin: 0 auto;
}

/****************************************
 * Content Layout
 ****************************************/
#container_content {
	width: 960px; 
	margin: 0 auto; 
	text-align: left; 
	clear:both;
	display:block;
	z-index: 1;
	
	
}
#content.frontpage {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
#content {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background:#1F252B url(../images/bg_main_content.gif) repeat-x center top;
	border:1px solid #2B3947;
	clear:both;
	display:block;
	padding:20px;
	z-index: 1;
	margin-top: 15px;
	
	
}
.left-content {
float:left;
width:600px;

}

.left-content .header {
font-family: "Trebuchet", Arial, Helvetica, sans-serif;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
background: #333;
padding: 1px 5px 5px 10px;
margin-bottom: 2px;
height: 35px;
font-size: 30px;	
color: #88ac0b;
font-weight: Bold; 	
}
.left-content .white-box {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
background:#FFFFFF;
padding: 1px 5px 5px 5px;
font-size: 14px;
}
.right-content {
float:right;
width:300px;

}
.right-content .header {
font-family: "Trebuchet", Arial, Helvetica, sans-serif;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
background: #333;
padding: 1px 5px 5px 10px;
margin-bottom: 2px;
height: 30px;
font-size: 25px;	
color: #88ac0b;
font-weight: Bold; 	
}
.right-content .white-box, .right-content .white-box2 {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
background:#CCCCCC ;
padding: 1px 5px 5px 5px;
font-size: 13px;
}
.right-content .header2 {
font-family: "Trebuchet", Arial, Helvetica, sans-serif;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
background: #333;
padding: 1px 5px 5px 10px;
margin-bottom: 2px;
margin-top: 15px;
height: 30px;
font-size: 25px;	
color: #88ac0b;
font-weight: Bold; 	
}
.med-content {
background:#FFF;
margin:0px 0px 7px 0px;
width:550px;

}
.right-menu {
-moz-border-radius:5px;
-webkit-border-radius: 5px;
background:#CCCCCC ;
padding: 1px 5px 5px 5px;
font-size: 13px;
}

.email_header {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	position: relative;
	background:#CCC;
	padding: 3px;
	margin: 2px 0px 2px 0px;
	height:2.5em;
	font-size: 1.0em;
	font-weight:bold;
	color:#000;
	font-family: "Trebuchet", Arial, Helvetica, sans-serif;
	text-align:center;
}
.download {
	position: relative;
	padding: 3px;
	font-size: 90%;
	border-top: 1px solid #ccc;
}
.download_header {
	border: 1px solid #999;
	background:#333 url(../images/arrow_down.png);
	background-repeat:no-repeat;
	background-position:right;
	padding: 10px;
	margin-top:5px;
	height:30px;
	font-size: 1.5em;
	color:#88AC0B;
	font-family: "Trebuchet", Arial, Helvetica, sans-serif;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
/****************************************
 * Footer
 ****************************************/
#footer {
	position: relative;
	margin: 0 auto;
	height: 75px;
	font-size: 11px;
	padding: 10px 0px 0px 0px;
}
 #footer-inner {
  	position: relative;
  	margin: 0 auto;
  	width: 960px;
  	height: 75px;

}
#footer-links1 {
  float: left;
  width: 45%;
  padding: 0px 0px 0px 0px;
}
#footer-links2 {
  color: #6c821c;
  float: right;
  width: 45%;
  padding: 0px 0px 0px 0px;
  text-align: right;
}

#footer-logo {
  float: left;
  width: 115px;
  padding: 0px 0px 0px 10px;
  text-align: right;
  padding: 10px 0px 0px 5px
}
#footer a, #footer a:visited {
	color: #4e4b43;
	text-decoration:none;
}

#footer a:hover {
	color: #6c821c;
	text-decoration:none;
}

#footer a:active {
	color: #6c821c;
	text-decoration:none;
}

#footer .separator {
	color: #5e5e55;
	vertical-align: 0;
}

/****************************************
 * Text Styles
 ****************************************/
 h1, h2, h3 {
	font-family: "Trebuchet", Arial, Helvetica, sans-serif;
	font-weight: Bold; 	
	padding: 0px;		
}
h1 {
	font-size: 30px;	
	color: #88ac0b;
}
h2 {
	font-size: 25px;
	color: #88ac0b;
}
h3 {
	font-size: 20px;
	font-weight: normal;	
	color: #88ac0b;
}
.toptext {
	font-size: 14px;
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Tahoma,"Trebuchet MS",sans-serif;
	
	color: ##231F20;
}
.quote {
	font-size: 115%;
	font-family: Cambria,Georgia,Times,"Times New Roman",serif;
	font-weight: normal;	
	font-style: italic;
	color: ##231F20;
}
/****************************************
 * Graphic Headers
 ****************************************/

#flashbanner {
	position: relative;
	width: 565px;
	min-height: 290px;
	margin-bottom: 16px;
	padding: 11px 10px 5px 10px;
	background: #fff;
	border: 1px solid #ccc;
	
}
#picbanner {
	position: relative;
	width: 565px;
	min-height: 200px;
	margin: 5px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	border: 1px solid #ccc;
	
}
#picshow {
	position: relative;
	width: 565px;
	margin: 5px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	border: 1px solid #ccc;
	
}
/****************************************
 * Links
 ****************************************/
p a, p a:visited {
	color:#37759D;
	text-decoration: none;
}

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


a:active {
	color: #37759D;
	text-decoration: none;
}
h1, h2, h3 a{
   text-decoration: none;
   color: #37759D;
   font-weight: normal;
}

h1, h2, h3 a:hover{
   text-decoration: none;
    border-bottom:1px dotted #37759D;

}
a img {border: 0;}
a {outline: 0;}

#links ul {
	padding:0;
	margin:0;
	list-style-type: none;
    width: 290px;
} 

#links li {
     border: 1px dotted #999;
     border-width: 1px 0;
     margin: 5px 0;
}

#links li a { 
        color: #37759D;
        display: block;
        font: bold 120% "Trebuchet", Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 290px;
}

#links li a:hover {
        background: #999;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Arial, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #6c821c;
		display: block;
        font: normal 70% Arial, Helvetica, sans-serif;
        line-height: 150%;
}
#linksmed ul {
	padding:0;
	margin:0;
	list-style-type: none;
    width: 290px;
} 

#linksmed li {
     border: 1px dotted #999;
     border-width: 1px 0;
     margin: 5px 0;
}

#linksmed li a { 
        color: #37759D;
        display: block;
        font: bold 100% "Trebuchet", Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #linksmed li a {  /* make hover effect work in IE */
	width: 290px;
}

#linksmed li a:hover {
        background: #999;
}

#linksmed a em { 
        color: #333;
        display: block;
        font: normal 85% Arial, Helvetica, sans-serif;
        line-height: 125%; 
}

#linksmed a span {
        color: #6c821c;
        font: normal 70% Arial, Helvetica, sans-serif;
        line-height: 150%;
}
#linksmed .current {
	background: #999;
}
#linksmed .logout a{
	color: #F00;
}
/****************************************
 * Left Links
 ****************************************/
.navinfo {
	position: relative;
	padding: 8px; 
	height: 125px;
	width: 575px;
	
}

.navinfo img {
   border: 3px solid #37759D;
   margin: 0 10px 0 0;
  
}
.navinfo h3{
   font-size: 1.2em;
   margin-bottom: -.5em;
}

.navinfo h3 a{
   text-decoration: none;
   color: #37759D;
   font-weight: normal;
}

.navinfo h3 a:hover{
   text-decoration: none;
   border-bottom:1px dotted #37759D;
}

/****************************************
 * Miscellaneous
 ****************************************/
.photos {
  position: relative;
  margin: 10px auto;
  padding: 0px 0px 0 0px; 
  text-align: center; 
	 }
	 
#hidden {
display:none;
}
.photo {
  position: relative;
  padding: 5px; 
}
.icon {
  position: relative;
  padding-right: 5px; 
	 } 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/****************************************
 * Forms
 ****************************************/
#form {
  background-color: #fff; 
  padding: 5px; 
  margin: 0px; 
  font: 100% "Trebuchet", Arial, Helvetica, sans-serif;
  font-weight:bold; 
  width:570px;

}
#form .row {
  clear: both;
  padding-top: 5px;
}
#form .text {
  display:block; 
  border:solid 2px #CCC; -moz-border-radius: 5px; -webkit-border-radius:5px; 
  background: #F9F8F2; width:250px; 
  padding:5px; 
  font-size:14px; 

  float:left;
}  
#form_error { 
  font-size:14px; 
  color: #F00;
}  
#form .text:hover{
	background:#FFFFFF; 
	-moz-border-radius: 5px; -webkit-border-radius:5px;
	 float:left;
	 }
  
#form .text:focus {
	background:#e5e5e5; 
	border: solid 2px #77b61e; -moz-border-radius: 5px; -webkit-border-radius:5px;
	 float:left;
	}

#form .button { 
	display:block; 
	border:solid 1px #CCC;
	-moz-border-radius: 5px; -webkit-border-radius:5px;
	background:#88ac0b; 
	padding:5px 10px 5px 10px; 
	margin:10px 0px 10px 0px; 
	cursor: pointer;
}
#form .button:hover { 
	display:block; 
	border:solid 1px #CCC;
	background: #88ac0b; 
	padding:5px 10px 5px 10px; 
	margin:10px 0px 10px 0px; 
	cursor: pointer; 
	color:#FFF;
}
div.checker-right { 
	float: right;
	width: 120px
}
#form .forgot a {
	color:#37759D;
	text-decoration: none;
	border-bottom:1px dotted #999;

}
#form .forgot a:hover {
	color:#FFF;
	text-decoration: none;
	border-bottom:1px dotted #FFF;

}
#form .rowcenter {
  clear: both;
  padding-top: 5px;
  text-align: center;
}
#form .row span.label {
  float: left;
  width: 250px;
  text-align: left;
}

#form .row span.label2 {
  float: left;
  width: 100px;
  text-align: left;
 }
 #form .row span.label3 {
  float: left;
  width: 130px;
  text-align: left;
 }
#form .row span.header {
  float: left;
  width: 450px;
  text-align: center;
}
#form .row span.formw {
  float: left;
  width: 300px;
  text-align: left;
} 
#form .spacer {
  clear: both;
}
#form .float {
  float: left;
  padding: 10px 10px 10px 10px;
}
#form .float p {
   text-align: center;
}
#form .message_error {
  display:block; 
  border:solid 2px #CCC; -moz-border-radius: 5px; -webkit-border-radius:5px; 
  background: #F00; 
  width:350px; 
  padding:5px; 
  font-size:18px; 
  color:#000000;
}  
#form .message_sent {
  display:block; 
  border:solid 2px #CCC; -moz-border-radius: 5px; -webkit-border-radius:5px; 
  background: #88ac0b; 
  width:350px; 
  padding:5px; 
  font-size:18px; 
  color:#000000;
}  
#form .message_logout {
  display:block; 
  border:solid 2px #CCC; -moz-border-radius: 5px; -webkit-border-radius:5px; 
  background: #88ac0b; 
  width:380px; 
  padding:5px; 
  font-size:18px; 
  color:#000000;
}  
#form .message_logout_er {
  display:block; 
  border:solid 2px #CCC; -moz-border-radius: 5px; -webkit-border-radius:5px; 
  background: #F00; 
  width:380px; 
  padding:5px; 
  font-size:18px; 
  color:#000000;
  
}  
/****************************************
 * Kwicks Menu
 ****************************************/
 .kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(images/no_flicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 137px;
	height: 40px;
	margin-right: 0px;
	background-image:url(images/kwicks_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-200px 0px;
}
#kwick3 {
	background-position:-400px 0px;
	}
#kwick4 {
	background-position:-600px 0px;
}
#kwick5 {
	background-position:-800px 0px;
}
#kwick6 { 
	background-position:-1000px 0px;
}
#kwick7 { 
	background-position:-1200px 0px;
}
#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -200px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -400px bottom;
	}
#kwick4.active, #kwick4:hover{
	background-position: -600px bottom;
}
#kwick5.active, #kwick5:hover {
	background-position: -800px bottom;
}
#kwick6.active, #kwick6:hover {
	background-position: -1000px bottom; 
}
#kwick7.active, #kwick7:hover {
	background-position: -1200px bottom; 
}
#kwick1 a{
	background-image:url(images/end.jpg);
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left -80px;
}

#kwick7 a{
	background-image:url(images/end.jpg);
	background-repeat:no-repeat;
	background-position: right -40px;
}
#kwick7 a:hover{
	background-position: right -120px;
}

/****************************************
 * Accordion
 ****************************************/

#list3 div.selected .title { 
	background:#333 url(../images/arrow_down.png);
	background-repeat:no-repeat;
	background-position:right;
	height:30px;
	font-size: 1.5em;
	color:#88AC0B;
	font-family: "Trebuchet", Arial, Helvetica, sans-serif;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
#list3 div div {
	
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #999;
	background:#CCC url(../images/arrow_down.png);
	background-repeat:no-repeat;
	background-position:right;
	padding: 10px;
	margin-top:5px;
	cursor: pointer;
	height:30px;
	font-size: 1.5em;
	color:#37759D;
	font-family: "Trebuchet", Arial, Helvetica, sans-serif;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
#list3 div.selected {
	border-bottom: none;
}
#list3 div.title:hover {
	background:#333 url(../images/arrow_down.png);
	background-repeat:no-repeat;
	background-position:right;
	color:#88AC0B;
}
