/**************** General Classes *****************/
body {
	margin: 0px; /* Accent 13 */
	font-size: 11px; /* Font Size */
	line-height: 20px; /* Global Gray */
}

#homePage {
	background-image: url(../image/background01.jpg);
	background-repeat: repeat-x;
	background-color: #C7A769;
}

#subPage {
	background-image: url(../image/background01.jpg);
	background-repeat: repeat-x;
	background-color: #C7A769;
}

#globalContainer {
	width: 792px;
	margin: 0px auto 0px auto; /* Global White */
}

h1 {
	font-size: 20px;
	color: #000000;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000; /* Text Medium */
	margin: 0px 0px 0px 0px;
}

h3 {
	font-size: 17px;
	color: #000000; /* Primary */
	margin: 20px 0px 3px 0px;
	font-weight: normal;
}

a {
	color: #333333; /* Link */
	text-decoration: underline;
}

p {
	margin: 0px 0px 20px 0px;
}

p.noSpace {
	margin: 0px;
}

#footer {
	padding-top: 10px;
}
#footer a, #footer a:active, #footer a:hover, #footer a:link, #footer a:visited {
	color: #FFFFFF; /* Global White */
}

/**************** Header Classes *****************/
#logo {

}

#homePage #header {
	background-repeat:no-repeat;
	background-position: center bottom;
	height: 0px;
}


#subPage #header {
	padding-top: 0px;
	background-image: url(../image/header_nav_secondary.gif);
	background-repeat:no-repeat;
	background-position: center bottom;
	height: 142px;
}
#subPage #headerFlash {
	padding-top: 0px;
	height: 301px;
}

#homePage #header #mainFeaturedLeft {
	float: left;
	width: 196px;
	color: #FFFFFF; /* Global White */
}

#homePage #header #mainFeaturedRight {
	margin-left: 200px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF; /* Global White */
}


#homePage #header #mainFeaturedLeft h1 {
	color: #FFFFBF; /* Accent 7 */
	font-style:italic;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
}

#homePage #header #mainFeaturedLeft h2 {
	color: #FFFFBF; /* Accent 7 */
	font-style:italic;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	margin: 0px 0px 0px 10px;
}

#homePage #header #mainFeaturedLeft p {
	padding: 10px 30px 10px 10px;
}

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

/**************** Top Nav Classes *****************/
#topNavOuter {
	height: 159px;
}

#topNav {
}
#topNav table, #topNav ul {
	float: right;
}
#SAW_TopNavigation, #SAW_TopNavigation_LCap, #SAW_TopNavigation_RCap, #SAW_TopNavigation_Background {
  float: right;
}

#innerContainer {
	background-repeat: repeat-y; /* Global White */
}
#homePage #innerContainer {
	height: 299px;
}
#subPage #innerContainer {
}

#innerContainer #innerLeft {
	float: left;
}
#homePage #innerContainer #innerLeft {
	width: 226px;
}
#subPage #innerContainer #innerLeft {
	width: 175px;
}

#innerContainer #innerRight {
	padding: 5px;
	float: left;
}
#subPage #innerContainer #innerRight {
	float: none;
	margin-left: 100px;
	margin-right: 35px;
}

/**************** Resources Classes *****************/
#resources {
	padding: 0px 10px 10px 32px;
}

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

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

#sideNav {
	text-align: left;
	padding-top: 10px;
	padding-left: 50px;
}

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

#homePage #featured {
	padding: 10px;
}

#homePage #featured .featuredLeft {
	width: 260px;
	float: left;
	padding-right: 15px;
}

#homePage #featured .featuredRight {
	float: left;
	width: 225px;
}

#homePage #featured h1 {
	margin-top: 0px;
}

#homePage #featured ul {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#homePage #featured h3 {
	margin: 0px;
	font-size: 11px;
	text-decoration:underline;
}

#homePage #featured li {
	padding-bottom: 10px;
}
h4 {
	font-size: 12px;
	color: #000000; /* Primary */
	font-weight: bold;
	margin: 0px 30px 5px 0px;
}
h6 {
	font-size: 20px;
	color: #FFFFFF;
}
#subPage #headerShowcase {
	padding-top: 0px;
	margin: 0px auto 0px auto;
}
#subPage #innerContainer #innerWordpress {
	float: none;
	margin-left: 105px;
	margin-right: 123px;
}
#subPage #innerContainer #innerRight_or {
	float: none;
	margin-left: 50px;
	margin-right: 35px;
}
