/**************** General Classes *****************/
body {
	margin: 0px;
	font-size: 12px; /* Font Size */
	line-height: normal;
	color: #333333; /* Global Gray */
	background-image: url(../hypnosis-images/gradient.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CDCDCD;
}

#homePage {

}

#subPage {
}

#globalContainer {
	width: 940px; /* Global White */
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	border: 1px solid #666666;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #23A129; /* Accent 10 */
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #252499; /* Text Medium */
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 12px;
	color: #990033; /* Link */
	font-weight: bold;
	margin: 0px 0px 5px 0px;
		
}

#homePage h1 {
	clear: none;
	font-size: 25px;
	color: #990033;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

#homePage h2 {
	clear: none;
	color: #990033;
}

#homePage h3 {
	clear: none;
}

a {
	text-decoration: underline;
}

p {
	margin: 0px 0px 20px 0px;
}

p.noSpace {
	margin: 0px;
}

#footer {
	color: #FFFFFF; /* Global White */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 740px;
}

#footer a {

}

#borderTop {
	background-image: url(../siteassist_images/newborder_top.jpg);
	height: 7px;
	margin: 0px;
	padding: 0px;
}

#borderBottom {
	background-image: url(../siteassist_images/border_bottom.jpg);
	height: 7px;
}

/**************** Header Classes *****************/
#logo {
	background-image: url(../hypnosis-images/newlogo.jpg);
	height: 110px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	width: 942px;
	left: 0px;
	position: relative;
	overflow: hidden;
	margin: 0px;
}

#homePage #header {
	background-image: url(../siteassist_images/home_header_background.jpg);
	background-repeat:no-repeat;
	height: 201px;
	margin: 0px 6px 0px 7px;
}


#subPage #header {
	background-image: url(../siteassist_images/sub_header_background.jpg);
	background-repeat:no-repeat;
	height: 61px;
	position: relative;
	z-index: 2;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
}

#homePage #header #mainFeaturedLeft {
	float: left;
	width: 159px;
	padding: 8px 10px 0px 15px;
	color: #FFFFFF; /* Global White */
}

#homePage #header #mainFeaturedRight {
	margin-left: 184px;
	padding: 100px 215px 20px 30px;
	color: #FFFFFF; /* Global White */
}

#homePage #header #mainFeaturedLeft h1 {
	color: #E4E7F0; /* BG Light */
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

#homePage #header #mainFeaturedLeft p {
	color: #F1F0EE; /* Global Gray Light */
}

#homePage #header #mainFeaturedRight h1 {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	font-size: 22px;
	margin: 0px 0px 15px 0px;
	font-style: italic;
}

#homePage #header #mainFeaturedRight h2 {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	font-size: 22px;
	margin: 0px 0px 5px 0px;
	font-style: italic;
	padding-left: 15px;
}

/**************** Top Nav Classes *****************/
#topNavTop {
	background-image: url(../siteassist_images/newtopnav_border_top.jpg);
	height: 4px;
	background-position:center;
	background-repeat: no-repeat;
	left: 0px;
	margin: auto;
	padding: 0px;
	overflow: hidden;
	width: 935px;
}

#topBottomTop {
	background-image: url(../siteassist_images/newtopnav_border_bottom.jpg);
	height: 4px;
	background-position:center;
	background-repeat: no-repeat;
	left: 0px;
	margin: auto;
	padding: 0px;
	overflow: hidden;
	width: 935px;
}

#topNav {
	background-repeat: repeat-y;
	overflow: visible;
	width: 902px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 20px;
	z-index: 3;
	position: relative;
	background-color: #990033;
}

#innerContainerWrapper {
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CDCDCD;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#innerContainerWrapper #innerContainer {
	background-image: url(../siteassist_images/inner_left_background.gif);
	background-repeat:repeat-y;
	padding: 0px;
}

#innerContainerWrapper #innerContainer #innerLeft {
	width: 184px;
	float: left;
	padding-left: 3px;
}


#homePage #innerContainerWrapper #innerContainer #innerRight {
	margin-left: 225px;
}

#subPage #innerContainerWrapper #innerContainer #innerRight {
	margin-left: 190px;
	width: 550px;
}

#subPage .contentHeaderContainer {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 9px;
}

#subPage .contentBodyContainer {
	padding-left: 15px;
	padding-right: 15px;
}

#subPage div.hr {

}

/**************** Resources Classes *****************/
#resources {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#resources form {
	margin: 0px;
	padding: 0px;
}

#resources p {
	margin: 0px 0px 10px 0px;	 
}

#sideNav {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sideNav h1 {
	margin: 0px 0px 5px 0px;
}

#homePage #sideNav a {
  text-decoration: none;
	display: block;
}

#featured {
	padding: 0px 15px 10px 15px;
	position: relative;
	left: 0px;
	top: 0px;
}

#featured .featuredLeft {
	float: left;
	width: 294px;
	position: relative;
	top: 20px;
}

#featured .featuredRight {
	float: left;
	width: 380px;
	margin-left: 10px;
	position: relative;
	top: 20px;
}

#featured h1 {
	margin: 0px 0px 10px 0px;
}

#featured ul {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#featured h3 {
	margin: 0px;
	font-size: 11px;
	text-decoration:none;
}

#featured li {
	padding-bottom: 10px;
}

