* {
	margin: 0; 
	padding: 0;
}

html {
	height: 100%;
}

body {
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	text-align: left;
	background: #464646;
}

fieldset, img {
	border: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}
	
option { 
	padding-left: 0.4em 
}

a {
	color: #295428;
	text-decoration: none;
}
a:hover {
	color: #5b7c8f;
	text-decoration: none;
}

.formButton {
	border: 1px solid #90a44f;
	background-color: #596630;
	color: #fff;	
	padding: 3px 5px 2px 5px;;
}
.formInput {
	font-size: 1.1em;
	height: 20px;
}
* html .formInput {	height: 16px; }			/* for IE 6 */
html>body .formInput { height: 16px; }		/* for IE 7 */

.greyed-text {
	color: #b9b9b9;
}

select {
	font-size: 1em;
}
a.rounded-button-normal {
	display: block;
	float: left;
	height: 22px;	
	margin: 0 6px 0 0;
	padding-right: 10px;
	background: transparent url(./images/rounded-button-normal-right.jpg) no-repeat top right;
}
a.rounded-button-normal span {
	display: block;
    line-height: 14px;
    font-weight: bold;
	color: #444;
    padding: 4px 0 4px 12px;
	background: transparent url(./images/rounded-button-normal-left.jpg) no-repeat;
}
a.rounded-button-normal:active {
	background-position: bottom right;
}
a.rounded-button-normal:active span {
    padding: 5px 0 3px 12px;
	background-position: bottom left;
}

.form-field-container {
	display: block;
	height: 26px;
	line-height: 24px;
	margin-right: 5px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { 
	display: block; 
	clear: both;
	height: 0px;
}

.left-floated-box {
	float: left;
}


#page{
	width: 960px;
	/*margin: 10px auto;*/
	margin: 0px auto;
}

#page-border-top {
	height: 15px;
	background: url(./images/page-border-top.gif);
}
#page-border-bottom {
	height: 20px;
	background: url(./images/page-border-bottom.gif);
}

#header {
	padding-bottom: 5px;
	background-color: #efefef;
	overflow: hidden;
	
}

#company-logo {
	display: block;
	float: left;
	width: 138px;
	height: 110px;
	margin-left: 30px;
	background: url(./images/logo.jpg) no-repeat;
	text-indent: -9999px;
	
}

#header-ad {
	display: block;
	float: right;
	width: 720px;
	height: 95px;
	margin-top: 10px;
	margin-right: 20px;
	cursor: pointer;
}

#nav-bar {
	display: block;
	margin: 0;
	padding: 0;
	height: 32px;
	list-style: none;
	
}
#nav-bar .active {
	background: #9e000c;
}
.nav-bar-item {
	float: left;
	background: url(./images/nav-bar-background.jpg) repeat-x;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	padding: 0 10px;
	margin: 0;
	border-right: 1px solid #64686b;
	cursor: pointer;
	
}
.nav-bar-item:hover {
	/*background: url(./images/nav-bar-background-active.jpg) repeat-x;*/
	background: #9e000c;
}
.nav-bar-item span {
	display: block;
	width: 100%;
	text-align: center;
}
#tab1, #tab2{
	width: 45px;
}
#tab5, #tab6 {
	width: 90px;
}
#tab3 {
	width: 120px;
}
#tab4{
	width: 89px;
}
#tab7 {
	width: 130px;
}
#tab8 {
	width: 184px;
	border-right: none;
	height: 31px;
	vertical-align:text-bottom;
}

#tab8 img{
	padding-top:8px;
}

#main {
	margin: 0 auto;
	padding: 0;
	width: 940px;
	background: url(./images/content-top.jpg) #eaeaea no-repeat top left;
	overflow: hidden;
	
}

#extras-panel {
	/*margin: 12px 10px;*/
	margin: 5px 6px;
	overflow: hidden;
	
}

#search-panel {
	float: left;
	height: 30px;
}

#search-panel-border-left {
	float: left;
	width: 3px;
	height: 30px;
	background: transparent url(./images/search-panel-left.gif) no-repeat;
}
#search-panel-body {
	float: left;
	height: 30px;
	background: #565656;
}
#search-icon {
	float: left;
	width: 20px;
	height: 20px;
	margin: 5px 8px;
	background: transparent url(./images/search-icon.jpg) no-repeat;
}
#search-panel-content {
	float: left;
	padding: 2px;
}
#search-panel-content .form-field-container {
	float: left;
	padding-right: 5px;
}
#search-panel-content .rounded-button-normal {
	margin-top: 2px;
}
#search-panel-border-right {
	float: left;
	width: 3px;
	height: 30px;
	background: transparent url(./images/search-panel-right.gif) no-repeat;
}

#weather-panel {
	float: left;
	height: 30px;
	width: 410px;
}

#weather-panel-body {
	float: left;
	height: 30px;
}

#weather-panel-content {
	float: left;
	padding: 2px;
}

#rss-panel {
	float: left;
	height: 30px;
	width: 410px;
}

#rss-panel1 {
	float: left;
	height: 30px;
	width: 760px;
}

#rss-panel-body {
	padding : 7px 5px 0 10px;
}

* html #rss-panel-body {
	padding : 7px;
}

html>#rss-panel-body{
	padding : 7px;
}

#rss-panel-content {
	color: #295428;
	text-decoration: none;
}

#search-panel-content .form-field-container {
	float: left;
	padding-right: 5px;
}

#member-panel {
	float: right;
	height: 30px;
	width: 160px;
	background: transparent url(./images/member-panel-bg.jpg) no-repeat;
}
#member-panel span {
	float: left;
	line-height: 30px;
	margin: 0 2px; 
}
#member-panel #member-panel-icon {
	margin-top: 6px;
	width: 20px;
	height: 24px;
	background: transparent url(./images/member-panel-icon.jpg) no-repeat;
	visibility: hidden;
}
#member-panel .member-panel-separator {
	width: 3px;
	height: 30px;
	background: transparent url(./images/member-panel-separator.jpg) no-repeat;
	visibility: hidden;
}
#member-panel .member-panel-text {
	
}
#member-panel .member-panel-text a {
	color: #000;
	font-size: 0.9em;
}
#member-panel .member-panel-text a:hover {
	color: #5b7c8f;
}


#insert2handitem-panel {
	float: right;
	height: 31px;
	width: 163px;
	background: transparent url(/images/insert2handitem-panel-icon.jpg) no-repeat;
}
#insert2handitem-panel span {
	float: left;
	line-height: 31px;
	margin: 0 2px; 
}
#insert2handitem-panel #insert2handitem-panel-icon {
	margin-top: 6px;
	width: 20px;
	height: 24px;
	background: transparent url(/images/insert2handitem-panel-icon.jpg) no-repeat;
	visibility: hidden;
}
#insert2handitem-panel .insert2handitem-panel-separator {
	width: 3px;
	height: 30px;
	/*background: transparent url(/images/member-panel-separator.jpg) no-repeat;*/
	visibility: hidden;
}
#insert2handitem-panel .insert2handitem-panel-text {
	
}
#insert2handitem-panel .insert2handitem-panel-text a {
	color: #000;
	font-size: 0.9em;
}
#insert2handitem-panel .insert2handitem-panel-text a:hover {
	color: #5b7c8f;
}

#content-bottom-bg {
	height: 40px;
	background: url(./images/content-bottom.jpg) #eee no-repeat;
}


#main-wrapper {
	width: 920px;
	/*margin: 15px 10px;*/
	margin: 5px 10px;
}
* html #main-wrapper {
	/*margin: -15px 10px;*/
}

#main-right {
	float: right;
	width: 162px;
}

#main-left {
	float: left;
	width: 750px;
}
.main-left-content {
	height: 10px;
	overflow: hidden;
}
#main-left-top {
	background: url(./images/main-left-top.jpg) no-repeat;
}
#main-left-bottom {
	background: url(./images/main-left-bottom.jpg) no-repeat;
}
#main-left-bg {
	min-height: 50px;
	background: url(./images/main-left-bg.jpg) repeat-y;
	padding-bottom: 20px;
}

#content-left {
	float: left;
	margin-left: 1px;
	width: 172px;
	height: 100%;
	min-height: 50px;
}

#content-right {
	float: right;
	width: 560px;
	margin-right: 5px;
	min-height: 50px;
}

#left-ad-container {
	margin-top: 20px;
}
.left-ad {
	display: block;
	margin: 10px 1px; 
	width: 170px; 
	height: 120px; 
	line-height: 120px; 
	text-align: center;
}
.right-ad {
	display: block;
	margin: 10px 0; 
	width: 160px; 
	text-align: center;
	border: 1px solid #000;
}

#content-bottom {
	height: 40px;
	background: url(./images/content-bottom.jpg) #eee no-repeat;
}

#accordion-container {
	padding-bottom: 20px;
	border-bottom: 1px solid #acacac;
}
/*
 * -------------------------------------------------------------------------
 * BEGIN accordion section 
 * -------------------------------------------------------------------------
 */
a.accordion-toggle{
	display: block;
	background: #9e000c;
	color:#fff;   
    cursor: pointer;
	margin-bottom:1px;
	padding:9px 14px 6px 14px;
	text-align: left;	
	font-weight: bold;
}
a.accordion-toggle:hover, a.accordion-toggle-active{
	background-color:#393939;
	font-weight: bold;
}
a.accordion-toggle, a.accordion-toggle:hover, a.accordion-toggle-active a {
	color: #fff;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #e1e1e1;
	padding: 2px;
	color:#000;
	border-bottom:1px solid #fff;
}
div.accordion-content ul{
	list-style: none;
	padding: 0;
	margin-left: 10px;
}
div.accordion-content ul li{
	text-align: left;
	padding: 0;
	margin: 10px 0;
}

/*
 * -------------------------------------------------------------------------
 * END accordion section 
 * -------------------------------------------------------------------------
 */


/*
 * -------------------------------------------------------------------------
 * BEGIN footer section 
 * -------------------------------------------------------------------------
 */ 
#footer {
	padding: 20px 35px;
	background-color: #efefef;
}

#contact-us-box {
	float: left;
	padding-top: 15px;
	width: 25%;
}
#contact-us-box-title {
	color: #594e16;
	font-style: italic;
	font-weight: bold;
	font-size: 2.4em;
}
#contact-us-large-button-link {
	display: block;
	margin: 25px auto;
	cursor: pointer;
}
#contact-us-large-button {
	display: block;
	float: left;
	height: 30px;	
	padding-right: 35px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background: transparent url(./images/contact-us-large-button-right.gif) no-repeat top right;
}
#contact-us-large-button span {
	float: left;
	height: 30px;
	padding: 6px 0 5px 35px;
	background: transparent url(./images/contact-us-large-button-left.gif) no-repeat;
}

#footer .recent-box {
	float: left;
	width: 21%;
	margin-left: 30px;
}
#footer .recent-box-title {
	color: #594e16;
	font-weight: bold;
	font-size: 1.2em;
	height: 30px;
	border-bottom: 1px solid #acacac;
}
#footer .recent-box ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ffffff;
}
#footer .recent-box ul li {
	margin: 0 0 10px 0;
	padding: 0;
}
#footer .recent-box ul li span {
	float: left;
	width: 3%;
	font-size: 0.7em;
	font-weight: bold;
}
#footer .recent-box ul li a {
	float: right;
	width: 92%
}

#footer-nav {
	text-align: center;
	margin: 35px auto 15px auto;
}

#copyright-text {
	text-align: center;
}
/*
 * -------------------------------------------------------------------------
 * END footer section 
 * -------------------------------------------------------------------------
 */

#progress-indicator-large p {
	text-align: center;
	margin-top: 20px;
}
#progress-indicator-large span.progress-indicator-icon {
	display: block;
	width: 66px;
	height: 66px;
	margin: 0 auto;
	background: url(./images/progress-indicator-large.gif) no-repeat;
}
