body, html {
	margin:0;
	padding:0;
}

body {
	background:#dadada;
	font-family: arial;
}

a {
	text-decoration: none;
	color: #007ec4;
}

a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

.header {
	background:#fff;
	text-align:center;
	padding-top: 5px;
}

.header .mainHeaderImage {
	background: url(logo.jpg) top left no-repeat;
}



.header .headerInner {
	width: 1010px;
	margin:0 auto;
	
}
.headerAd {
	width: 728px;
	height: 90px;
	float: right;
	margin-bottom: 4px;
}

.header .headerInner .navButtons {
	width: 1010px;
	text-align: right;
	margin-left: -10px;
	height: 29px;
}

.header .headerInner .navButtons .welcome,
.header .headerInner .navButtons .textLinks {
	font-size: 11pt;
	vertical-align: 40%;
	color: #000080;
	margin-right: 5px;
}

.header .headerInner .navButtons .textLinks a {
	color: #000080;
}


.header .navBarBg {
	height: 35px;
	background: #007ec4;
	text-align: center;
	
} 

.header .navBarBg .navBar {
	width: 1010px;
	margin:0 auto;
	padding: 6px;
}

.header .navBarBg .navBar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.header .navButtons .navBarSubmit {
	background: url(nav_but_submit_story.gif) top left no-repeat;
}

.header .navBarBg .navBar li {
	float: left;
}

.header .navBarBg .navBar .activeSubNav {
	position: absolute;
	float: left;
	display: block;
	z-index: 500;
	background: #fff;
	border: 1px solid #007ec4;
	border-top: none;
	margin-top: 29px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}
.header .navBarBg .navBar .activeSubNav li {
	display: block;
	clear: both;
	width: 100%;
}

.header .navBarBg .navBar .activeSubNav li:hover {
	background-color: #007ec4;
}

.header .navBarBg .navBar .activeSubNav li a {
	color: #007ec4;
	margin-left: 3px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 10pt;
	line-height: 12pt;
}
.header .navBarBg .navBar .activeSubNav li a:hover {
	color: #fff;
}

.header .navBarBg .navBar a {
	line-height: 23px;
	float: left;
	display: block;
	color: #fff;
	font-weight: bold;
	margin-right: 20px;
}

.header .navBarBg .navBar a:hover {
	text-decoration: none;
}

.header .navBarBg .navBar a.activeNoSub {
	height: 23px;
	line-height: 23px;
	background: url(navbutton_bg_right_nodrop.gif) right top no-repeat;
	padding-right: 14px;
	color: #000080;	
}

.header .navBarBg .navBar a.active {
	height: 23px;
	line-height: 23px;
	background: url(navbutton_bg_right.gif) right top no-repeat;
	padding-right: 14px;
	color: #000080;	
}

.header .navBarBg .navBar a.activeNoSub span,
.header .navBarBg .navBar a.active span {
	background: url(navbutton_bg_left.gif) left top no-repeat;
	height: 23px;
	display: block;
	padding-left: 10px;
	padding-right: 2px;	
}

.header .navBarBg .navBar .searchForm {
	float: right;
	width: 285px;
	height: 27px;
	background: url(navbar_search_bg.gif) top left no-repeat;
	margin-right: 5px;
	margin-top: -2px;
	text-align: left;
}

.header .navBarBg .navBar .searchForm input {
	margin-top: 3px;
	margin-left: 5px;
	color: #666;
	border: none;
	font-size: 10pt;
	width: 245px;
}

.header .navBarBg .navBar .searchForm .invisibleSubmit {
	width: 25px;
	background: none;
	cursor: pointer;
}

/* css below goes in master file or something */
/*Center Content*/	

.centerWrapper {
	background: #fff url(whitesquare.gif) repeat;
	overflow: auto;
	margin-top: 5px;
}

.twoColContainer {
	position:relative;
	margin:0 auto;
	width:1010px;
}

/*Full width footer*/
.footer {
	background:#007ec4;
	padding-bottom: 5px;
	margin-top: 5px;
	}

.footer .innerFooter {
	width: 1010px;
	margin:0 auto;
}

.footer .innerFooter .subFooter {
	width: 168px;
	float: left;
	color: #fff;
	font-size: 9pt;
	text-align: left;
}

.footer .innerFooter .subFooter h3 {
	margin-bottom: 1px;
	font-size: 11pt;
}

.footer .innerFooter .subFooter a {
	color: #fff;
}

.footer2 {
	background: #fff;
}

.footer2 .innerFooter2 {
	width: 1010px;
	margin: 0 auto;
	height: 55px;
	position: relative;
}

.footer2 .innerFooter2 .copy {
	position: absolute;
	font-size: 12px;
	top: 20px;
	left: 0px;
}

.footer2 .innerFooter2 .partnerLogo {
	position: absolute;
	top: 5px;
	left: 350px;
}


/*These are just styles used for the example for the content.*/	
.twoColContainer .leftCol {
	padding-top: 10px;
	float:left;
	width:670px;
	margin-right: 15px;
	_margin-right:-2px;
	background:#fff;
	}

.twoColContainer .rightCol {
	float:left;
	width:320px;
	clear:right;
	background:#fff;
}

.left p, .right p {
	padding:10px;
	}

/*If you are going to use floats then you will NEED to clear the
footer so it doesn't bunch the content up*/
.clear {clear:both;}

.squareAd {
	width: 300px;
	height: 250px;
	overflow: hidden;
	margin: 5px;
	margin-top: 15px;
}

.giantAd {
	margin: 2px;
	margin-left: 20px;
	z-index: 1;
}



