/* MAIN TEMPLATE STYLES */
body {
	background: url(../images/bg.jpg) repeat;
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #ffffff;
}

table {
	border-collapse: collapse;
}

img {
	display: block;
	border: none;
}

a,a:link {
	color: #50bebe;
	text-decoration: none;
}
a:hover {
	/*color: #d037ca;*/
}

input:focus {
	border: 2px solid #a08437;
}

.hidden {
	display: none;
}
.float-catch {
	clear: both;
}

hr {
 	width: 100%;
 	height: 1px;
 	color: #333433;
 	background-color: #666666;
 	border: 0px;
 	border-top: 1px dotted #333433;
 	clear: both;
}

small {
	font-size: 0.75em;
}

#container {
	width: 980px;
}

#header {
	height: 86px;
}

#content {
	width: 760px;
	float: left;
	border-right: 1px solid #333333;
}

#nav {
	width: 219px;
	float: right;
}

#footer {
	clear: both;
	width: 700px;
	height: 24px;
	padding: 10px 30px 0 30px;
	background: #232323 url(../images/bg-footer.jpg) repeat-x top;
	font-size: 9px;
	color: #A9A9A9;
	text-transform: uppercase;
}

#footer a:link, #footer a:visited {
	color: #A9A9A9;
}


/* HEADER STYLES */
#header-image {
	display: block;
	width: 760px;
	height: 176px;
	float: left;
	margin: 0;
	padding: 0;
	background: #484948 url(../images/topheader.jpg) no-repeat top left;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #484948;
}

#hol-link {
	display: block;
	width: 115px;
	height: 15px;
	float: right;
	background: #484948 url(../images/elvela-link.gif) no-repeat top right;
	margin: 43px 95px 0 0;
}


/* NAVIGATION STYLES */
#nav b {
	font-size: 14px;
	color: #b6b6be;
}

#nav ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#nav ul li {
	margin-bottom: 45px;
}

#nav ul ul {
	margin: 4px 0 0 0;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	border-top: 1px solid #838383;
}

#nav ul ul li {
	margin: 0;
	border-bottom: 1px solid #767676;
}

#nav ul ul li a {
	display: block;
	padding: 2px 0 2px 20px;
	background: url(../images/bullet.gif) no-repeat 10px center;
	text-decoration: none;
	color: #A9A9A9;
}
#nav ul ul li a.active-nav {
	color: #b892cb;
	font-weight: bold;
}

#nav ul ul li a:hover {
	background-color: #333333;
	color: #b892cb;
}


/* CONTENT AREA STYLES */
#subheader {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 140px;
}

.large-subheader {
	width: 760px;
	height: 360px;
	border-bottom: 1px solid #484948;
}

h3 {
	margin: 0 0 1em 0;
	font-size: 1.4em;
	color: #ffffff;
}

#content h4 {
	margin: 0;
	font-size: 1em;
	color: #ffffff;
}

#content .subtitle {
	font-size: 1em;
	color: #587b7c;
	font-weight: bold;
}

#content h4.subtitle {
	margin-top: 2em;
	margin-bottom: 0px;
	color: #50bebe;
	font-size: 1.2em;
}

#content-container, .content-container {
	padding: 25px 45px;
	width: 670px;
	background-color: #333433;
	min-height: 500px;
}

.nowrap {
	white-space: nowrap;
}

#content .big {
	font-size: 1.4em;
}

#content .blue {
	color: #50bebe;
}

#content .required {
	color: #f68b1f;
}
