 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #ffffff url(images/main_bg.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #666666; 
	text-align: center;	
}

/* links */
a  {	
	color: #306495;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.2em;		
}
h2 {
	font-size: 2em;
	color: #88ac0b;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
}

/* Paragraph */
p {
	padding: 10px 10px;
	line-height:1.3em;
}
p.rightLittleLink {
text-align:right;
font-size: 10px;
}

/* Lists */
ul, ol {
	margin: 5px 20px;
	padding: 5px 20px;
}

ul li { padding: 2px 0;
}
ul.tight li {
	margin: 0px 0px;
	padding: 0px 0px;
}
ul.newsItems span {
	font-size: 10px;
}


dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 7px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

img.none {
	border: none;
	padding: 0;
	background:none;
	}


acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #DFF4B5; 
	background: #F0FFD2 url(images/quote.gif) no-repeat 7px 10px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;
	border: 1px solid #D8E99E; 
	background: #deedae; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, textarea, select {
	padding: 4px;
	color: #666666;		
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	
	font: normal 11px Verdana, sans-serif;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/********************************************
   LAYOUT
********************************************/ 
#headerbgwrap {
	background: url(images/header_bg.jpg) repeat-x center top;
}


.logo {
	float: left;
	display:inline;
	padding:0;
	width:468px;
	margin-left:10px;
	}

.location {
	float:right;
	display:inline;
	width:175px;
	height:108px;
	margin-right:15px;
	}
.locationcontent {
	color:#0e3561;
	display:block;
	padding: 35px 0 0 40px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:1.2em;
	}

#wrap {
	position: relative;
	width: 770px;
	background: url(images/wrap.jpg) repeat-x center top;
	text-align: left;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 770px;
	background: #fff;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
#header {
	position: relative;
	width: 770px;
	height:351px;
	color: #fff;
	padding: 0;
	margin: 0;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 56px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	color: #fff;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 58px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #D6EBAB;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 122px; left: 135px;		
}

/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 75px; right: 55px;
	padding: 0; margin: 0;
	border: none;
	width: 223px; height: 33px;
	background: #82c7f4 url(images/header-search.gif) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #0e5792;
	float: left;
}
#header form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 170px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#header form#quick-search label {
	display: none;
}


/* Main Column */
#main {
	float: right;
	width: 500px;
	padding: 0;
	display: inline;
}

#main h1 {
	font: 1.5em Geneva, Arial, Helvetica, sans-serif;
	color: #1c5f92;
	padding: 0 0 5px 5px;
	margin-bottom:10px;
	margin-left: 5px;
	letter-spacing: 0px;
	line-height:1.4em;
	font-weight:normal;
}

#main h2 {
	font: bold 1.2em Geneva, Arial, Helvetica, sans-serif;
	color: #115280;
	padding: 5px 0 5px 5px;
	margin: 5px 0 5px 5px;
	line-height:1em;
	border-bottom: 1px solid #dbdbdb;
}
#main h2 a {
	color: #115280;
	text-decoration: none;		
}

#main h3 {
color:#666666;
font: bold 1.3em Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0 0 5px;
	margin-left: 5px;
}


#sidebar {
	float: left;
	width: 205px;
	padding: 0;
	margin: 0 0 0 15px;
	display: inline;
}
#sidebar h3 {
	color: #115280; 
	font: normal 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
}



#sidebar .sidemenu {
	margin: 0;
	padding: 10px 10px 20px 15px;
	text-decoration: none;
	background: url(images/sidebar.jpg) top no-repeat;
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 5px 0px 5px 15px; 				
}

* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;
	color: #0397d6;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#sidebar .sidemenu li a span {
	color: #A98D76;	
	font-size: 0.9em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; 
	padding: 10px 0 10px 10px;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 770px;
	text-align: center;
	padding: 10px 0 0 0;	margin: 0;
	border-top:1px solid #dbdbdb;	
}

#footer-wrap p {
	padding:10px 0;
	font-size:10px;
}

#footer-wrap a:hover { 
	color: #000; 
	text-decoration: none;
}


.contactbox {
	margin: 10px;
	width: 438px;
	background: #eff2f2;
	border: 1px solid #dee5e5;
}
	


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}



/* MENU STYLES */
.Group {
	display: block;
	height: 28px;
	width: 178px;
	background-color: #EEEEEE;
	line-height: 27px;
	padding-left: 27px;
	color: #333333;
	text-decoration: none;
}
.Group:hover {
	color: #EEEEFF;
	background-color: #AACCEE;
	text-decoration: underline;
}
.Option {
	display: block;
	height: 28px;
	width: 173px;
	background-color: #FFFFFF;
	line-height: 27px;
	padding-left: 38px;
	color: #333;
	text-decoration: none;
}
.Option:hover {
	color: #888888;
	text-decoration: underline;
}
.show {
	display:inline;
}
.hide {
	display:none;
}
.navMenu {
	margin: 0 0 20px 0;
}
