@charset "utf-8";
* { margin: 0; padding: 0; border: 0; }

body {
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	margin: 20px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color: #0472a0;
}
a:hover {
	color: #000000;
}
ul {
	margin-left: 20px;
}
li {
	margin-top: 0.25em;
}
h1 {
	font-size: 2em;
	padding-bottom: 35px;
}

h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.25em;
}
.oneColFixCtr #container {
	width: 840px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	margin: 0;
	padding: 0 65px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	background-position: top;
	min-height: 535px;
	line-height: 1.5em;
}
.oneColFixCtr #mainHeader {
	height: 369px;
	min-height: 369px;
}
.oneColFixCtr #sidespacer {
	width: 65px;
	min-width: 65px;
	max-width: 65px;
	float: left;
}
.oneColFixCtr #menutop {
	font-size: 85%;	
	font-weight: 600;
	width: 539px;
	min-width: 539px;
	max-width: 539px;
	float: left;
	line-height: 1.5em;
}
.oneColFixCtr #menubottom {
	padding: 25px 0 0 65px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.9em;	
	width: 840px;
	float: left;
	font-weight: 600;
}
.oneColFixCtr #topmenuimage {
	width: 236px;
	min-width: 236px;
	max-width: 236px;
	height: 62px;
	min-height: 62px;
	max-height: 62px;
	float: left;
}
.oneColFixCtr #headerimage {
	clear: both;
}
.oneColFixCtr #sub {
	padding-top: 15px;
}
.oneColFixCtr #footer {
	padding: 15px 0 0 65px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.6em;
	color: #a7a9ac;
	min-width: 840px;
	max-width: 840px;
	height: 25px;
	clear: both;
}
.oneColFixCtr #callout {
	font-size: 1.5em;
	color: #0472a0;
	width: 300px;
	padding: 0 0 20px 20px;
	margin: 0 0 0 20px;
	background: url(images/calloutline.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	line-height: 1.5em;
}
.oneColFixCtr #callout2 {
	font-size: 1em;
	color: #0472a0;
	width: 300px;
	padding: 50px 0 20px 20px;
	background: transparent;
	float: right;
	line-height: 1em;
	text-align: center;
}
.oneColFixCtr #callout3 {
	font-size: 1.3em;
	color: #000000;
	width: 300px;
	padding: 0 0 20px 20px;
	margin: 0 0 0 20px;
	background: url(images/calloutline.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	line-height: 1.1em;
}
.oneColFixCtr #portfoliocol1 {
	clear: both;
}
.oneColFixCtr #portfoliocol2 {
	width: 300px;
	padding: 0 0 20px 20px;
	background: transparent;
	float: right;
}