/* CSS Document */

* { 
	margin: 0px;
	padding:0;}

#wrapper{
	width: 800px;
	height: auto;
	margin: 25px auto 20px auto;
	padding:0px;
	border: 1px solid #333333;
	
}



#logo{
	width: 400px;
	background-color:#FFFFFF;
	border: none;
	text-align:left;
	padding:10px 0 0 20px;
	margin:0;
}


 
#header{
	width: 800px;
	background-color:#FFFFFF;
	border: none;
	text-align:left;
	height: 170;
	margin:0;
}



/*///////////////////////////// THE NAVIGATION /////////////////////////////*/

div#navholder {
	height: 38px;
	width: 800px;
	border: none;
	background-color: #FFFFFF;
	padding:0;
	margin: 0px;

	
}


/* This sets the untouched states of the navigation */
ul#navigation {
	list-style: none;
	margin-left: 0px;
	background: url(../images/nav_bar.png) no-repeat left;
	width: auto;
	height: 38px;
	padding-top: 0px;
/* This padding pushes the navigation boxes away from the right */
	padding-left: 20px;
	border: none;
}


/* ------ */

ul#navigation li {
/* This floats the navigation from the right, causing it to reverse in order */
	float: left;
	height: 1em;
	padding-top: 6px;
}



/* Text color and size for links. also positions the text in the center */

ul#navigation li a {
	display: block;
	text-align: center;
	height: 26px;
	text-decoration: none;
	color: #4e6f9a;
	font: 14px Helvetica, Arial,  sans-serif;
	float: none;
	padding-top: 0.49em;
	padding-bottom: 0.1em;
	font-weight:normal;
	
}

/* Text color for hover link */

ul#navigation li a:hover {
background:url(../images/test.jpg) repeat-x;
	color: #FFFFFF;
	height: 19px;
}



/* -----------This determines the width of each navigation item ---------------*/

#home, #page-home #home  {
	width: 60px;
}


#overview, #page-overview #overview  {
	width: 82px;
}

#strategy, #page-strategy #strategy  {
	width: 80px;
}

#map, #page-map #map  {
	width: 155px;
}

#news, #page-news #news  {
	width: 102px;
}

#team, #page-team #team  {
	width: 143px;
}
#contact, #page-contact #contact  {
	width: 70px;
}

#log, #page-log #log  {
	width: 70px;
}






/* ///////////////////////////// CONTENT ///////////////////////////// */

div#content {
	display:table-cell;  /* Hack to force Safari to accept min-height */
 	height:auto;
  	clear: both;
  	padding: 0 0px 20px 137px;
	text-align:left;

} 


/* -----------  FONT STYLES ----------------------------*/


h1 {
	font: normal 24px/28px "Times New Roman", Times, Georgia, serif;
	color: #4e6f9a;
	margin-top: 30px;
	margin-bottom: 10px;
		margin-right: 146px;
}

h2 {
	font: normal 16px/22px "Times New Roman", Times, Georgia, serif;
	color: #4e6f9a;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 100px;
}

h3 {
	font: bold 16px/22px "Times New Roman", Times, Georgia, serif;
	color: #4e6f9a;
	padding:5px 0 4px 0;
	margin-top:5px;
	margin-bottom: 20px;
	margin-right: 150px;
	width:495px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4e6f9a;
	border-bottom-color: #4e6f9a;
}

h4{
	font-size:14px;
	font-weight:bold;
	color: #4e6f9a;
	padding-bottom:3px;
	padding-top:5px;
	font-family: "Times New Roman", Times, Georgia, serif;
	}
	
h5 {
	font: bold 16px/16px "Times New Roman", Times, Georgia, serif;
	color: #4e6f9a;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	font-stretch:expanded;
}

h6 {
	font: bold 16px/16px "Times New Roman", Times, Georgia, serif;
	color: #4e6f9a;
	margin: 20px 0 5px 0;
	font-stretch:expanded;
}



p {		font: normal 14px/18px "Times New Roman", Times, Georgia, serif;
		color:#333333;
		margin-bottom: 10px;
		padding:0;
		margin-right: 150px;

}
/* -----------   CLASSES ----------------------------*/





.bio {
	margin:0px 146px 10px 0px;
}

#content p.bio strong { color:#333333;}

#content p.bio ul li {
	list-style-position: inside;
	list-style-type: circle;

}
	

/* -----------  TEAM PAGE ----------------------------*/

.return {/* THIS CREATES THE RETURN TO TEAM PAGE TEXT */
	text-align:right;
	margin:15px 22px 0 0;
	padding:0;
	}
	
#content p.return a {
	font-weight:normal;
	color: #4e6f9a;
	font: normal 9px/13px "Times New Roman", Times, Georgia, serif;
	margin-right:146px;
}

.team {	font: normal 12px/16px "Times New Roman", Times, Georgia, serif;
		color:#333333;
		margin:5px 0 5px 0px;
	
}

h3 span{    /* THIS CREATES THE OBLIQUE TEXT FOR TEAM MEMBER'S JOB TITLES */
	font: bold 12px/13px "Times New Roman", Times, Georgia, serif;
	font-style:oblique;
	
}






/* -----------  NEWS CLASSes ----------------------------*/




#content p.news {
	padding-top:5px;
	margin-bottom:0;
	margin-right:0;
	text-align:left;
	font-size:12px;
}

#content a.news,
#content a.news:link,
#content a.news:visited {
	font-size:12px;
	color: #4e6f9a;
	font-weight:bold;
	font-family: "Times New Roman", Times, Georgia, serif;
	padding-top:5px;
	display:block;
	text-align:left;
	text-decoration: none;
	margin-bottom:0;
	margin-right:0;
	padding-right:0;
}


#content a.news:hover,
#content a.news:active{
	color: #333333;
	margin-bottom:0;
	margin-right:0;
	padding-bottom:0;
	text-align:left;
}


.presshead{
	font-weight:bold;
	font-size:18px;
	margin:30px 150px 5px 0;
}




.byline{ font-size:14px;
	color:#333333;
	font-weight:bold;
}

p.byline i {
	font-weight:normal;
}

p.press_text{
	margin-right:100px;
	line-height:18px;
	font-size:12px;
	line-height:18px;
	
	}

/*

#content p a.byline,
#content p a.byline:link,
#content p a.byline:visited {
	color: #4e6f9a;	
}


#content p a.byline:hover,
#content p a.byline:active {
	color: #333333;
}

*/

/* -----------  TABLES ----------------------------*/

#content table {
/*width:550px;*/
}

#content td {
vertical-align:top;
}

/* -----------  BULLETS ----------------------------*/

#content ul {
	
	list-style-image: url(../images/square.gif);
	padding-left: 50px;
	margin-top: 20px;
	margin-right: 150px;
}

#content li {
	color:#333333;
	font: normal 16px/24px "Times New Roman", Times, Georgia, serif;
	margin-bottom: 10px;
	list-style-position: outside;
	
}

#content ul.portfolio  {
	list-style-image: url(../images/square.gif);
	padding-left: 50px;
	margin-top: 5px;
	margin-right: 160px;

}

#content ul.portfolio li {
	color:#333333;
	font: normal 14px/18px "Times New Roman", Times, Georgia, serif;
	margin-bottom: 2px;
	list-style-position: outside;

	
}

/* -----------  LINKS ----------------------------*/



#content a,
#content a:link,
#content a:visited {
	text-align: center;
	text-decoration: none;
	color: #4e6f9a;
	font-weight:bold;
	font-family: "Times New Roman", Times, Georgia, serif;
	
}

/* Text color for hover link */

#content a:hover,
#content a:active {
	color: #333333 ;
	font-family: "Times New Roman", Times, Georgia, serif;
}





br { height:20px;


}

/*/////////////////////////////FORMS /////////////////////////////*/

input 		{	margin:5px 10px 10px 10px;
				
				}
				
				
				
.guestform {
	margin:5px 0px 10px 0px;
	border: 1px solid #CCCCCC;
	text-indent: 0px;
	font-family: A"Times New Roman", Times, Georgia, serif;
	font-size: 12px;
	color: #333333;			
			
		
		}
						
.guests {
				font-size: 10pt;
				font-weight:bold;
				color:#4e6f9a;
				text-indent: 0px;
				margin:0; 
}
				 		









/*/////////////////////////////FOOTER /////////////////////////////*/

div#footer {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
	
	width: auto;
	
} 


div#footer ul {
	margin: 0px;
	padding: 2px;
	font-family: "Times New Roman", Times, Georgia, serif;
 	font-size: 10px;
	color: #FFFFFF;
 	line-height: 12px;
 	white-space: nowrap;
	
}
div#footer li {
 	list-style-type: none;
 	display: inline;
}

div#footer li a {
	font:Helvetica, Arial,  sans-serif;
	text-decoration: none;
	color:#4e6f9a;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;

}
div#footer li a:link {
 	color:#4e6f9a;
	 text-decoration: none;
}
div#footer li a:visited {
 	color:#4e6f9a;
 	text-decoration: none;
}
div#footer li a:hover {
 	color: #333333;
	text-decoration: none;
}



.clearfloat{float:none;
line-height:0px;}



.address{
	
	padding:0;
	margin:0 100px;
	font:"Times New Roman", Times, serif;
	font-size:10px;
	text-align:center;
	color:#666666;
	display:block;
	border-top: 1px #CCCCCC solid;

}






/*/////////////////////////////MAP  /////////////////////////////*/
.tabTD { 
	text-align: center;
	/*width: 100px;*/
	border-right-style: solid;
	border-right-color: white;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #2E8BDB;
	border-top-width: 1px;
	background-color: #000087;
	cursor: pointer;
	}
.tab { 
	text-align: center;
	font-size: 14px;
	line-height:140%;
	white-space: nowrap;
	padding:5px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	}
.leftRule { 
	border-left-style: solid;
	border-left-color: #2E8BDB;
	border-left-width: 1px;
	}
	
.rightRule { 
	border-right-style: solid;
	border-right-color: #2E8BDB;
	border-right-width: 1px;
	}	
.tabhold { 
	background-color: #2E8BDB;
	font-weight: bold;
	letter-spacing:1px;
	color: white;
	}
.tabfocus { 
	background-color: white;
	color: #005172;
		}
.tabcontent { 
	text-align: left; 
	font-size: 12px;
	height: 300px;
	border: 1px #2E8BDB solid;
	margin: 0;
	padding: 10px;
	}
	
	
/*div#content1 p {
	padding:0 0 20px 0;
	margin:0;
}
div#content1 h1, div#content2 h1, div#content3 h1 {
	padding:0 0 20px 0;
	margin:10px 0 0 0;
}
	
	
#content2 p, #content3 p { 
	margin-right:10px; 
	margin-bottom:0;
	font-size: 12px;
	line-height:14px;
}
#content2 p.last, #content3 p.last{ margin-bottom:10px;}


#content2 img, #content3 img {
	padding-top:5px;
	padding-bottom:5px;
	

}	
	
	
*/	
	
	
	
	
	
/*///////////////////////////// SPRY  /////////////////////////////*/	
	
# {font: normal 14px/18px "Times New Roman", Times, Georgia, serif;
		color:#333333;
	

}
	
/*///////////////////////////// SPRY  /////////////////////////////*/	
	
	
	
#accordion{width:255px;
		
	margin-left:10px;
	border: 1px solid #f5f5f5;

}




.toggler {
	width:255px;
	text-indent:5px;
	margin: 0;
	padding:0;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	background-color: #ebebec;
	border:none;

}





 
.element {
	
	 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}




div.element img {
	padding-top:10px;
	padding-bottom:15px;
	

}


div.element p.last {
	padding-bottom:20px;
	

}

img {border: none;}

#idHidden img {
	position:absolute;
	top:0;
	left:-1px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	
}


#idHidden{
	display:none;
	width:auto;
}


#box {height:130px; width:160px; overflow:visible; position:relative; margin:15px 0 0 0; float:left;
}