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


/* tag baselines */
  
body {
	background-color: #fef9df;
	font: 62.5% Arial, Helvetica, sans-serif;
	/*font-family: Helvetica, Arial, sans-serif;
  	font-size: 62.5%;*/ /* IE6 and earlier fix. Conversion formula calculates baseline for ease of specification. It sets font-size to 10px.
						 Use example-- font-size:1em; = 10px, font-size:1.5em; = 15px, font-size:2em; = 20px, etc */
	text-align: center; /* IE5 fix for display issue -- overriden by global class - do not change */
}


/* layout */
.global #wrapper {
	width: 968px;  
	background: #fef9df;
	margin: 0 auto;
	border: 0px solid #000000;
	background-image:url(../images/border.jpg);
	background-repeat: repeat-y;
	text-align: left; /* this overrides the text-align:center; on the body element. */
}

/* header */
/*
#header {
	width:100%;
}
#header img {
	position: relative; 
	left: 635px;
	margin: 80px 0 50px 0;
}
*/

/* navigation */
/*
#navGraphic {
	float: left;
	width: 168px;
	height: 41px;
	background-color: #009cdb;
	background-image:url(../images/hmBg.jpg);
	background-repeat:no-repeat;
}
#mainNav {
	float:right;
	width: 765px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 12px 0px 10px 27px;
	background-color: #009cdb;
	border-bottom: #fff solid 3px;
}
.navItem a {
	padding: 0 25px 0px 25px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.navItem a:hover {
	color: #000;
	padding-bottom: 10px;
	border-bottom: solid #005480 3px;
}
#mainContent .subNav .navItem  a {
	padding: 0 25px 0px 25px;
	color: #009cdb;
	border-bottom: none;
	text-decoration: none;
	cursor: pointer;
}
#mainContent .subNav .navItem  a:hover {
	color: #FFF;
	border-bottom: none;
} 
#mainContent .subNav .selected a {
	color: #FFF;
	padding: 0 25px 0px 25px;
	text-decoration: none;
	border-bottom: none;
}
.navItemSelected a {
	padding: 0 25px 10px 25px;
	color: #000;
	text-decoration: none;
	padding-bottom: 10px;
	cursor: pointer;
	border-bottom: solid #005480 3px;
}
.subNavSelected {
	padding: 0 25px 10px 25px;
	color: #FFF;
	text-decoration: none;
	padding-bottom: 10px;
	cursor: pointer;
}
*/
/* content */
#contentContainer {
	width: 100%;
	height: 578px;
}

.home {
	background-image: url(../images/hmBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	border: 0px solid #000000;
}
.beginning {
	background-image: url(../images/beginningBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	border: 0px solid #000000;
}
#contentLeft {
	float: left;
	width: 722px;
}
#contentRight {
	float: left;
	width: 238px;
	/*padding: 50px 65px 75px 0px;  remember that padding is the space inside the div box and margin is the space outside the div box */
}
.home h1 { 
	font: 22px/120% Arial, Helvetica, sans-serif;
	color: #758125;
	letter-spacing: .02em;
	word-spacing: -1px;
	margin: 225px 0 0 65px;
	background: none;
}
.beginning h1 { 
	font: 22px/120% Arial, Helvetica, sans-serif;
	color: #758125;
	letter-spacing: 0;
	word-spacing: -1px;
	margin: 45px 0 60px 100px;
	background: none;
}
.beginning p { 
	font: 22px/125% Arial, Helvetica, sans-serif;
	color: #758125;
	letter-spacing: 0em;
	word-spacing: -1px;
	margin: 0px 0px 60px 100px;
	background: none;
}
#contact p {
	font-size: 12px;
	color:#666666;
	letter-spacing: 0.05em;
	word-spacing: -1px;
	margin-bottom: 5px;
}
.icons {
	margin: 50px 0 0 90px;
}
.icons img {
	padding-left: 5px;
}
.logo {
	margin: 65px 0 0 0;
}
#contentRight p {
	font: 12px Arial, Helvetica, sans-serif;
	color:#BCD184;
	margin: 120px 0 0 5px;
	text-decoration: none;
}
#contentRight a {
	color: #BCD184;
	text-decoration: none;
}

#contentRight a:hover {
	color: #758125;

}


/*
#contentContainer .home {
	width: 100%;
	float: left;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.home p {
	font: oblique 2.2em "Times New Roman", Times, serif;
	font-weight: 400;
	letter-spacing: -.02em;
	margin: 30px 0 50px 250px;
}

#contentImage {
	float: left;
	width: 260px;
	background-color: #005480;
	background-image: url(../images/content_graphic.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentImage img {
	float: right;
	padding: 49px 0 0 50px;
}
#mainContent {
	float: right;
	width: 605px;
	padding: 50px 65px 75px 0px; 
}*//* remember that padding is the space inside the div box and margin is the space outside the div box */
/*
#mainContent .subNav {
	font-size: 1.2em;
	position: relative;
	top: -40px;
	margin-bottom: -14px;
	left: -25px;
}
#mainContent h1 {
	font-size: 1.4em;
	color: #FFF;
	font-weight: bold;
	margin-bottom: .5em;
}
#mainContent h2 {
	font-size: 1.3em;
	color: #FFF;
	font-weight: bold;
	margin-bottom: .5em;
}
#mainContent .scope {
	font-size: 1.2em;
	color: #FFF;
	margin: -1.7em 0em 1.7em 10.5em;
	line-height: 1.2;
}
#mainContent p {
	font-size: 1.2em;
	color: #FFF;
	line-height: 1.5;
	margin: 0 3em .8em 0;

}
#mainContent a {
	color: #FFF;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #009cdb;
	text-decoration: underline;
}
.blurb {
	font-style: italic;
	font-weight: bold;
	letter-spacing: .07em;
}
#mainContent p.footnote  {
	font-size: 1em;
	color:#003366;
}*/


/* footer */
#footer {
	width:960px; 
	background: #fef9df;
	margin: 0 auto;
}

#footer p {
	color:#999999;
	text-align: left;
	font-size: 1.1em;
	letter-spacing: .05em;
	padding: 5px 0px 0px 0px;
}
/* other */
.clearfix {
	clear:left;
}
.clearfixR {
	clear: right;
	}