@charset "utf-8";
/* CSS Document */

H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #01275e;
}
.inlineImagesleft {
	margin-right: 6px;
	margin-bottom: -1px;
	margin-top: 1px;
}
.inlineImagesright {
	margin-left: 10px;
	margin-bottom: 2px;
	margin-top: 1px;
}
#mainWrapHome {
	width: 890px;
	height: 650px;
	background-image: url(images/main_header.jpg);
	background-repeat: no-repeat;
	background-color: #68593f;
	position: relative;
}
#mainWrapServices {
	width: 890px;
	height: 900px;
	background-image: url(images/main_header.jpg);
	background-repeat: no-repeat;
	background-color: #68593f;
	position: relative;
}
#mainWrapAbout {
	width: 890px;
	height: 1170px;
	background-image: url(images/main_header.jpg);
	background-repeat: no-repeat;
	background-color: #68593f;
	position: relative;
}
#mainWrapCase {
	width: 890px;
	height: 560px;
	background-image: url(images/main_header.jpg);
	background-repeat: no-repeat;
	background-color: #68593f;
	position: relative;
}
#mainWrapNews {
	width: 890px;
	height: 630px;
	background-image: url(images/main_header.jpg);
	background-repeat: no-repeat;
	background-color: #68593f;
	position: relative;
}
#mainWrapContact {
	width: 890px;
	height: 530px;
	background-image: url(images/main_header.jpg);
	background-repeat: no-repeat;
	background-color: #68593f;
	position: relative;
}
#mainMenu {
	left: 153px;
	top: 150px;
	width: 686px;
	padding: 4px;
	background-color: #01275e;
	position: absolute;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
}
#mainMenu a {
	color: white;
	text-decoration: none;
}
#mainMenu a:hover {
	color: white;
	text-decoration: underline;
}
#leftColumn{
	width: 112px;
	padding-top: 300px;
	margin-left: 23px;
	margin-right: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
}
#leftColumn a {
	color: white;
	text-decoration: none;
}
#leftColumn a:hover {
	color: white;
	text-decoration: underline;
}
#mainContentWrap {
	left: 153px;
	top: 180px;
	width: 694px;
	background-image: url(images/main_content_bkgnd.jpg);
	background-color: #e1d9c9;
	background-repeat: no-repeat;
	position: absolute;
}
#mainContent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	margin: 15pt;
}
#mainContent a{
	color: #1a387e;
	text-decoration: underline;
}
#mainContent a:hover{
	color: #1a387e;
	text-decoration: none;
}
#mainContent ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 0px;
	padding-left: 5.5em;
	line-height: 17px;
	list-style-type: circle #01275e;
}
#footer {
	background-color: #e1d9c9;
	clear: both;
	width: 882px;
	padding: 4px;
	border-top: solid;
	border-top-width: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;	
}
#footer a {
	color: black;
	text-decoration: none;
}
#footer a:hover {
	color: black;
	text-decoration: underline;
}
