html {
	overflow-y: scroll;
}

body {
	background-color: #E7E4EF;
	background-image: url(images/bgfade.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Corbel, 'Microsoft Sans Serif', Geneva, Arial, sans-serif;
	color: #392259;
}

.bluebar {
	position: absolute;
	top: 138px;
	left: 0px;
	z-index: -5;
	height: 80px;
	width: 100%;
	background-color: #392259;
	border-top: 1px solid #DEDAE8;
	border-bottom: 1px solid #DEDAE8;
	margin-top: -5px;
	padding-top: 10px;
}

.wrapper {
	width: 852px;
	margin: 0px auto;
	text-align: left;
	margin-bottom: 20px;
}

h1 {
	font-size: 18px;
	font-family: Corbel, 'Microsoft Sans Serif', Geneva, Arial, sans-serif;
	font-weight: bold;
	color: #AC1A30;
}

h2 {
	font-size: 13px;
	font-family: Corbel, 'Microsoft Sans Serif', Geneva, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}



/*Header Styles*/

.header {
	width: 850px;
	height: 122px;
	background-color: #FFFFFF;
	border-right: 1px solid #DEDAE8;
	border-left: 1px solid #DEDAE8;
	margin-top: -15x;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.header_left {
	margin: -5px 0px -15px 25px;
	text-align: left;
}

.header_right {
	float: right;
	width: 575px;
	text-align: right;
	margin: -5px 25px -15px 0px;
}

.call_us {
	margin-top: 0px;
	margin-bottom: 62px;
	font-size: 11px;
	font-family: 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', Verdana, sans-serif;
	color: #AC1A30;
}

.top_head {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: -1;
	border: none;
	display: block;
	margin-bottom: -5px;
}

.bottom_head {
	position: relative;
	top: -5px;
	left: 0px;
	z-index: -1;
	border: none;
	display: block;
}



/*Main Navigation Styles*/

.main_nav {
	position: relative;
	z-index: 2;
	clear: both;
	text-align: right;
	margin-top: -8px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding-top: 2px;	
}

.dim a:link, .dim a:visited, .dim a:hover, .dim a:active {
	float: right;
	font-size: 13px;
	font-family: 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', Verdana, sans-serif;
	color: #DEDAE8;
	text-decoration: none;
	padding: 8px 13px 8px 13px;
}

.dim a:hover {
	color: #392259;
	background-color: #FFFFFF;
	background-image: url(images/btn_fade.gif);
	background-repeat: repeat-x;
	padding: 8px 12px 8px 12px;
	border-right: 1px solid #DEDAE8;
	border-left: 1px solid #DEDAE8;
}

.dim a:active {
	color: #AC1A30;
	background-color: #FFFFFF;
	background-image: url(images/btn_fade.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #DEDAE8;
	border-left: 1px solid #DEDAE8;
	padding: 8px 12px 8px 12px;
}

.page_marker a:link, .page_marker a:visited, .page_marker a:hover, .page_marker a:active {
	position: relative;
	z-index: 5;
	float: right;
	font-size: 13px;
	font-family: 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', Verdana, sans-serif;
	color: #AC1A30;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images/btn_fade.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #DEDAE8;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #DEDAE8;
	padding: 8px 12px 8px 12px;
}

.page_marker a:hover, .page_marker a:active {
	padding: 8px 12px 8px 12px;	
}



/*Main Styles (lower white box)*/

.top {
	position: relative;
	top: -1px;
	left: 0px;
	z-index: 1;
	border: none;
	margin-top: 0px;
}

.bottom {
	position: relative;
	top: 10px;
	left: 0px;
	z-index: -2;
	border: none;
	margin-top: 2px;
	padding-top: 0px;
}

.main {
	position: relative;
	z-index: 0;
	clear: both;
	width: 850px;
	height: auto;
	background-image: url(images/watermark.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-right: 1px solid #DEDAE8;	
	border-left: 1px solid #DEDAE8;
	margin-top: -14px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 0px;
}

.main_home {
	position: relative;
	z-index: 0;
	clear: both;
	width: 850px;
	height: auto;
	background-color: #FFFFFF;
	border-right: 1px solid #DEDAE8;	
	border-left: 1px solid #DEDAE8;
	margin-top: -14px;
	margin-bottom: -20px;
	padding-top: 1px;
	padding-bottom: 0px;
}



/*Sub-Navigation Styles*/

.sub_nav {
	float: left;
	margin: 40px 0px 10px 0px;
	padding-top: 0px;
}

.sub_nav ul {
	margin-top: 0px;
	margin-left: -35px;
	padding-left: 35px;
	list-style-type: none;
}

.sub_nav li {
	padding: 2px 30px 2px 40px;
	border-bottom: 1px solid #DEDAE8;
}

.sub_nav li:first-child {
	border-top: 1px solid #DEDAE8;
}

li.highlight {
	background-color: #392259;
}

.btn a:link, .btn a:visited, .btn a:hover, .btn a:active {
	font-size: 13px;
	font-family: Corbel, 'Microsoft Sans Serif', Geneva, Arial, sans-serif;
	font-weight: bold;
	color: #392259;
	text-decoration: none;
}

.btn a:hover {
	color: #AC1A30;
}

.btn a:active {
	color: #AC1A30;
}

.highlight a:link, .highlight a:visited, .highlight a:hover, .highlight a:active {
	font-size: 13px;
	font-family: Corbel, 'Microsoft Sans Serif', Geneva, Arial, sans-serif;
	font-weight: bold;
	color: #DEDAE8;
	text-decoration: none;
}



/*Content Styles*/

.content {
	max-width: 545px;
	margin: 40px 25px 0px 250px;
	padding-top: 0px;
}

.no_sidebar {
	max-width: 545px;
	margin: 40px 25px 0px 155px;
	padding-top: 0px;
}

.content p, .no_sidebar p {
	line-height: 1.5;
}

.main_home table {
	width: 784px;
	margin: 30px 0px 0px 37px;
}

.table_headings {
	background-image: url(images/shadow_top.gif);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-left: 30px;
}

.table_headings h1 {
	margin-top: 9px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #392259;
}

.table_headings h1 img {
	margin-bottom: -2px;
	padding-top: 1px;
}

.table_body {
	background-image: url(images/shadow_mid.gif);
	background-repeat: repeat-y;
	padding-top: -10px;
	vertical-align: top;
}

.main_home ul {
	list-style-type: disc;
	margin-top: 10px;
	margin-right: 80px;
	margin-left: -40px;
	padding-bottom: 10px;
	padding-left: 120px;
	line-height: 1.3;
}

.footer {
	font-size: 10px;
	font-family: 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', Verdana, sans-serif;
	color: #AC1A30;
	text-align: center;
	margin-top: 25px;
	margin-bottom: -35px;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	font-size: 10px;
	font-family: 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', Verdana, sans-serif;
	color: #AC1A30;
	text-decoration: none;
}
