/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #CFBFD0; /* Accent 12 */
	font-size: 12px; /* Font Size */
	line-height: 14px;
	color: #46383A; /* Accent 5 */
}

#homePage {
	background-image: url(../siteassist_images/home_body_background.jpg);
	background-repeat: repeat-x;
}

#subPage {
	background-image: url(../siteassist_images/sub_body_background.jpg);
	background-repeat: repeat-x;	
}

#globalContainer {
	width: 760px;
	margin: 0px auto;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF; /* Global White */
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #46383A; /* Accent 5 */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #46383A; /* Accent 5 */
	margin: 0px 0px 5px 0px;			
}

a {
 color: #FFE2BB; /* Nav Light */
 font-weight: bold;
 text-decoration: underline;
}

p {
	margin: 0px 0px 20px 0px;
}

p.noSpace {
	margin: 0px;
}


/**************** Header Classes *****************/
#homePage #header {
	background-image: url(../siteassist_images/home_header_background.jpg);
	background-repeat: none;
	height: 317px;
	padding-top: 130px;
}

#subPage #header {
	padding-top: 55px;
	background-image: url(../siteassist_images/sub_header_background.jpg);
	height: 98px;
	background-repeat: none;	
}

#homePage #header h1 {
	padding: 40px 0px 0px 40px;
	font-size: 22px;
	font-style:italic;
	color: #FFFFFF; /* Global White */
}

#homePage #header h2 {
	padding: 20px 0px 0px 80px;
	font-size: 22px;
	font-weight:bold;
	color: #FFFFFF; /* Global White */
}


/**************** Top Nav Classes *****************/
#topNav {
	padding: 7px 0px 0px 0px;
	background-color: #83696C; /* BG Light */
	height: 28px;
}

/************************************************ Sub Page Classes **********************************************/
#innerContainer {

}

#innerContainer #innerLeft {
	width: 190px;
	float: left;
}

#innerContainer #innerRight {
	margin-left: 0px;
	padding-left: 3px;
	float: left;
}

#homePage #innerContainer #innerRight {
  width: 565px;
}

#subPage #innerContainer #innerRight {
  float: none;
  margin-left: 190px;
}

#innerContainer #innerRight h1 {
	background-color: #FF374C; /* Accent 2 */
	padding: 10px;
	margin: 0px;
}

#subPage #innerContainer #innerLeft h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #FFFFFF; /* Global White */
	margin: 0px;
}

#subPage #innerContainer #innerLeft h2  {
	padding: 10px 0px 10px 20px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF; /* Global White */
}

/**************** Resources Classes *****************/
#resources {
	color: #46383A; /* Accent 5 */
	padding: 5px 20px 20px 0px;
	margin: 20px 5px 0px 0px;
	border-top: 1px solid #46383A; /* Accent 5 */
	line-height: 17px;
}

div.siteFooterLinks{
	text-align: center;
	margin: 7px 0px 7px 0px;
}

/************************************************ Home Page Classes **********************************************/
#sideNav {
	padding: 20px 20px 0px 0px;
	font-size: 12px;
	color: #46383A; /* Accent 5 */
	font-weight: bold;
}

#sideNav a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;		
}

#featured {
	padding: 15px 10px;
	background-image: url(../siteassist_images/Tibet4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#featured .featuredLeft {
	width: 137px;
	float: left;
}

#featured .featuredRight {
	margin-left: 157px;
	padding-right: 100px;
}

#belowFeatured {
	padding: 0px 50px 10px 10px;
}

#homePage #sideNav {
	padding-top: 10px;
}

#homePage #sideNav a {
	color: #46383A; /* Accent 5 */
	margin: 0px;
	background-image:url(../siteassist_images/home_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 25px;
	display: block;
}
