/*
Version 2.0
21 August, 2007
*/

/* -- undo browser HTML defaults -- */
html{color:#000000;background:#ffffff;font-size:100%;}
body{font-size:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}

/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}

/*because legend doesn't inherit in IE */
legend{color:#000;}

.center { text-align: center; margin: auto;}


/* BEGIN BASIC HTML TAGS */

html {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 70%;
	height: 100%;	
}

body{
  font-size: 1.2em;
  color: #434343;
  background: #eee5dd url('../images/header-back.gif') repeat-x;
  height: 100%;
}

body#home{
  background: #eee5dd url('../images/header-back-home.gif') repeat-x;
}

/* main body heading */
#content h1 {
	font-size: 2.5em;
	margin-bottom: 15px;
}

/* main body sub heading */
#content h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 8px;
}

/* tag line */
#header .promo {
	font: 1em;
	font-weight: bold;
}

/* sub content heading */
#sub_content_1 h1 {
	font: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
}

p {margin-bottom: 10px;}

ul, ol {margin-bottom: 15px;}

ul li {
	margin-left: 15px;
	list-style: disc;
}

ol li {
	margin-left: 15px;
	list-style: decimal;
}

a,
a:link,
a:hover {text-decoration: underline;}


/* BEGIN CONTAINER */
#wrapper_top {
	margin: 0 auto;
	width: 970px;
}

#container {}

/* BEGIN HEADER */

.home #header{
  background: url('../images/banner-home.jpg') no-repeat 35px 59px;
  height: 320px;
}

#header{
  color: #fff;
  height: 225px;
  background: url('../images/banner-inside.jpg') no-repeat 15px 48px;
}

#header .logo {
	  float: left;
	  margin: 0 0 0 -4px;
	}

#header .utility-nav {display: none;}

/* tagline text info */

#header .promo {display: none;}

#header .intro {display: none;}

#header .nav {
  float: right;
  position: relative;
  z-index: 999;

}

#header .nav ul {
	margin: 0px;
	text-align: center;
}

#header .nav li {
  float: left;
  font-size: 95%;
  list-style-type: none;
  text-transform: uppercase;
  margin: 12px 4px;
  position: relative;
}


#header .nav li a {
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	padding: 2px 16px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: #444 0px 0px 3px;
}

/* drop down */
#header .nav li.selected li a,
#header .nav li:hover li a,
#header .nav li.over li a {	background: none; display:block;}


#header .nav ul li:hover ul,
#header .nav ul li.over ul {display: block;}

#header .nav ul li ul {
	display: none;
	width: 230px;
	position: absolute; top: 18px; left: 0;
	padding: 0;
	margin: 0;
	z-index: 999;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#header .nav ul li ul {	margin-top: -2px; }
}
/* adjust drop down width accordingly */

	#header .nav ul li ul li {
	  margin: 0;
	  padding: 0;
	  width: 230px;
	}

		#header .nav ul li ul li a {
		  display: block;
		  width: 215px;
		  padding: 5px 0 5px 15px;
		  margin: 0;
		}

#header .nav li li.selected,
#header .nav li li:hover,
#header .nav li li.over, 
#header .nav li li a.selected,
#header .nav li li a:hover ,
#header .nav li li a.over {	background: none;}

.home #header .tagline{
}

#header .tagline{
}

#motto{
  width: 290px;
  font-size: 170%;
  line-height: 1.4;
}
#submotto{
  width: 290px;
  font-size: 110%;
  line-height: 1.4;
}
.home #motto{
  font-size: 200%;
  line-height: 1.4;
}
.home #submotto{
  font-size: 125%;
  font-weight: normal;
}
#quickContact{
  margin-top: 25px;
  width: 290px;
  padding: 0 0 0 60px;
  display: block;
  height: 32px;
  background: url('../images/envelope.png') no-repeat;
}
#quickContact a{
  color: #000000;
  font-size: 135%;
  font-weight: bold;
  font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
#quickContact a:hover{
  text-decoration: none;
  color: #fff;
}
#button{
  position: absolute;
  width: 161px;
  height: 33px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 100%;
  font-weight: bold;
  text-shadow: #333 0 0 0.3ex;
  font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
  padding: 10px 0 0 20px;
  margin: -40px 0 0 500px;
  background: url('../images/button.gif');
  text-align: center;
  text-decoration: none;
}

#button:hover,
#button.over {
  text-decoration: none;
  color: #000000;
  background: url('../images/button-hover.gif');
}

#button a {
  text-decoration: none;
  color: #fff;
}

#button a:hover,
#button a.over {
  text-decoration: none;
  color: #fff;
}

/* END HEADER */

/* BEGIN CONTENT CONTAINER */
#content_container {
	width: 970px;
	margin: 0px 15px;
}

/* BEGIN CONTENT */

#content{
  float: right;
  width: 640px;
  margin: 10px 0 40px 0;
}
#content h2{
  font-size: 160%;
  margin-bottom: 16px;
  color: #444;
  font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}
#content h3{
  font-size: 110%;
  padding-bottom: 15px;
  margin: 15px 0;
  border-bottom: 1px solid #D3D3D3;
}
#content h4{
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}
#content h5{
  font-size: 105%;
  font-weight: bold;
  margin-bottom: 10px;
}
#content h6{
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
#content .big{
  font-size: 120%;
  line-height: 1.5;
}
#content p{
  padding: 0 0 15px 0;
  font-size: 105%;
}
#content ul{
  padding: 0 0 25px 0;
  font-size: 105%;
}
#content ol{
  padding: 0 0 25px 20px;
  font-size: 105%;
}
#content ul li{
/*  list-style-image: url('../images/green-bullet.gif'); */
}
#content ul ol li{
  background: none;
  padding-left: 5px;
}
#content ul ul, #main ul ol, #main ol ul, #main ol ol{
  font-size: 95%;
  padding-bottom: 5px;
}
#content .column{
  width: 45%;
}
#content .column img{
  float: left;
  margin: 5px 10px 10px 0; 
}
#content blockquote p{
  font-style: italic;
  padding: 0 60px 10px 0;
  text-align: justify;
}
#content cite{
  font-style: normal;
  font-size: 85%;
}
#content table{
  margin: 0 0 15px 0;
  width: 100%;
}
#content th, #main td{
  padding: 5px 40px 5px 15px;
  text-align: left;
  border: 1px solid #dadada;
  margin: 1px;
  background: url(../images/input-back.gif) repeat-x left bottom;
}
#content th{
  color: white;
  background: #447EAC url(../images/input-back-blue.gif) repeat-x left top;
}
#content .article{
  font-size: 145%;
  font-weight: normal;
}
#content .info{
  color: #aaa;
  font-size: 85%;
}


/* END CONTENT */

/* BEGIN SUB CONTENT 1 */


#sub_content_1{
  width: 280px;
  font-size: 105%;
  margin: 0 0 20px 0;
}
#sub_content_1 h3{
  font-size: 120%;
  color: #004f89;
  margin: 10px 0px 10px 0px;
  font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}
#sub_content_1 h4{
  font-size: 100%;
  color: #004f89;
  margin: 25px 0px 5px 0px;
}
#sub_content_1 p{
  padding: 0 0 5px 0;
}
#sub_content_1 ul{
  margin: 0;
  padding: 0;
}
#sub_content_1 li{
  list-style-type: none;
  padding-left: 20px;
  background: url('../images/tick.gif') no-repeat left center;
}
.more{
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 50px;
  display: block;
}
#sub_content_1 .utility-nav{
  margin: 0 60px 45px 0;
}
#sub_content_1 .utility-nav li{
  border-bottom: 1px dotted #c0c0c0;
  background: url('../images/blue-arrow.gif') no-repeat left center;
  padding: 5px 10px 5px 20px;
}
#sub_content_1 .utility-nav li a{
  color: #444444;
}
#sub_content_1 .utility-nav li a:hover{
  color: #075389;
}
#sub_content_1 blockquote p{
  font-style: italic;
  padding: 0 60px 10px 0;
  text-align: justify;
}
#sub_content_1 cite{
  font-style: normal;
  font-size: 85%;
}
#sub_content_1 img.left{
  margin: 3px 10px 5px 0;
}

/* END SUB CONTENT 1 */

/* BEGIN SUB CONTENT 2 */
#sub_content_2 {display: none;}
/* END SUB CONTENT 2 */

/* END CONTENT CONTAINER */

/* BEGIN FOOTER */
#footer_wrapper{
  height: 77px;
  background: url('../images/footer-background.gif') repeat-x;
  margin: 0 auto;
}

#footer {
  width: 970px;
  padding: 0px 10px;
  font-size: 90%;
  margin: auto;	
}

#footer .nav {
  float: left;
  line-height: 60px;
}

#footer .nav li, #footer .nav ul{
	display: inline;
}

#footer .nav li li {
	display: none;
}

#footer .nav a, #footer .nav a:link {
	padding-right: 8px;
	text-decoration: none;
}

#footer .nav a:hover {
	text-decoration: underline;
}
#footer .content {
  float: right;
  text-align: right;
  margin-top: 1.6em;
}
/* END FOOTER */

/* BEGIN FLEX FOOTER */
#flex_footer {
	text-align: center;
	padding-top: 0px;
	font-size: .7em;
}
/* END FLEX FOOTER */

/* BEGIN UTILITY CLASSES */
.clear {
	clear:both;
	height:0px;
	line-height:1px;
	font-size:1px; 
}

.floatleft {
	float:left;
	vertical-align:top;
}

.floatleft img {
	margin-right:15px; 
	margin-bottom: 15px;
}

.floatright {
	float:right;
	vertical-align:top;
}

.floatright img {
	margin-left:15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.intro .floatright img,
.intro .floatleft img {margin: 0;}
/* END UTILITY CLASSES */

/* BEGIN CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

/* END CLEARFIX */

form {
	border:none;
	font-size: 1em;
	padding-top:10px;
}

input, select, option{
  padding: 5px 5px;
}

input, select, textarea{
	border: solid 1px #d4d4d4;
	background: transparent url(../images/contact-input-back.gif) repeat;
	padding: 3px 5px;
}

option{background: white;}

textarea{
	width: 400px;
	background: transparent url(../images/contact-textarea-back.gif) repeat left bottom;
}

input.submit{
	background: #447EAC url(../images/input-back-blue.gif) repeat left top;
  height: 23px;
	border: 0;
	color: white;
	font-weight: bold;
}
label.bad{color: red; }
input.bad{border: 1px solid red;}