/*********** Common Styles ***********/
/*************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	background-image: url(/images/background.gif); 
	color: #555555;
}

p {
	margin: 9px 0px 9px 0px;
}

p.medium {
	font-size: 12px;
}

a {
	color: #555555;
	text-decoration: underline;
}

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

a:selected {
	color: #555555;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	border-left: 5px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 3px;
	color: #999999;
	clear: both;
}


h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

li {
	margin-left: -5px;
}

/*********** Header Styles ***********/
/*************************************/

#headerContainer {
	margin: 16px 0px 16px 6px;
}

/********* Navigation Styles *********/
/*************************************/

#navContainer {
	margin-left:  100px;
	width: 140px;
	font-size: 14px;
	float: left;
}

#navContainer .selected {
	background: #05325a;
	padding: 5px 0px 5px 15px;
	margin: 5px 0px 5px 0px;
}

#navContainer .selected a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#navContainer .navItem {
	padding: 5px 0px 5px 15px;
	margin: 5px 0px 5px 0px;
	background-image: url(/images/navBulletBlue.gif); 
	background-repeat: no-repeat; 
}

#navContainer .navItem a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#navContainer .navItem a:hover {
	font-size: 14px;
	color: #05325a;
	font-weight: bold;
	text-decoration: none;
}

/******* Common Content Styles ********/
/**************************************/

#contentContainer {
	margin-top: 5px;
	margin-left: 20px;
	width: 475px;
	float: left;
}

#contentContainer .header {
	background: #cccccc;
	font-size: 14px;
	font-weight: bold;
	color: #05325a;
	padding: 5px;
}

#contentContainer .bodyText {
	padding-left: 5px;
}

/******* Our Team Styles ********/
/**************************************/

#teamIndex {
	border: 1px solid #999999;
	height: 110px;
	margin-bottom: 15px;
	padding: 8px;
}

#teamIndex p {
	margin: 4px 0px 4px 0px;
}

#teamIndex .left {
	float: left;
	width: 220px;
	margin-bottom: 15px;

}

#teamIndex .right {
	width: 220px;
	float: right;
	margin-bottom: 15px;
}


/******* Portfolio Styles ********/
/**************************************/

#portfolioItem {
	padding: 5px;
	clear: both;
	margin: 15px 0px 15px 0px;
}

#portfolioItem .icon {
	float: left;
	width: 130px;

}

#portfolioItem .description {
	width: 320px;
	margin-left: 135px;
}

#portfolioItemSeparator {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 35px;
	text-align: right;
}

/******* News & Media Styles ********/
/**************************************/

#newsItem {
	padding: 5px;
	clear: both;
	margin: 5px 0px 5px 0px;
}

#newsItem .left {
	float: left;
	width: 80px;

}

#newsItem .right {
	width: 360px;
	margin-left: 90px;
}

/******* Contact Us Styles ********/
/**************************************/

#officeLocations {
	height: 70px;
	padding: 8px;
}

#officeLocations .left {
	float: left;
	width: 220px;
	margin-bottom: 15px;

}

#officeLocations .right {
	width: 220px;
	float: right;
	margin-bottom: 15px;
}

#contactFormItem {
	padding: 6px;
	clear: both;
}

#contactFormItem .left {
	float: left;
	width: 125px;
	font-weight: bold;
	text-align: right;
}

#contactFormItem .right {
	width: 315px;
	float: right;
}

/******* Right Side Promotions ********/
/**************************************/

#rightContainer {
	margin-top: 5px;
	margin-left: 20px;
	width: 200px;
	float: left;
}

#rightContainer .header {
	background: #cccccc;
	font-size: 14px;
	font-weight: bold;
	color: #05325a;
	padding: 5px;
	text-align: left;
}

#rightContainer .featured {
	text-align: center;
}

#rightContainer .newsDate {
	float: left;
	width: 50px;
}

#rightContainer .headline {
	margin-left: 55px;
	width: 142px;
}

/*********** Footer Styles ***********/
/*************************************/

#footerContainer {
	width: 855px;
	margin-top: 20px;
	margin-left: 100px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 10px;
}