/* ##### GLOBAL STYLES ##### */

body {
	margin: 0;
	padding: 0 0 15px 0;
	background: #F4F2CC; 
	}
	
body, td, textarea, select { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; color: #000; line-height: 1.5em; }

#preload {
	/* Preloads Images to Cache */
	background: url(images/nav_home2.gif) no-repeat; 
	background: url(images/nav_claimstatus2.gif) no-repeat;
	background: url(images/nav_faq2.gif) no-repeat;
	background: url(images/nav_reporting2.gif) no-repeat;
	background: url(images/nav_contact2.gif) no-repeat;
	}

.borderTop { border-top: 1px solid #BCB67D; padding: 10px 0; }
.borderLeft { border-left: 1px solid #BcB67D; padding-left: 30px; } 
.borderLeft2 { border-left: 1px solid #BcB67D; padding-left: 15px; background: #eae6bc; }
.borderLeft2 li { line-height: 1.05em; }
.borderTable { border: 1px solid #BcB67D; background: #F4F2CC; }
.borderTableHeader { background: #BCB67D; font-size: 12px; font-weight: bold; color: #615e3e; }
.borderTableHeaderLeft { 
	border-left: 1px solid #8f8959; 
	background: #aaa46e; 
	padding-left: 30px; 
	font-size: 12px; 
	font-weight: bold; 
	color: #4a482f; 
	}
small { font-weight: bold; letter-spacing: .1em; font-size: 9px; }
img { border: 0px; margin: 0; padding: 0; }
.normal { font-weight: normal; }
	
a:link { color: #005232; text-decoration: none; font-weight: bold; }
a:visited { color: #005232;	text-decoration: none; font-weight: bold; }
a:hover { color: #005232; text-decoration: underline; font-weight: bold; }
a:active { color: #005232; text-decoration: underline; font-weight: bold; }

#sub a:link { color: #005232; }
#sub a:visited { color: #005232; }
#sub a:hover { color: #000; }
#sub a:active { color: #005232; }

#tert a:link { color: #6b4b33; font-weight: normal; }
#tert a:visited { color: #6b4b33; font-weight: normal; }
#tert a:hover { color: #000; font-weight: normal; }
#tert a:active { color: #86b4b33; font-weight: normal; }

h3 { font-size: 14px; margin: 0; padding: 0; }
h5 { font-size: 12px; margin: 0; padding: 0; }

h4 a:link { font-size: 12px; text-decoration: underline; text-transform: uppercase; }
h4 a:visited { font-size: 12px; text-decoration: underline; text-transform: uppercase; }
h4 a:hover { font-size: 12px; text-decoration: none; text-transform: uppercase; }
h4 a:active { font-size: 12px; text-decoration: none; text-transform: uppercase; }

/* ##### NAVIGATION STYLES ##### */


#navigation {
	margin: 0; 
	padding: 0 10px;
	text-align: right;
	background: #bacea8;
	/*
	border-bottom: 1px solid #024c2a; 
	*/
	}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0; 
	}
#navigation li {
	list-style-type: none;
	display: inline;
	margin: 0; 
	padding: 0;
	}

/* ##### CONTENT STYLES ##### */

#content {
	margin: 0; 
	padding: 20px 10px;
	border-left: 5px solid #026e3c; 
	border-right: 5px solid #026e3c; 
	border-bottom: 5px solid #026e3c; 
	}

#content2 {
	margin: 0; 
	padding: 20px 10px 20px 0;
	border-left: 5px solid #026e3c; 
	border-right: 5px solid #026e3c; 
	border-bottom: 5px solid #026e3c; 
	}

#content ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 1em;
	}

#content li {
	margin: 0;
	padding: 5px 0 5px 15px;
	}

/* ##### SEARCH STYLES ##### */

input, textarea, select { 
	padding: 3px;
	font-size: 11px; 	
	background: #fffeee;
	border-color:#bcb67d;
	border-style:groove;
	border-width:1px;
	}

.bgSearchField {
	text-align: center;
	margin: 0;
	padding: 0 15px;
	}

#submit { background: #F4F2CC; border: 0px; margin: 0; padding: 0; }	
	
	
	
	