/*
	Copyright David Trewern Design         :: www.dtdesign.com ::
	Unauthorised modification / use is a criminal offence, and
	will be prosecuted to the fullest extent permitted by law.
	All Rights Reserved
*/


* {
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

body {
	background-color: #E4E4E4;
	background-image: url(main_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

form, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

a, a:hover {
	text-decoration: none;
	color: #1681e4;
}


/*** TEXT ***/


.text_black1 {
	color: #000000;
	font-size: 11px;
}

.text_grey1 {
	color: #545454;
	font-size: 12px;
}
.text_grey2 {
	color: #848484;
	font-size: 11px;
}
.text_grey3 {
	color: #333333;
	font-size: 11px;
}
.text_grey3 a, a:hover {
	color: #FF7A00;
	font-size: 11px;
	text-decoration: underline;
}
.text_grey4 {
	color: #5F574F;
	font-size: 11px;
}

.text_white1 {
	color: #FFFFFF;
	font-size: 12px;
}
.text_orange0 {
	color: #FF7A00;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
}

.text_orange1 {
	color: #FF7A00;
	font-size: 13px;
}
	.text_menu {
	color: #333333;
	font-size: 12px;
}
.text_orange2 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.text_orange3 {
	color: #FF7A00;
	font-size: 11px;
}
.text_orange4 {
	color: #FF7A00;
	font-size: 12px;
}

a.link_orange1 {
	color: #E95D03;
	font-size: 12px;
}
a.link_orange1:hover {
	color: #E95D03;
	font-size: 12px;
	text-decoration: underline;
}
	a.link_menu {
	color: #333333;
	font-size: 12px;
}
a.link_menu:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
a.link_orange2 {
	color: white;
	font-size: 11px;
	text-decoration: none;
}
a.link_orange2:hover {
	color: white;
	font-size: 11px;
	text-decoration: underline;
}
a.link_orange3 {
	color: #FF6100;
	font-size: 11px;
	text-decoration: none;
}
a.link_orange3:hover {
	color: #FF6100;
	font-size: 11px;
	text-decoration: underline;
}

a.link_white1 {
	color: #FFFFFF;
	font-size: 12px;
}
a.link_white1:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}
a.link_white2 {
	color: #FFFFFF;
	font-size: 11px;
}
a.link_white2:hover {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}

.title_orange1 {
	color: #FF6100;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
.title_orange1 a{
	color: #FF6100;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
.title_orange1 a:hover{
	text-decoration: underline;
}




/*** OTHER ***/

.main_left {
	background-image: url(main_left.gif);
}
.main_right {
	background-image: url(main_right.gif);
}

.main_nav td {
	padding-left: 3px;
}

.main_footer {
	background-image: url(main_footer_bg.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}

.main_footer table {
	margin-top: 7px;
}
.main_footer td {
	background-image: url(main_footer_arrow.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 7px 0 6px;
	line-height: 11px;
	font-size: 11px;
}
.main_footer td a {
	color: #1681e4;
	font-size: 11px;
}
.main_footer td a:hover {
	color: #1681e4;
	font-size: 11px;
	text-decoration: underline;
}

.box_smallwhite {
	background-image: url(box_smallwhite_bg.gif);
	vertical-align: top;
	color: #999999;
	font-size: 11px;
}

div.but1 {
	background-image: url(arrow1.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 6px;
	line-height: 11px;
}
div.but1 a {
	color: #F48310;
	font-size: 11px;
}
div.but1 a:hover {
	color: #E95D03;
	font-size: 11px;
	text-decoration: underline;
}
div.but1 a.type2 {
	color: #FF6100;
	font-size: 11px;
}


.input_grey1 {
	color: #848484;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}

.internal_left_withsubnav {
	padding: 18px 22px 20px 8px;
	color: #333333;
	font-size: 11px;
}
.internal_left_withsubnav a {
	color: #1681e4;
	font-size: 11px;
	text-decoration: none;
}
.internal_left_withsubnav a:hover {
	color: #1681e4;
	font-size: 11px;
	text-decoration: underline;
}

.internal_left_withoutsubnav {
 	background-image:url(box_white1_tr.gif);
 	background-position: top right;
 	background-repeat: no-repeat;
	padding: 18px 22px 20px 8px;
	color: #666666;
	font-size: 11px;
}
.internal_left_withoutsubnav a {
	color: #1681e4;
	font-size: 11px;
	text-decoration: none;
}
.internal_left_withoutsubnav a:hover {
	color: 1681e4;
	font-size: 11px;
	text-decoration: underline;
}

.internal_right {
	background-image: url(internal_right_bg.gif);
	background-repeat: repeat-y;
}
.internal_right_withsubnav {
	background-image: url(internal_right_withsubnav.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 20px 4px 20px 8px;
}
.internal_right_withoutsubnav {
	background-image: url(internal_right_withoutsubnav.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 4px 4px 20px 8px;
}


.subnav_outer {
	background-image: url(subnav_bg.gif);
}
.subnav_inner {
	background-image: url(subnav_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 9px 10px 0 9px
}
.table_subnav {
	border-top: 1px solid #EBEBEB;
}
.table_subnav td {
	border-bottom: 1px solid #EBEBEB;
	background-image: url(subnav_bg_off.gif);
	background-repeat: no-repeat;
	background-position: 3px 9px;
	line-height: 12px;
	padding: 5px 20px 4px 12px
}
.table_subnav td a {
	color: #F1AA43;
	font-size: 12px;
}
.table_subnav td a:hover {
	color: #FFAF00;
	font-size: 12px;
	text-decoration: underline;
}
.table_subnav td.on {
	background-image: url(subnav_bg_on.gif);
}
.table_subnav td.on a {
	color: #FF6100;
	font-size: 12px;
	font-weight: bold;
}
.table_subnav td.on a:hover {
	color: #FF6100;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.box_white1 td {
	color: #999999;
	font-size: 11px;
	vertical-align: top;
}
.box_white1 td.top {
	width: 100%;
	background-image: url(box_white2_t.gif);
	background-repeat: repeat-x;
}
.box_white1 td.bottom {
	background-image: url(box_white2_b.gif);
	background-repeat: repeat-x;
}
.box_white1 td.left {
	background-image: url(box_white2_l.gif);
	background-repeat: repeat-y;
}
.box_white1 td.right {
	background-image: url(box_white2_r.gif);
	background-repeat: repeat-y;
}

.div1 {
	background-color: #EBEBEB;
	margin: 8px 0 8px 0;
}

.table_listing1 {
	color: #333333;
	font-size: 11px;
	border-top: 1px solid #EBEBEB;
}
.table_listing1 td {
	border-bottom: 1px solid #EBEBEB;
	padding: 3px 5px 3px 25px;
	vertical-align: top;
}
.table_listing1 td.first {
	width: 100%;
	padding-left: 5px;
}
.table_listing1 tr.header td {
	color: #FF7A00;
	font-size: 11px;
	font-weight: bold;
}

.table_listing2 {
	color: #999999;
	font-size: 11px;
}
.table_listing2 td {
	border-bottom: 1px solid #EBEBEB;
	padding: 3px 5px 3px 25px;
	vertical-align: top;
}
.table_listing2 td.first {
	padding-left: 5px;
}
.table_listing2 tr.header td {
	color: #FF7A00;
	font-size: 11px;
	font-weight: bold;
}


.table_form1 td {
	color: #333333;
	font-size: 11px;
	padding: 0 20px 8px 0;
	vertical-align: top;
}
.table_form1 td a {
	color: #FF7A00;
	font-size: 11px;
}
.table_form1 td a:hover {
	color: #FF7A00;
	font-size: 11px;
	text-decoration: underline;
}
#subnav {
border-top:3px solid #eaeaea;
border-bottom:2px solid #eaeaea;
border-right:1px solid #eaeaea;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#737373;
}
#subnav li { margin: 0 0 0 0;
	display: inline; 
	}
#subnav a {
display: block;
padding: 8px 5px 8px 25px;
color: #9f9f9f;
background-image:url(images/sec.gif);
background-repeat:no-repeat;
background-position:7px;
text-decoration: none;
font-weight:bold;
font-size:11px;
margin: 0 0 0 0;
border-bottom:1px solid #edeef3; 

background-color:#ffffff;
}
#subnav a:hover {
color: #4f4f4f;
text-decoration: none;
background-image:url(images/sec.gif);
background-color:#f2f2f2;
}
#subnav a.active {
background-image:url(images/sec.gif);
background-color:#ffffff;
color: #4f4f4f;
text-decoration: none;
}
