/* CSS Document */
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height : auto; !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
}
#topnav {
	height: 50px;
	background-image: url(../images/navbackground.gif);
	margin-bottom: 6px;
}
#head {
	width: 760px;
	margin: 0px;
	padding: 0px;
}
#h_left {
	width: 180px;
	height: 300px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #990000;
	background-image: url(../images/headerleft.gif);
}
#h_right {
	width: 580px;
	height: 300px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerright.jpg);
	text-align: right;
	vertical-align: bottom;
}
#body {
	width: 760px;
}
#b_bar {
	width: 760px;
	height: 35px;
	float: left;
	background-image: url(../images/widebar.gif);
	margin-bottom: 5px;
}
#breadcrumbs {
	width: 752px;
	height: 16px;
	padding-top: 4px;
	padding-right:8px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/maintopbar.gif);
	text-align: right;
}
#breadcrumbs a:link {
	color: #990000;
	text-decoration: none;
}
#breadcrumbs a:visited {
	color: #990000;
	text-decoration: none;
}
#breadcrumbs a:active {
	color: #990000;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #000000;
	text-decoration: none;
}
#main {
	width: 730px;
	height: auto;
	padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 15px;
        padding-right:  15px;
	margin-bottom: 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	/*background-color: #e2e0a3;*/
	background-color: #FFFFFF;
	line-height: 16px;
}
#main a:link {
	color: #655B44;
	text-decoration: underline;
	
}

#main a:hover {
	color: #655B44;
	text-decoration: underline;
	
}
#main ul {
	list-style-image: url(../images/ulbullet.gif);
}
#main img {
	margin-bottom: 0px;
	margin-right: 3px;
	border: 0px;
}
#main h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 0px;
	color: #990000;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
#main h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #990000;
}
#main ul a:link {
	color: #655B44;
	text-decoration: none;
}
#main ul a:visited {
        text-decoration: none;
        color: #655B44;
}
#searchboxleft {
	width: 472px;
	height: 22px;
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	float: left;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
}
#searchboxleft a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#searchboxleft a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#searchboxleft a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#searchboxleft a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	
}
#searchboxright {
	width: 272px;
	height: 26px;
	margin: 0px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	float: left;
	text-align: right;
	background-color: #990000;
}
#searchboxright form { 
	margin:0px;	
}
#footer {
	width: 756px;
	height: 46px;
	float: left;
	margin: 0px;
	background-image: url(../images/footer.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding: 2px;
}
#footer a:link {
	color: #990000;
	text-decoration: none;
}
#footer a:visited {
	color: #990000;
	text-decoration: none;
}
#footer a:active {
	color: #990000;
	text-decoration: none;
}
#footer a:hover {
	color: #990000;
	text-decoration: none;
}
/*#emailform {
	background-color: #EEEEEE;
	border: 2px solid #990000;
}*/
html,body {
	background-color: #655b44;
	font-family: Arial, Helvetica, sans-serif;
	margin:2px;
	/*background-image: url(../images/backgroundpattern.gif);
	background-repeat: repeat;*/
}

/* Styles the website forms */


.border {
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	color:#666666;
	background-color:#F2F2F2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:14px;
	height:20px;
	width:320px;
	padding-top: 3px;
	padding-left: 2px;
	}
	
input.border:focus	{
	background: #fff;
	border: 1px solid #595959;
}

input:hover {
	background-color:#fff;
	}
	
textarea:hover {
	background-color:#fff;
	}

textarea.borders:focus	{
	background: #fff;
	border: 1px solid #595959;
}

.borders {
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
	color:#666666;
	background-color:#F2F2F2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:160%;
	height:130px;
	width:320px;
	}
	
.formborder {
	color:#fff;
	background-color: #655B44;
	/*background-image:url(../images/styles/form_button.jpg);*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size:13px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
	}
	
.formborder:hover {
	color:#ffffff;
	background-color: #50462F;
	/*background-image:url(../images/styles/form_button_over.jpg);*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size:13px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
	}



