/* general styles */
body {
	margin: 0px;
	background-color: #ffffff;
	list-style-image: url(../img/arrowlong.gif);

}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
table.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #CCCCCC;

}
h1{

	border: 0px solid #CCCCCC;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#AC0000;
	text-transform:uppercase;
}


/* global links */
#nav { font-size: 10px;}
a:link { color:#AC0000; text-decoration:none;}
a:visited { color:#AC0000; text-decoration:none;}
a:active { color:#AC0000; text-decoration:none;}
a:hover { color:#4D5258; text-decoration:none; } 

.spg { border: 1px solid #000000; }

/* headers */
.redbold {
	color: #AC0000;
	font-weight: bold;
	font-size: 11px;
}
.graybold {
	color: #666666;
	font-weight: bold;
}
/* drop down links */
.lowText { color:#000000; text-decoration:none; font-weight: bold;}
.lowText2 { color:#000000; text-decoration:none;}
.highText { color:#660000; text-decoration:none; font-weight: bold;} 
.highText2 { color:#660000; text-decoration:none;} 


/* form stuff */
input {
background-color: #ffffff;
border: black 1px solid;
color: black;
font-family: arial, verdana, ms sans serif;
font-weight: normal;
font-size: 11px;
} 

textarea {
	background-color: #ffffff;
	border: black 1px solid;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	font-weight: normal;

} 

.altButtonFormat {
background-color: #AC0000;
font-family: arial, verdana, ms sans serif;
border: #000000 1px solid;
font-size: 11px;
font-weight: bold;
color: #ffffff;
} 

.gImg {
	border: #000000 1px solid;
}

hr {
color: #333333;
background-color: #333333;
height: 1px;

}

a:link.foot {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}
a:visited.foot {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}
a:active.foot {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover.foot {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}


/* START: Contact Form ********************************* */

fieldset { width: 450px; margin-bottom: 20px; border: 1px solid #dbdfef; }
fieldset legend { font-size: 16px; }
fieldset dl { padding: 6px; background: #f2f3f7; }
fieldset label { font-size: 12px; color: #2e3957; }

dt { font-size: 12px; color: #4d5258; padding: 0px; margin:0px; margin-top:8px; }
dd { padding: 0px; margin:0px; margin-top:8px; }
input.stdfield { width: 240px; border:1px solid #cacaca; }
input.stdfieldsmall { width: 120px; border:1px solid #cacaca; }
textarea.stdfield { width: 420px; height: 90px; border:1px solid #cacaca; }

textarea.stdfieldaddr { width: 240px; height: 60px; border:1px solid #cacaca; }

textarea.stdfieldloc { width: 240px; height: 60px; border:1px solid #cacaca; }

select.stdfieldmulti { width: 240px; border:1px solid #cacaca;  }
select.stdfieldbcnt { width: 240px; border:1px solid #cacaca;  }

.stdfieldbcnt { display:none; }





.stdbutton { width: 120px; height: 30px; color: white; background: #8e0101; border:2px solid #ca0202; }
textarea.stdfieldAddress { width: 420px; height: 20px; border:1px solid #cacaca; }
ul.errors { padding: 0px; margin: 0px; }
ul.errors li { color: #991a00; list-style:none; padding: 0px; margin: 0px; font-size: 11px; }
div.related { margin-top:20px; }
div.related li { padding: 6px; font-size: 12px; }
.contact-info { width: 200px; float: right; padding-right: 250px; padding-top: 30px; }



/* END: Contact Form ********************************* */




img.cimg { width: 200px; border: 1px solid #333; float: right; }


div.hpftr { 
     margin-top: 10px;
     padding: 10px;
     color: #555;
     border: 2px solid #ccc;
     background: #f6f6f6;
     width: 736px; margin-left: auto; margin-right: auto;
     font-size: 12px;
}

div.hpftr h1 {
     color: #555;
     font-size: 16px;
}