/* 
	Green: #a6b05e
	Grey: #666666;
	Light-Grey: #f3f3f3;
	font: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
*/

*
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html
{
	line-height: 15px;
	height: 100%;
	font-size: 12px;
}

body
{
	height: 100%;
	color: #666666;
	background-color: white;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

p
{
	background-color: inherit;
	margin: 0 0 12px 0;
}

ul
{
	margin: 10px 0 10px 0;
}

li
{
	background-color: inherit;
	margin-left: 30px;
}

a
{
	color: #a6b05e;
	background-color: inherit;
	text-decoration: none;
}

a:hover
{
	color: #666666;
	background-color: inherit;
	text-decoration: none;
}

a.huin
{
	color: #666666;
	background-color: inherit;
	text-decoration: none;
}


h1
{
	font-size: 16px;
	line-height: 22px;
}

h2
{
	font-size: 14px;
}

/* @group PAGE STRUCTURE */

div.brace
{
	height: 0px;
	line-height: 0px;
	float: none;
	clear: both;
}

#structure
{
	width: 100%;
	/* height: 100%; */
	border: 15px solid white;
}

#structure td
{
	vertical-align: top;
	border-style: solid;
	border-color: white;
}

#structure #header
{
	background-color: #8f8f8f;
	color: inherit;
	border-width: 0 15px 15px 0;
}

#structure #header #header_logo
{
	width: 455px;
	height: 64px;
	overflow: hidden;
	vertical-align: top;
	padding: 15px 15px 10px 15px;
}

#structure #header #header_logo h1
{
	width: 450px;
	font-size: 20px;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-weight: normal;
}

#structure #header #header_logo h1 a
{
	display: block;
	width: 100%;
	height: 100%;
	color: white;
}

#structure #header #header_phrase
{
	height: 16px;
	overflow: hidden;
	text-align: right;
	padding: 0 15px 10px 0;
}

#structure #header_phrase h6
{
	font-size: 13px;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: white;
}

#structure #right_header
{
	width: 240px;
	height: 116px;
	border-width: 0 0 15px 0;
}

#structure #content
{
	height: 400px;
	border-width: 0 15px 10px 0;
	background-color: #f3f3f3;
	color: inherit;
}

#structure #content table.content
{
	width: 100%;
}

#content table.content td.left
{
	width: 200px;
	padding: 15px 15px 0 15px;
}

#content table.content td.left_footer
{
	height: 55px;
	padding: 0 15px 17px 15px;
	vertical-align: bottom;
}


#content table.content td.right
{
	padding: 15px 30px 15px 15px;
}

#structure #right_content
{
	width: 240px; /* Needed for IE */
	overflow: hidden;
}

#structure #right_content_footer
{
	width: 240px; /* Needed for IE */
	overflow: hidden;
	padding: 15px 0 0 0;
	border-width: 0 0 15px 0;
	vertical-align: bottom;
}

#structure #footer
{
	height: 31px;
	background-color: #a6b05e;
	color: white;
	padding: 8px;
	line-height: 15px;
	border-width: 0 15px 0 0;
}

#structure #right_footer
{
	width: 240px; /* Needed for IE */
	height: 45px;
	overflow: hidden;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #a6b05e;
}

#structure #right_footer div.right_footer
{
	width: 240px; /* Needed for IE */
	height: 37px;
	padding: 5px 0 0 0;
}
	
#structure #footer #title
{
	float: left;
	clear: none;
	width: 170px;;
	font-size: 13px;

}

#structure #footer #address
{
	float: left;
	clear: none;
	width: 180px;

}

#structure #footer #phone
{
	float: right;
	clear: none;
	text-align: right;
}

/* @end */
/* @group MAIN MENU */

#main_menu
{
	width: 230px;
	color: black;
	background-color: white;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #a6b05e;
	padding: 5px 10px 5px 0;
}

#main_menu a
{
	display: block;
	width: 100%;
	overflow: hidden;
	color: #666666;
	background-color: white;
	background-repeat: repeat-x;
	text-decoration: none;
	line-height: 19px;
	vertical-align: middle;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #cccccc;
	padding-left: 10px;
}

#main_menu a.selected
{
	color: #a6b05e;
	background-color: #f2f3f2;
	background-image: url( ../_w__img/main_menu_bg.gif );
}

#main_menu a:hover
{
	color: #a6b05e;
	background-color: #e2e3e2;
	text-decoration: none;
	background-image: url( ../_w__img/main_menu_bg.gif );
}

/* @end */



/* @group PAGE FEATURES */

#content h2
{
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	color:  #a6b05e;
	background-color: inherit;
	margin-bottom: 10px;
}

#content h3
{
	font-size: 15px;
	line-height: 12px;
	font-weight: normal;
	color:  #a6b05e;
	background-color: inherit;
	margin-bottom: 10px;
}

#content h4
{
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color:  #666666;
	background-color: inherit;
	margin-bottom: 10px;
}

#content h5
{
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color:  gray;
	background-color: inherit;
}

#content h6
{
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	color:  gray;
	background-color: inherit;
	margin: 0 0 8px 0;
}

div.content_box
{
	padding: 15px;
}

div.img_box_large
{
	width: 225px;
	float: left;
	clear: none;
	margin: 0 15px 5px 0;
}

td.text_box
{
	padding: 0px 15px 15px 30px;
}

td.img_box_small
{
	padding: 15px;
}

td.text_box2
{
	padding: 15px 25px 15px 5px;
}

td.text_box3
{
	padding: 15px 25px 15px 25px;
}

p.large
{
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 6px 0;
}

p.larger
{
	font-size: 17px;
	line-height: 21px;
	margin: 0 0 6px 0;
}

p.list
{
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0px 0;
	list-style: none;
}

/* @end */
/* @group SIDEBAR FEATURES */

#right_content h3
{
	font-size: 15px;
	line-height: 15px;
	background-color: inherit;
	color:  #a6b05e;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #cccccc;
	padding: 4px 0 2px 0;
	font-weight: normal;
}


#right_content h4
{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	vertical-align: middle;
	background-color: inherit;
	margin: 6px 0 6px 0;
	padding: 2px 0 6px 0;
	border-width: 1px 0 1px 0;
	border-style: dotted;
	border-color: #cccccc;
}

#right_content h5,
#right_content_footer h5
{
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	padding: 2px 0 2px 0;
	color:  gray;
	background-color: inherit;
	margin-top: 5px;
}

/* @group Subsection */


#subsection_nav
{
	padding: 5px 0 0 3px;
}


#subsection_nav a
{
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #999999;
	padding: 1px 0 16px 15px;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	
}

#subsection_nav a.selected,
#subsection_nav a:hover
{
	color: #a6b05e;
	background-image: url( ../_w__img/nav_arrow.gif );
}


#page_nav
{
	padding: 0 0 0 2px;
}

#page_nav a
{
	display: block;
	font-size: 12px;
	padding-bottom: 10px;
	color: #999999;
	background-position: 8px 3px;
}

#page_nav a.selected,
#page_nav a:hover
{
	color: #a6b05e;
	background-image: url( ../_w__img/nav_arrow_sm.gif );
}


#page_nav a.selected
{
	color: #a6b05e;
}


/* @end */

/* @group Block Menu */

div.block_menu
{
	font-size: 1px;
	line-height: 1px;
}

div.block_menu a
{
	width: 72px;
	height: 72px;
	display: block;
	overflow: hidden;
	float: left;
	clear: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	border:  1px solid #bbbbbb;
}

div.block_menu div.h_gap
{
	width: 8px;
	height: 72px;
	float: left;
	clear: none;
}

div.block_menu div.v_gap
{
	clear: both;
	height: 8px;
}

div.block_menu div.blank
{
	width: 74px;
	height: 74px;
	float: left;
	clear: none;
	background-color: #edefdf;
	border-color: #edefdf;
	margin: 0 auto 0 auto;
}

div.block_menu a.selected,
div.block_menu a:hover
{
	border:  1px solid #a6b05e;
	background-position: 0 -72px;
}

/* @end */



/* @end */

.emphasize
{
	color: #a6b05e;
}

.trade_phrase
{
	font-weight: bold;
}

.client_name
{
	font-weight: bold;
}

span.selected
{
	color: #666666;
}

/* @group World */

p.event_date
{
	font-weight: bold;
	margin: 15px 0 5px 0;
}

p.event_desc
{
	margin:  5px 0 15px 0;
}

/* @end */

/* @group Tab Group */

#content table.tabbed
{
	width: 100%;
}

#content table.tabbed tr.tabs td.tab
{
	position: relative;
	width: 60px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	border-width: 0 1px 2px 1px;
	border-color: #aaaaaa;
	background-image: url( ../_w__img/tab.gif );
	background-repeat: no-repeat;
	background-position: -4px 0;
}

#content table.tabbed tr.tabs td a
{
	width: 60px;
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
}

#content table.tabbed tr.tabs td.selected a
{
	color: #666666;
	padding-bottom: 2px;
}

#right_content_footer a.selected
{
	color: #666666;
}

#content table.tabbed tr.tabs td.first
{
	background-position: left top;
	border-left: 0;
}

#content table.tabbed tr.tabs td.last
{
	background-position: right top;
	border-right: 0;
}

#content table.tabbed tr.tabs td.hidden
{
	width: 100%;
	border-width: 0 0 2px 0;
	border-color: #aaaaaa;
}

#content table.tabbed tr.tabs td.selected
{
	border-bottom: 0;
}

#content table.tabbed tr.tabs td.selected
{
	border-bottom: 0;
}

#content table.tabbed td.tab_content_top
{
	height: 4px;
	border-width: 0 2px 0 2px;
	border-style: solid;
	border-color: #aaaaaa;
}

#content table.tabbed td.tab_content_top div.tr
{
	width: 4px;
	height: 4px;
	overflow: hidden;
	background-image: url( ../_w__img/tab_content_tr.gif );
	background-repeat: no-repeat;
	float: right;
	clear: none;
	position: relative;
	top: -2px;
	left: 2px;
}

#content table.tabbed td.tab_content
{
	height: 350px;
	border-width: 0 2px 0 2px;
	border-style: solid;
	border-color: #aaaaaa;
}

#content table.tabbed td.tab_content_bottom
{
	height: 4px;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #aaaaaa;
}

#content table.tabbed td.tab_content_bottom div.bl
{
	width: 4px;
	height: 4px;
	overflow: hidden;
	background-image: url( ../_w__img/tab_content_bl.gif );
	background-repeat: no-repeat;
	float: left;
	clear: none;
	position: relative;
	top: 2px;
	left: -2px;
}

#content table.tabbed td.tab_content_bottom div.br
{
	width: 4px;
	height: 4px;
	overflow: hidden;
	background-image: url( ../_w__img/tab_content_br.gif );
	background-repeat: no-repeat;
	float: right;
	clear: none;
	position: relative;
	top: 2px;
	left: 2px;
}

#content table.tabbed td.tab_content div.tab_scroll
{
	height: 340px;
	overflow: auto;
	padding: 10px;
}

#featured_links{
	
}

#featured_links td{
	padding: 0 20px 20px 20px;
}

#featured_links a
{
	width: 150px;
	padding-right: 5px;
	display: block;
	float: left;
}

#featured_links p
{
	margin: 10px 0 10px 0;
}

noscript{
	display: block;
	border: 1px solid #990000;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
}

noscript p{
	color: #990000;
	font-size: 14px
	text-align: center;
}
/* @end */
