/* Reset.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{ color:#009bc7;
	text-decoration:none;
}

a:hover{ color:#009bc7;
	text-decoration:underline;
}

/* Custom CSS */
/* Tags */

body, html{
	height:100%;
}

body{
	background:url(/_assets/images/clouds_bg.jpg) repeat-x #e5dfd0;
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#333333;
}


/* IDs */

#container{
	width:920px;
	margin:0px auto;
	height:100%;
}

#shadow_bg{
	width:920px;
	background:url(/_assets/images/shadow_bg.png) repeat-y;
	min-height:100%;
}

#shadow_inside{
	padding:0px 20px;
}

#header{
	width:880px;
	height:145px;
	text-align:center;
	background:url(/_assets/images/header.jpg) no-repeat bottom;
	position:relative;
}

#content{
	padding:18px;
}

#left_col{
	width:538px;
	float:left;
}

#home_content_container{
	margin-top:18px;
}

#content_container{
}

#home_content{
	background:url(/_assets/images/main_content_bg.jpg) repeat-y;
	width:538px;
	line-height:150%;
}

#home_content h1, #right_col h1{
	padding:0px 0px 10px 0px;
	font:21px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

#home_content ul, #home_content li{
	padding:0px 0px 0px 0px;
	list-style:inside;
}

#home_content p, #right_col ul, #right_col li{
	padding:8px 0px 0px 0px;
	
}

#right_col_events_content p, #right_col_sponsors_content p{
	padding:24px 0px 0px 0px;
}

#right_col{
	width:286px;
	margin-left:18px;
	float:left;
	line-height:100%;
}

#right_col_events_content{
	background:url(/_assets/images/sidebar_bg.jpg) repeat-y;
	width:286px;
}

#right_col_sponsors{
	margin-top:0px;
}

#right_col_sponsors_content{
	background:url(/_assets/images/sidebar_bg.jpg) repeat-y;
	width:286px;
}

#sponsor_banner{
	margin-top:5px;
}

#footer{
	color:#fff;
	line-height:150%;
}

#footer a{ color:#fff;
text-decoration:none;
	}
	
#footer a:hover{ color:#fff;
text-decoration:underline;
	}

#footer_red_bg{
	background:url(/_assets/images/red_bottom_bg.jpg) repeat-y;
	width:880px;
}

#footer_col_1{
	width:135px;
	margin-left:18px;
	float:left;
}

#footer_col_1 p, #footer_col_2 p{
	padding:0px 0px 18px 0px;
}

#footer_col_2{
	width:368px;
	margin-left:36px;
	float:left;
}

#footer h1{
	font:14px Georgia, "Times New Roman", Times, serif;
	padding-bottom:4px;
	font-weight:bold;
}

#footer_col_3{
	width:265px;
	float:left;
	margin-left:36px;
	padding-bottom:8px;
}

#footer_col_3 ul li{
	list-style:url(/_assets/images/document_icon.jpg) outside;
	padding-top:7px;
	margin-left:18px;
}

/* Classes */

.home_content_padding{
	padding:10px 10px 10px 20px;
}

.right_col_padding{
	padding:10px 0px 10px 20px;
	line-height:normal;
}

.hr{
	border-bottom:1px solid #c8cdd0;
}

/* Navigation */
#nav{
	position:absolute;
	bottom:0px;
	left: 20px;
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	background:url(/_assets/images/nav_green_bg.jpg) repeat-x;
	text-transform:uppercase;
}

#nav ul li{
	float:left;
	padding:0px 11px;
	height:18px;
	padding-top:4px;
	background:url(/_assets/images/nav_separator.jpg) no-repeat;
	border-top:1px solid transparent;
	border-right:1px solid transparent;
}

#nav ul li a{
	color:#fff;
	display:block;
	text-decoration:none;
}

#nav ul li.active, #nav ul li:hover{
	background:url(/_assets/images/active_nav_bg.jpg) no-repeat #e6dfd0;
	border-top:1px solid #d8d1c0;
	border-right:1px solid #d8d1c0;
	cursor:pointer;
	text-decoration:none;
}

#nav ul li.active a, #nav ul li:hover a{
	color:#333333;
	text-decoration:none;
}

#nav ul li.last_link{
	border-right:1px solid #d8d1c0;
}

/* Form Styles ------------------------------------------------------------------------------ */

#mainForm  {
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
	background-color: #ffffff;}

#home_content ul.mainForm {
	list-style-type: none;
	font-size:15px;	}
	
	ul.mainForm input.mainForm {border: solid 1px #999;}
	ul.mainForm .inputText, ul.mainForm .inputTextArea {width: 300px;}
	
#home_content li.mainForm{ 
padding-bottom: 10px;
list-style-type: none;
}

#mainFormError{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 300px;}

input.mainFormError { border: solid 1px #FF0000; width: 300px;}
textarea.mainFormError{border: solid 1px #FF0000;width: 300px;}
select.mainFormError{border: solid 1px #FF0000;width: 300px;}

#formHeader{
	position: relative;
	width: 100%;
	background-color: #666699;
	margin:0 0 0 0;
	padding-bottom: 10px;}

p.formHeader{
	text-align: right;
	margin:0 0 0 0;
	font-weight:normal;
	color: #ffffff;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;}

#formInfo{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;}

h2.formInfo{
	text-align: left;
	margin:0 0 0 0;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;}

p.formInfo{
	text-align: left;
	margin:0 0 0 0;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;}

#formFields{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;}

label.formFieldQuestion{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;}

label.formFieldOption{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;}

input.formFieldStyle{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;}

/* tooltip */
a.info {
	text-decoration:none; 
	position: relative;}

a.info span {position: relative;display:none;}
a.info:hover {position: relative;cursor:default;}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	/*background:#f4f4f4 url(/_assets/images/question.gif) no-repeat bottom right;*/
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;}

/* pop-up calendar */
button.calendarStyle{
	background-color: transparent;
	border: 1px solid #ccc;
	height:22px;
	width:22px;
	/*background-image:url(/_assets/images/calendar.png);*/
	cursor: pointer;
	cursor: hand;}