 

/* General */
* 					{ margin: 0; padding: 0; }
a 					{ font-size:12px; color: #395973; text-decoration:none;}
a:hover 			{ font-size:12px; color: #7B92AD; text-decoration:none;}
body 				{ background-color:#333; color: #111; font-size:12px; font-family: arial, sans-serif; margin: 3% 0; }
li 					{ list-style: none;}
h1 					{ font-size: 16px;}
h1,h2,h3,h4,h5,h6	{ color: #6A3E46;}

/* misc */
.clearer 			{ clear: both;}
.main_right .news 	{ padding: 6px 2px 6px 16px;}
.main .news 		{ padding: 18px 24px;}
.meta 				{ font-size: 12px; color: #666;}
.left 				{ float: left; font-size:10px;}
.left a 			{ font-size:10px;}
.right				{ float: right;font-size:10px;}
.right a 			{ font-size:10px;}
img					{border:none;}
.partnerList 	{ padding:6px 0 16px 0;}
.partnerList li { padding: 0 0 0 40px; font-weight:100;}

/* Main Content */

.quote { font-style:italic; color:#444; text-align:center;}

/* news sidebar */
.news h1 {color:#7A4851;} 
.news a {color:#7B92AD;}
.news a:hover {color:#395973;}

/* structure */
.container 		{ font-size: 12px; background: url(img/bgcontainer.gif) repeat-y; margin: 0 auto; width: 840px; border: 12px solid #222; background-color:#333; }
.mainText     	{ padding: 10px 10px 0 16px;  min-height:450px;font-size:12px; font-family: arial, sans-serif; } 
.mainText p 	{ padding: 0 0 10px 0;}
.mainText h2 	{ font-size:20px; font-weight:bolder;}

#services li {list-style-type:circle; margin-left:20px;}


/* header */
.header 		{ float: left; width: 835px; height:332px; background: url(img/header.gif) no-repeat;background-color:#222; padding: 0 0 20px 0; }
#headerText 	{ background-color:#222; text-align:center;padding: 0 0 20px 0; font-family:garamond,arial, sans-serif; }
#headerText h1 	{ font-size:42px; font-weight:bolder; color:#6A3E46;}
#headerText h2 	{ font-style:italic; color:#888;}

.red		{color:#7A4851;} 
.darkBlue	{color:#7A4851;}
.lightBlue	{color:#7A4851;}


/* structure */
.top 		{ background: #222; color: #DDD; float: left; font-family:arial; font-size:12px; height: 50px; text-align: center; width: 639px; }
.subnav 	{ float: left; width: 160px; }
.main 		{ float: left; width: 480px; }
.main_right { float: right; width: 200px; color: #CCC; }

/* sub-navigation */
.subnav h1 			{ background: #222; color: #FFE; font: bold 12px arial,sans-serif; line-height: 24px;padding-left: 8px; }
.subnav ul 			{ margin: 0; padding: 0;}
.subnav li 			{ border-bottom: 1px solid #283F52; list-style: none; }
.subnav li a 		{ background: #7B92AD; color: #111; display: block; padding: 8px 0 8px 12px; width: 148px; text-decoration: none; }
.subnav li a:hover 	{ background: #395973; color: #fff; }

.subnav .mnwlogo 	{ height:70px; width:160px; background-color:#fff; border-bottom: 1px solid #283F52;}
.mnwlogo img		{ border-bottom: 1px solid #283F52; margin-bottom:4px;}

 
.cgaSubNav li			{ height:31px;}
.cgaSubNav li a 		{ background: #fff;}
.cgaSubNav li a:hover	{ background: #fff;}
.cgaSubNav .logo a		{ height:63px;}
/* footer */
#footerWrap {width:780px; margin-left:auto; margin-right:auto;}
.footer 						{ background-color: #395973; color: #CCC; 
font-size: 10px; line-height: 20px;  width: 100%; padding: 5px 0 5px 0; text-align: center; border-top:5px solid #7B92AD; }
.footer .left,.footer .right 	{ padding: 0 5px;}
.footer a 						{ color:#7B92AD;}
.footer a:hover 				{ color:#111;}


/* accordian css */

#basic-accordian{
	border:5px solid #ccc;
	padding:5px;
	margin-bottom:10px;
	width:430px; 
	z-index:2;
	
}

.accordion_headings{
	padding:5px;
	background:#C9D8E4;
	color:#111;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#A7BFD3;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.accordion_child li {line-height:1.5em;}

.header_highlight{
	background:#A7BFD3;
}
 