/* CSS Document */
html, body {
   margin : 0;
   padding : 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 21px;
	background: #E7DDCC;
	width: 100%;
	color: #364232;
}

a:link {
	color:#5A2021;
	font-weight: bold;
	text-decoration: underline;
}

a:link:hover {
	color:#802F31;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color:#5A2021;
	font-weight: bold;
	text-decoration: underline;
}

h1{
	font-size: 14px;
	font-weight: bold;
	display: none;
}

h2{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin:0px;
}

h3{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


h4 {
	margin: 0;
	text-align: center;
	font-size: 14px;
	padding:5px;
}

h5 {
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.floatleft {
float: left;
margin: 0 30px 10px 0;
}

#listings {
	text-align: center;
	}


#logo ul {
	list-style-type:none; 
	padding:0; 
    margin:0; 
	}	
	
#logo li { 
	float: left;
	height: 146px;
	padding: 25px;
	margin-left: 50px;
	margin-bottom: 50px; 
	}


/**************** Header and Footer***********************/

#Hbackground {
	background: #364232 url("images/headerbg2.gif") repeat-x;
	margin: 0px;
	width: 100%;
	height: 154px;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	width: 750px;
	text-align: right;
}

#footer {
	text-align: center;
}
	

/******************** Columns *********************/

#leftcontent {
	z-index:10;
	position: absolute;
	left:0px;
	top:154px;
	width:195px;
	height: 100%;
	background:#252D22;
}

#leftcontent a:link {
	color: #E7DDCC;
}

#leftcontent a:visited {
	color: #E7DDCC;	
}

	
.pagenav {
	text-align:center;
	}	

#searchcontent {
margin-left: 206px;
	}
	
#image {
	text-align:center;
}

.title {
	text-align:center;
	padding-bottom:20px;
}

#twocolumnlayout {
	margin-left: 174px;
	margin-top: 30px;
	margin-left: 211px;
	margin-right: 15px;
}

#popup {
	margin-left: 0px;
	margin-right:0px;
	margin-top: 0px;
	padding:25px;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

/************ sectionLinks styles **************/

#sectionLinks{
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #000000;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 10px solid #252D22;
	border-bottom: 5px solid #252D22;
	background-color: #364232;
	padding: 3px 0px 3px 10px;
}

#sectionLinks a:hover{
	border-top: 10px solid #252D22;
	background-color: #455440;
	background-image: none;
	text-decoration: none;
}

#bottom  {
  clear:both;
  width:620px;
  margin:0;
  padding:10px;
}

#links1 {
	float: left;
	display: block;
  	width: 300px;
  	padding: 10px 0 10px 10px;
	}
	
#links2 {
	float: right;
	display: block;
  	width: 300px;
  	padding: 10px 0 10px 0;
	}
	

/************* logos styles **************/

.logos{
	margin: 0px;
	height: 100%;
	padding: 60px 15px 30px 15px;
	background:#252D22;
	width: auto;
}

/**************** forms styles*********/
form { 
 padding: 5px;
}

input.text {
background-color: #E7DDCC;
color: #364232;
}

input.radio {
background-color:#989B8C;
}

textarea {
 background-color: #E7DDCC;
 color: #364232;
}

.texta {
 font-size: 12px;
 background-color: #E7DDCC;
 border: 1px solid #364232;
}

.buttons {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-color: #364232;
 color: #E7DDCC;
 margin-right: 6px;
}

 #rarey table {
 
 width: 500px;
 color: #364232;
 border: 1px solid #364232;
 border-collapse: collapse;

}

#rarey td {
 background-color: #989B8C;
 border: 1px solid #364232;
 padding-left: 4px;
}

/**************dynamic content styles********************/

TABLE.body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    COLOR: black;
    BACKGROUND-COLOR: #989B8C;
}

A.navigation
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A.navigation:visited
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A.number
{
    COLOR: #B8581C;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A.number:visited
{
    COLOR: #B8581C;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}

A.number:hover
{
    COLOR: #6699ff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
}


INPUT
{
    FONT-WEIGHT: 500;
    FONT-SIZE: 10px;
    BACKGROUND-COLOR: #E7DDCC;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
INPUT.button
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
INPUT.radio
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 10px;
    COLOR: black;
    BACKGROUND-COLOR: #989B8C;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
SELECT
{
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
P
{
}
TD
{
}
TR.Section1
{
    COLOR: #364232;
    BACKGROUND-COLOR: #989B8C;
}
TR.Section2
{
    COLOR: white;
    BACKGROUND-COLOR: #364232;
}
TR.title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
    COLOR: black;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center;
}
TR.Section3
{
    COLOR: black;
    BACKGROUND-COLOR: #989B8C;
}
.wb
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial;
}
TR.Search2
{
    COLOR: black;
    BACKGROUND-COLOR: #989B8C;
}

TR.Search1
{
    COLOR: white;
    BACKGROUND-COLOR: #364232;
}
