/**************** General Classes *****************/
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #1F88B6;
	background-repeat: repeat;
	background-image: url(../ericisen_site_images/waterbkgnd_50opacity_high.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this is a fix for IE6 so that body is centered in browser */
}

#globalContainer {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 765px;
	text-align: left; /* this is the follow-up fix to above, so that all of the text isn't centered, just the body itself */
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	color: #2295C6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #2295C6;
	float: none;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 2.5em;
}

h3 {
	font-size: 12px;
	color: #017A20; /* Link */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}

a {
	text-decoration: underline;
}

p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 25px;
}

p.noSpace {
	margin: 0px;
}

#homePage h1, #homePage h2, #homePage h3 {
  clear: none;
}


/**************** Header Classes *****************/

#homePage #header {
	background-repeat:no-repeat;
	height: 249px;
	background-image: url(../ericisen_site_images/eric_lighter_header_sun_lotus_81308_wGlow_final.jpg);
	width: 765px;
	border-top-color: #CF6985;
	border-right-color: #CF6985;
	border-bottom-color: #CF6985;
	border-left-color: #CF6985;
}


#homePage #header h1 {
	color: #003399; /* Accent 7 */
	font-style:italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	margin: 0px;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0px;
	float: none;
	padding-left: 0em;
	clear: none;
}

#homePage #header p {
	padding: 8px 425px 0px 30px;
	color: #F1F0EE; /* Global Gray Light */
}

#subPage #header h1{
	color: #FFFFBF; /* Accent 7 */
	font-weight: bold;
	font-size: 18px;	
	padding: 30px 0px 0px 236px;
	text-transform:lowercase;
	line-height: 18px;
	margin: 0px;
}


#innerContainer {
	background-repeat:repeat-y;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 8px;
	padding: 0px;
}
#homePage #innerContainer {
	padding: 0px;
	margin: 0px;

}
#innerContainer #innerLeft {
	float: left;
}
#homePage #innerContainer #innerLeft {
	width: 190px;
}
#subPage #innerContainer #innerLeft {
	width: 160px;
}

#homePage #innerContainer #innerRight {
	margin-left: 210px;
	float: none;
	clear: inherit;
	margin-top: 0px;
	padding-top: 10px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#subPage #innerContainer #innerRight {
	margin-left: 170px;
}

/**************** Resources Classes *****************
this styles the right editable text box */
#resources {
	padding: 20px 5px 10px 10px;
}

#resources form {
	margin: 0px;
	padding: 0px;
}

#resources p {
	margin: 0px 0px 10px 0px;	 
}

#sideNav {
	padding: 0px 0px 10px 0px;
}

#homePage #sideNav a {
  text-decoration: none;		
}

#homePage #sideNav a {
	display: block;
}

#homePage #featured {
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 5px;
}

#homePage #featured .featuredLeft {
	float: none;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	padding-left: 30px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 20px;
}

#homePage #featured .featuredRight {
	margin-left: 280px;
	padding-left: 15px;
}

#homePage #featured a {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#homePage #featured h1 {
	margin-bottom: 16px;
	margin-top: 18px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2295C6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2295C6;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;

}
.featuredLeft a {
	margin-bottom: 3px;
	padding-bottom: 2px;
}
.linksPage {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
