*
{
    font-family:Verdana;
    font-size:11px;
    color:#666666;
}

html
{
	height:100%
} 

body
{
   background-color:#FFF; 
   background-image:url(images/body_bg.jpg);
   background-repeat:repeat-x; 
   margin:0px;
}

/*------------------------------------ wrap ------------------------------------*/
#divMain
{
	position:relative;
	width:1002px;
	background-color:#FFF;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;

}

#logo	
{
	position:relative;
	top:0px;
	left:10px;
	width:188px;
	height:50px;
}

#banner
{
	position:relative;
	top:58px;
	left:0px;
	width:1002px;
	height:181px;
}

#nav_background
{
	position:absolute;
	top:76px;
	left:475px;
	width:449px;
	height:31px;
}

#box_upper_left, #box_upper_right, #box_lower_left, #box_lower_right
{
	position:relative;
	width:290px;
	height:123px;
	border: solid 1px #ccc;
	padding:20px 15px 10px 15px;
}

#box_upper_left
{
	position:relative;
	top:59px;
	left:70px;
	background-color:#f5f5f5;
}
#box_upper_right
{
	position:absolute;
	top:290px;
	left:391px;
	background-color:#eee;
}
#box_lower_left
{
	position:relative;
	top:58px;
	left:70px;
	background-color:#eee;
}
#box_lower_right
{
	position:absolute;
	top:444px;
	left:391px;
	background-color:#f5f5f5;
}

#advertising
{
	position:absolute;
	top:290px;
	left:712px;
	width:210px;
	height:307px;
	border: solid 1px #ccc;
}

.heading
{
	font-size:14px;
	font-weight:bold;
	color:#6c9d31;
	padding-bottom:7px;
}
.heading2, .content, .more, .p, p
{
	font-size:11px;
	padding-bottom:7px;
	text-align: left;
	padding-left: 5px;
}
.heading2, .more, .more_inner
{
	font-weight:bold;
}
.more, .more_inner
{
	color:#662d91;
}

td{
	padding:5px 5px 5px 5px;
	font-size:11px;
	line-height:15px;
	border: solid 0px #ccc;
}

td.noBorder{
	padding:5px 5px 5px 5px;
	font-size:11px;
	line-height:15px;
	border: solid 0px #ccc;
}

td.top{
	background-color:#672d91;
	padding:5px 5px 5px 5px;
	line-height:15px;
	color:#FFF;
	font-size:12px;
	font-weight: bold;
	border: 0px;
}


hr {
	color: #672d91;
	
}

/*------------------------------------ links ------------------------------------*/
a, a.visted { 
	color: #967233;
	text-decoration: underline;
}

a:hover {
	color: #DFA53A;
	text-decoration: underline;
}

/*------------------------------------ headers ------------------------------------*/
h1, h2, h3 {
	font: bold 1em 'verdana', Arial, Sans-serif;
	color: #000;	
}

h1 { font-size: 1em; color: #6c9d31; margin-top: 10px; }

h2 { font-size: 100%; color: #000; margin-top: 5px; }  


ul	{
	margin-left: 30px;
}

ol	{
	margin-left: 35px;
}


/*------------------------------------ main ------------------------------------*/
#main {
	float: right;
	padding: 0px 160px 20px 30px;
	width: 590px;	
}

#main img	{
	float: right;
	margin-top: 2px;
	padding: 0px 0px 0px 15px;
}

#main p, li	{
	color: #666666;
}

/*------------------------------------ sidebar ------------------------------------*/
#sidebar {
	float: left;
	width: 212px;
	margin: 0;	padding: 0; 
	display: inline;		
}

#sidebar li	{
	margin: 0;	padding: 0; 
	margin-top: 7px; 
}

* html	#sidebar li	{
	margin-top: 0px;
}

* html 	#sidebar .ie6_space li	{
	margin-top: 20px;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin: 15px 20px 0px 0px;
	padding: 0;		
}

#sidebar ul.sidemenu a {
	display:block;
	color: #fff;	
	text-decoration:none;
	margin: 0;		
	padding: 3px 5px 3px 30px;
	background: #DFA53A;
	border-top: 1px solid #967233;
	border-bottom: 2px solid #967233;
	border-right: 2px solid #967233;
}

#sidebar ul.sidemenu a:hover {
	display:block;
	color: #fff;
	margin: 0;		
	text-decoration:none;	
	padding: 3px 5px 3px 30px;
	background: #967233;
	border-top: 1px solid #DFA53A;
	border-bottom: 2px solid #DFA53A;
	border-right: 2px solid #DFA53A;
}


#sidebar #page a {
	background: #967233;
	border-top: 1px solid #DFA53A;
	border-bottom: 2px solid #DFA53A;
	border-right: 2px solid #DFA53A;
}

#sidebar #page a span {
	background: #967233;
	border-top: 1px solid #DFA53A;
	border-bottom: 2px solid #DFA53A;
	border-right: 2px solid #DFA53A;
}


/*------------------------------------ PDF ------------------------------------*/


#pdf_print
{
	position:relative; 
	top:0px; 
	left:0px;
	float:right;
	padding-right:60px;
	z-index:0;
}

/*------------------------------------ Footer ------------------------------------*/
#footer {
	font-size:10px;
	position:relative;
	width:1002px;
	color: #999;
	text-align: center;
	top: 62px;
	height: 75px;
	left: 1px;



}

#footer a { 
	font-size:10px; 
	text-decoration: underline;
	color: #999; 
}

#footer a:hover	{
	color: #DFA53A;
	text-decoration: underline;
}

#footer p { 
	padding-top: 3px;
}



/*------------------------------------ additional classes ------------------------------------*/

#return_top	{
	text-align: right;
	margin-top: 30px;
}

img	{
	border: none;
}

.on_state
{
	color:#dfa53a;
}

/*------------------------------------ Nav Menu ------------------------------------*/

.menu 
{
	width:429px; 
	font-size:13px;
	position:absolute;
	left:245px;
	top:38px;
	z-index:100;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#FFF; 
padding-left:9px; 
line-height:31px;
background-image: url(images/bg_nav.jpg);
background-repeat:repeat-x;
}
/* a hack so that IE5.5 faulty box model is corrected 
* html .menu a, * html .menu a:visited {
width:100px;
w\idth:139px;
}
*/

/* style the second level hover */
.menu ul ul a.drop:hover{
background:#699a2f url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#699a2f url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:31px;
left:-10px;
width:100px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#eee; 
color:#000; 
height:auto; 
padding:5px 10px 5px 20px; 
width:130px;
line-height:20px;
border:solid 1px #eee;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover{
color:#000; 
background-color:#c9ba65;
}

/* style the second level links hover */
.menu ul ul a:hover{
background:#6a992f;
color:#fff;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/*------------------------------------ Inside Pages ------------------------------------*/

#left_nav
{
	position:absolute;
	top:0px;
	left:0px;
	width:156px;
	height:415px;
	background-color:#672d91;
	padding:20px 20px 0px 20px;
	line-height:25px;
	color:#b487c4;
	font-size:12px;
}
#insideAd
{
	position:relative;
	top:148px;
	left:-640px;
	width:172px;
	height:172px;
	margin-right: -40px;
	background-color:#FFF;
}

#left_nav a, #left_nav a:visited
{
	text-decoration:none; 
	color:#FFF; 
	font-size:12px;
}

#left_nav a:hover
{
	text-decoration:none; 
	color:#b478c4; 
	font-size:12px;
}

.left_navHeader
{
	text-decoration:none; 
	color:#FFF; 
	font-size:12px;
	font-weight: bold;
}

#content_border {
position : relative;
top : 0;
left : 5px;
width : 850px;
border : 1px solid #ccc;
background-color : #fff;
}

#content_inner
{
	position:relative;
	top:18px;
	left:206px;
	width:620px;
	font-size:11px;
	line-height:20px;
	padding:0px 0px 50px 0px;

}
#heading_inner
{
	font-size:14px;
	font-weight:bold;
	color:#6c9d31;
	padding-bottom:10px;
	padding-left: 5px;
}
