* {
	margin: 0;
	padding: 0;
	font-family: "Verdana", Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}

/* GENERAL */
p { margin: 0 0 11px 0; }
a {
	color: #ff0000;
	text-decoration: none;
}
strong, strong a {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	}
body {
	background: url("images/background.jpg") center top no-repeat #000000;
	text-align: center;
}
#main {
	margin: auto;
	width: 950px;
}
ul {
	margin: 0 0 0 17px;
}
ol {
	margin: 0 0 0 24px;
}
ul li {
	list-style-image: url("images/bullet.gif");
}
.clear {
	clear: both;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #3caff7;
	margin: 0 0 11px 0;
}
.required {
	color: #e9008c;
}

/* FORM */
input, textarea, select {
	color: #000000;
	padding: 2px;
	border: 0;
}
option {
	color: #000000;
	border: 0;
}
td.right {
	text-align: right;
}
input.submit {
	background-color: #0c62a2;
	color: #FFFFFF;
	font-weight: bold;
	border: 0;
	padding: 4px;
}
.form-er {
	background-color: #ffccff;
	border: 1px solid #999999;
	color: #000000;
	padding: 2px;
	border: 0;
}

/* HEADER */
#header {
	height: 142px;
	background: url("images/header-background.jpg") no-repeat center top;
}
#header #logo {
	height: 115px;
}
#header #logo img{
	margin: 12px 0 0 0;
}
#header #top-nav {
	margin: 0 0 0 261px;
	text-align: left;
}

/* CONTENT */
#content {
}
/*-------- FLASH */
#content #flash {
	background: url("images/home-flash-background.jpg") no-repeat center top;
	height: 300px;
}
/*-------- HOME PAGE */
#content #home-text {
	background: url("images/home-text-background.jpg") no-repeat center top;
	min-height: 300px;
	_height: 300px;
}
#content #home-text-wrapper {
	padding: 20px 0 0 45px;
}
#content #home-text #left, #content #home-text #middle, #content #home-text #right {
	width: 260px;
	float: left;
	min-height: 325px;
	_height: 325px;
}
#content #home-text #left-divider, #content #home-text #right-divider {
	width: 40px;
	float: left;
}
#content #home-text #text-text {
	text-align: left;
	padding: 20px 0 0 0;
}
/*-------- REGULAR PAGE TEXT */
#content #text-wrapper {
	background: url("images/text-wrapper-background.jpg") repeat-y center top;
}
#content #text {
	background: url("images/text-background.jpg") no-repeat center top;
	_height: 421px;
	min-height: 421px;
}
#content #text #text-text {
	padding: 20px 50px 20px 50px;
	text-align: left;
}
#content .text-left {
	width: 410px;
	float: left;
}
#content .text-right {
	width: 410px;
	float: right;
}
#content .sub-column-left {
	float: left;
	width: 200px;
}
#content .sub-column-right {
	float: right;
	width: 200px;
}
#content #footer {
	background: url("images/text-footer-background.jpg") no-repeat center top;
	height: 50px;
}

/* FOOTER */
#footer {
	
}
#footer #locations {
	height: 55px;
}
#footer #locations #left, #footer #locations #right {
	float: left;
	width: 200px;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}
#footer #locations #left {
	padding: 0 0 0 265px;
}
#footer #nav {
	clear: both;
}
#footer #nav a {
	text-decoration: none;
	font-size: 10px;
	margin: 0 14px 0 0;
	color: #FFFFFF;
}
#footer #nav a:hover {
	text-decoration: underline;
}
#footer #beucs {
	padding: 12px 0 12px 0;
}
#footer #beucs, #footer #beucs a {
	font-size: 9px;
	color: #3caff7;
	text-decoration: none;
}
#footer #beucs a:hover {
	text-decoration: underline;
}