/* RESETS* - using meyer */ 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}
fieldset, img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}

/* GENERAL STYLES - body, links, heading, tags *//* Elements, Class, ID 755039*/
html,body {
  background:#001b28 url(../images/bg_html.gif)  repeat-x;
	}
	
body {
  font-family: ”Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif; 
	font-size: 80%;  
  line-height:18px;
  }

p {
	margin-bottom:1.4em;
	padding-bottom:10px;
	text-align: left;
	color:#555555;
	}
	
a {
	text-decoration:none;
	color:#4f4c40;}	

a:hover {
  color:#0074ab;}	
	
a:focus  {
  color:#ded3b6;
	}
	
a:active  {
  color:#0074ab;
	}	
	
blockquote {
  display:block;
	width:90%;
	font-size: 0.9em;
	padding:10px;
	margin:3px;
	color: #7a7562;
	border: 3px solid #00385b;
	background-color: #ebe6da;
	
	}
	
cite {
	font-size:.9em;
	padding-right:5px;
	float: right;
	font-style: italic;
	} 
	
em {
  color:#375d81;
	font-weight:normal;
	}	
	
strong {
  color:#7a7562;
	}		
	
/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, Verdana, Lucida Grande, Lucida Sans Unicode, sans-serif;
  line-height:1em; 
	font-weight:bolder;
	padding:.6em 0 .6em 0;
	margin:0 0 1em 0;
	text-align:left;
	}	

.clearing {
	clear:both;
  }	

.left {
  float:left;
	margin-right:20px;
	  }
		
.right {
  float:right;
	margin-left:20px;
	}					
/* PAGE STRUCTURE */
div#container {
  width:960px;
	}
	
/* HEADER ELEMENTS */
div#header {
  background: url(../images/bg_header.gif) 100% 0 no-repeat;
	width:980px;
	height:324px;
	display:block;	
	}

/* TOP MENU */	
div#topmenu {
  width:600px;
	height:63px;
	position:relative; top:0; left:0;		
	display:block;	margin-left:10px;
	float:left;
	z-index:2;
	}
	
div#topmenu ul {
	height:63px;	
	padding:0; 
  display:inline;
	}	
	
div#topmenu li {
	float:left;
	list-style-type:none;
  }
		
div#topmenu a { 
	display:block; 
	font-weight:bold;
	padding-top:5px;
	text-align:center;
	width:100px;
	height:63px;
	background:url('../images/menus.png') 0px 0px no-repeat;
	color:#f9f9f9;
	}

div#topmenu li#firstNavLink {
	border-left:0;
  }

div#topmenu li a:hover {
	background:url('../images/menus.png') -100px 0px no-repeat;
	color:#13100a;
	}	
	
div#topmenu li a:focus {
	background:url('../images/menus.png') -200px 0px no-repeat;
  color:#002739;
	}				
	
/* TITLE */	
#title{
  width:318px;
	height:223px;
	position:relative; top:0; right:0;
	float:right; margin-right:10px;
	z-index:5;	
	}
	
h1 {
  text-indent:-100em;
	}

/* CONTENT ELEMENTS */
div#content {
  width:980px;
	height:100%;
	margin-top:-5px;
  background:#eae5d9 url(../images/bg_content.gif) 100% 0 repeat-y;	
	clear:both;				
	}
	

h2 {
  background:url(../images/bg_h2.gif) 0 16px no-repeat;
	text-transform: capitalize;
	padding-left:55px;
	font-size:2em;
	color:#1d5c87;
	}
		
.box {
  padding:0 30px 0 320px;
	}
	
/* PORTFOLIO GALLERY */	
div#gallery {
  float:center;
	clear:both;
	}
	
div.img-display {
  margin: 15px;
  height: auto;
  width: auto;
  float: left;
  text-align: left;		
  }
	
div.img-display img {
  display: inline;
  border: 2px solid #7a7562;
  height: 130px;
  width: 150px;
  }
	
div.img-display a:hover img {
  border: 2px solid #00385b;
  }
  
div.desc {
  text-align: center;
	font-size:1em;
  overflow:hidden;
  margin: 2px;
  }	
	
/* FOOTER ELEMENTS */
div#footer {
  width:980px;
	margin-top:-20px;
	margin-bottom:-10px;
  background: url(../images/bg_footer.gif) no-repeat;
	height:219px;
	display:block;
	overflow:hide;
	padding:0px;
	}
	
div#footer img {
	float:left;
	padding:5px;
	}
	
.copyright {
  position:relative; bottom:0px; right:0;
	margin-top:35px; margin-right:10px;
	text-align: right; padding-right:30px;
	}		

/* BOTTOM MENU */	
div#bottommenu {
  width:660px; height:30px;
	position:relative; top:120px; right:0;		
	display:block;
	float:right;
	}
	
div#bottommenu ul {
	line-height:1.1em;	 
  display:inline;
	}	

	
div#bottommenu li {
	float:left;
	list-style-type:none;
	background:url(../images/bullet2.gif) no-repeat;	
	padding-left:20px;		
  }
		
div#bottommenu a {  
	font-weight:bold; font-size:.9em;
	padding-top:10px; padding-right:15px;
	text-align:left;
	color:#13100a;
	}

div#bottommenu li#firstNavLink {
	background:none;	
	border-left:0;
  }

div#bottommenu li a:hover {
	color:#6daec6;
	}	
	
div#bottommenu li a:focus {
  color:#002739;
	}	
	
/* SIDEBAR ELEMENTS */
div#sidebar {
  width:300px;
	height:100%;
	position:relative;
  background: url(../images/bg_sidebar_body.gif) repeat-y;	
	top:290; left:0;
	z-index:1;
	float:left;
	}
	
div#sidebar #sfoot{
  width:300px;
	height:34px;
  background: transparent  url(../images/bg_sidebar_foot.gif)  no-repeat;
	display:block;	
	z-index:2;
	}
		
.sidebox {
  padding:10px 10px 15px 35px;
	text-align:left;
	}
	
.sidebox p{
  padding-left:0px;
	padding-right:15px;
	}	
	
h3 {
  background:transparent url(../images/bg_h3.png) no-repeat;
	height:45px;
	text-transform: capitalize;
	font-size:1.4em;
	color:#ecf3fe;
	padding: 10px 0 5px 10px;
	}	
	
/* HELPER STYLES- consistent items which are normally just one class */
.date {
  color:#0074ab;
	font-weight: bold;
	}
	
.readm {
  color:#004564;  
  }	

ol {
  text-align:left;
	padding-left:30px;
	clear:right;
	}	

ul.lookup li, li.lookup {
  text-align:left;  
	background:url(../images/bullet.gif) no-repeat;
	margin-left:10px;
	padding-left:30px;
	clear:right;	
	}
	
/* table ----------------------------------------------- */
table {
	width:90%;
	border:2px solid #00385b;
	margin-bottom:10px; margin-left:20px;
	vertical-align:top;
  }


.siteText{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #8D8D8D
}

.formText{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
}


th, td {
	padding:.2em 1em;
	text-align:left;
	color:#7a7562;
	border:2px solid #00385b;
  }
	
thead th {
	color:#ebe6da;
	background-color:#00385b;
  }





/* OVERRIDES */
	





  


