/* standard elements */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #aa9962;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

p.nav{
	margin: 10px 0 0 0;
	}

p.nav a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
	background: #222;
	padding: 5px;
	-moz-border-radius: 2px;
	border: 1px solid #333;
	margin-top: 5px;
}

p.nav a:hover {
	color: #999;
	background: #333;
	border: 1px solid #444;
}

p.navbig{
	margin: 10px 0 0 0;
	}

p.navbig a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
	background: #222;
	padding: 5px;
	-moz-border-radius: 2px;
	border: 1px solid #333;
	margin: 5px 5px 0 0;
}

p.navbig a:hover,p.navbig a.selected {
	color: #ccc;
	background: #666;
	border: 1px solid #444;
}

body {
	background: #000 url("../images/bg.jpg") top center no-repeat;
	color: #ccc;
	font: normal 12px "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

input, textarea {
	color: #555;
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #555;
	padding: 4px;
}

p {
	margin: 0 0 15px 0;
	line-height: 19px;
}

hr {
	color: #666666;
	background-color: #666666;
	border: none;
	height: 2px;
	margin: 15px 0;
	}
	
hr.lighter {
	color: #222;
	background-color: #222;
	border: none;
	height: 1px;
	margin: 15px 0;
	}


h1,h2,h3	{	
	margin: 0 0 12px 0;
	font-family:Arial, Helvetica, sans-serif;
	 }
	
dl
{
margin: 20px 0;
overflow:auto;
}

dt
{
width: 80px;
float: left;
padding: 5px;
font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

dd
{
float: left;
width: 250px;
padding: 5px;
}
 
label
{
float: left;
width: 120px;
text-align: left;
margin-right: 0.5em;
display: block
}

label.boxes
{
	width: 300px;
	text-align: left;
	margin-right: 0.5em;
}

.submit input
{
margin-left: 130px;
}



dd.padded {
	padding: 0 0 0 82px;
	}
	

dd.bolded {
	font-weight:bold;
	margin: 0 0 4px 0;
	}


/* misc */
.clearer {
	clear: both;
	height: 18px;
}

.clear {
	clear: both;
}

.white	{
	color:#FFFFFF;
	}
	
.gold	{
	color:#aa9962;
	}

.large	{
	font-size: 12px;
	line-height: 19px;
	}

.floatleft	{
	float: left;
	padding: 0 10px 10px 0;
	}
	


/* structure */
.container {
	background: #000  repeat-y;
	margin: 0 auto 20px;
	width: 796px;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.leftcolumn {
	padding-top: 12px;
	float: left;
	width: 410px;
}

.rightcolumn {
	float: right;
	width: 300px;
	margin: 20px 0 0 0;
}

/* header */
.header {
	background:  url("../images/bgheader.jpg") no-repeat;
	height: 100px;
	margin: 0 auto;
	width: 796px;
}

.header h1 {
	text-indent: -9999px;
	}

/* main home page */

.mainhome {
	clear: both;
	padding: 0 28px 12px 28px;
	float: left;
	height: 550px;
	background: url("../images/homebg.jpg") no-repeat bottom right #000;
}

.mainhome h1 {
	font-size: 29px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 3px 0;
	color:#aa9962;
}

.mainhome h2 {
	font-size: 12px;
	margin: 0 0 20px 0;
	font-weight: normal;
	color:#aa9962;
}

.mainhome h2.bigger {
	font-size: 20px;
	margin: 0 0 20px 0;
	font-weight: bold;
	color:#aa9962;
}

.mainhome h3 {
	width: 283px;
	height: 41px;
	margin: 0 0 0 0;
	text-indent: -9999px;
	background: url("../images/head_eventreg.gif") top left no-repeat #000;	
	font-weight: normal;
	color:#aa9962;
}

.homelinks {
	margin: 0 auto;
	width: 754px;
	line-height: 16px;
	clear: both;
	padding-bottom: 10px;
	height: 40px;
	color:#777;
}

.homelinks a {
	width: 200px;
	display: block;
	padding: 10px;
	margin: 0 10px 0 0;
		-moz-border-radius: 6px;
	font-size: 12px;
	float: left;
	text-decoration: none;
	background: url("../images/homelinks_lightgrey.gif") right no-repeat #333;
}

.homelinks a:hover {
	background: url("../images/homelinks_lightgrey_over.gif") right no-repeat #373737;
}

/* main events page */

.mainevents {
	clear: both;
	padding: 0 28px 12px 28px;
	float: left;
	width: 740px;
	overflow:auto;
	background: url("../images/eventlistbg.jpg") no-repeat bottom right #000;
}

.mainevents h1 {
	width: 360px;
	height: 49px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	background: url("../images/head_eventregbig.gif") top left no-repeat #000;	
	font-weight: normal;
	color:#aa9962;
}

.mainevents h2 {
	font-size: 12px;
	margin: 0 0 0 0;
	font-weight: normal;
	color:#aa9962;
}

.mainevents ul {
	width: 385px;
	padding: 2px 0 0 0;
	border-top: 1px solid #aa9962;
	list-style: none;
	margin: 0 0 40px 0;
}

.mainevents li {
	padding: 0;
	margin: 0;
}

li a {
	width: 225px;
	display: block;
	padding: 14px 140px 14px 20px;
	margin: 0 0 2px 0;
	text-decoration: none;
}


li a.lightgrey {
	background: url("../images/moredetails_lightgrey.gif") right no-repeat #333;
}

li a.lightgreysoon {
	background: url("../images/soon_lightgrey_over.gif") right no-repeat #373737;
}

li a.lightgreysoon:hover {
	background: url("../images/soon_lightgrey_over.gif") right no-repeat #373737;
}

li a.darkgrey {
	background: url("../images/moredetails_darkgrey.gif") right no-repeat #252525;
}

li a.darkgreyblank {
	background: right no-repeat #252525;
	padding: 14px 40px 14px 20px;
	width: 325px;
	cursor: default;
}

li a.lightgreyblank {
	background: right no-repeat #333;
	padding: 14px 40px 14px 20px;
	width: 325px;
	cursor: default;
}

li a.lightgrey:hover {
	background: url("../images/moredetails_lightgrey_over.gif") right no-repeat #373737;
}

li a.darkgrey:hover {
	background: url("../images/moredetails_darkgrey_over.gif") right no-repeat #202020;
}

.date	{
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #aa9962;
	}

.event	{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	}

a.registerbutton	{
	display: block;
	height: 15px;
	width: 198px;
	margin: 30px 0 0 0;
	padding: 16px;
	background:  url("../images/bigbtn.jpg") top left no-repeat #000;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	}

a.registerbutton:hover	{
	color: #000;
	}
	
	

/* event details page */

.maindetails {
	clear: both;
	padding: 0 28px 12px 28px;
	overflow: auto;
}

.maindetails h1 {
	width: 300px;
	height: 49px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	background: url("../images/head_eventdetails.gif") top left no-repeat #000;	
	font-weight: normal;
	color:#aa9962;
}

.maindetails h2 {
	margin: 30px 0 10px 0;
	font-weight: normal;
	color: #fff;
	padding: 0 0 6px 0;
	font-size: 16px;
	border-bottom: 1px solid #aa9962;
}

.maindetails h3 {
	width: 283px;
	height: 41px;
	margin: 0 0 0 0;
	text-indent: -9999px;
	background: url("../images/head_eventreg.gif") top left no-repeat #000;	
	font-weight: normal;
	color:#aa9962;
}

.leftcolumndetails {
	padding-top: 12px;
	float: left;
	width: 330px;
}

.leftcolumndetails h4 {
	font-size: 13px;
	color: #aa9962;
	margin: 14px 0;
}

.leftcolumndetails h4 em {
	color: #fff;
}

.rightcolumndetails {
	float: right;
	width: 380px;
	margin: 20px 0 0 0;
}

.rightcolumndetails img {	
	margin: 0 0 15px 0;
}

.leftcolumndetails ul,.rightcolumndetails ul {
	padding-bottom: 5px;
	padding-left: 25px;
	}
	
.leftcolumndetails ul li, .rightcolumndetails ul  li {
	margin-bottom: 14px;
	}
	
.highpara	{
	display: block;
	background-color: #413d78;
	padding: 10px;
	border: 1px solid  #aa9962;
	line-height: 20px;
	font-size: 12px;
	}
	
.redpara	{
	display: block;
	background-color: #990000;
	padding: 10px;
	border: 1px solid  #aa9962;
	line-height: 20px;
	font-size: 12px;
	}
	
.redpara a	{
	color: #FFFF00;
	}
	
.redpara a:hover	{
	color: #fff;
	}


/* register home page */

.mainregister {
	clear: both;
	padding: 0 28px 12px 28px;
	background: url("../images/registerbg.jpg") no-repeat bottom right #000;
	style=height:1000px;
}

.mainregister p {
	margin: 0 0 4px 0;
	line-height: 16px;
}

.mainregister h1 {
	width: 360px;
	height: 49px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	background: url("../images/head_register.gif") top left no-repeat #000;	
	font-weight: normal;
	color:#aa9962;
}

	
.labels	{
	width: 100px;
	float: left;
	}

.mainregister p.checkboxes {
	margin-bottom: 4px;
	width: 710px;
	}
	
.mainregister p.checkboxes2 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 12px;
	border-top: #fff solid 1px;
	width: 710px;
	}
	
.inputs	{
	width: 250px;
	float: left;
	}

.padded	{
	padding: 10px;
	}

.registercolumn {
	padding-top: 12px;
	float: left;
	width: 700px;
}


/*  presentations page */

.mainpresentations {
	clear: both;
	float: left;
	width: 740px;
	padding: 0 28px 12px 28px;
	background: url("../images/presbg.jpg") no-repeat bottom right #000;
}

.mainpresentations h1 {
	width: 360px;
	height: 49px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	background: url("../images/head_presentations.gif") top left no-repeat #000;	
	font-weight: normal;
	color:#aa9962;
}

.mainpresentations h2 {
	font-size: 12px;
	margin: 0 0 0 0;
	font-weight: normal;
	color:#aa9962;
}

.mainpresentations ul {
	width: 466px;
	padding: 4px 0 0 0;
	border-top: 1px solid #aa9962;
	list-style: none;
	margin: 0 0 40px 0;
}

.mainpresentations li {
	padding: 0;
	margin: 0;
}

.leftcolpresentations	{
	float: left;
	width: 466px;
	}
	

.mainpresentations li a {
	width: 305px;
	display: block;
	padding: 14px 140px 14px 20px;
	margin: 0 0 2px 0;
	text-decoration: none;
}


.mainpresentations li a.lightgrey {
	background: url("../images/presentations_lightgrey.gif") right no-repeat #333;
}

.mainpresentations li a.darkgrey {
	background: url("../images/presentations_darkgrey.gif") right no-repeat #252525;
}

.mainpresentations li a.lightgrey:hover {
	background: url("../images/presentations_lightgrey_over.gif") right no-repeat #373737;
}

.mainpresentations li a.darkgrey:hover {
	background: url("../images/presentations_darkgrey_over.gif") right no-repeat #202020;
}

.download li a.lightgrey {
	background: url("../images/download_lightgrey.gif") right no-repeat #333;
}

.download li a.darkgrey {
	background: url("../images/download_darkgrey.gif") right no-repeat #252525;
}

.download li a.lightgrey:hover {
	background: url("../images/download_lightgrey_over.gif") right no-repeat #373737;
}

.download li a.darkgrey:hover {
	background: url("../images/download_darkgrey_over.gif") right no-repeat #202020;
}


	

/*  links page */

.mainlinks {
	clear: both;
	padding: 0 28px 12px 28px;
	height: 675px;
	background: url("../images/linksbg.jpg") no-repeat bottom right #000;
}



.mainlinks h2 {
	font-size: 12px;
	margin: 0 0 0 0;
	font-weight: normal;
	color:#aa9962;
}

.mainlinks ul {
	width: 395px;
	padding: 2px 0 0 0;
	border-top: 1px solid #aa9962;
	list-style: none;
	margin: 0 0 40px 0;
}

.mainlinks li {
	padding: 0;
	margin: 0;
}


.mainlinks li a {
	width: 325px;
	display: block;
	padding: 14px 50px 14px 20px;
	margin: 0 0 2px 0;
	text-decoration: none;
}


.mainlinks li a.lightgrey {
	background: url("../images/blank_lightgrey.gif") right no-repeat #333;
}

.mainlinks li a.darkgrey {
	background: url("../images/blank_darkgrey.gif") right no-repeat #252525;
}

.mainlinks li a.lightgrey:hover {
	background: url("../images/blank_lightgrey_over.gif") right no-repeat #373737;
}

.mainlinks li a.darkgrey:hover {
	background: url("../images/blank_darkgrey_over.gif") right no-repeat #202020;
}

.mainlinks li a.plaingrey:hover {
	background:  right no-repeat #373737;
}

.mainlinks li a.plaingrey {
	background:  right no-repeat #333;
}

.mainlinks li a img {
	float: left;
	margin-right: 10px;
	border: none;
}


.date	{
	color:#AA9A62;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:11px;
font-style:italic;
margin: 0;
padding: 0;
font-weight: bold;
	}

.event	{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	}
	
.red	{
	color: #FF0000;
	}
	
	
/* video page */

.mainvideo {
	clear: both;
	padding: 12px 28px 12px 28px;
	float: left;
	width: 740px;
}

.mainvideo h1 {
	
	margin: 0 0 3px 0;
	color:#aa9962;
}

.fullspan	{
	float: left;
	width: 100%;
	}




/* footer */

.footer {
	background: #000 url("../images/bgfooter.gif") no-repeat right bottom;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 5px 20px;
	width: 776px;
	line-height: 16px;
	clear: both;
	color:#777;
	border-top: 2px solid #111;
}

.nodisplay	{
	display: none;}
