/* CSS Document */

/*------------------ POSITIONING DIVS -----------------------*/


body {
background-color: #45453b;
text-align : center; /*For IE */
}

#container { 
position: absolute;
text-align: left;
top: 20px;;
left: 0;
width: 100%;
height: 100%;
}

#masthead {
position: relative;
width: 800px;
height: 200px;
margin: 0 auto;
background-color: #CC0000;
z-index: 500;
}

#masthead img {
position: absolute;
top: 0;
left: 0;
border: none;
}

#masthead img.logo {
margin-left: -20px;
}

#masthead img a {
border: none;
}

#detail {
position: relative;
margin: 0 auto;
width: 800px;
min-height: 600px; height: auto !important; /*this line for firefox (and IE7) etc */
height: 600px; /* this line for IE6 */
}


	#textarea {
	position: relative;
	margin: 0 auto;
	margin-right:310px;
	padding: 10px;
	min-height: 600px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 600px; /* this line for IE6 */
	background-color: #ffffff;
	}
	
	#imagearea {
	position: absolute;
	right:0;
	top: 0;
	padding: 5px;
	padding-top: 0;
	width: 300px;
	height: 100%; 
	background-color: #cbcd9e;
	}
	
	#imagearea img {
	padding-top: 5px;
	}
	
	#searchcontact {
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	}


#footer {
clear: both;
position: relative;
margin: 0 auto;
width: 800px;
height: 20px;
background-color: #cc0000;
}




/*------------------ TYPOGRAPHY -----------------------*/

a:link {text-decoration: none; color: #000000; }
a:visited {text-decoration: none; color: #000000; }
a:active {text-decoration: none; color: #000000; }
a:hover {text-decoration: none; color: #CC0000; }

#textarea a:link {text-decoration: underline; color: #cc0000; }
#textarea a:visited {text-decoration: underline; color: #000000; }
#textarea a:active {text-decoration: underline; color: #000000; }
#textarea a:hover {text-decoration: underline; color: #d46037; }

#footer a:link {text-decoration: none; color: #ffffff; }
#footer a:visited {text-decoration: none; color: #ffffff; }
#footer a:active {text-decoration: none; color: #ffffff; }
#footer a:hover {text-decoration: none; color: #cccccc; }


p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 0px;
	text-align: justify;
	clear: both; /* for after quote p */
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #cbcd9e;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #cbcd9e;
	padding: 3px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	color: #CC0000;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #cbcd9e;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 0px;
	}

p.quote {
	display: inline;
	float: right;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 0px;
	padding: 5px;
	padding-left: 30px;
	text-align: right;
	border: 1px solid #cbcd9e;
}

#footer p {
font-size: 8pt;
color: #ffffff;
text-align: right;
padding-right: 5px;
padding-top: 3px;
}

table {
	margin: 0px;
	padding: 0px;
	border: 1px solid #cccccc;
	border-collapse:collapse;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #333333; 
	line-height: 14px;
}
td {
	margin: 0px;
	padding: 5px;
	border: 1px solid #cccccc;
	vertical-align: top;
}
th {
	margin: 0px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #cccccc;
	text-align: left;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	color: #CC0000;

}

input, submit, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	border: 1px solid #BFC587;
	}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #BFC587;
	}

#imagearea a img  {
border: none;
}


hr {
width: 100%;
height: 1px;
border: none;
background-color: #999999;
}

#searchcontact input {
font-size: 8pt;
}

#searchcontact p {
	font-size: 8pt;
}


#searchresults p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	
}

#searchresults h3 {
	margin-bottom: 0px;
	display: inline;
}
#searchresults h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-bottom: 1px solid #cccccc;
	display: inline;
}

.caption {
font-size: 8pt;
font-weight: bold;
font-style: italic;	
}
