/*---- general styles ----*/

* { padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; }

body {
	background-color: #ffffff;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	float: left;
	width: 750px;
	height: 184px;
}

/*---- main content styles ----*/

#content {
	float: left;
	width: 620px;
	background-color: #ffffff;
	border-left: 1px solid #b11f16;
	border-right: 1px solid #b11f16;
	border-bottom: 1px solid #b11f16;
	margin-left: 64px;
	_margin-left: 32px;
}

#contentBig {
	float: left;
	width: 698px;
	background-color: #ffffff;
	border-left: 1px solid #b11f16;
	border-right: 1px solid #b11f16;
	border-bottom: 1px solid #b11f16;
	margin-left: 24px;
}

.maintext {
	float: left;
	padding: 20px;
	background-color: #ffffff;
}

.half {
	width: 487px;
	_width: 447px;
	border-right: 1px solid #b11f16;
}

.full {
	padding: 20px;
	width: 580px;
}

.maintext h1 {
	font-size: 1.7em;
	color: #b11f16;
	margin-bottom: 15px;
}

.maintext h2 {
	font-size: 1.2em;
	color: #908271;
	margin-bottom: 15px;
}

.maintext h3 {
	font-size: 1em;
	color: #b11f16;
	margin-bottom: 15px;
}

.maintext h6 {
	font-size: 0.1em;
	color: #ffffff;
}

.maintext p {
	font-size: 0.8em;
	color: #333333;
	margin-bottom: 15px;
	line-height: 140%;
}

.maintext ul {
	margin-bottom: 15px;
	list-style-image: url(../images/bullet.gif);
}

.maintext ol {
	margin-bottom: 15px;
}

.maintext li {
	font-size: 0.8em;
	color: #908271;
	margin: 0 0 0 25px;
	line-height: 140%;
}

.maintext li.black {
	color: #000000;
}

.maintext a {
	font-size: 120%;
	color: #b11f16;
	text-decoration: none;
	border-bottom: 1px dotted #b11f16;
}

.maintext a:hover {
	color: #000000;
	text-decoration: underline;
}

.maintext td {
	font-size: 0.75em;
	color: #333333;
	margin-bottom: 15px;
	line-height: 140%;
}

.imageFloat {
	padding-left: 20px;
}

.breakout {
	float: left;
}

.small {
	width: 50%;
}

.large {
	padding: 20px 20px 10px 20px;
	width: 400px;
	_width: 460px;
	margin: 0 20px 25px 20px;
	_margin: 0 30px 25px 10px;
	clear: both;
}

.grey {
	background-color: #efefef;
}

.bigRedText {
	font-size: 150%;
	color: #b11f16;
	font-weight: bold;
}

.maintext input, .maintext select {
	width: 250px;
	height: 20px;
}

.maintext textarea {
	width: 250px;
	height: 75px;
}

#sidebar {
	float: left;
	width: 150px;
	_width: 170px;
	padding: 20px 10px 0 10px;
	background-color: #ffffff;
}

#sidebar p {
	font-size: 0.9em;
	color: #333333;
	margin-bottom: 12px;
	line-height: 140%;
	font-weight: bold;
}

#sidebar a {
	color: #b11f16;
	margin-bottom: 12px;
	text-decoration: none;
}

#sidebar a:hover {
	color: #908271;
	text-decoration: underline;
}

.smallText {
	font-size: 80%;
}

/*---- contact styles ----*/

#contact {
	float: left;
	width: 620px;
	background-color: #EDEBDA;
	margin: 5px 0 5px 64px;
	_margin: 5px 0 5px 32px;
}

#contact p {
	color: #333333;
	font-size: 0.7em;
	padding: 10px 20px;
}

#contact a {
	color: #333333;
	text-decoration: none;
}

#contact a:hover {
	color: #b11f16;
	text-decoration: underline;
}


/*---- footer styles ----*/

#footer {
	float: left;
	width: 620px;
	background-color: #eeecea;
	margin-left: 64px;
	_margin-left: 32px;
	border-bottom: 5px solid #FFFFFF;
}

#footer p {
	color: #333333;
	font-size: 0.7em;
	padding: 10px 0;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #b11f16;
	text-decoration: underline;
}

#copy {
	float: left;
	width: 160px;
	background-color: #eeecea;
	margin-left: 10px;
}

#links{
	float: left;
	width: 440px;
	_width: 420px;
	margin-right: 10px;
	background-color: #eeecea;
	text-align: right;
}


/*---- Popup styles ----*/

#pop {
	width: 80%;
	height: 80%;
	border: 1px solid #b11f16;
	text-align: center;
	margin: 5%;
	padding: 5%;
}

#pop p {
	color: #333333;
	font-size: 0.85em;
	padding: 10px 0;
}
