
#headerContainer {
width: 100%;
background-color: #2D2F39;
text-align: center;
height: 80px;
border-top: 2px solid #000;
}

#header {
	width: 770px;
	padding: 20px 0px 0px 0px;
	margin: 0 auto;
}

#header img {
float: left;
margin-left: 15px;
}

/*  top navigation styles   */

* html #topNavContainer {  /* ie pc only  */
padding: 10px 0 0 0;
}

#topNavContainer
{
margin: 10px 0 0 30px;
padding: 0;
height: 40px;
overflow: visible;
}

#topNavContainer ul
{
border: 0;
margin: 0 25px 0 0;
padding: 0;
list-style-type: none;
text-align: center;
float: right;
}

#topNavContainer ul li
{
display: inline;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#topNavContainer ul li a
{
height: 20px;
padding: 0 10px 0 10px;
margin: 0 0 10px 0;
color: #c3cacf;
text-decoration: none;
display: block;
float: left; 
text-align: center;
font: normal 12px/18px Verdana, Helvetica, sans-serif;
}

#topNavContainer ul li a:hover
{
background: #15151C;
color: #E07800;
}

#topNavContainer a:active
{
background: black;
color: #E07800;
}

#topNavContainer li#active a {
/*background-image: url("../images/arrowdown.gif");
background-repeat: no-repeat;
background-position: 50% 105%;*/
}

#pagetitleContainer {
background-color: #CCCCCC;
background-image: url("../images/bodybackground.jpg");
background-repeat: repeat-x;
text-align: center;
width: 100%;
height: 35px;
border-top: 2px #555 solid ;
}

#pagetitle {
	height: 35px;
	text-align: left;
	width: 750px;
	padding: 4px 0 0 20px;
	margin: 0 auto;
}

#pagetitle h1 {
font-size: 20px;
color: #d1e4e8;
font-variant: small-caps;
letter-spacing: 3px;
margin: 0px;
}

#mainContainer {
	background-color: #CCCCCC;
	background-image: url("../images/bodybackground.jpg");
	background-repeat: repeat-x;
	height: 315px;
	text-align: center;
	width: 100%;
	border-top: 2px #555 solid ;
	background-position: 0 0px;
}

#main {
	width: 770px;
	text-align: left;
	margin: 0 auto;
	height: 315px;
	background-image: url(../images/main-top-background.gif);
	background-repeat: no-repeat;
	background-position: 1px 0;
}

#portfolioMainContainer {
	background-color: #474b4f;
	background-image: url("../images/background-dark.jpg");
	background-repeat: repeat-x;
	height: 480px;
	text-align: center;
	width: 100%;
	border-top: 2px #555 solid ;
	border-bottom: 2px #222 solid;
	background-position: 0 0px;
}

#portfolioMain {
	width: 770px;
	text-align: left;
	margin: 0 auto;
	height: 480px;
	background-image: url(../images/main-top-background.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}



#leftContainer {
	width: 210px;
	float: left;
	display: inline;
	padding: 12px 0px 0px 0px;
}

#leftNav li {
list-style: none;
color: #d1e4e8;
font-weight: bold;
line-height: 22px;
font-size: 13px;
}

#leftNav a {
color: #d1e4e8;
text-decoration: none;
}

#leftNav a:hover {
color: #FF9900;
}

#leftNav {
	background-image: url("../images/outpost-for.gif");
	background-position: 0 16px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 12px 0px 0px 20px;
	height: 110px;
}

/* ***** Client login  styles ******* */

#clientLoginContainer {
background-image: url("../images/client-login.gif");
background-position: 0 12px;
background-repeat: no-repeat;
padding: 12px 0 0 0;
margin: 8px 0 0 0px;
width: 200px;
}

#clientLoginContainer #clientlogin {
background-color: #999;
border-top: 1px #ccc solid;
border-left: 1px #ccc solid;
border-right: 1px #666 solid;
border-bottom: 1px #666 solid;
padding: 8px 0 4px 12px;
margin: 0 0 0 22px;
}

#clientLoginContainer p {
margin: 0 0 2px 0;
color: #474b4f;
font-size: 11px;
}

#clientLoginContainer a {
margin: 0 0 4px 4px;
color: #d1e4e8;
}

#clientLogin strong {}

#clientLoginContainer a:hover {
color: #FF9900;
}

#clientLoginContainer input {
	margin: 0 0 6px 0;
	background-color: #666;
	color: #d1e4e8;
	border-top: 1px #333 solid;
	border-left: 1px #333 solid;
	border-right: 1px #bbb solid;
	border-bottom: 1px #bbb solid;
	padding: 0 0 2px 4px;
	background-position: center;
}

* html #clientLoginContainer input {
	font-size: 12px;
}

#clientLoginContainer input .submitButton {
width: 39px;
height: 19px;
margin: 9px;
padding: 3px 0 0 0;
border: 0;
}

#feature {
height: 315px;
display: inline;
padding: 0 0 0 16px;
}


#lowerThirdContainer {
	width: 100%;
	text-align: center;
	color: #474b4f;
	padding: 0px 0 0;
	border-top: 1px solid #A9B3BA;
	margin: 16px 0 0 0;
}

#lowerThird2ndTier {
	text-align: left;
	width: 750px;
	margin: 0 auto;
	display: block;
	vertical-align: top;
	line-height: 17px;
	padding: 25px 0 0 20px;
	overflow: visible;
}

#lowerThird2ndTier h3{
}

#lowerThird2ndTier p strong{
font-size: 14px;
}



#lowerThird2ndTier p a:link {
color: #E0EBF8;
border-bottom: 1px solid #b0c2c6;
}

#lowerThird2ndTier p a:hover {
color: black;
border-bottom: 1px solid black;
}

.arrowButton {
vertical-align: middle; 
margin: -8px 0 0 0;
}

.arrowButton a:link, .arrowButton a:visited {
text-decoration: none;
color: #E0EBF8;
}



.arrowButton a:hover {
text-decoration: none;
color: black;
}




#newsBody {
	width: 460px;
	padding: 0 20px 0 0;
	float: left;
}

#newsBody .date {
border-top: 1px dashed #E0EBF8;
margin: 25px 0 6px 0;
padding: 12px 0 0 0;
}

#newsBody .firstDate {
margin: 0px 0 6px 0;
padding: 12px 0 0 0;
}


.width500 {
	width: 460px;
	padding: 0 20px 0 0;
	float: left;
}

.sidebarRight {
	display: inline;
	width: 200px;
	padding: 0 0 0 20px;

}

#lowerThird {
	text-align: left;
	width: 775px;
	margin: 0 auto;
	display: block;
	vertical-align: top;
	line-height: 17px;
}

#news {
background-image: url("../images/news.gif");
background-position: 2px 0px;
background-repeat: no-repeat;
padding: 0 0 0 14px;
margin: 0px 0px 0 0px;
width: 208px;
float: left;
text-align:left;
}

#news p {
margin: 0 13px 10px 10px;
padding: 0 6px 0 0;
line-height: 17px;
}

#news  a, a:link {
color: #474b4f;
text-decoration: none;
}

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

#news p b {
color: #d1e4e8;
}

#newsBody h3  {
font-size:16px;
line-height: 20px;
}

#newsBody h3 a:link {
color: #d1e4e8;
text-decoration:underline;
}
#newsBody h3 a:hover {
color: white;
text-decoration:underline;
}
#newsBody h3 a:vlink {
color: #d1e4e8;
text-decoration:underline;
}



#portfolioContainer {
margin: 0 0 0 0;
text-align: center;
display: block;
}

#portfolioContainer a {
margin: 0 0 0 0;
color: #474b4f;
text-decoration:  none;
display: block;
}

.portfolio img {
margin: 1px 2px 8px 1px;
border: 2px solid black;
}

.portfolio_hover img {
margin: 1px 2px 8px 1px;
border-top: 2px #FF9900 solid;
border-left: 2px #FF9900 solid;
border-right: 2px #FF7700 solid;
border-bottom: 2px #FF7700 solid;
}

.portfolio {
	margin: 0;
	padding: 3px 3px 3px 3px;
	float: left;
	width: 176px;
	text-align:left;
	border: 1px #A9B3BA solid;
	vertical-align: top;
}

.portfolio_hover {
background-color: #9aa9b1;
border-top: 1px #909ca6 solid;
border-left: 1px #909ca6 solid;
border-right: 1px #c3cacf solid;
border-bottom: 1px #c3cacf solid;
margin: 0;
padding: 3px 3px 3px 3px;
float: left;
width: 176px;
text-align: left;
}

.portfolio p {
padding: 0 5px 0 8px;
}

.vcenter {
text-decoration: none;
margin: 0 0 4px 0;
vertical-align: middle;
}
.portfolio_hover p {
padding: 0 5px 0 8px;
color: #000;
}

#footer {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	float:none;
	padding: 8px 0 8px 20px;

}

#footer p {
	line-height: 16px;
	margin: 0;

}

.copyright {
color:#999999;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
	font-style: italic;
	color: #000;
}

#sidebarRight .quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	color: #000;
}

#footerContainer {
	width: 100%;
	text-align: center;
	background-color: #ddd;
	display: block;
	clear: both;
	margin-top: 10px;
}

.threeColContainer {
width: 100%;
display: block;
margin: 0 0 12px 0;
}

.threecolumn {
	display: inline;
	width: 230px;
	margin: 0 18px 20px 0;
	float: left;
}

.threecolumn h3 {
	margin: 0 0 4px 0;
	font-size: 14px;
}

.threecolumn img a:link, .threecolumn img a:hover,  {
underline: none;
}

.oneArt {
font-family: Georgia, 'Times New Roman', Times, serif; 
font-size: 12px; 
line-height: 22px;
}

#address p {
font-size: 16px;
line-height: 22px;
}