/*
Theme Name: Hunter Advisors
Theme URI: http://www.hunterac.com/
Description: The default Hunter Advisors theme.
Version: 1.0
Author: Enhanced Solutions
Author URI: http://www.enhancedsolutions.com/
*/

A {
	color: #4a7615;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A.email {
	background: url('images/icon_mail.png') right center no-repeat;
	padding: 0 25px 0 0;
}

BODY {
	margin: 0px;
	padding: 20px 0 0 0;
	background: #fff;
	text-align: center;
	line-height: 1.2;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

IMG.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

IMG.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

TD, BODY {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-SIZE: 13px;
	color: #000;
}

P {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

H1, H2, H3, H4, H5 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-family: "Times New Roman", Serif;
}

UL {
	margin: 0px;
	padding: 0px 0px 15px 35px;
}

UL.alignleft {
	float: left;
	margin: 0 40px 0 0;
}

DIV.alignleft {
	float: left;
	margin: 0 40px 0 0;
}

HR {
	height: 1px;
	border: 0;
	margin: 5px 0 20px 0;
	padding: 0;

	background: #cbd6bf;
	color: #cbd6bf;
}

.clear {
	clear: both;
}

.dotted {
	border-top: 1px dotted #534f4e;
	margin-bottom: 20px;
}


/* ########################################################################################## */


.pagewidth {
	width: 1000px;
	position: relative;
	margin: auto;
	text-align: left;
}


/* ########################################################################################## */


#head {
	position: relative;
	background: url('images/head.png') left top repeat-x;
	z-index: 1000;
}

#head H1 {
	padding: 25px 0 0 0;
}

#head H1 A {
	display: block;
	width: 325px;
	height: 60px;
	background: #fff url('images/logo.png') center center no-repeat;

	overflow: hidden;
	text-indent: -9999px;
}

#head .description {
	display: none;
}

#head .menu {
	position: absolute;
	top: 17px;
	right: 0;
	z-index: 1000;
}

#head .menu UL {
	list-style: none;
	padding: 0;
}

#head .menu UL LI {
	float: left;
	position: relative;
}

#head .menu UL LI A {
	display: block;
	height: 30px;
	overflow: hidden;

	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

#head .menu UL LI A SPAN {
	display: block;
	padding: 7px 15px;
}

/* .single #head .menu UL LI.page-item-11 A,
.archive #head .menu UL LI.page-item-11 A, */
#head .menu UL LI.current_page_item A,
#head .menu UL LI A:hover {
	background: url('images/menu.png') left top no-repeat;
	color: #fff;
}

/* .single #head .menu UL LI.page-item-11 A SPAN,
.archive #head .menu UL LI.page-item-11 A SPAN, */
#head .menu UL LI.current_page_item A SPAN,
#head .menu UL LI A:hover SPAN {
	background: url('images/menu.png') right -30px no-repeat;
}

/* the dropdown part */
#head .menu UL LI:hover UL,
#head .menu UL LI.over UL { display: block; }

/* second-level lists */
#head .menu UL UL {
	display: none; 

	position: absolute;
	top: 30px; 
	left: 1px;

	height: auto; 
	background-color: #fff;

	border: 5px solid #f2f2f2;
	width: 200px;
	padding: 5px;
}

#head .menu UL UL LI {
	display: block;
	float: left;
	width: 100%;

	border-top: 1px solid #f2f2f2;
}

#head .menu UL UL LI A {
	display: block
	width: 100%;
	height: auto;
	padding: 5px;
	font-size: 13px;
	text-transform: none;
	float: none;
}

#head .menu UL UL LI A SPAN {
	padding: 0;
}

#head .menu UL LI.current_page_item UL A,
#head .menu UL LI.current_page_item UL A SPAN,
#head .menu UL UL LI.current_page_item A,
#head .menu UL UL LI.current_page_item A SPAN {
	background: none;
	color: #333;
}

#head .menu UL UL LI A:hover,
#head .menu UL UL LI A:hover SPAN {
	background: #4a7617;
	color: #fff;
}





/* ########################################################################################## */


#home {
	position: relative;
	z-index: 10;
}

#home .content {
	width: 519px;
	float: right;
	background: url('images/greybox.png') top left no-repeat;
	margin: 0 0 10px 0;
}

#home .content_inner {
	background: url('images/greybox.png') -519px bottom no-repeat;
	padding: 20px 20px 5px 20px;

	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 22px;
}

#home .news {
	width: 470px;
	float: left;
	margin: 25px 0 10px 0;
}

#home .news A {
	text-decoration: underline;
	font-weight: bold;
}

#home .news H5 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 15px 30px;
	font-family: "Lucida Grande", Lucida, Verdana, Tahoma, sans-serif;
}

#home .news UL {
	list-style: none;
	padding: 0 0 25px 30px;
}

#home .news UL LI {
	background: url('images/ul_arrow.png') left center no-repeat;
	padding: 10px 0 10px 15px;
	color: #999;
}

#home .news .fancybutton {
	display: block;
	float: left;
	height: 29px;
	overflow: hidden;

	margin: 0 0 0 30px;

	text-decoration: none;
	background: url('images/menu.png') left top no-repeat;
	color: #fff;
}

#home .news .fancybutton SPAN {
	display: block;
	padding: 7px 45px;
	background: url('images/menu.png') right -30px no-repeat;
}


/* ########################################################################################## */


#splash {
	background: url('images/splash_back.png') left bottom repeat-x;
}

#splash .pagewidth {
	width: 998px;
	height: 381px;
	background: url('images/splash.jpg') left top no-repeat;
	border: 1px solid #699236;
}

#splash .overlaycontainer {
	width: 492px;
	height: 235px;
	background: url('images/splash_overlay.png') left top no-repeat;
	overflow: hidden;

	position: absolute;
	top: 306px;
	left: 3px;
}

#splash .specialize {
	width: 492px;
	height: 235px;
	background: url('images/splash_overlay_specialize.png') left top no-repeat;
	overflow: hidden;
}

#splash .overlaycontainer .content {
	padding: 20px 25px 25px 25px;
	color: #fff;
}

#splash .overlaycontainer .specialize .content {
	padding-top: 65px;
}

#splash .overlaycontainer .content A {
	text-decoration: underline;
	color: #fff;
}



/* ########################################################################################## */

#nonsplash {
	padding: 20px 0;
}

#nonsplash .pagewidth {
	width: 998px;
	height: 381px;
	background: url('images/splash.jpg') left -160px no-repeat;
	height: 75px;
}

/* ########################################################################################## */


#page .pagewidth {
	width: 950px;
}

#page .content {
	padding: 0 0 70px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 22px; 

	min-height: 600px;
}

#page .content H2 {
	font-size: 30px;
	color: #2e5a01;
	font-weight: normal;
}

#page .content H2.topspace {
	padding-top: 20px;
}

#page .content H3 {
	font-size: 19px;
	color: #2e5a01;
	font-weight: normal;
	padding: 10px 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #cbd6bf;
}

#page .content H3 SMALL {
	color: #666;
	font: 11px "Lucida Grande", Lucida, Verdana, Tahoma, sans-serif;
}

/*
#page .content UL {
	list-style: none;
	padding-left: 10px;
}

#page .content UL LI {
	background: url('images/ul_arrow.png') left 5px no-repeat;
	padding: 0 0 10px 15px;
}
*/

#page .content UL LI {
	padding: 0 0 10px 0;
}

/*
#page .content UL UL {
	list-style: disc;
	padding: 15px 0 0 35px;
}

#page .content UL LI LI {
	background: transparent;
	padding: 0 0 10px 0;
}
*/

/* --- */

#page .withsidebar {
	width: 640px;
	float: right;
	margin: 0 0 0 25px;
}

/*
#page .sidebar {
	width: 225px;
	float: left;
	margin: 0;
}

#page .sidebar UL {
	list-style: none;
	padding: 0;
}

#page .sidebar UL LI.widget {
	padding: 0 0 20px 0;
}

#page .sidebar UL UL LI {
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

#page .sidebar H2 {
	background: #2e5a01;
	color: #fff;
	font-size: 17px;
	padding: 7px 15px;
	margin: 0 0 5px 0;
	font-weight: normal;
}
*/



#page .sidebar {
	width: 234px;
	float: left;
	margin: 0;
	border-right: 1px dotted #ccc;
	padding: 0 40px 0 0;
}

#page .sidebar UL {
	list-style: none;
	padding: 0 0 10px 0;
}

#page .sidebar UL UL LI {
	padding: 0 0 0 0;
}

#page .sidebar UL UL LI A {
	display: block;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0 5px 20px;
	background: url('images/side_dot.png') 10px 11px no-repeat;
}

#page .sidebar H2 {
	background: #004d91 url('images/side_head.png') right center no-repeat;
	color: #fff;
	padding: 10px;
}







#page .sidebar .moreinfo {
	border: 1px solid #c8d0d2;
	background: #f1f5f8;
	margin: 0 0 15px 0;
	padding: 10px;
}

#page .sidebar .moreinfo UL {
	list-style: none;
	padding: 0;
}

#page .sidebar .moreinfo STRONG {
	display: block;
	padding: 0 0 5px 0;
}

#page .sidebar .moreinfo A {
	display: block;
	padding: 5px 0 5px 20px;
	background: url('images/side_dot.png') 10px 11px no-repeat;
}

#page .sidebar .contact {
	display: block;
	background: url('images/side_contact.png') left top no-repeat;
	width: 213px;
	height: 43px;

	overflow: hidden;
	text-indent: -9999px;
	margin: 0 auto;
}



/* --- */


#page .tableblock {
	width: 681px;
	border: 1px solid #999;
	margin-bottom: 15px;
}

#page .tableblock_left,
#page .tableblock_right {
	float: left;
	width: 340px;
}

#page .tableblock_left {
	border-right: 1px solid #999;
}
#page .tableblock_right {
	border-left: 1px solid #999;
	margin-left: -1px;
}

#page .tableblock_left STRONG,
#page .tableblock_right STRONG {
	display: block;
	padding: 5px 10px;
	background: #ccc;
}

#page .tableblock_left UL LI,
#page .tableblock_right UL LI {
	padding: 0 20px 20px 0;
}

/* --- */

#page .brochures H5 {
	border-top: 1px solid #ccc;
	padding: 10px 10px 15px 10px;
	font-size: 18px;
}
#page .brochures H5 SPAN {
	color: #96ac80;
}

#page .brochures UL {
	list-style: none;
	padding: 0;
}

#page .brochures UL LI {
	float: left;
	padding: 0 10px;
}

#page .brochures UL LI A {
	display: block;
	width: 190px;
	height: 45px;
	background: url('images/brochure_button.png') left top no-repeat;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
}

#page .brochures UL LI A SPAN {
	display: block;
	padding: 10px 0;
}

#page .brochures UL LI A:hover {
	background-position: 0 -45px;
}

/* --- */

#page .menuascontent {
	list-style: none;
	margin: 0 auto;
	padding: 0 0 0 0px;
	width: 750px;
}

#page .menuascontent LI {
	float: left;
	margin: 0 10px 10px 10px;
}

#page .menuascontent LI A {
	display: block;
	width: 350px;
	padding: 15px 0;

	border: 1px solid #b0c1a0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #a1b58d;
}

#page .menuascontent LI A:hover {
	color: #2e5a01;
}


/* ########################################################################################## */


#foot {
	background: #2e5a01;
	height: 74px;
	overflow: hidden;
}

#foot UL {
	float: right;
	list-style: none;
	padding: 1px 0 0 0;
}

#foot UL LI {
	float: left;
	border-left: 1px solid #699236;
}

#foot UL LI.first {
	border: 0;
}

#foot UL LI A {
	display: block;
	color: #fff;
	padding: 20px;
	text-decoration: none;
}


/* ########################################################################################## */


#copyright .pagewidth {
	text-align: right;
	padding: 20px 0;
	font-size: 12px;
	color: #999;

	padding: 5px;
	font-size: 10px;
}

#copyright .pagewidth A {
	color: #999;
}