/* All Purpose Elements */

body {
	background-color: #f0f0f0;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

img {
	display: block;
	border:0px none;
}

.inline {
	display: inline;
	border:0px none;
}

td {
vertical-align:top;
}

p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


html p {
	margin-top:0;
	margin-bottom:2em;
}
hr {
color:#CCC;
}
body blockquote {
margin:0;
padding:10px 0 0 20px;
}

.hide { display: none; }

/* -- */

/* HEADERS */

h1 {
	color:#fff;
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:18px;
font-family:Georgia,times,serif;
}

h2 {
	color:#D4E3D9;
	font-weight:bold;
	font-size:12px;
	margin:5px 0 0 0;
	padding:0;
	font-family: verdana,Arial, Helvetica, sans-serif;
}

h3 {
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-size:10px;
	color:#666;
	text-transform: uppercase;
	margin-top:1em;
	margin-bottom:1em;
	
}

h5 {
	font-size:10px;
	color:#666;
	font-weight:normal;
	display:block;
	margin:0 0 3px 0;
	}


/* -- */

/* Linkology */

a:link,a:visited {    
	color:#ab3030;
	text-decoration:none;
	font-weight:bold; 
}

a:hover {
	color:#000;
	text-decoration:none;
} 

#main_content a:link,
#main_content a:visited,
#main_content a:active{
   	background:#8cb399;
    color:#fff; /*ab3030;*/
 	padding:1px 2px;

}      
#main_content a:hover{
   	background:#999;

}
/* -- */

/*Page Table */

table.page_table {
border-right:1px solid #ccc;
border-left:1px solid #ccc;
background:#fff;

}
table.page_table td.page_table_cell {
padding:0 1px 0 1px;
}

td.tagline{
vertical-align:middle;
}

table.content_table {
background:#fff;
}
table.content_table td,
table.content_table td p
{
line-height:1.4em;
color:#333;
}
/* HOME STUFF */

td.home_left{
padding:30px 70px 20px 58px;
}

table.home_callout_table td ul{
list-style-image:url(/img/bullet.gif);
}

table.home_callout_table td{
padding:30px 10px 20px 20px;

}

table.home_callout_table td.hc_bottom{
border-top:1px dashed #277541;
} 

li{
	margin-bottom:2px;
}
td.home_right {
border-left:1px dashed #277541;
background:#f2f2f2;

}

/* Low Stuff */
table.client_content_area {
margin-left:2px;

}

table.callout_table {
border:1px solid #CCD5D0;
margin: 2px 5px 2px 5px;
}

table.callout_table  td {
font-family:trebuchet ms, verdana;
padding:5px;
font-size:10px;
}

table.callout_table  td.header_cell{
background:#CCD5D0;
color:#666;
font-size:12px;

font-weight:bold;

}

.region_ttl{
font-size:12px;
font-weight:bold;
font-family:trebuchet ms, verdana;

}
td.g_header{
background:#277541;
padding:15px 10px 10px 20px;
}

td.grey_header{
background:#CCD5D0;
padding:15px 10px 10px 20px;
}
td.grey_header h1 {
color:#333;
}
td.block_content{
padding:24px 10px 20px 20px;
}

td.block_content ,
td.block_content p{
line-height:1.3em;
}

td.block_content img {
border:1px solid #333;
}
td.newSection{
background:#333;
color:#f0f0f0;
font-size:18px;
font-family:Georgia,times,serif;
font-style:italic;
padding:10px;
border-bottom:1px solid #fff;
}

/* Trail Nav */
div.trail-nav {
padding:0 0 2px 10px;
font-size:9px;
margin:0;
color:#666;
}

/* MAIN NAVIGATION Elements - menu style */
table.menu_table {

}
/* Off States */
table.menu_table td.ml,
table.menu_table td.mr {
width:6px;
padding:0;
background:url(/img/nav_l.gif) bottom right no-repeat;
}
table.menu_table td.mr {
background:url(/img/nav_r.gif) bottom left no-repeat;
}
table.menu_table td {
font-family:Trebuchet, Trebuchet MS, Verdana,Arial, sans;
font-size:12px;
font-weight:bold;
}
table.menu_table td.spacer{
width:1px;
background:#fff;
}
table.menu_table td.mm{
background:#f2f2f2;
border-bottom:1px solid #ccc;

}

table.menu_table td a:link,
table.menu_table td a:visited{
color:#000;
font-weight:normal;;
text-decoration:none;   
background:none;
display:block;
padding:20px 4px 6px 4px;
}

* html table.menu_table td a:link,
* html table.menu_table td a:visited   /* this selector recognized by IE only */
{
  padding-top:15px;   /* total width (only for IE5.x/Win) */
  padd\ing-top:15px;    /* content width (for other IE) */
}

table.menu_table td a:hover{
color:#000;
text-decoration:none;
}

table.menu_table td.mm_on a:hover{
color:#fff;
}
/* On States */
table.menu_table td.ml_on,
table.menu_table td.mr_on {
width:6px;
padding:0;
background:#277541 url(/img/nav_on_l.gif) bottom right no-repeat;
} 

table.menu_table td.mm_on a:link, 
table.menu_table td.mm_on a:visited, 
table.menu_table td.mm_on a:hover,
table.menu_table td.mm_on a:active{
	  color:#fff;  
}
table.menu_table td.mr_on {
background:#277541 url(/img/nav_on_r.gif) bottom left no-repeat;
}

table.menu_table td.mm_on{
background:#277541 url(/img/nav_on_bg.gif) bottom center repeat-x;
}

/* Special */
table.menu_table td.ml_s,
table.menu_table td.mr_s {
width:6px;
padding:0;
background:#999 url(/img/nav_l_s.gif) bottom right no-repeat;
}
table.menu_table td.mr_s {
background:#999 url(/img/nav_r_s.gif) bottom left no-repeat;
}

table.menu_table td.mm_s{
background:#999;
}
/* -- */

/* Subnav */

td.subnav_holder_cell {
background:#e5ebe8;
}

table.subnav_table {
line-height:1em;
border-bottom:1px dashed #fff;

}
table.subnav_table td a:link,
table.subnav_table td a:visited{
color:#003822;
font-family:Trebuchet, Trebuchet MS, Verdana, sans;
display:block;   
background:none;
padding:7px 10px 7px 14px;
}

table.subnav_table td a:hover,
table.subnav_table_2 td a:hover{
color:#000;
}


table.subnav_table_2 {
border-bottom:1px dashed #fff;
background:#eff3f1;

}
table.subnav_table_2 td  a:link,
table.subnav_table_2 td  a:visited{
font-family:Trebuchet, Trebuchet MS, Verdana, sans;
color:#666b69;
display:block;
padding:7px 10px 7px 20px;
}


table.subnav_table td.s_on a:link,
table.subnav_table td.s_on a:visited,
table.subnav_table td.s_on a:hover,
table.subnav_table_2 td.s_on a:link,
table.subnav_table_2 td.s_on a:visited,
table.subnav_table_2 td.s_on a:hover
{
background:#277541 url(/img/bullet_g.gif) top left no-repeat;
color:#fff;

}


table.subnav_table td.section_on a:link,
table.subnav_table td.section_on a:visited,
table.subnav_table td.section_on a:hover,
table.subnav_table_2 td.section_on a:link,
table.subnav_table_2 td.section_on a:visited,
table.subnav_table_2 td.section_on a:hover
{
background:#CCD5D0;

}

/* Form Elements */

.search_pulldown {
	font-size: 9px;
	color: #000;
	border: 1px solid #ccc;
}

.submit_button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5A7EB1;
	padding: 5px;
	border: 1px solid #000000;

}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #e9e9e9;
	border: 1px solid #CCCCCC;

}

/* -- */

/* FOOTER */

.footer_bar{
height:8px;
background:#003822;
width:711px;
text-align:center;
}
.footer {
margin-top:10px;
	text-align:center;
	font-size:10px;
}
.footer a:link, #footer a:visited {
font-weight:normal;
}

.footer a:hover {
text-decoration:underline;
}

.plug {

font-size:9px;

}

/* -- */


