/* GENERAL                              */

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background:url('/images/mainbg.png') repeat-x #0065CB;
	margin:0; 
	padding:0 
}
	
a { color:#8a0300 }
a:hover { color:#333 }

.clear { clear:both }

a:focus, a:active { outline:none }
	
	
/* HEADER                               */
	
#header {
	position:relative;
	height:120px;
	border: 0px solid #C00;
}

#header .headerWrap { 
	height:100%;
	border: 0px solid #C00;
}

/* LOGO                                 */
#header h1 {
	position: absolute;
	margin: 0px; 
	padding: 0px;
	top: 0px;
	left: 40px;
	width: 400px;
	height: 60px;
}
	
#header h1 a {
	width: 400px;
	height: 60px;
	display: block;
	background:url('/images/logo.png') no-repeat;
	text-indent: -5000px;
}

/* TOP NAV                              */
#header #minornav {
	position:absolute;
	top: 7px;
	right: 10px;
	display: block;
	width: 300px;
	height:25px;
	border: 0px solid #C00;
}

#header #minornav a {
	position: relative;
	float: left;
	height: 25px;
}

#header #minornav a.home {
	background: url(/images/topmenu_allbuttons.png) no-repeat;
	background-position: 0px 0px;
	width: 77px;
}
#header #minornav a:hover.home {
	background: url(/images/topmenu_allbuttons.png) no-repeat;
	background-position: 0px -25px;
	width: 77px;
}

#header #minornav a.calendar {
	background: url(/images/topmenu_allbuttons.png) no-repeat;
	background-position: -77px 0px;
	width: 107px;
}
#header #minornav a:hover.calendar {
	background: url(/images/topmenu_allbuttons.png) no-repeat;
	background-position: -77px -25px;
	width: 107px;
}

#header #minornav a.contact {
	background: url(/images/topmenu_allbuttons.png) no-repeat;
	background-position: -184px 0px;
	width: 116px;
}
#header #minornav a:hover.contact {
	background: url(/images/topmenu_allbuttons.png) no-repeat;
	background-position: -184px -25px;
	width: 116px;
}
	
/* MAIN NAV                            */
#header #navigation {
	position:absolute;
	height: 65px;
	width: 980px;
	left: 0px; bottom: 0px;
	background:url('/images/menubg.png') no-repeat;
	border: 0px solid #C00;
}

#header #navigation ul {
	position: absolute;
	left: 40px;
	top: 15px;
	list-style:none;
	display:block;
	margin: 0px; 
	padding: 0px;
	border: 0px solid #C00;
}

#header #navigation ul li {
	margin: 0px;
	float: left;
	border: 0px solid #C00;
}
	
#header #navigation ul li a {
	display:block;
	height: 50px;
	text-indent: -5000px;
} 

#header #navigation ul li a.platform {
	background: url(/images/menu_allbuttons.png) no-repeat;
	background-position: 0px 0px;
	width: 110px;
}
#header #navigation ul li a:hover.platform { 
	background-position: 0px -50px;
	font-size: 26px;
}

#header #navigation ul li a.accomplishments {
	background: url(/images/menu_allbuttons.png) no-repeat;
	background-position: -110px 0px;
	width: 169px;
}
#header #navigation ul li a:hover.accomplishments { 
	background-position: -110px -50px;
	font-size: 26px;
}

#header #navigation ul li a.katz {
	background: url(/images/menu_allbuttons.png) no-repeat;
	background-position: -279px 0px;
	width: 92px;
}
#header #navigation ul li a:hover.katz { 
	background-position: -279px -50px;
	font-size: 26px;
}

#header #navigation ul li a.lemmon {
	background: url(/images/menu_allbuttons.png) no-repeat;
	background-position: -371px 0px;
	width: 145px;
}
#header #navigation ul li a:hover.lemmon { 
	background-position: -371px -50px;
	font-size: 26px;
}

#header #navigation ul li a.kern {
	background: url(/images/menu_allbuttons.png) no-repeat;
	background-position: -516px 0px;
	width: 110px;
}
#header #navigation ul li a:hover.kern { 
	background-position: -516px -50px;
	font-size: 26px;
}

#header #navigation ul li a.wiegand {
	background: url(/images/menu_allbuttons.png) no-repeat;
	background-position: -626px 0px;
	width: 156px;
}
#header #navigation ul li a:hover.wiegand { 
	background-position: -626px -50px;
	font-size: 26px;
}

#header #navigation ul li a.finger {
	background: url(/images/menu_allbuttons.png) no-repeat;
	background-position: -782px 0px;
	width: 118px;
}
#header #navigation ul li a:hover.finger { 
	background-position: -782px -50px;
	font-size: 26px;
}

#header #navigation li.current {
	background:url('/images/nav_active_left.gif') top left no-repeat;
}
#header #navigation li.current span {
	color:#ffd30b;
	padding:6px 10px;
	display:block;
	background:url('/images/nav_active_right.gif') top right no-repeat;
}
		
	
/* CONTENT AREA                         */
	
#contentArea {
	z-index:10;
	border: 0px solid #C00;
}
	
#contentArea .contentWrap {
	margin:0 auto 20px;
	border: 0px solid #C00;
	background:url('/images/main_edge_span.png') repeat-y;
}

#contentArea .contentWrap #edge_top_left {
	position: relative;
	width: 30px;
	height: 400px;
	float: left;
	background:url('/images/main_edge_top_left.png') no-repeat;
}

#contentArea .contentWrap #edge_top_right {
	position: relative;
	width: 30px;
	height: 400px;
	float: right;
	background:url('/images/main_edge_top_right.png') no-repeat;
}

#contentArea .contentWrap #livearea {
	position: relative;
	width: 900px;
	float: left;
	margin: 10px 0px 0px 10px;
	border: 0px solid #C00;
}

#contentArea .contentWrap #livearea #banner {
	position: relative;
	width: 900px;
	height: 260px;
	margin: 10px 0px 20px 0px;
	border: 1px solid #999;
}

#contentArea .contentWrap #livearea #thumbswrapper {
	position: relative;
	display: block;
	padding: 0px 0px 0px 5px;
	width: 895px;
	height: 260px;
	border: 0px solid #C00;
}
#contentArea .contentWrap #livearea #thumbswrapper .thumb {
	position: relative;
	float: left;
	margin: 0px 7px 0px 7px;
	text-align: center;
	border: 0px solid #C00;
}
#contentArea .contentWrap #livearea #thumbswrapper .thumb #photo {
	position: relative;
	padding: 5px 5px;
	width: 152px;
	height: 202px;
	background-color: #CCC;
	border: 0px solid #C00;
}
#contentArea .contentWrap #livearea #thumbswrapper .thumb #photo img {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #666;
}
#contentArea .contentWrap #livearea #thumbswrapper .thumb a {
	position: relative;
	margin: 2px 0px 0px 0px;
	width: 160px;
	line-height: 18px;
	text-align: center;
	color: #039;
	border: 0px solid #C00;
	text-decoration: none;
}
#contentArea .contentWrap #livearea #thumbswrapper .thumb a:hover {
	text-decoration: none;
	color: #36F;
}
#contentArea .contentWrap #livearea #thumbswrapper .thumb a .name {
	font-size: 15px;
	font-weight: bold;
}
#contentArea .contentWrap #livearea #thumbswrapper .thumb a .title {
	font-size: 13px;
	font-weight: bold;
}

#contentArea .contentWrap #livearea #stories {
	position: relative;
	width: 900px;
	margin: 20px 0px 10px 0px;
	border: 0px solid #C00;
}
#contentArea .contentWrap #livearea #stories #column1 {
	float: left;
	width: 440px;
	border: 0px solid #C00;
}
#contentArea .contentWrap #livearea #stories #column2 {
	float: right;
	width: 440px;
	border: 0px solid #C00;
}
#contentArea .contentWrap #livearea #stories .story .title {
	position: relative;
	margin: 0px 0px 2px 10px;
	font-family: georgia, times, times new roman;
	font-weight: bold;
	font-size: 22px;
	color: #039;
}
#contentArea .contentWrap #livearea #stories .story .content {
	position: relative;
	font-size: 12px;
	background: url(/images/storybg.png) no-repeat;
	padding: 15px 15px;
	margin: 0px 0px 20px 0px;
	line-height: 16px;
	color: #333;
}
#contentArea .contentWrap #livearea #stories .story .content a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #039;
}
#contentArea .contentWrap #livearea #stories .story .content a:hover {
	color: #36F;
}
#contentArea .contentWrap #livearea a {
	text-decoration: none;
	color: #039;
}
#contentArea .contentWrap #livearea a:hover {
	color: #36F;
}

#contentArea .contentWrap #livearea #stories .clear {
	clear: both;
}

#contentArea .contentWrap #livearea #left {
	position: relative;
	margin: 10px 0px 0px 0px;
	width: 322px;
	float: left;
}
#contentArea .contentWrap #livearea #left #photo {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #CCC;
	border: 0px solid #C00;
}
#contentArea .contentWrap #livearea #left #photo img {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #666;
}
#contentArea .contentWrap #livearea #left .quote {
	position: relative;
	margin: 20px 0px 10px 0px;
	width: 320px;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	float: left;
}
#contentArea .contentWrap #livearea #text {
	position: relative;
	width: 555px;
	float: right;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	border: 0px solid #C00;
}

#contentArea .contentWrap #livearea #text .calendaritem {
	position: relative;
	display: block;
	margin: 0px 0px 10px 0px;
	clear: both;
}
#contentArea .contentWrap #livearea #text .calendaritem .date {
	position: relative;
	float: left;
	width: 200px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;

}
#contentArea .contentWrap #livearea #text .calendaritem .title {
	position: relative;
	float: left;
	width: 350px;
	border: 0px solid #C00;
}
#contentArea .contentWrap #livearea #text .divider {
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 15px 0px 0px 0px;
	clear: both;
	border-bottom: 1px solid #CCC;
}

#contentArea .contentWrap #edge_span_footer {
	position: relative;
	width: 980px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	background:url('/images/main_edge_span_footer.png') no-repeat;
	clear: both;
	border: 0px solid #C00;
}
	
/* CONTENT STYLES                       */

#contentArea h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, Times, Times New Roman;
	font-weight: bold;
	font-size: 30px;
	color: #039;
}
#contentArea h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, Times, Times New Roman;
	font-weight: bold;
	font-size: 16px;
	color: #039;
}
#contentArea h4 {
	margin: -1px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #999;
}
	
/* FOOTER                               */
	
#footer {
	clear:both;
	margin: 0px 0px 10px 0px;
}
	
#footer .footerWrap {
	position:relative;
	color:#FFF; 
	font-size: 11px;
	padding: 0px 0;
	text-align: center;
	border: 0px solid #C00;
}
	
#footer a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 10px;
}
#footer a:hover { 
	color:#CCC;
}
	

.spacedlist li {
	margin-bottom: 10px;
}