html, body, #wrap { padding: 0; margin: 0; height: 100%; background: #660099; color: #fff;}

body > #wrap {
	height: auto; min-height: 100%;
}

#header {
	position: relative;
	background: url('./images/header.jpg') top left no-repeat;
	width: 980px;
	height: 255px;
}

#menu_container {
	position: relative;
	background: url('./images/menubg.jpg') top left no-repeat;
	width: 980px;
	height: 76px;
}

#main {
	position: relative;
	background: url('./images/contentbg.jpg') top center repeat-y;
	width: 980px;
	min-height: 350px;
}

.submain {
	position: relative;
	padding: 10px;
	width: 800px;
	padding-bottom: 20px;
	font: 10.5pt Century Gothic, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #222;
}

.submain a {
	font: 10.5pt Century Gothic, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #330066;
}

.submain a:hover {
	font: 10.5pt Century Gothic, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #330066;
}

h1 {
	font: 16pt Century Gothic, Arial, Helvetica, sans-serif;
	color: #330066;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin-top: 0em;
}

h2 {
	font: 12pt Century Gothic, Arial, Helvetica, sans-serif;
	color: #222;
	margin-top: 0px;
	margin-bottom: 0.1em;
	font-weight: bold;
	text-align: left;
}

#tdheader {
	background: #330066;
	color: #FFF;
	font-weight: bold;
	font-size: 14pt;
}

.tdsubheader {
	background: #330066;
	color: #FFF;
}

#footer {
	position: relative;
	background: url('./images/footer.jpg') top left no-repeat;
	top: -20px;
	margin: auto;
	width: 980px;
	height: 109px;
	clear:both;
}

#footer p {
	position: relative;
	padding-top: 20px;
	padding-left: 10px;
	width: 800px;
	font: 8pt Verdana, Century Gothic, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFF;
}

#footer a {
	font: 8pt Verdana, Century Gothic, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFF;
}

#footer a:hover {
	font: 8pt Verdana, Century Gothic, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

input, textarea, select {
	font: 10pt Verdana, Century Gothic, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 3px;
	border-top: #555 1px solid;
	border-bottom: #555 1px solid;
	border-right: #555 1px solid;
	border-left: #555 1px solid;
}

input:focus, textarea:focus, select:focus {
color: #000;
border-top: #660099 1px solid;
border-bottom: #660099 1px solid;
border-right: #660099 1px solid;
border-left: #660099 1px solid;
}

#opsuccess {
	font: 8pt Verdana, Century Gothic, Arial, Helvetica, sans-serif;
	color: green;
	font-weight: bold;
	text-decoration: none;
}

#operror {
	font: 8pt Verdana, Century Gothic, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

#bwsllc {
	position: relative;
	margin-top: -20px;
}

#bwsllc a {
	font: 8pt Verdana, Century Gothic, Arial, Helvetica, sans-serif;
	color: #330066;
	font-weight: bold;
	text-decoration: underline;
}

#bwsllc a:hover {
	font: 8pt Verdana, Century Gothic, Arial, Helvetica, sans-serif;
	color: #330066;
	font-weight: bold;
	text-decoration: none;
}

.ann_header {
	position: relative;
	width: 702px;
	display: block;
	clear: both;
	height: 82px;
	background: #eee;
	border:1px #c0c0c0 solid;
}

.ann_header1 {
	width: 100px;
	height: 55px;
	padding-top: 25px;
	position: relative;
	float: left;
	font: 9pt Century Gothic, Arial, Helvetica, sans-serif;
	background: url('./luxcal/images/ann_header_bg.gif') bottom left repeat-x;
}

.ann_header2 {
	width: 580px;
	padding: 10px;
	height: 60px;
	position: relative;
	float: right;
	text-align: left;
	font: 10pt Georgia, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

@media print { .toplink { display: none; } }

/* Menu syle */
#contain-nav {
	border:none;
	border:0px;
	margin-top: 4px;
	margin-left: 0px;
	float: left;
	padding:0px;
	position: relative;
}

#contain-nav ul.nav {
	width: 907px;
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 80px;
	position: relative;
}

#contain-nav ul.nav li.root {
	float: left;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
}

#contain-nav ul.nav li.root a {
	font: 10pt Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #330066;
	display: block;
	color: #fff;
	margin: 0;
	padding: 10px;
	line-height: 29px;
	padding: 0px 21px 0px 23px;
	text-align:center;
	border-right: #bbb 2px solid;
	border-bottom: #bbb 2px solid;
}

#contain-nav ul.nav li.root:hover a {
	background: url('./images/menuhover.jpg') top left repeat-x;
	line-height: 29px;
	color: #330066;
}
