/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #F46F00; /* Global White */
	font-size: 14px; /* Font Size */
	line-height: normal;
	color: #2C2D2E; /* Border Light */
}

#homePage {

}

#subPage {

}

#globalContainer {
	width: 760px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #F47820; /* Accent 10 */
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #4B74D5; /* Secondary */
	margin: 5px 5px 5px 5px;
}

h3 {
	font-size: 11px;
	color: #F47820; /* Accent 10 */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}

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

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

p.noSpace {
	margin: 0px;
}

#footer {
	padding: 5px;
	background-color: #DFE4E9; /* Neutral Light */
}
#footer a {
	color: #006699; /* Border Light */
	text-decoration: none;
}
#subPage #footer {
	border-top: 6px solid #FFFFFF; /* Accent 10 */
}

/**************** Header Classes *****************/
#topHead {
	background-color: #0084CD; /* Tertiary */
	background-image: url(../siteassist_images/tophead_background.jpg);
	background-repeat: no-repeat;
	background-position:right;
}

/**************** Top Nav Classes *****************/
#topNav {
	padding: 10px 5px 10px 0px;	
	background-color: #2C2D2E; /* Neutral Black */
	color: #FFFFFF; /* Global White */
	background-repeat: repeat-y;
}
#homePage #topNav {
	background-image: <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','532','height','248','src','file:///C|/Documents%20and%20Settings/Administrator/My%20Documents/SLAEnterprises/Home%20Renovations/images/home-animation','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','file:///C|/Documents%20and%20Settings/Administrator/My%20Documents/SLAEnterprises/Home%20Renovations/images/home-animation' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="532" height="248">
  <param name="movie" value="file:///C|/Documents%20and%20Settings/Administrator/My%20Documents/SLAEnterprises/Home%20Renovations/images/home-animation.swf" />
  <param name="quality" value="high" />
  <embed src="file:///C|/Documents%20and%20Settings/Administrator/My%20Documents/SLAEnterprises/Home%20Renovations/images/home-animation.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="532" height="248"></embed>
</object>
</noscript>
;
}
#subPage #topNav {
	background-image: url(../siteassist_images/sub_topnav_background.jpg);
	border-bottom: 9px solid #7EBED5; /* Tertiary */
}

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

/************************************************ Sub Page Classes **********************************************/
#innerContainer {

}

#innerContainer #innerLeft {
	float: left;
}
#homePage #innerContainer #innerLeft {
	width: 225px;
}
#subPage #innerContainer #innerLeft {
	width: 185px;
}

#innerContainer #innerRight {
	float: left;
}
#homePage #innerContainer #innerRight {
  width: 515px;
	padding: 10px 0px 10px 10px;
}
#subPage #innerContainer #innerRight {
	padding: 10px 0px 10px 10px;
	float: none;
	margin-left: 185px;
}

#homePage #innerContainer #innerRight h1 {
	margin: 0px 0px 5px 0px;
}

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

#mainFeatured {
	border-top: 3px solid #CCD0D6; /* Neutral Medium */
	padding: 5px 0px 20px 0px;
	margin-right: 20px;
}

#sideNav {
	background-color: #DFE4E9; /* Neutral Light */
	border-bottom: 6px solid #CCD0D6; /* Neutral Medium */
}

#homePage #sideNav {
	padding: 20px 555px 20px 0px;
	background-image: url(../images/home-animation.gif);
	background-repeat:no-repeat;
	background-position: right;
	height: 208px;
}

#subPage #sideNav {
	padding: 20px 0px 20px 0px;
}

#sideList a {
	margin: 0px;
	background-image:url(../siteassist_images/sidenav_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 25px;
	display: block;
	font-size: 14px;
	color: #2C2D2E; /* Neutral Black */
	text-decoration: none;
}

#homePage #featured {
	padding: 0px 20px 0px 55px;
}

#homePage #featured h2 {
	color: #768FB1; /* Border Light */
}

#homePage #solutions {
	background-color: #F47820; /* Accent 10 */
	color: #FFFFFF; /* Global White */
}

#homePage #solutions h1 {
	color: #FFFFFF; /* Global White */
	padding: 10px
}

#homePage #solutions p {
	padding: 0px 20px 20px 55px;
}

#homePage #solutions .solutionsLeft {
	width: 175px;
	float: left;
	padding: 0px 15px 0px 55px;
		position: relative;	
}

#homePage #solutions .solutionsRight {
  width: 175px;
  float: left;
	padding: 0px 15px 0px 15px;
}

#homePage #solutions .solutionsLeft h3 {
	color: #FFFFFF; /* Global White */
	text-decoration:underline;
}

#homePage #solutions .solutionsLeft p {
	padding: 0px;
}

#homePage #solutions .solutionsRight h3 {
	color: #FFFFFF; /* Global White */
	text-decoration:underline;
}

#homePage #solutions .solutionsRight p {
	padding: 0px;
}

