@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111;
	background:#fbfbfb;
}

a {
	color:#333;
}

a:hover {
	color:#465b7a;
}

/** HEADER **/

#header {
	width:100%;
	background: #fbfbfb url(images/header_bg.png) repeat-x;
	height:126px;
	position:fixed;
	top:0;left:0;
	z-index:999;
	
}

	#innerheader {
		width:950px;
		margin:0 auto;
		height:127px;
	}
	
		#innerheader .logo {
			margin:5px;
			width:281px;
			height:107px;
			background:url(images/cms_logo_color.gif) no-repeat;
			float:left;
		}
		
		#innerheader .logo a {
			display:block;
			height:100px;
		}
		
		
		/****** DROPDOWN NAVIGATION *******/
		
			ul.menu {
				list-style:none; 
				margin:0 0 0 10px; 
				padding:0;
				float:left;
				}
			
			ul.menu * {
				margin:0; 
				padding:0
				}
			
			ul.menu a {
				display:block; 
				color:#333; 
				text-decoration:none;
				}
			
				ul.menu li {
					position:relative; 
					float:left; 
					margin:40px 2px 0 2px;
					width:125px;
					}
				
				ul.menu ul {
					position:absolute;
					top:28px; 
					left:0; 
					background:none;
					display:none; 
					opacity:0; 
					list-style:none;
			
					}
			
						ul.menu ul li {
							position:relative; 
							border:1px solid #eaeaea;
							border-top:none; 
							width:119px; 
							margin:0;
							padding:0;
							background:#fff;
							}
						
						ul.menu ul li a {
							display:block; 
							padding:3px; 
							background-color:#fff;
							width:113px;
							}
						
						ul.menu ul li a:hover {
							background-color:#f4f4f4;
							}
							
							ul.menu ul ul {
								left:115px; 
								top:0px
								}
			
			ul.menu .menulink {
				border:1px solid #eaeaea; 
				padding:5px; 
				font-family:"Franklin Gothic Book", Arial, Tahoma, sans-serif;
				font-size:12px;
				background:#fff; 
				width:110px;
				color:#333;
				text-align:center;
				}
			
			ul.menu .menulink:hover, ul.menu .menuhover, #land {
				background:#465b7a;
				color:#fff;
				}
			
			ul.menu .sub {
				background:#fff url(images/arrow.gif) 125px 8px no-repeat;
				color:#333;
				}
				
				ul.menu .sub:hover {
					color:#333;
					background:#ccc url(images/arrow.gif) 125px 8px no-repeat;
				}
			
			ul.menu .topline {
				border-top:1px solid #aaa
				}

		/***** END DROPDOWN *****/
			

/** BODY **/

#page {
	margin-top:122px;
}

* html #page {    /* I hate IE6 */
	margin-top:2px;
}

#bodycontainer {
	width:950px;
	margin:0 auto;
	background:#fff url(images/2colbg.gif) repeat-y;
	border:1px solid #d1d1d1;
}

.clear {
	clear:both;
}

/*** HEADINGS ***/

h1 {
	font-family:"Franklin Gothic Book", Arial, Tahoma, sans-serif;
	font-size:18px;
	line-height:normal;
	text-transform:uppercase;
	font-weight:bold;
	padding:3px;
	border:1px solid #d1d1d1;
	background:#fafafa;
	display:inline;
}

h2 {
	font-family:"Franklin Gothic Book", Arial, Tahoma, sans-serif;
	font-size:18px;
	line-height:normal;
	text-transform:uppercase;
	font-weight:normal;
}

h3 {
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	display:inline;
}

h4 {
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	}
	
	h4 a {
	text-decoration:none;
	}

.smaller {
	font-size:smaller;
}

/*** COLORS ***/

.dkgray {
	color:#888;
}

.dkgreen {
	color:#2a5b1f;
}

.dkpurple {
	color:#522048;
}

.dkblue {
	color:#465b7a;
}


/** LEFT COLUMN **/

#leftcol {
	width:279px;
	float:left;
	padding:0 0 0 6px;
}

	#leftcol ul {
		list-style:none;
		margin:5px 0 0 0;
		padding:0;
	}
	
	#leftcol ul li {
		width:100%;
		margin:2px;
		list-style:none;
	}
	
	
	#leftcol ul li a {
		display:block;
		width:215px;
		background:#fff;
		padding:1px 1px 1px 50px;
	}
	
	#leftcol ul li a:hover {
		background:#f4f4f4;
	}

#leftcol p {
	padding:0 0 0 50px;
}

.leftpad {
	padding-left:50px;
}

.registerbutton, .eventsbutton, .programsbutton {
	width:271px;
	height:61px;
	display:block;
	margin:3px 3px 3px 0px;
}

.eventsbutton {
	background:url(images/leftbar_events.gif) no-repeat;
}

.registerbutton {
	background:url(images/leftbar_register.gif) no-repeat;
}

.programsbutton {
	background:url(images/leftbar_programs.gif) no-repeat;
}


.registerbutton:hover, .eventsbutton:hover, .programsbutton:hover {
	background-position: 0px -61px;
}

/* Twitter & Blog Feed */

.twitterfeed, .blogfeed {
	width:200px;
	padding:3px 15px 3px 50px;
	margin:3px 3px 3px 5px;
	background:url(images/twitterfeed.gif) top left no-repeat;
	border-bottom:1px solid #ebebeb;
}

.blogfeed {
	background:url(images/rssicon.gif) top left no-repeat;
}

#twitter_update_list li {
list-style-type: none;
line-height:125%;
font-size:12px;
padding-bottom:10px;
}

#twitter_update_list span {
color: #333;
}

#twitter_update_list span a {
display: inline;
color: #000000;
}
#twitter_update_list span a:hover {
text-decoration: underline;
color: #666666;
}

/* Newsletter signup */

.newsletter {
	width:160px;
	padding:10px;
	background:#ebebeb;
	text-align:center;
	margin:0 auto;
	border-bottom:1px solid #ebebeb;
}

/** MAIN COLUMN **/


#maincol {
	width:665px;
	float:left;
}

* html #maincol {
	width:660px;
}

#maincol p, #maincol h3, #maincol h1, #maincol h2 {
	padding:2px 10px 2px 10px;
	line-height:16px;
	color: #000;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

blockquote {
	line-height:16px;
}

#maincol h2 {
	display:inline;
}


#slideshow {
	width:659px;
	height:526px;
}

#mainimage {
	width:656px;
	height:215px;
}

.sponsors {
	width:600px;
	height:77px;
	float:right;
	display:inline;
	margin-top:60px;
}

td {
	border-bottom:1px solid #ccc;
}

ul.archives {
	list-style:none;
	line-height:120%;
}

ul.archives li {
	list-style:none;
}

.openings {
	width:500px;
	border:1px solid #ccc;
	padding:10px;
	margin:5px auto;
}

#comments {
	margin-left:20px;
	}

/** FOOTER **/

#footer {
	width:950px;
	height:25px;
	background:#2a5b1f;
	color:#fff;
	font-size:11px;
	text-align:center;
	padding:10px 0 0 0;
}

#copyright {
	width:950px;
	margin:0 auto;
}


/** IE 6 SUCKS **/
/* add display:inline to floated elements */
* html #innerheader .logo,
* html ul.menu,
* html ul.menu li,
* html #leftcol,
* html #maincol,
* html .sponsors {display:inline;}
