/*
Filename: historfair/core/css/style.css
Created on: 10/24/2008
Created by: Blair Limcangco

Last Modified on: 10/24/2008

Change Log:
10/24/2008
- Page Created
*/
body {
	font-size:100%;
	background:InactiveCaptionText;
	font-family: sans-serif;
}

h3 {
	font-size:2.0em;
}

h4 {
	font-size:1.5em;
	margin-bottom:0px;
}

h5 {
	font-size:1.2em;	
	margin-bottom:0px;	
}

#skipNav {
	
}

#dosbanner{
}

#masterContainer {
margin:0 auto;
width:750px;
background:white;
padding-left:12px;
padding-right:12px;
margin-top:0px;
padding-top:4px;
padding-bottom:48px;
}

#header {
	position:relative;	
}

#headerLogo {
	background:url('../../images/logos.jpg') no-repeat;
	height:100px;
	width:150px;		
	display:block;
	margin-left:12px;
}

.printOnly {
	display:none;
}

#headerLogo h1 {
	display:none;
}

.sectionHeader {
	position:absolute;
	left:200px;
	top:0px;	
}

.sectionHeader h2 {
	display:none;
}

/* The following are the various section headers used for the website */
#defaultHeader {
	background:url('../../images/banner.jpg') no-repeat;
	width:500px;
	height:100px;
}

#contestHeader {
	background:url('../../images/banner_state.jpg') no-repeat;
	width:500px;
	height:100px;
}

#themeHeader {
	background:url('../../images/banner_theme.jpg') no-repeat;
	width:500px;
	height:100px;
}

#NHDHeader {
	background:url('../../images/banner_nhd.jpg') no-repeat;
	width:500px;
	height:100px;
}

#tipsHeader {
	background:url('../../images/banner_tips.jpg') no-repeat;
	width:500px;
	height:100px;
}

#coordinatorsHeader {
	background:url('../../images/banner_cc.jpg') no-repeat;
	width:500px;
	height:100px;
}

#awardsHeader {
	background:url('../../images/banner_ap.jpg') no-repeat;
	width:500px;
	height:100px;
}


#mainContent {
	overflow:hidden;
}

#skipNav{
	display:none;
}

#contentBlock {
	margin-left:200px;
	padding-top:16px;
	padding-right:36px;
	padding-bottom:16px;
	font-size:1.1em;

}

#leftColumn {
	width:14em;
	float:left;
}

#rightColumn {
	margin-top:6px;

}


/* ************************************************
						Menu Block 
************************************************ */
#menuBlock {
	width:170px;

}

#menu {
	font-family: Comic Sans MS, Comic, Verdana, Arial;	
	font-size:0.9em;
}

#menu ul {
	margin-top:0px;
	margin-bottom:2em;
	margin-left:0px;
	padding-left:0px;
	list-style:none;
}

#menu ul li {
	padding-top:4px;
	font-weight:bold;
	font-size:1.2em;
}

#menu ul li ul {
	background:white;
	color:black;
	list-style:none;
	margin-bottom:24px;
	font-size:0.7em;
}

#menu ul li ul li {
	color: #666666;
	border-bottom:1px dotted black;

}

#menu ul li ul li a {
	color: #666666;
	text-decoration:none;
	padding-bottom:2px;
	padding-top:2px;
	display:block;
}

#menu ul li ul li a:hover {
	color:blue;
	padding-bottom:2px;
	padding-top:2px;
	display:block;
}

.newWindowAlert {
	
}

.sectionTitle {
	font-family: Comic Sans MS, Comic, Verdana, Arial;	
}

.menuSection {
	color:white;
	padding:0.4em;
	font-weight:bold;
	font-size:1.1em;
}

#menuItemStateContest {
background:#3A6880;
}

#menuItemTheme {
background:#093D68;
}

#menuItemNHD {
background:#4D9ECD;
}

#menuItemTips {
background:#A8C0CD;
}

#menuItemCoordinators {
background:#093D68;	
}

#menuItemAwards {
background:#000000;
}

/* ************************************************
						Contest Info Block 
************************************************ */

#contestInfo {
	
}

#contestInfo ul {
	list-style:none;	
	margin-left:0px;
	padding-left:0px;
}

#contestInfo ul li {
	
}

.contestDates {
	color: #3A6880;
}

/* ******************************************************************
		Breadcrumbs 
****************************************************************** */

#breadCrumbs {
	font-size:0.85em;
	color:gray;
}

.deadline {
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:1px solid black;
	padding-bottom:8px;
}

#applicationBox {
	background:#FFFFCC;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:15px;
	border:1px black solid;
}

/* ******************************************************************
		Sponsors 
****************************************************************** */

.sponsorBox ul{
	margin-top:0px;
}


.sponsorBox h4{
	margin-top:0px;
	margin-bottom:0px;
}


.sponsorList ul li {
	margin-bottom:12px;
}
/* ******************************************************************
		Useful Links
****************************************************************** */

.usefulLinks ul li {
	margin-bottom:12px;
}

/* ******************************************************************
		Topics
****************************************************************** */

.suggestedTopics ul
 {
 	margin-left:8px;
	padding-left:8px;
 }