/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #ffffff; /* Accent 5 */
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #000000; /* Global Gray Light */
}

#globalContainer {
	width: 980px;
	margin: 0px auto;
	border-left: 1px solid #F1F0EE; /* Global Gray Light */
	border-right: 1px solid #F1F0EE; /* Global Gray Light */
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */		
	background-repeat: repeat-y;	
	background-color:#FFF;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFBF; /* Accent 7 */
 	margin-top: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #9BB6D2; /* BG Dark */
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;		
}

a {
 color: #CCEDFF; /* Nav Light */
 font-weight: bold;
 text-decoration: underline;
}

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

li.highlight {
	color: #000000; /* Text Light */
}

#footer {
	background-color: #FFFFBF; /* Accent 7 */
	padding: 10px 20px;
	color: #666666; /* Hard coded no matter what color scheme */
	text-align: right;
	font-weight: bold;
	padding-left: 45px;
	height:45px;
}

#footer a {
	color: #666666; /* Hard coded no matter what color scheme */
	font-weight: bold;
 	text-decoration: none;	
}


/**************** Header Classes *****************/
#homePage #header {
	height: 100px;
	background-color:#FFF;
}

#homePage #header h1 {
	margin: -65px 0px 0px 320px;
	font-size: 24px;
	font-weight: bold;
	color: #1fa6c7;
}

#homePage #header h2 {
	margin: 10px 0px 0px 440px;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #353C48; /* Accent 5 */
	color: #56a838;
}


#homePage  #globalContainer #header #phone {
	margin: -60px 0px 0px 760px;
	font-size: 18px;
	font-weight: bold;
	color: #1fa6c7;
}


/**************** Top Nav Classes *****************/
#homePage #topNav {
	background-image: url(../images/topnav_background.jpg);
	background-repeat:repeat-x;	
	border-top: 1px solid #F1F0EE; /* Global Gray Light */
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */		
	padding: 10px 15px;	
	background-color: #768FB1; /* Border Light */
	color: #FFFFFF; /* Global White */
}

#subPage #topNav {
	padding: 0px 15px;	
	text-align: right;
	color: #FFFFFF; /* Global White */	
}

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

/************************************************ Sub Page Classes **********************************************/
#innerLeft {
	float: left;
}
#homePage #innerLeft {
	width: 155px;
}

#homePage #innerRight h1, #homePage #innerRight h2, #homePage #innerRight h3, #homePage #innerRight p {
	clear: none;
	color: #000;
}

#innerRight {
}
#homePage #innerRight {
	padding: 15px;
}

/**************** Resources Classes *****************/
#resources {
	color: #353C48; /* Accent 5 */
	padding: 15px;
}


/************************************************ Home Page Classes **********************************************/
#sideNav {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	padding: 10px;
}
#homePage #sideNav {
	background-color: #1fa6c7; /* Accent 1 */
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */		
}
#subPage #sideNav {
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */
}
#subPage #sideNavCont {
	background-image:url(../images/sub_inner_top_background.jpg);
	background-repeat: repeat-y;
}

#homePage #featured {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #F1F0EE; /* Global Gray Light */		
}

#homePage #featured .featuredLeft {
	width: 415px;
	height:434px;
	float: left;
	background-color:#0F0;
	padding-left:10px;
	background:url(../images/free-report.png) no-repeat;
}

#homePage #featured .featuredRight {
	margin-left: 15px;
	padding: 0px 50px 0px 20px;
}

#homePage #sideNav {
	padding: 0px;
	border-bottom:none;
}

#homePage #sideNav a {
	font-size: 12px;
	color: #FFFFFF; /* Global White */
	font-weight: bold;
  	text-decoration: none;		
	margin: 0px;
	background-image:url(../images/home_bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding: 10px 0px 10px 42px;
	display: block;
}
.footer_left {
	float:left;	
	font-size:14px;
	font-weight:normal;	
	text-align:left;
}
.siteFooterLinks {
	font-weight:normal;
}

#sold img{
	position:relative;
	top: -210px;
	left:600px;	
}

#stop img{
	position:relative;
	top: -10px;
	left:200px;	
}


#report img{
	position:relative;
	top: -10px;
	left:650px;	
}










