/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}


#container{
		position: relative;
		margin: 0 auto;
	    width: 802px;
		height:114px;
		padding: 0px 22px 0px 21px;
		background: url('/assets/img/layout/int_body_bg.gif');
		background-repeat:no-repeat;
		

}

#header{
		position:relative;
		float:left;
		width:558px;
		height:76px;
		padding-left:244px;
		background: url('/assets/img/layout/int_header.png');
}

.subNav {
		float:left;
		height:21px;
		padding-top:8px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#ffffff;
}

.subNav li {
		list-style:none;
		display:inline;
}

.subNav a:visited, .subNav a:active, .subNav a:link, .subNav a:hover {
		color:#ffffff;
		text-decoration:none;
}

.subNav a:hover {
		color:#ffffff;
		text-decoration: underline;
}  

.about { 
		width:772px;
		padding-left: 30px;
		text-align:left;
		background: url('/assets/img/nav/sub_nav_about.gif');
}
.public { 
		width:635px;
		padding-left: 167px;
		text-align:left;
		background: url('/assets/img/nav/sub_nav_public.gif');
}
.govt { 
		width:772px;
		padding-left: 30px;
		text-align:left;
		background: url('/assets/img/nav/sub_nav_govt.gif');
}
.biz { 
		width:585px;
		padding-right: 217px;
		text-align:right;
		background: url('/assets/img/nav/sub_nav_biz.gif');
}

.clients { 
		width:669px;
		padding-right: 133px;
		text-align:right;
		background: url('/assets/img/nav/sub_nav_clients.gif');
}
.contact { 
		width:773px;
		padding-right: 29px;
		text-align:right;
		background: url('/assets/img/nav/sub_nav_contact.gif');
}

.colorAbout {
	color: #A78650;
}
.colorPublic { color: #ab3c21;}
.colorGovt {
	color: #75343A;
}
.colorBiz {
	color: #DA5C16;
}
.colorClients {
	color: #A8B2AE;
}
.colorContact {
	color: #5991DF;
}


#spacer{
		position:relative;
		float:left;
		width:535px;
		height:48px;
		background-color:#0a2c5c;
		border-left:#d1c593; border-left-style:solid; border-left-width:3px;
		border-right:#d1c593; border-right-style:solid; border-right-width:3px;
		padding: 30px 0px 0px 261px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:22px;
		color: #ffffff;


}

.interiorText{
		font-size:12px;
		line-height:18px;
		margin-bottom:31px;
		color:#FFFFFF;
		
}


.interiorText a:visited, .interiorText a:active, interiorText a:link, interiorText a:hover {
		color:#ffffff;
		text-decoration:underline;
} 

