@charset "utf-8";
/* CSS Document */

body {
	background: #999480 url(/images/shared/ltal.jpg) left top repeat-x;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	color:#ffffff;
	}	
	
table {
	border-collapse:collapse;
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	}
	
td,tr {
	font-size: 11px;
	font-weight: normal;  
	font-family: Tahoma, Arial;
	line-height: 13px;
	padding: 0px 0px 0px 0px;
	}

	
img.rightPadding {
	border: 0px;
	margin-right:12px;
	}	

img.border {
	border: 1px solid #84817a;
	}

img.borderWhite {
	border: 1px solid #ffffff;
	}

.header {
	background: url(/images/shared/hbg1.jpg) left top no-repeat;
	padding: 25px 25px 25px 25px;
	}
	
.footer {
	background: url(/images/shared/fbg.jpg) left top repeat-x;
	}

.bodyContentLeft {
	padding: 30px 25px 0px 25px;
	}

.bodyContentGray {
	background:  #6D6959 url(/images/shared/2bg1.jpg) top left repeat-x;
	margin: 12px 25px 0px 0px;
	padding: 38px 12px 12px 12px;
	height: auto;
	}

.bodyContentClear{
	margin: 12px 25px 0px 0px;
	padding-top: 26px;
	}
	
.bodyContentRight {
	padding: 50px 25px 0px 0px;
	}

.divDivider{
	border-bottom: 2px solid #979489;
	margin: 0px 0px 12px 0px;
	height: 12px;
	width: auto;
	}

.divDividerForm{
	border-bottom: 2px solid #979489;
	height: 12px;
	width: auto;
	}
	
/***** LISTS *****/
ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	}

.list li {
	margin: 4px 0px 0px 0px;
	line-height: 1.31em;
	padding: 0px 0px 0px 10px;
	background: url(/images/shared/0blt1.gif) top left no-repeat;
	}

.list li a {color: #ffffff;}
.list li a:hover {color: #c5ce00;}

/***** LINKS *****/
a:link {color: #ffffff; text-decoration: underline;}
a:visited {color: #ffffff; text-decoration: underline;}
a:hover {color: #c5ce00; text-decoration: none;}
a:active {color: #ffffff; text-decoration: underline; }

a.map:link {color: #000000; text-decoration: underline;}
a.map:visited {color: #000000; text-decoration: underline;}
a.map:hover {color: #c5ce00; text-decoration: none;}
a.map:active {color: #000000; text-decoration: underline; }

/***** FORMS *****/
form {
	padding: 0px;
	margin: 0px;
	font-family: arial; 
	font-size: 9pt;
	}
textarea {
	width: 400px;
	height: 100px;
	margin-top: 3px;
	font-family: arial; 
	font-size: 9pt;
	}
textarea.short {
	width: 300px;
	height: 100px;
	margin-top: 3px;
	font-family: arial; 
	font-size: 9pt;
	}
input {
	width: 225px;
	font-family: arial; 
	font-size: 9pt;
	}
input.stateField {
	width: 20px;
	text-transform: uppercase;
	font-family: arial; 
	font-size: 9pt;
	}
input.radioField {
	width: auto !important;
	}
input.submitButton {
	width: auto !important;
	}
	
/* Contact Us Form */	
.cInput{
	width:198px;
	height:20px;
	border:1px solid #D0D0D0;
	color:#666;
}
.cTxtArea {
	width:198px;
	height:75px;
	border:1px solid #D0D0D0;
	color:#666;
	overflow:auto
}
