/* CSS Document */

body {
	margin:0px;
	background-color:#7F6356;
	font-family:Georgia, Arial, Tahoma, Helvetica, SansSerif;
	font-size:12px;
	line-height:19px;
	background-image:url(../images/bg_strip.jpg);
	background-position:top center;
	background-repeat: repeat-y;
}

.content {
	background-image:url(/images/body_bg.jpg);
	background-repeat:repeat;
}

.TopNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/topnav_bg.jpg);
	background-repeat:repeat-x;
	float:left;
	height:45px;
	width:100%;
}
.TopNav ul { 
	list-style-type:none;
	list-style-image:none;
}
.TopNav ul li {
	float: left !important;
	margin-right: 0px; }
.TopNav a { /* The nav links */
	font-size: 12px;
	text-align: center;
	height:45px;
	padding-top:12px;
	color: #FFFAF1;
	text-decoration: none;
	display: block;
	padding-top:12px;
	padding-right:13px;
	padding-left:13px;
}
.TopNav a:hover {
	background-image:url(../images/topnav_bg_hover.jpg);
	background-repeat:repeat-x;
}
.TopNav a.rightcurrent {
	background-image:url(../images/link_hover.gif);
	background-repeat:repeat-x;
	color: #FFFAF1;
}
.TopSpecer {
	background-image:url(../images/header.jpg);
	background:url(../images/header.jpg) no-repeat ;
	background-repeat:no-repeat;
	background-position:top center;
	height:410px;
}
.Header {
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
	height:157px;
	background-position:center;
}
.MenuSpacer {
	background-image:url(../images/link_bg_spacer.gif);
	height:33px;
	background-repeat:repeat-x;
}
.BottomBoxSpacer {
	background-image:url(../images/bottom_box_spscer.gif);
	background-repeat:repeat-x;
	height:212px;
}
.BottomLeftBg {
	background-image:url(../images/left_coloumn_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:212px;
	width:214px;
}
.FooterSpacer {
	background-image:url(../images/footer_spacer.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:59px;
}
td, th {
	font-family:Georgia, Arial, Tahoma, Helvetica, SansSerif;
	font-size:12px;
	color:#250B01;
}
#faq a {
	font-size:12px;
	color:#009ece;
	margin:0px;
	padding:0px;
	text-decoration: none;
}
#faq a:hover {
	text-decoration:underline;
}
.faq {
	font-size:14px;
	color:#749E15;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
.faq_q a {
	font-size:12px;
	color:#009ece;
	margin:0px;
	padding:0px;
	text-decoration: none;
}
.faq_q:hover {
	text-decoration:underline;
}
a {
	outline:none;
}
h1 {
	font-family:Georgia, Arial, 'Trebuchet MS', 'Lucida Grande', Tahoma, Arial, Helvetica, SansSerif;
	font-size:22px;
	color:#749E15;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:28px;
}
h2, h2 a {
	font-family:Georgia, Arial, 'Trebuchet MS', 'Lucida Grande', Tahoma, Arial, Helvetica, SansSerif;
	font-size:16px;
	color:#749E15;
	margin:0px;
	padding:0px;
}
h3 {
	margin:0px;
	padding:0px;
	font-family:Georgia, Arial, 'Trebuchet MS', 'Lucida Grande', Tahoma, Arial, Helvetica, SansSerif;
	font-size:18px;
	color:#749E15;
	padding-bottom:20px;
}
h4 {
	margin:0px;
	padding:0px;
	font-family:Georgia, Arial, 'Trebuchet MS', 'Lucida Grande', Tahoma, Arial, Helvetica, SansSerif;
	font-size:16px;
}
h5 {
	margin:0px;
	padding:0px;
	font-family:Georgia, Arial, 'Trebuchet MS', 'Lucida Grande', Tahoma, Arial, Helvetica, SansSerif;
	font-size:14px;
}
h6 {
	margin:0px;
	padding:0px;
	font-family:Georgia, Arial, 'Trebuchet MS', 'Lucida Grande', Tahoma, Arial, Helvetica, SansSerif;
	font-size:12px;
}
img {
	border:0px;
}
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
/*li	{
	background-position: 10px 5px;
	background-repeat: no-repeat;
	margin:2px 2px 2px 2px; 
	margin-left:0px;
	padding:0px 0px 0px 20px;
	line-height:14px;
}*/
.maxwidth {
	margin-left:auto;
	margin-right:auto;
	width:980px;
}
.BlueHeading14 {
	font-size:22px;
	color:#749E15;
	font-family:Georgia, Arial, Helvetica, sans-serif;
}
.TextColor1 {
	color:#FFFFFF;
}
.TextColor2 {
	color:#250B01;
}
.TextColor3 {
	color:#749E15;
}
.TextColor4 {
	color:#aeafaf;
}
.SmallText {
	font-size:10px;
}
.Link {
	text-decoration:none;
}
.Link:hover {
	text-decoration:underline;
}
.LinkUL {
	text-decoration:underline;
}
.LinkUL:hover {
	text-decoration:none;
}
.Padding5 {
	padding:5px;
}
.Padding7 {
	padding:7px;
}
.Padding10 {
	padding:10px;
}
.Padding20 {
	padding:10px;
}
.PaddingLR {
	padding-left:20px;
	padding-right:20px;
}
.PaddingTB {
	padding-bottom:10px;
	padding-top:10px;
}
.MarginLeft {
	margin-left:10px;
	margin-bottom:7px;
}
.MarginRight {
	margin-right:10px;
	margin-bottom:7px;
}
.Width {
	width:100%;
}
.Caps {
	text-transform:uppercase;
}
.BlueLink, .BlueLink:hover, .BlueLink:visited, .BlueLink:active {
	text-decoration:underline;
	color:#250B01;
	font-weight:bold;
}
.cross-link, OrangeLink2, .OrangeLink2:hover, .OrangeLink2:visited, .OrangeLink2:active {
	text-decoration:underline;
	color:#749E15;
	font-weight:normal;
}
#sample .ul {
 style="list-style:circle;
	padding-left:20px;
}
 # sample li {
list-style-type:disc;
}
.hide_div {
	visibility: hidden;
}
li#rates {
	list-style:	disc;
	list-style-type:disc;
}
.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#009ece;
}

.Border {
	border:1px solid #d9dada;
}

.headernav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	height:52px;
	margin-top:33px;
}
.headernav ul { /* The auto-generated set of links */
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
	height:52px;
}
.headernav ul li {
	float: left;
	display:block;
	margin:0px;
	padding:0px;
	height:52px;
}
.link1 {
	background-image:url("../images/tab1.jpg");
}
.link1 a:hover {
	background-image:url(../images/tab1_hover.jpg);
}
.link2 {
	background-image:url(../images/tab2.jpg);
}
.link2 a:hover {
	background-image:url(../images/tab2_hover.jpg);
}
.link3 {
	background-image:url(../images/tab3.jpg);
}
.link3 a:hover {
	background-image:url(/images/tab3_hover.jpg);
}
.link4 {
	background-image:url(../images/tab4.jpg);
}
.link4 a:hover {
	background-image:url(../images/tab4_hover.jpg);
}
.link5 {
	background-image:url(../images/tab5.jpg);
}
.link5 a:hover {
	background-image:url(../images/tab5_hover.jpg);
}
.link6 {
	background-image:url(../images/tab6.jpg);
}
.link6 a:hover {
	background-image:url(../images/tab6_hover.jpg);
}
#wrapper ul {
	list-style-type:circle;
}
.td[ class=content] {
min-height:800px:
}


#newsticker_container  {
background:url("/images/flashbg.jpg") no-repeat scroll right top transparent;
	height:454px;
	width:420px;
}
#newsticker {
	background:none no-repeat scroll 0 0 transparent;
	height:276px;
	overflow:hidden;
	position:relative;
}
#newsticker ul {
	height:276px;
	list-style:none outside none;
	margin:10px 0 2px;
	overflow:hidden;
	padding:37px 8px 0 38px;
}
* html #newsticker ul {
	height:1.6em;
	overflow:visible;
}
#newsticker li.error {
	color:#FF0000;
}
#newsticker li {
	color:#59483E;
	font-family:century gothic;
	font-size:18px;
	font-weight:100;
	list-style:none outside none;
}
#newsticker #togglenewsticker {
	background:none no-repeat scroll 0 0 transparent;
	height:14px;
	outline:medium none;
	overflow:hidden;
	position:absolute;
	right:10px;
	text-indent:20px;
	top:12px;
	width:14px;
}
* html #newsticker #togglenewsticker {
	right:30px;
}
.tagline {
	padding:30px 0 0 26px;
}
#tb-wrapper {
font-family:Arial,Helvetica,sans-serif;
margin-left:auto;
margin-right:auto;
margin-top:0;
padding-left:10px;
width:94%;
}
form input.half {
	color:#AAAAAA;
	float:left;
	margin-right:6px;
	width:48% !important;
}

.tb-leave-comment-legend  {
margin-top:0;
}