﻿body {
	/*background-color: #BDBF83;*/	
	background-image: url(images/background.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.bold { font-weight: bold; }

#main_div {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 783px;
	/*background-color:  #6D7F4F;
	border-right: solid 1px black;
	border-left: solid 1px black;*/
}

h1, h2, h3, h4, p {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	/*font-family: Courier New, Times New Roman, Times, serif;*/
	font-size: 13px;
}
h1 { font-size: 28px; }
h2 { font-size: 24px;  }
h3 { font-size: 16px; } 
h4 { font-size: 14px; }
h5 { font-size: 12px; }


#pageHeader {
	height: 131px;
	/*background-color: #737F5F;*/
	font-size: 14px;
	padding-top: 4px;
	padding-left: 20px;
	color: white;
	
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	
}

#pageHeader h1 {
	padding: 0px;
	margin: 0px;
	font-size: 24px;
}

#sideContainer {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-family: Arial, sans-serif;
	width: 150px;
	float: left;
	background-image: url(images/menu_middle.png);
	background-repeat: repeat-y;
}
#menu {
	padding-left: 0px;
	padding-top: 0px;
	/*background-color: #6D7F4F;*/
}

#sideContainer ul {
	padding: 0;
	margin: 15px 0 0 20px;
}

#sideContainer li {
	color: black; font-size: 12px;
	list-style-type: none;
}

#menu li a {
	font-family: Times New Roman, serif;
	font-weight: normal; font-size: 11px;
	color: #454545;
	text-decoration: none;
}
#login_menu li a {
	font-family: Times New Roman, serif;
	font-weight: normal; font-size: 11px;
	color: #454545;
	text-decoration: none;
}


li a:hover {
	color: #5454ab;
}

#login_menu {
	/*background-color: #6D7F4F;*/
	padding-left: 0px;
	padding-top: 0px;
	
	font-weight: bold;
}
#login_form {margin-left: 20px; margin-top: 20px;}

#content_holder {
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	margin-left: 163px; 
	width: 615px;
	margin-top: 12px;
	background-image: url(images/content_middle.png);background-repeat: repeat-y;
}
#admin_content_holder {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	margin-top: 12px;
	background-color: #B7E3ED; 
	padding: 4px; width: 650px;
}

#content {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	/*background image is releavant to the page, so it is placed locally for each page*/
	/*background-color: #C7CFB5;
	height: 500px;*/
	
}

#content p, #content h2, #content h3, #content h4 {
	margin-left: 16px;
	margin-right: 29px;
	padding-left: 10px;
}


#content h2 {
	font-size: 28px;
	margin-top: 24px;
	font-family: Courier New, sans-serif; 
	font-weight: bold; 
	color: #101F00;
	/* border-bottom: 1px #101F00 solid;
	
	width: 267px;
	line-height: 16px;
	vertical-align: bottom;
	margin-left: 26px; padding-left: 0px;*/
	/* */ 
	padding-bottom: 0px;
	margin-bottom: 20px;
	/*background-image: url(images/h2_symbol.gif);
	background-repeat: no-repeat;
	background-position: center left;*/
	
}
#content h3 { margin-top: 18px; margin-bottom: 8px; }
#content h4 { margin-bottom: 5px; }
/*#content ul { list-style-position: outside; margin-left: 24px; padding: 0px 0px 0px 28px; }
#content ol {list-style-position: outside; margin-left: 24px; padding: 0px 0px 0px 24px; };*/
#content p { margin-top: 0px; }
#content h5 { margin-right: 25px;
	margin-left: 26px;} 
	
#content .rightPic {
	float: right; margin-right: 28px; margin-top: 8px; margin-left: 5px; padding: 5px; background-color: #fdfdfd; border: 1px solid #aaaaaa;
}
	
h4.h4_2 {
	color: #09409F;
	margin-top: 8px;
}

tr {
	vertical-align: top;
}
/*form h4 {margin-left: 0px;}*/
.subcontent {	
	margin-left: 26px; width: 561px; 
 }
 
.subcontent2 {
	margin-left: 26px; padding-right: 25px;
 }

.subcontent p, .subcontent h2, .subcontent h3, .subcontent h4 {
	margin-left: 0px !important;
	margin-right: 5px;
	padding-left: 0px !important;
}
 
.profileInfoTable tr td{
	vertical-align: top;
}
.responseMessage {
	font-weight: bold; font-size: 12px; color: #295F00;
	background-color: #FFFABF;
	border: 1px solid #8F8247;
	margin-left: 26px; margin-right: 29px;
	
}
.m_h3{
	margin-top: 15px;
	margin-bottom: 8px;
	margin-left: 0px; padding-left: 0px;
	font-size: 16px;
}	
.responseMessage b {
	font-size: 14px;
}
.errorMessage {
	font-weight: bold; font-size: 15px; color: #AF0000;
	background-color: #FFF4BF;
	border: 1px solid #DEDF53;
	margin-left: 26px; margin-right: 29px;
	
}

 
 .idCheck {
	margin-left: 24px; font-size: 11px; font-family: Arial; margin-bottom: 10px;
}

 #page_footer {
	height: 103px;
	/*background-color: #A4AF8E;*/
	background-image:url(images/footer.png);
	background-repeat: no-repeat;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
	padding-top: 15px;
	padding-left: 0px;
	
	text-align: center; color: #cacacd;
	
}

.result_tbl {
	font-family: Arial;
	font-size: 13px; color: #eeeeee;
	background-color: #000000;
	padding: 3px 3px 3px 3px;
	position: relative;
}

.result_header {
	line-height: 21px;
	font-size: 13px;
	font-weight: bold;
	color: #cacaca;
}
.result_tbl td {
	padding-right: 7px;
	vertical-align: top;
}

.trow_odd{
	background-color: #3F3F3F;
	
	line-height: 21px;
}
.trow_even {
	background-color: #BF8217;
}

.info_span { width: 250px; font-weight: bold;}

.search_tbl {
	width: 560px;
	
}
.search_tbl tr td {
	padding: 1px 5px 1px 5px;
	

}
.search_tbl a {
	font-weight: bold;
	text-decoration: none;
	color: #4F3622;
}
.search_tbl a:hover {
	text-decoration: underline;
}
.row_odd {
	background-color: #818c7e;
}

.row_even {
	background-color: #a0a89e;
}

.row_header {
	background-color: #1F1F1F;
	font-weight: bold;
}
.row_header td{
	padding-top: 3px !important; padding-bottom: 3px !important;
}
.row_header a{
	font-weight: bold;
	color: #bbbbbb;
}

.error_check {
	position: absolute;
	background-color: #DFDFDF;
	color: #0F0F4F;
	border: 1px red solid;
	padding: 0px 10px 10px 10px;
	right: 0px;
	top: 0px;
	width: 50px; max-height: 400px;
	visibility: hidden;
}
.error_check h5 {
	visibility: visible;
}
.error_check:hover {
	width: 500px;
	max-height: 2000px;
	visibility: visible;
}
.error_check .ec_method_name {
	color: darkgrey;
}

.tabInactive {
	float: left;
	margin-right: 10px;
	
}
.tabActive {
	float: left; margin-right: 10px;
}
.tabInactive a{
	background-color: #A1AFC8;
	
	color: white;
	text-decoration: none;
	line-height: 23px;
	padding-top: 4px; padding-bottom: 4px;
	padding-right: 10px; padding-left: 10px;
	/*padding-left: 10px; padding-right: 10px; padding-top: 5px;padding-bottom: 2px;*/
}
.tabActive a{
	background-color: #638EE7;
	color: white;
	text-decoration: none;
	line-height: 23px;
	padding-top: 4px; padding-bottom: 4px;
	padding-right: 10px; padding-left: 10px;
}
.tabsHolder {
	float: none; height: 23px;  padding: 0px;
}
.tabsHolder a:hover {
	background-color: #51AF4C;
}
.tabSpacer {
	width:40px; height: 20px; float: left;
}

.tabContainer {
	/*background-color: #D9E5FC;*/
	margin-left: 30px;
	margin-right: 30px;
	background-color: white;
	border: 1px solid #7196E8;
	padding-left: 10px; padding-right: 10px;
	padding-bottom: 15px;
	
}
#content .tabContainer h4 { margin-left: 0px; padding-left: 0px; margin-top: 14px;}
#content .tabContainer p { margin-left: 0px; padding-left: 0px; }

.changeNotice {
	padding: 10px;
	background-color: #EFAAAA;
	border: #C80808 1px solid;
	margin-left: 24px; margin-right: 24px;
	margin-top: 10px; margin-bottom: 3px;
}
.changeNotice h3, .changeNotice p{
	margin: 5px 0px 0px 0px !important; 
	padding: 0px;
}

.yellowNotice {
	padding: 10px;
	background-color: #EFE9A4;
	border: #0F0E01 1px solid;
	margin-left: 24px; margin-right: 24px;
	margin-top: 10px; margin-bottom: 3px;
}
.yellowNotice h3, .yellowNotice p{
	margin: 5px 0px 0px 0px !important; 
	padding: 0px;
}

.locationLink {
	font-size: 12px;
}

#links_table tr {
	vertical-align: top;
}
.notice1 {
	color: black;
}
.notice2 {
	font-weight: bold;
	color: black;
}

.smalltext {
	font-family:Arial; font-size: 10px;
}

#quotes_div p { margin-bottom: 0px; direction: ltr; color: #000000; } 
#quotes_div P.western { color: #000068; font-size: 12px;} 
#quotes_div p.westernQuoteSource { font-family: "Times New Roman", serif; margin-left: 77px; color: #777777;} 
#quotes_div h4 {font-family: "Times New Roman", serif; font-variant: small-caps;}
#quotes_div A{ color: #5F281D;  text-decoration: none; } 
#quotes_div .quoteLink A{ font-variant: small-caps; } 
#quotes_div A:hover{ color: #2F1414; text-decoration: underline;} 
#quotes_div p.topLink { color: #838FAF; float: right; }
#quotes_div p.topLink a{ color: #6277AF;}


#page_footer a {
	color: #cacacd;
}
