/* The Capital Group Site Colors
Light Tan: #E5DDCF;
Dark Blue: #0B2741;
Dark Tan: #B59A73;
Dark Red: #600;


*/

*
{
	margin: 0;
	padding: 0;
}

BODY
{
	font-family: Lucida Sans, Arial, Verdana, Helvetica, sans-serif;
	margin: 7px auto;
	font-size: 13px;
	background-color: #fff;
	color: #333;
	line-height: 150%;
}

#wrapper
{
	width: 870px;
	background-color: #fff;
	margin: 7px auto;
	border-top: 6px solid #0B2741;
	border-bottom: 6px solid #0B2741;
	background-image: url(../images/rightcolbak.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

#topbar
{
	background-color: #fff;
	color: #300;
	width: 850px;
	height: 75px;
	padding: 10px;
}

#photobar
{
	height: 325px;
	width: 620px;
}

#header3
{
	position: absolute;
	width: 620px;
	height: 325px;
	overflow: hidden;
	z-index: 50;
}

.blend img
{
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
}

/* CONTENT BOX */
#leftcol
{
	width: 620px;
	margin-left: 0px;
	float: left;
}

#leftcol #content { padding: 20px; }

.topnav
{
	width: 620px;
	background-color: #E5DDCF;
	height: 45px;
}

.topnav UL
{
	list-style-type: none;
	margin-left: 0;
}

.topnav LI
{
	float: left;
	text-transform: uppercase;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 15px;
	font-size: 14px;
	color: #600;
	font-weight: bold;
}

.topnav LI A
{
	color: #600;
	text-decoration: none;
	display: block;
	text-align: center;
}

.topnav LI A:hover { color: #0B2741; }

.topnav LI:first-child {margin-left: 16px;}

.hovernav:hover
{
	background-color: #B59A73;
	height: 28px;
	width: 127px;
	margin-top: -15px;
	text-align: center;
	margin-left: -30px;
	margin-right: -30px;
	padding-top: 15px;
	margin-bottom: -5px;
	position: relative;
	z-index: 100;
}

.about:hover { width: 133px; }

.contact:hover
{
	padding-right: 6px;
	padding-left: 14px;
}

/* SUBMENU STYLES */
#dropmenudiv
{
	position: absolute;
	border-top: 1px solid #fff;
	border-bottom-width: 0;
	/*font-size: 11px;*/
	line-height: 20px;
	z-index: 100;
	margin-top: 1px;
	margin-left: 0px;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #fff;
	padding: 1px 0;
	text-decoration: none;
	/*font-family: Verdana;*/
	color: #0B2741;
	/*font-weight: bold;*/
}

#dropmenudiv a:hover
{
	/*hover background color*/
	background-color: #fff;
	/*	color:#600;
*/
	opacity: .40;
	filter: alpha (opacity=40);
}

#rightcol
{
	/*	min-height: 600px;*/
	height: 100%;
	/*margin-top: 12px;*/
	width: 230px;
	position: relative;
	margin-left: 620px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #B59A73;
}

.quotes
{
	color: #fff;
	padding: 60px 20px;
	line-height: 120%;
}

.button
{
	background-image: url(../images/bluebutton.gif);
	background-repeat: no-repeat;
	width: 195px;
	height: 71px;
	padding-top: 3px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 108%;
	margin: 0 auto;
}

.button A
{
	color: #fff;
	text-decoration: none;
}

.button A:hover { color: #E5DDCF; }

#boxinfo
{
	width: 90%;
	padding: 5px 5px 5px 20px;
	background-color: #E5DDCF;
	border: 3px solid #600;
	margin: 10px;
	font-size: 12px;
	color: #000000;
}

#boxinfo H1
{
	text-align: left;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: 1px solid #B59A73;
	font-size: 18px;
}

/*
#boxinfo P
{	
	font-style: italic;
}

*/

.twocol
{
	width: 290px;
	float: left;
	margin: 10px 10px 10px 10px;
	font-size: 11px;
}

.twocol IMG { margin: 10px 10px 110px 0px; }

.twocol A
{
	color: #600;
	text-decoration: none;
}

.twocol P
{
	margin-top: -8px;
	padding-top: 0;
	font-size: 12px;
}

#lyr0
{
	position: relative;
	visibility: hidden;
	z-index: 30;
	width: 95%;
	height: 350px;
}

#lyr1, #lyr2
{
	position: absolute;
	visibility: hidden;
	z-index: 30;
}

/*	Vertical Accordions
		*/

.accordion_toggle
{
	display: block;
	height: 30px;
	width: 95%;
	background-image: url(../images/arrowdown.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-color: #0B2741;
	padding: 0 5px 0 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	color: #fff;
	border-bottom: 1px solid #E5DDCF;
	cursor: pointer;
	margin: 0 5px 0 0;
}

.accordion_toggle:hover
{
	background-color: #600;
	background-image: url(../images/arrowdown.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}

.accordion_toggle_active
{
	background-color: #600;
	color: #ffffff;
	border-bottom: 1px solid #E5DDCF;
	background-image: url(../images/arrowup.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}

.accordion_toggle_active:hover
{
	background-color: #0B2741;
	background-image: url(../images/arrowup.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	color: #fff;
}

.accordion_content
{
	overflow: hidden;
	padding: 5px 20px 20px -5px;
	display: block;
}

#servicespage #content UL { list-style-type: none; }

#servicespage #content H2
{
	background-image: url(../images/littlebox.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

#servicespage #content H2 A { text-decoration: none; }

#footer
{
	clear: both;
	padding: 3px 10px;
	font-size: 11px;
	width: 870px;
	line-height: 120%;
	margin: 0 auto;
}

#footer A
{
	color: #fff;
	text-decoration: none;
	margin-right: 8px;
}

#footer A:hover { color: #300; }
A { color: #600; }
A:hover { color: #0B2741; }

H1
{
	font-size: 24px;
	color: #0B2741;
	padding: 5px 5px 8px 5px;
	font-weight: normal;
}

H2
{
	font-size: 16px;
	color: #600;
	padding: 5px 5px 8px 5px;
}

H3
{
	font-size: 14px;
	color: #333;
	padding: 5px 5px 8px 5px;
}

P { padding: 5px; }
UL { margin-left: 30px; }
LI { padding-bottom: 5px; }

