/*
-------------------------------------------------------- 
JMHCA
Last Edit:		04/25/2006
Company:			Apis Design
Author: 			Robin Eldred
-------------------------------------------------------- 
*/

/* GLOBALS
----------------------------------*/
* {
	font-family: Arial,Helvetica,sans-serif;
}
img {
	border: 0;
	}
body {
	background: #48261d;
}
#container {
	margin: 0 auto;
	min-height: 600px;
	text-align: center;
}
#innercont {
	width: 765px;
	text-align:left;
	margin-top:33px;
}

/* TOPAREA
----------------------------------*/

#toparea {
	border:0;
}
#toparea p {
	padding:0;
	margin:0;
}
#topnav {
	height: 31px;
	margin:0;
	padding:0;
	background-color:#120f17;
}
#topnav img {
	border:0;
}
#topnav li {
	list-style: none;
	display: inline;
	height: 31px;
}


/* CONTENT
----------------------------------*/
#contentContainer {
	background-color:#FFFFFF;
	height:100%;
}
#contentLeft {
	width: 569px;
	float: left;
	background-color:#FFFFFF;
}
#contentLeftInner {
	padding:15px 29px 29px 29px;
}
#contentLeft h1 {
	font-size: 19pt;
	margin-top:5px;
	color: #275681;
	font-family: "Times New Roman", Times, serif;
	font-weight:600;
}
#contentLeft h3 {
	color: #6B4027;
	font-weight:500;
}
#contentLeft img {
	padding: 5px;
	}
#contentLeft p {
	font-size: 1.0em;
}

#contentRight {
	background:url(../graphics/bg_right_side.gif) no-repeat #FFFFFF;
	width: 196px;
	float: right;
	min-height:450px;
}
#contentRightInner {
	padding:5px 20px 20px 20px;
}
#contentRight h2 {
	font-size: 1.1em;
	margin-top:16px;
	margin-bottom:0px;
}
#contentRight h3 {
	font-size: 16pt;
	color: #6B4027;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top:16px;
	margin-bottom:0px;
}
#contentRight img {
	padding:0;
}
#contentRight p {
	font-size: 0.8em;
	margin-top:5px;
	margin-bottom:3px;
}
#calloutBox {
	width:493px;
	min-height:121px;
	background-color:#fffcf6;
	border:1px solid #ececec;
}
#calloutBox img {
	margin-right:20px;
}
#calloutBoxInner {
	padding:15px;
}
a {
	color:#275681;
}
a:visited {
	color:#275681;
}
a:active {
	color:#275681;
}
a:hover {
	color:#275681;
	text-decoration:none;
}

/* FOOTER
----------------------------------*/
#footer {
	clear: both;
	font-size: 0.6em;
	color:#FFFFFF;
	border-top:1px solid #255781; 
}
#footerInner {
	margin:11px;
}
#footer a {
	color:#FFFFFF;
}
#footer a:visited {
	color:#FFFFFF;
}
#footer a:active {
	color:#FFFFFF;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#footerLeft {
	float:left;
}
#footerRight {
	float:right;
}