/*************************************************************************/
/****************************** global ***********************************/

html, body{
	margin:0;
	padding:0;
	font:16px/19px "Times New Roman", Times, serif;
	color:#555555;
	text-align:justify;
	background:#E6E4D4;
}
#outer{
	width:686px;
	margin:50px auto 0 auto;
	background:#FFFFFF;
	border:1px solid #DCDED1;
}
#inner{
	width:678px;
	margin:3px;
	padding-bottom:25px;
	border:1px solid #E9ECDD;
}
#header{
	width:700px;
	height:160px;
	margin-left:-11px;
	padding-top:110px;
	text-align:center;
	background:transparent url(../images/header.png) no-repeat;
}
.imgright {
	float:right;
	margin-bottom:24px;
}

/*************************************************************************/
/****************************** main nav *********************************/

#header a{
	margin:0 10px;
	color:#FFFFFF;
	text-shadow: #0A4048 0 2px 0;
}

/*************************************************************************/
/***************************** home DIVs *********************************/

.left{
	width:295px;
	margin:0 0 15px 30px;
	float:left;
	clear:both;
}
.right{
	width:295px;
	margin:0 30px 15px 0;
	float:right;
}
.boxborder{
	width:100%;
	margin-top:-1px; /* hides overlapping borders */
	padding:15px 0 0 0;
	float:left;
	border-top:1px solid #E9ECDD;
	border-bottom:1px solid #E9ECDD;
}
.full{
	width:615px;
	margin:0 30px 25px 30px;
	clear:both;
}

/*************************************************************************/
/*************************** content DIVs ********************************/

.quote{
	width:590px;
	margin:0 auto;
	padding:15px 15px 0 15px;
	clear:both;
	font-style:italic;
	text-align:center;
	color:#534E21;
	background:transparent url(../images/quote-bg.png) no-repeat;
}
.quote-btm{
	width:620px;
	height:14px;
	margin:-15px 0 0 -15px;
	padding-top:5px;
	background:transparent url(../images/quote-bg-btm.png) no-repeat bottom;
}


/*************************************************************************/
/****************************** footer ***********************************/

#footer{
	width:686px;
	height:30px;
	margin:0 auto;
	padding-top:8px;
	color:#6A695A;
	font-size:11px;
	text-align:center;
}

/*************************************************************************/
/**************************** copy styles ********************************/

p{
	padding:0;
	margin-top:0;
	margin-bottom:16px;
}
h1, h2{
	margin:0 0 18px 0;
	font-size:28px;
	line-height:28px;
	font-weight:normal;
	text-align:center;
	color:#135D68;
}
h3{
	margin:0 0 10px 0;
	font-size:18px;
	color:#333333;
}
li{
	padding-bottom:6px;
	list-style:url(../images/bullet.png);
}
ol{
	margin:0;
	padding:0 0 0 20px;
}
sup{
	font-size:9px;
}

/*************************************************************************/
/***************************** linkage ***********************************/

/* default */
a:link, a:visited, a:active {color:#05455B; text-decoration:underline;}
a:hover{color:#20708C; text-decoration:underline;}

/* nav */
#header a:link, #header a:visited, #header a:active {color:#FFFFFF; text-decoration:none;}
#header a:hover, #header a.selected{color:#A4E8F3; text-decoration:none;}
#header a.selected{color:#FFFFFF; border-bottom:1px solid #FFFFFF;}

/* footer */
#footer a:link, #footer a:visited, #footer a:active {color:#6A695A; text-decoration:none;}
#footer a:hover {color:#6A695A; text-decoration:underline;}

/*************************************************************************/
/*************************** IE6 PNG support *****************************/

/* PNG support for IE6 */
img, div, input { behavior: url(/assets/iepngfix.htc); }