/* CSS Document */

/**************MISC TAGS*****************/

body {
background: #14497f url(../images/bg_image.jpg) no-repeat center top;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

img {
border: none;
}

a {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

/*br {
line-height: 15px;
}*/

hr {
	color: #cccccc;
	background-color: #cccccc;
	border: 0;
	height: 1px;
	text-align:left;
}

blockquote {
font-style: italic;
}


/**************MAIN TAGS*****************/

#wrapper {
margin-left:auto;
margin-right:auto;
position:relative;
width:926px;
}

#header {
width:926px;
height:85px;
padding-top: 10px;
}

	#logo {
	background-image:url(../images/logo.gif);
	width:398px;
	height:72px;
	margin: auto;
	}


#main {
width:926px;
}
	#top_bg {
	background-image:url(../images/top_bg.gif);
	width:926px;
	height:4px;
	}
	
	#content_bg {
	background-image:url(../images/side_bg.gif);
	width:926px;
	height:100%;
	padding-top:6px;
	}
		#content {
		width:900px;
		margin-left:auto;
		margin-right:auto;
		}
		
			#nav {
			width:900px;
			height:40px;
			position: relative;
			cursor: pointer;
			z-index: 1;
			}
			
				#nav_item1 {
				width: 173px;
				height: 40px;
				background: url(../images/nav_about.gif) no-repeat;
				float: left;
				overflow: hidden;
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 10;
				}
				
				#nav_item1:hover {
				background: #ffffff url(../images/nav_about.gif) no-repeat;
				background-position: 0px -40px;
				overflow: visible;
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 10;
				}
				
				#nav_item2 {
				width: 193px;
				height: 40px;
				background: url(../images/nav_resources.gif) no-repeat;
				float: left;
				overflow: hidden;
				position: absolute;
				top: 0px;
				left: 173px;
				z-index: 20;
				}
				
				#nav_item2:hover {
				background: #ffffff url(../images/nav_resources.gif) no-repeat;
				background-position: 0px -40px;
				overflow: visible;
				position: absolute;
				top: 0px;
				left: 173px;
				z-index: 20;
				}
				
				#nav_item3 {
				width: 209px;
				height: 40px;
				background: url(../images/nav_participants.gif) no-repeat;
				float: left;
				overflow: hidden;
				position: absolute;
				top: 0px;
				left: 366px;
				z-index: 30;
				}
				
				#nav_item3:hover {
				background: #ffffff url(../images/nav_participants.gif) no-repeat;
				background-position: 0px -40px;
				overflow: visible;
				position: absolute;
				top: 0px;
				left: 366px;
				z-index: 30;
				}
				
				#nav_item4 {
				width: 123px;
				height: 40px;
				background: url(../images/nav_media.gif) no-repeat;
				float: left;
				overflow: hidden;
				position: absolute;
				top: 0px;
				left: 575px;
				z-index: 40;
				}
				
				#nav_item4:hover {
				width: 175px;
				background: #ffffff url(../images/nav_media.gif) no-repeat;
				background-position: 0px -40px;
				overflow: visible;
				position: absolute;
				top: 0px;
				left: 575px;
				z-index: 40;
				}
				
				#nav_item5, #nav_item5Current {
				width: 84px;
				height: 40px;
				background: url(../images/nav_join.gif) no-repeat;
				float: left;
				overflow: hidden;
				position: absolute;
				top: 0px;
				left: 698px;
				z-index: 50;
				}
				
				#nav_item5:hover {
				background: #ffffff url(../images/nav_join.gif) no-repeat;
				background-position: 0px -40px;
				overflow: visible;
				position: absolute;
				top: 0px;
				left: 698px;
				z-index: 50;
				}
				
				#nav_item6, #nav_item6Current {
				width: 118px;
				height: 40px;
				background: url(../images/nav_contact.gif) no-repeat;
				float: left;
				overflow: hidden;
				position: absolute;
				top: 0px;
				left: 782px;
				z-index: 60;
				}
				
				#nav_item6:hover {
				background: #ffffff url(../images/nav_contact.gif) no-repeat;
				background-position: 0px -40px;
				overflow: visible;
				position: absolute;
				top: 0px;
				left: 782px;
				z-index: 60;
				}
				
				#nav_item5 a, #nav_item6 a { display: block; width: 100%; height: 100%;}
				#nav_item5Current, #nav_item6Current {background-position: 0px -40px; cursor: default;}
			
			#dropDownWrapper {
			padding: 40px 0px 0px 0px;
			display: block;
			}
			
				#menuItem {
				background: #FFFFFF;
				padding: 0px 0px 0px 10px;
				border-right: 1px solid #eeeeee;
				border-left: 1px solid #eeeeee;
				}
				
			
				#menuItemCurrent, #menuItemCurrentSub {
				background: #121212;
				padding: 0px 0px 0px 10px;
				color: #ffffff;
				}
				
				#menuItemCurrent {
				cursor: default;
				}
				
				#menuItemCurrentSub {
				cursor: pointer;
				}
				
				#menuItem:hover {
				background: #eeeeee;
				}
				
				#line {
				height: 1px;
				background: #eeeeee;
				}
				
				#redLine {
				height: 5px;
				background: #590002;
				}
				
			#masthead {
			width:900px;
			height:207px;
			background: url(../images/masthead.jpg) no-repeat;
			}
			
			#mastheadLine {
			width:900px;
			height:6px;
			background: url(../images/masthead_line.gif) no-repeat;
			}
			
#mainWrapper {
background: #FFFFFF;
padding-bottom: 30px;
}

#imageWrapper {
text-align: center;
}
		
			#full_column {
			margin: 40px 0px 0px 25px;
			}
			
			#left_column {
			width:467px;
			float:left;
			margin: 40px 0px 0px 25px;
			}
				#title {
				width:467px;
				height:61px;
				padding-bottom: 10px;
				}
				
				#title_full {
				width:850px;
				height:61px;
				padding-bottom: 10px;
				}
				
				#bodyBlock {
				width:467px;
				margin-top:15px;
				}
				
				#rightBodyBlock {
				width: 361px;
				}
				
				#cta {
				width:361px;
				height:62px;
				margin-left:auto;
				margin-right:auto;
				margin-top:20px;
				background: url(../images/cta_join.gif) no-repeat;
				cursor: pointer;
				}
				#cta:hover { background-position: 0px -62px;}
				
				#facebook {
				width:200px;
				height:167px;
				margin-left:auto;
				margin-right:auto;
				margin-top:20px;
				cursor: pointer;
				}	
		
			#right_column {
			width:361px;
			float:right;
			margin: 25px 0px 0px 0px;
			}
				#right_top {
				background-image:url(../images/schedule_header.gif);
				width:361px;
				height:61px;
				}
				
				#right_left {
				background-image:url(../images/schedule_leftbar.gif);
				width:4px;
				height:676px;
				float:left;
				}
				
				#right_middle {
				background-image:url(../images/schedule_bg.gif);
                background-repeat:repeat-x;
				width:353px;
				height:676px;
				float:left;
				}
				
					#calendar {
					width: 323px;
					height: 656px;
					padding: 20px 35px 20px 15px;
					}
					
			
				#right_right {
				background-image:url(../images/schedule_rightbar.gif);
				width:4px;
				height:676px;
				float:left;
				}
				
				#right_bottom {
				background-image:url(../images/schedule_footer.gif);
				width:361px;
				height:9px;
				float:left;
				}
				
				#horiz_line {
				margin-left: 12px;
				}
	
		

#footer {
background-image:url(../images/side_bg.gif);
width:926px;
float:left;
}

	#footer_content {
	width:158px;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding:0px 13px 0px 13px;
	}
	
	#vert_line {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 1px;
	background-color: #eeeeee;
	float: left;
	}

	#end_cap {
	background-image:url(../images/footer_grad.gif);	
	width:920px;
	height:36px;
	float:left;
	margin-left:3px;
	text-align: right;
	}
	
#end_cap_bottom {
background:url(../images/footer_bottom.gif) no-repeat;
width:926px;
height:35px;
float:left;
}


	

/**************FONT TAGS*****************/

.body_text, .tagline_text, .footer_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#202020;
}

.menu_text {
	color: #202020;
	font-size: 12px;
	line-height: 30px;
}

.body_text {
	font-size:12px;
	line-height:24px;
}

.cursor {
	font-size:10px;
	line-height:24px;
	cursor: pointer;
	z-index: 0;
}

.headline {
	font-size: 14px;
	margin-left: 25px;
	font-weight: bold;
}

.disclaimer_text {
	font-size:11px;
	line-height:18px;
	margin-top:5px;
	text-align: center;
}

.tagline_text {
	font-size:16px;
	text-align:center;
	line-height:24px;
}

.footer_text {
	font-size:12px;
	line-height: 22px;
}

.calendar_title {
	font-size: 12px;
	font-weight: bold;
	height: 23px;
}

.calendar_body {
	font-size: 12px;
	margin-bottom: 25px;
}

.calendar_link {
	font-size: 10px;
	text-align: right;
	height: 20px;
}

.copyright {
	font-size: 10px;
	text-align: right;
	height: 20px;
	padding: 12px 10px 0px 0px;
	color: #ffffff;
}

.subTitle {
font-size: 16px;
}

.quote {
font-size: 18px;
font-style: italic;
color: #042555;
}

.no_bullet {
	list-style-type: none;
	margin-left: -15px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

.cursor {
	cursor: pointer;
}

/**************LINK TAGS*****************/

#left_column a:link, #calendar a:link, #right_column a:link {color: #940003; text-decoration: none;}
#left_column a:visited, #calendar a:visited, #right_column a:visited {color: #940003; text-decoration: none;}
#left_column a:hover, #calendar a:hover, #right_column a:hover {color: #940003; text-decoration: underline;}

.bodylink {color: #940003; text-decoration: none; margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.bodylink:visited {color: #940003; text-decoration: none;}
.bodylink:hover {color: #940003; text-decoration: underline;}

#footer_content a:link { color: #202020; text-decoration: none; }
#footer_content a:visited { color: #202020; text-decoration: none; }
#footer_content a:hover {color: #940003; text-decoration: underline;}

#menuItem a:link { color: #202020; text-decoration: none; }
#menuItem a:visited { color: #202020; text-decoration: none; }
#menuItem a:hover { color: #202020; text-decoration: none; }

#menuItemCurrent a:link { color: #ffffff; text-decoration: none; }
#menuItemCurrent a:visited { color: #ffffff; text-decoration: none; }
#menuItemCurrent a:hover { color: #ffffff; text-decoration: none; }
#menuItemCurrent a { cursor: pointer; }

#menuItemCurrentSub a:link { color: #ffffff; text-decoration: none; }
#menuItemCurrentSub a:visited { color: #ffffff; text-decoration: none; }
#menuItemCurrentSub a:hover { color: #ffffff; text-decoration: none; }
#menuItemCurrentSub a { cursor: pointer; }

/*

*/

