@charset "UTF-8";

/* !Styles for Page Layout */
html {
	background: url(../images/body_bg.jpg) no-repeat #385490;
	color: #395592;
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
}
	#page_wrapper {
		margin: 0px auto;
		padding: 0px;
		width: 1010px;
	}
	
	#page_content {
		float: left;
		padding: 0px;
		width: 1010px;
		/* Note that background is set inline so the template is easily editable at page level */
	}
		#header {
			background: url(../images/header_bg.png) no-repeat;
			height: 300px;
			margin: 0;
			padding: 0;
			float: left;
			width: 1011px;
		}

		#highlighted_content{
			padding: 100px 0px;
			width: 410px;
			float:left;
			text-align: center;
		}

		#primary_content{
			font-family: Helvetica, Arial, sans-serif;
			font-size: 14px;
			font-style: normal;
			font-weight: normal;
			text-transform: normal;
			letter-spacing: normal;
			line-height: 1.4em;
			
			width: 570px;
			float: left;
			padding-bottom: 15px;
		}

/* !Styles for Primary Navigation */
#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 25px;
	margin-top: 10px;
	float: left;
	width: 500px;
}
	#menu_one {
		float: left;
		height: 300px;
		width: 120px;
		margin-left: 5px;
	}
	
	#menu_two {
		float: left;
		height: 300px;
		width: 120px;
		margin-left: 15px;
	}
	
	#menu_three {
		float: left;
		height: 250px;
		width: 120px;
		margin-left: 15px;
	}

	#menu ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

/* !Styles for Header */
#logo {
	float: left;
	width: 300px;
}
	#logo img {
		border: none;
	}

/* !Styles for Content */
h1 {
	font-family: Cambria, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.3em;
	
	background: url(../images/h1_icon.png) no-repeat;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 25px;
}

#primary_content p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#primary_content ul {
	padding-left: 20px;
}

#highlighted_content #recent_news {
	background: url(../images/recent_news_background.png) no-repeat top left;
	border: 2px solid #7B92AD;
	color: #CCC;
	font-size: 12px;
	font-weight: normal;
	height: 103px;
	margin: 0px 0px 0px 75px;
	padding: 50px 10px 10px 85px;
	text-align: left;
	width: 154px;
}

#highlighted_content img {
	border: 2px solid #7B92AD;
}

#submenu p {
	margin: 0px 0px 20px 0px;
}

#submenu img {
	border: 2px solid #7B92AD;
}
	#submenu img.highlighted {
		border: 2px solid #395592;
	}

/* Styles for the Company Profile on the Portfolio Page */
#primary_content .profile {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 10px 0px;
}
#primary_content .profile dl {
	clear: right;
/* 	float: left; */
	margin: 0px;
	overflow: auto;
	padding: 0px;
}
#primary_content .profile dl dd {
	float: left;
	width: 350px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#primary_content .profile dl dt {
	float: left;
	font-weight: bold;
	clear: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

/* Styles for Team Section */
#primary_content h3 {
	margin: 0px;
	padding: 0px;
}
#primary_content h4 {
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#primary_content p.intro {
	border-bottom: 1px dashed #999;
	margin: 15px 0px;
	padding: 0px 0px 10px 0px;
}

#submenu {
	float: left;
	margin: 0px 0px 0px 75px;
	padding: 50px 0px;
	width: 335px;
}
#submenu h3 {
/*	font-family: Cambria, serif; */
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#submenu ul {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
	#submenu ul li {
		font-size: 14px;
		font-weight: normal;
		margin: 0px 0px 5px 0px;
		padding: 0px;
	}

/* Styles for Contact Page */
#primary_content div.employee {
	display: inline-block;
	margin: 10px 0px;
	width: 45%;
}
	#primary_content div.employee h4 {
		font-style: italic;
		margin: 0px;
		padding: 0px;
	}

/* !Styles for Links: Primary Navigation */
#menu a:link, #menu a:visited {
	color: #395592;
	text-decoration: underline;
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 0px;
	margin: 2px 0px;
}

#menu a:hover {
	color: #5EC0DD;
	text-decoration: none;
}

/* !Styles for Links: Recent News */
#highlighted_content #recent_news a:link {
	color: #CCC;
	text-decoration: none;
}
#highlighted_content #recent_news a:visited {
	color: #CCC;
	text-decoration: none;
}
#highlighted_content #recent_news a:hover {
	color: #CCC;
	text-decoration: underline;
}
#highlighted_content #recent_news a:active {
	color: #CCC;
	text-decoration: underline;
}

/* !Styles for Links: Content */
#primary_content a:link {
	color: #395592;
	text-decoration: underline;
}
#primary_content a:visited {
	color: #395592;
	text-decoration: underline;
}
#primary_content a:hover {
	color: #5EC0DD;
	text-decoration: none;
}
#primary_content a:active {
	color: #5EC0DD;
	text-decoration: none;
}

/* !Styles for Links: Sidebar */
#submenu a:link {
	color: #666666;
	text-decoration: none;
}
#submenu a:visited {
	color: #666666;
	text-decoration: none;
}
#submenu a:hover {
	color: #666666;
	text-decoration: underline;
}
#submenu a:active {
	color: #666666;
	text-decoration: underline;
}

#submenu h3 a:link {
	color: #395592;
}
#submenu h3 a:visited {
	color: #395592;
}
#submenu h3 a:hover {
	color: #395592;
}
#submenu h3 a:active {
	color: #395592;
}
