@charset "utf-8";
/* CSS Document */

/* 1.text styles		*/

.headerlinks {
	color: #FF0000;
	width: 870px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #722525; 
	font-size: 1em;
	display: block;
	}
	
.footertxt {
	color: #CCCCCC;
	font-size: 1em;
	}
.terms {
	color: #3f3f3f;
	font-size: 1em;
	}
	
/* This text may be affecting the size
.thumbtxt {
	color: #333333;
	font-size: 1em;
	}
*/
	
.thumbtxt2 {	
	color: #333333;
	font-size: 1.1em;
	padding-right: 60px
	}
	
.map {
	border: #990000 solid 2px;
	font-size: 0.9em;
	color: #333333;
	margin: 10px 0 0 0;
	}	
	
/* 2. image styles		*/

.bottomlogos {
	padding: 5px;
	}
	
/* 3. link styles (non navigation)	*/

a:link {
	color: #d50000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d50000;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}

a#white, a#white:visited {
	color: #CC0000;
	text-decoration: none;
	}
	
a#white:hover {
	color: #d50000;
	text-decoration: underline;
	}
	
a#home_links, a#home_links:visited {
	color: #AD1D20;
	text-decoration: none;
	font-weight: bolder;
	font-size: 1.1em;
	}
	
a#home_links:hover {
	color: #333333;
	text-decoration: underline;
	}

a.thumbnail_header, a.thumbnail_header:visited  {
	background-image: url(../images/thumbnail_header_up.gif);
	background-repeat: no-repeat;
	display: block;
	width: 350px;
	height: 30px;
	text-decoration: none;
	color: #333333;
	font-size: 1em;
	font-weight: bolder;
	margin-left: -1px;
	padding: 9px 0 0 15px;
	}

a.thumbnail_header:hover  {
	background-image: url(../images/thumbnail_header_ovr.gif);
	background-repeat: no-repeat;
	display: block;
	width: 350px;	
	height: 30px;
	text-decoration: underline;
	color: #FFF;
	font-size: 1em;
	font-weight: bolder;
	padding: 9px 0 0 15px;
	}	
	

/* 4. header styles		*/

h1 {
	color: #CC0000;
	font-weight: bolder;
	font-size: 1.3em;
	}
	
h2 {
	color: #333333;
	font-weight: bolder;
	font-size: 1.2em;
	}
	
h3 {
	color: #333333;
	font-weight: bold;
	font-size: 1.1em;
	}
	
h4 {
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	padding-top: 3px;
	padding-left: 15px;
	}
	
.teststyle {
	color: #00FF00;
	font-size: 1.8em;
	font-weight: bolder;
	text-decoration: underline;
	}

#teststyle2 {
	color: #00FFFF;
	font-size: 1.8em;
	font-weight: bolder;
	text-decoration: underline;
	}
	
p {
	font-size: 1.2em;
	}
	
.line{
	background-image: url(../images/pagediv_underline.gif);
	background-repeat: repeat-x;
	height: 5px;
	margin: 5px 0 5px 0;
	width: 100%;
	}