/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #FFFFFF; /* Global White */
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #888D93; /* Border Light */
}

#homePage {

}

#subPage {

}

#globalContainer {
	width: 760px;
	background-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 620px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #6A79C7; /* Accent 10 */
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CFC093; /* Secondary */
	margin: 0px 0px 5px 0px;
	line-height: normal;
}

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

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

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

p.noSpace {
	margin: 0px;
}

#footer {
	padding: 5px;
	border-top-color: #CFC093;
	margin-left: 10px;
	position: static;
	left: 0px;
	right: 0px;
	bottom: 400px;
	border-top-width: 0px;
	border-top-style: solid;
}
#footer a {
	color: #888D93; /* Border Light */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#subPage #footer {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CFC093;
	background-color: #000000;
	position: fixed;
}

/**************** Header Classes *****************/
#topHead {
	background-color: #000000;
	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-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#subPage #topNav {
	background-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CFC093;
}

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

/************************************************ Sub Page Classes **********************************************/
#innerContainer {
	height: 500px;
}

#innerContainer #innerLeft {
	float: left;
}
#homePage #innerContainer #innerLeft {
	width: 235px;
	padding-left: 5px;
	margin-left: 5px;
	height: 250px;
}
#subPage #innerContainer #innerLeft {
	width: 185px;
}

#innerContainer #innerRight {
	float: left;
}
#homePage #innerContainer #innerRight {
	width: 500px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	height: 200px;
	float: left;
	top: 400px;
	left: auto;
	right: auto;
	bottom: 400px;
}
#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-top: 12px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-right: 20px;
	background-color: #000000;
	height: 340px;
	border: 0px solid #CFC093;
}

#mainFeatured {
	margin-right: 20px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CFC093;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sideNav {
	background-color: #DFE4E9; /* Neutral Light */
	border-bottom: 6px solid #CCD0D6; /* Neutral Medium */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CFC093;
}

#homePage #sideNav {
	background-image: url(../siteassist_images/sidenav_background.jpg);
	background-repeat:no-repeat;
	background-position: right;
	height: 208px;
	padding-top: 20px;
	padding-right: 555px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-left: 10px;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#subPage #sideNav {
	background-color: #000000;
	border-top-color: #CFC093;
	border-right-color: #CFC093;
	border-bottom-color: #CFC093;
	border-left-color: #CFC093;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	margin-right: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

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

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

#homePage #featured h2 {
	color: #888D93; /* Border Light */
}

#homePage #solutions {
	background-color: #000000; /* Accent 10 */
	color: #FFFFFF; /* Global White */
	border: 0px solid #CFC093;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: auto;
}

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

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

#homePage #solutions .solutionsLeft {
	width: auto;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	height: 75px;
}

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