/* Common HTML Tags */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #3f576c;
	margin: 10px;
	padding: 0px;
}
p {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #003e74;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003E74;
	padding-bottom: 5px;
	width: 530px;
	line-height: 28px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

a {
	color: #003e74;
}
ul {
	list-style-image: url(/images/bullet.gif);
}

/* DIVs */

#wrapperShadow {
	background-image: url(/images/wrapperShadow.gif);
	background-repeat: repeat-y;
	width: 772px;
	margin: 0 auto;
}
#wrapper {
	width: 760px;
	background-image: url(/images/bg_stripes.gif);
	background-repeat: repeat;
	margin: 0 auto;
}
#mainContent {
	background-image: url(/images/main_bg.jpg);
	background-repeat: no-repeat;
	width: 760px;
}
#inviso {
	height: 45px;
	width: 270px;
	position: absolute;
	margin-left: 10px;
	margin-top: 12px;
	z-index: 5;
}
#topNav {
	color: #f4cc88;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 61px 0 0 0;
	position: absolute;
	z-index: 2;
	padding-right: 10px;
	width: 750px;
}
#topNav a{
	color: #f4cc88;
	text-decoration: none;
}
#topNav a:hover, #topNav a:hover{
	color: #fff;
}
#leadPhoto {
	height: 306px;
	width: 328px;
	padding-top: 100px;
	margin: 0px;
}
#homeCallout {
	position: absolute;
	top: 132px;
	text-align: right;
	width: 760px;
	z-index: 2;
}
#homeCalloutNav img {
	display: block;
}
#homeCalloutNav {
	position: absolute;
	z-index: 3;
	top: 150px;
	width: 129px;
	padding-left: 630px;
}
#textArea {
	margin: 20px;
	padding-top: 85px;
}
#footer {
	color: #cec19e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #4d6a83;
	text-align: center;
	padding: 5px;
}
#bottomShadow {
	width: 772px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer a{
	color: #cec19e;
	padding: 0px;
	width: 766px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.photoRight {
	float: right;
	border: 1px solid #003e74;
	margin: 0 0 20px 20px;
}
.photoLeft {
	float: left;
	border: 1px solid #003e74;
	margin: 0 20px 20px 0;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
}

