/* main selectors */
body {
	margin: 0;
	padding: 0;
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: #333;
	line-height:20px;
	background: #000 url(../images/bg.png) no-repeat fixed center top;

}


a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0 0 16px 0;
}

.clr
{
    clear:both;
}

p.more {
	padding-left: 18px;
	background: url(../images/more.gif) no-repeat 0 2px;
	font-weight: bold;
	margin-bottom: 3px;
}

p.first {
	font-size: 1.1em;
	font-weight: bold;
	color: #0a1f40;
}


img {
	border: none;
}

.imgThumb
{
    margin:3px;
    padding:3px;
	border:1px solid #ccc;
    
}

.thumSec
{
       margin:3px;
    padding:3px;
	  
 
}

.red-header{
	background-color:#F15722;
	color:#FFF;
	font-size:18px;;
	padding:0px 0px 0px 5px;
	margin-bottom:17px;
	font-family:Verdana, Geneva, sans-serif !important;
}

.thumSec h3
{
    font-size:20px;
	display:inline;
    line-height:25px;
    font-family:Times New Roman;
}
p img.projects {
	float: right;
	margin: 0 0 20px 20px;

}

h2 {
	margin: 0;
	padding: 0 0 4px 0;
	color: #082453;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;



}

h3, h3 a {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #EC8B21;
	text-decoration: none;	
}

h3 a:hover {
	text-decoration: underline;
}


ul {
	margin: 0;
	padding: 0 0 16px 0;
	list-style: none;
}

#content ul li {
	padding: 5px 0 0 8px;
	background: url(../images/square.gif) no-repeat 0 11px;
}
#content ol li {
	padding: 5px 0 0 8px;
}

/* SEO headings */
h1.seo {
	margin: 0;
	padding: 0;
	position: absolute;
	
	left: 24px;
}

h1.seo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin-top:0px;
	padding-top:0px;
	width: 350px;
	height: 175px;
	margin-top:5px;
	background: url(../images/logo.png) no-repeat;
}

cite.seo {
	display: block;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	width: 1px;
	height: 1px;

}

/* container section */
#container 
{

	width: 741px;
	margin: 0 auto;
	padding: 0 25px;
	/*background: url(../images/background-container.png) repeat-y;*/
}

.main-bg {
	padding: 0 7px 0 8px;
	width: 726px;
	background:url(../images/trans.png);
	    border:#123265 solid 1px;
}

.main {
	width: 100%;

}

/* header section */
#header {
	
	position: relative;
}

.header
{
    height: 180px;
    	background-color:#fff;
		background-image:url(../images/header-lines.png);
		background-repeat:no-repeat;
}


.contact-header{
	float:right;
	
	padding:10px;
	padding-top:40px;
	padding-right:48px;
	color:#333;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
}


.access h2{
	margin:0px;
	padding:0px;
	line-height:20px;
}
.access
{
    float:right;
	clear:right;
    margin:10px 50px 0px 0px;
    color:#333;
    border:1px #ccc solid;
    text-align:left;
    padding:2px;
	padding-right:50px;
	padding-left:20px;
	width:170px;
	background-image:url(/images/access.png);
	background-repeat:no-repeat;
	background-position:180px 10px;
	height:60px;
    
}
    
.access:hover
{
	background-color:#eaeaea;
}
/* promo section */
div.promo {

	overflow: hidden;
	position: relative;
}

div.promo div.bg {
	height: 193px;


}

div.promo img {
	display: block;
	margin: 0 auto;
}

ul.teasers {
	padding: 0;
	width: 705px;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
	position: relative;
}

ul.teasers li {
	float: left;
	padding: 0 10px;
}

ul.teasers img {
	float: left;
	width: 152px;
	height: 151px;
	border: 1px solid #fff;
	background-color: #011E4A;
}
ul.teasers a:hover {
	position: relative;
}
ul.teasers a:hover img {
	border-color: #EC8B21;
}

#home_tagline {
	margin-top: 12px;
	margin-bottom: 15px;
}


/* footer section */
.footer {
	width: 100%;
	overflow: hidden;
	background: #021F4B url(../images/background-footer.gif) repeat-x;
	font-size: 10px;
	color: #FFF;
	margin-bottom:10px;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer p {
	padding: 14px 0;
	text-align: center;
}



/* content section */
#content {
	background-color: #FFF;
	padding: 15px 16px 12px 40px;
	width: 670px;
	overflow: hidden;
}

#content-single {
	background-color: #FFF;
	padding: 20px 20px 12px 20px;
	overflow: hidden;
}

#content-primary {
	width: 400px;
	float: left;
	
}

#content-primary ul{
	text-align:left !important;
}
#content-full {
	
	
}

#page3 #content-primary {
	margin-top: 25px;
}

#content-secondary {
	width: 245px;
	float: right;
}

#content-wide {
	width: 650px;
	float: left;
}


#content ul.checklist {
	padding: 0;
	list-style-type: none;
	margin: 0 0 15px 30px;
}

#content ul.checklist li {
	background: url(../images/icon-checkmark.jpg) no-repeat left top;
	margin: 0;
	padding: 5px 0 5px 20px;
}

h2#side_event, h2#side_access {
	margin-top: 15px;
}



/* sidebar icons */

/* BK: turn sidebar icons off
#side_news {
	background: url(../images/icon-news-blue.gif) no-repeat left 3px;
	padding-left: 22px;
}

#side_event {
	background: url(../images/icon-events-blue.gif) no-repeat left 3px;
	padding-left: 22px;
}

#side_search {
	background: url(../images/icon-search-blue.gif) no-repeat left 3px;
	padding-left: 22px;
}

#side_access {
	background: url(../images/icon-lock-blue.gif) no-repeat left 3px;
	padding-left: 22px;
}
*/



/* news box section */
div.news {
	background-color: #1E417A;
	/* padding:19px; */
	padding: 8px 5px 12px 19px;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
}

div.news h2 {
	color: #FFF;
/*	padding-bottom: 17px; */
	padding-bottom: 4px;
}

div.news a {
	color: #FFF;
	text-decoration:none;
	font-weight:normal;
	line-height:20px;
}

div.news a:hover 
{
    color:Yellow;
    text-decoration:underline;
    }
    

div.news strong.head {
	display: block;
	padding-bottom: 12px;
}

div.news div.item {
/*	margin-bottom: 21px; */
	margin-bottom: 1px;	
	padding-right: 32px;
}

div.news p {
	padding-bottom: 0;
}

#content div.news ul li {
	background-image: url(../images/square-lite.gif);
}

div.news div.item-footer {
	font-size: 10px;

}


/* services box section */
div.services {
	min-height: 152px;
	margin-bottom: 16px;
	/*background: #F6BA92 url(../images/background-services.gif) repeat-x;*/
	xbackground: #ec8b21 url(../images/background-services-new.gif) no-repeat left top;
	width: 380px;
	position: relative;
}

div.services legend {
	color: #000;
	font-size:15px;
	margin:5px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif !important;
}

* html div.services {
	
}

fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  border:#ccc solid 1px;
  }
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }



div.services ul {
	xborder:#ccc solid 1px;
	height:113px;
	margin-left:0px;
	padding-left:0px;

}

div.services ul li {
	line-height: 18px;
	display:inline;
	float:left;
	padding-left:0px !important;
	background-position: 0 8px !important;
}

div.services ul li a{
	display:block;
	font-size:12px;
	width:155px;
	padding:4px;
	border-bottom:#ccc dashed 1px;
	margin-right:10px;
}

div.services ul li a:hover{
	background-color:#ccc;
}
div.services span.logo {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 4;
	position: absolute;
	left: 16px;
	top: -43px;
	width: 213px;
	height: 192px;
}


h2.story_title {
	clear: both;
	color: #001156;
	font-size: 18px;
	font-weight: normal;
	margin: 25px 0px 10px 0px;
	padding: 0pt;
}

.story_excerpt {
	line-height:160%;
	margin: 0 0 3em 0; 
}
.story_date {
	font-weight: bold;
}

div.news {
	background-color: #1E417A;
	/* padding:19px; */
	padding: 8px 5px 12px 19px;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
}


div.news ul.project-galleries li {
	margin: 8px 0;
	
}

.more-link a {
	font-weight: bold;
	color: #EC8B21;
}

.post-navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}


.alignright {
	float: right;
}

.alignleft {
	float: left;
}


.alignleft a, 
.alignright a {
	color: #EC8B21;
}

#content div.news ul li ul.galleries-thumbs li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background-image: none;
	background: none;
	padding: 0;
	margin: 3px 0 10px 5px;
}

ul.galleries-thumbs { 
	padding: 5px 0;
	margin: 0;
}

ul.galleries-thumbs li { 
	padding: 0;
	margin: 0;
}
ul.galleries-thumbs li img { 
	border: 3px solid #FFFFFF;
}

#content #content-secondary div.news h3 {
	margin: 15px 0 3px 0;
	padding: 0 0 0 0;
}

#content #content-primary ul#archive-years li {
	display: inline;
	text-decoration: none;
	padding-right: 4px;
	margin: 0px;
}

.events {
	margin-bottom: 50px;
}

.events img {
	float: right;
}

#content-secondary .event img {
	margin: 0px 0 8px 0;
}


.home-footer {
	color:#082453;
	font-size:20px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:24px;
	text-align: center;
}


#page47 .events img {
	clear: right;
}

/*profile stlyes*/ 

.profile-img{
	padding:3px;
	border:#ccc 1px solid;
	float:right;
	height:181px;
	margin:10px 10px 10px 10px;
	width:121px;
}
.profile-block h1{
	margin:0px;
	padding:0px;
	font-size:20px;
	color:#333;
	line-height:30px;
}

.profile-block{
	display:block;
	background-color:#FFF;
	width:300px;
	text-align:left;
	margin:10px;
	padding:10px;
	float:left;
	
	letter-spacing:1px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	height: 390px;
}

.profiles{


}


.profile-within-block h1{
	margin:0px;
	padding:0px;
	font-size:20px;
	color:#333;
	line-height:30px;
}
.profile-within-block{
	display:block;
	width:300px;
	text-align:left;
	font-size:11px !important;
	background-color:#FFF;
	padding:10px;
	margin:10px;
	height: 390px;
	float:left;
	letter-spacing:0.5px;
	font: 14px/16px Arial, Helvetica, sans-serif;

}


/* contact form styles */


ul.myform
{
    margin:0px;
    padding:0px;
    list-style-type:none;
}
ul.myform input[type='text']
{
    background-color:#edf9fe;
    border:#e2e3ea 1px solid;
}
ul.myform .label
{
    width:100px;
    font-weight:normal !important;
    float:left;
	text-align:right;
}
ul.myform .required
{
    color:Red;
	
}
/* Orientation Changes Starts Here */
ul.myform li
{
    clear:both;
    padding:5px;
}
