/**************** General Classes *****************/
body {
	margin: 0px;
	font-size: 11px;*/ /* Font Size */
	/*line-height: 14px;*/
	color: #4b4b4b; /* Global Gray */
	

}

#homePage {
	background-image:url(../siteassist_images/sitebg.jpg);
	background-repeat:repeat;
	background-color:#000000;
	background-attachment:fixed;
	background-position:top;
	

}

#subPage {
	background-image:url(../siteassist_images/sitebg.jpg);
	background-repeat:repeat;
	background-color:#000000;
	background-attachment:fixed;
	background-position: top;

}

#globalContainer {
	width: 854px;
	background-color: #ffffff; /* Global White */
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
}

h1 {
	font-size: x-small;
	font-weight: normal;
	color: #6373E8; /* Accent 10 */
}

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

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

#homePage h1 {
	clear: none;
}

#homePage h2 {
	clear: none;
}

#homePage h3 {
	clear: none;
}

a {
 color: #0066FF; /* Link */
 text-decoration: none;
 border:none;
}

a:link  {
	color: #0066FF; /* Link */
	text-decoration: none;
	border:none;
}

a:visited  {
	color: #0066FF; /* Link */
	text-decoration: none;
	border:none;
}

a:hover	{
	text-decoration: none;
	color:#0099FF;
	 border:none;

}

p {
	margin: 0px 0px 8px 0px;
	font-size:12px;
}

p.noSpace {
	margin: 0px;
}

#footer {
	width: auto;
	margin: 0px; /* Global White */
	background-image:url(../siteassist_images/footer_bg.jpg);
	background-repeat:repeat-x;
	padding: 10px 10px;
	color: #0066FF;
	font-size: 12px;
}

#footer a {
	color: #0066FF; /* Global White */
}

#borderTop {
	background-image: url(../siteassist_images/border_top.jpg);
	height: 7px;
	display:none;
}

#borderBottom {
	background-image: url(../siteassist_images/border_bottom.jpg);
	height: 7px;
}

/**************** Header Classes *****************/
#logo {
	padding: 0px 7px;
	display:none;
}

#homePage #header {
	background-repeat:no-repeat;
	height: 466px;
	margin: 0px 0px 0px 0px;
}


#subPage #header {
	background-repeat:no-repeat;
	height: 150px;	
	margin: 0px 0px 0px 0px;	
}

#homePage #header #mainFeaturedLeft {
	float: left;
	width: 159px;
	padding: 60px 10px 10px 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: #F4E1C9; /* 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/topnav_border_top.jpg);
	height: 4px;
	background-position:center;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 1px;
	display: none;
}

#topNav {
	background-image: url(../siteassist_images/topnav_border_middle.jpg);
	background-repeat: repeat-y;
	margin: 0px 6px 0px 7px;
	padding: 10px 20px;
	display:none;
}

#innerContainerWrapper {
	background-image: url(../siteassist_images/inner_body_background.jpg);
	background-repeat:no-repeat;
	background-position: 0% 100%;
	background-color: #FFFFFF; /* Global White */
	padding: 0px 0px 100px 0px;
	margin: 0px 0px 0px 0px;
	height:auto;
	width:854px;
}

#innerContainerWrapper #innerContainer {
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
}

#innerContainerWrapper #innerContainer #innerLeft {
	width: 184px;
	float: left;
	margin-top: 5px;
}


#homePage #innerContainerWrapper #innerContainer #innerRight {
	margin-left: 195px;
}

#subPage #innerContainerWrapper #innerContainer #innerRight {
	margin-left: 200px;
}

#subPage .contentHeaderContainer {
	padding-left: 15px;
	padding-right: 15px;
}

#subPage .contentBodyContainer {
	padding-left: 15px;
	padding-right: 15px;
}

#subPage div.hr {

}

/**************** Resources Classes *****************/
#resources {
	padding: 20px;
	background-image:url(../siteassist_images/inner_left_background.jpg);
}

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

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

#sideNav {
	padding-top: 0px; 
	padding-left: 8px;
	
}

#sideNav h1 {
	margin: 0px 0px 5px 0px;
}

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

#featured {
	padding: 0px 15px 10px 15px;
}

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

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

#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:underline;
}

#featured li {
	padding-bottom: 10px;
}

#transparency {
	filter: alpha(opacity=85); 
	-moz-opacity: .85; 
	position: static;
}

#transparency2 {
	filter: alpha(opacity=85); 
	-moz-opacity: .85; 
	background-color:#EEE;	
	position: static;
}

#mouseover{
    cursor:pointer;
    cursor:hand;
}

