* {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #333;
}



.bold {
	font-weight: bold;
}

.gray {
	color: #666;
}

.textCenter {
	text-align: center;
}

.errorHighlight {
	color: #cc0000;
}

.required {
	color: #961212;
	font-weight: bold;
	margin-right: 5px;
}

.noBorder {
	border: 0;
}


a {
	color: #961212;
}

body {
	background-color: #ccc;
}

br {
	height: 1em;
}

h3 {
	font-size: 16px;
	color: #961212;
}

h4 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

h5 {
	font-size: 12px;
	color: #961212;
}

img {
	border: 0;
}

p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

p.nomargin {
	margin-bottom: 0;
}

ul {
	padding-left: 15px;
	margin-bottom: 1em;
}



dl dt.highlight, dl dd.highlight, td.highlight {
	font-weight: bold;
}



/***************************************
 *	Page Layout DIVs
 ***************************************/

div#container {
	width: 760px;
	margin: 0 auto;
}

div#main {
	width: 760px;
	float: left;
	border: 1px #666 solid;
	border-top: 0;
	background-color: #fff;
}

div#pageHead {
	width: 760px;
	float: left;
	clear: both;
}

div#mastHead {
	width: 760px;
	height: 100px;
	float: left;
	clear: both;
}

div#content {
	float: left;
	clear: both;
	width: 730px;
	padding: 15px;
	padding-top: 20px;
	background-image: url('/images/pageHead/navShadow.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

div#pageFoot {
	display: inline;
	float: left;
	clear: both;
	width: 720px;
	border-top: 2px #d6d6d6 solid;
	margin: 15px;
	margin-top: 3em;
	padding: 5px;
	padding-top: 15px;
	color: #666;
}



/***************************************
 *	Page Head
 ***************************************/

div#logo {
	float: left;
	clear: left;
	width: 250px;
	height: 274px;
	background-color: #8D1A1A;
}

div#banner {
	float: left;
	clear: right;
	width: 510px;
	height: 274px;
	background-color: #4E4F4F;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('/images/pageHead/banner.jpg');
}

div#locations {
	float: left;
	width: 274px;
	height: 50px;
}

ul#nav {
	float: left;
	clear: both;
	background-color: #D6D6D6;
	width: 760px;
	height: 33px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#nav li {
	float: left;
	clear: none;
}



/***************************************
 *	Content
 ***************************************/

div#leftColumn {
	float: left;
	clear: left;
	width: 220px;
	padding-right: 13px;
	padding-bottom: 3em;
	border-right: 2px #d9d9d9 solid;
	line-height: 1.5em;
}

div#rightColumn {
	float: left;
	clear: right;
	width: 470px;
	margin-left: 15px;
}

/***************************************
 *	Table Styles
 ***************************************/

table.infoTable {
	width: 100%;
}

table.infoTable td {
	padding: 3px;
	vertical-align: top;
	line-height: 16px;
}

table.infoTable th {
	padding: 3px;
	text-align: left;
	color: #961212;
	border-bottom: 1px #ccc solid;
}

table.infoTable tr.alt td {
	background-color: #f0f0f0;
}



table.gridDataTable {
	width: 100%;
}

table.gridDataTable td, table.gridDataTable th {
	padding: 3px;
}

table.gridDataTable th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px #ccc solid;
}

table.gridDataTable tr.dataAlt2 td {
	background-color: #f0f0f0;
}



/***************************************
 *	List Styles
 ***************************************/

dl.table {
	float: left;
}

dl.table dt {
	float: left;
	clear: left;
	width: 20%;
	margin-bottom: .5em;
}

dl.table dd {
	margin-left: 20%;
	margin-bottom: .5em;
}



dl.form {
	float: left;
	width: 100%;
	margin-bottom: .5em;
}

dl.form dt {
	float: left;
	clear: left;
	width: 115px;
	line-height: 2em;
	font-weight: bold;
	margin-bottom: .5em;
}

dl.form dd {
	margin-left: 145px;
	line-height: 2em;
	margin-bottom: .5em;
}

dl.form dt.spaceBelow, dl.form dd.spaceBelow, .spaceBelow {
	margin-bottom: 2em;
}



dl.info {
	float: left;
}

dl.info dt {
	font-weight: bold;
}

dl.info dd {
	padding-left: 1em;
}

dl.info .spaceBelow {
	margin-bottom: 1em;
}



/***************************************
 *	Form Elements
 ***************************************/

div.button {
	float: right;
	clear: both;
	margin-top: 15px;
}

input.clText, select, textarea {
	border: 1px #999 inset;
	font-size: 12px;
}

textarea {
	width: 97%;
}



/***************************************
 *	Error Handling
 ***************************************/


div.error {
	background-color: #FFEAED;
	margin-bottom: 2em;
	padding: 1em;
	border: 1px #E4A3C1 solid;
}

div.error h2 {
	font-size: 14px;
	font-weight: bold;
	color: #c00;
	margin-bottom: 1em;
}

div.error ul {
	padding-left: 2em;
}

div.error ul li {
	color: #c00;
}



img.map {
	border: 1px #999 solid;
	margin-top: 10px;
}


