body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	line-height: 17px;
}


/* text */

a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #99CC00;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
h1 {
	font-size: 24px;
	color: #9900CC;
	font-weight: normal;
	margin: 0px 0px 16px 0px;
}
h2 {
	font-size: 16px;
	color: #0099FF;
	font-weight: normal;
	margin: 0px 0px 16px 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	color: #000000;
}
p,OL,UL {
	margin: 0px 0px 16px 0px;
}
td,th {
	padding: 3px 5px 3px 5px;
}

input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
	line-height: 17px;
	padding: 2px;
}


/* sections */

#container {
	position: relative;
	text-align: left;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: relative;
	text-align: left;
	height: 75px;
	margin: 15px 0px 15px 0px;
}
#nav {
	clear: both;
	position: relative;
	text-align: left;
	height: 30px;
}
#content {
	clear: both;
	position: relative;
	text-align: left;
	margin: 40px 0px 0px 0px;
	overflow: inherit;
}
#content_sidebar {
	display: block;
	position: relative;
	text-align: right;
	float: left;
	width: 160px;
	margin: 40px 0px 30px 15px;
}

#content_sidebar2 {
	display: block;
	position: relative;
	text-align: right;
	float: left;
	width: 190px;
	margin: 40px 0px 30px 15px;
	}
	
#content_main {
	position: relative;
	text-align: left;
	float: right;
	width: 550px;
	margin: 0px 15px 30px 0px;
}
#footer {
	clear: both;
	position: relative;
	text-align: left;
	font-size: 10px;
	border-top: 1px dotted #99CC00;
	height: 30px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}


/* header */

#logo {
	position: absolute;
	top: 0px;
	left: 15px;
}
#cta {
	position: absolute;
	top: 20px;
	right: 15px;
}


/* nav */

.navItem {
	position: relative;
	float: left;
	height: 30px;
}


/* sidebar */

#content_sidebar h1,#content_sidebar h2 {
	display: block;
	width: 100%;
	color: #99CC00;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px dotted #99CC00;
}
#content_sidebar h1 {
	border-top: 1px dotted #99CC00;
}
#content_sidebar h3 {
	display: block;
	width: 100%;
	color: #99CC00;
	font-size: 13px;
	font-weight: bold;
	margin: 40px 0px 0px 0px;
}
#content_sidebar p {
	display: block;
	width: 100%;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px dotted #99CC00;
}


/* services table */

.header {
	background-color: #0099FF;
	color: #FFFFFF;
}
.row1 {
	background-color: #f2f2f2;
}
.row2 {
	background-color: #FFFFFF;
}
.selected {
	color: #0099FF;
	font-size: 16px;
}


/* footer */

#copyright {
	position: relative;
	float: left;
	color: #777777;
}
#spanish {
	position: relative;
	float: right;
	color: #777777;
}


/* home page */

#intro_content {
	clear: both;
	position: relative;
	text-align: left;
	height: 250px;
	margin: 20px 0px 0px 0px;
}
.intro_image {
	position: absolute;
	top: 0px;
	left: 0px;	
}
.intro_tag {
	position: absolute;
	top: 0px;
	right: 0px;	
}
#intro_stories {
	clear: both;
	position: relative;
	text-align: left;
	margin: 10px 0px 20px 0px;
	height: 250px;
}
#intro_stories_home {
	position: relative;
	text-align: left;
	float: left;
	width: 250px;
	height: 250px;
	margin: 0px 10px 0px 0px;
	background-image: url(images/bk_home.gif);
	background-repeat: no-repeat;
}
#intro_stories_carpet {
	position: relative;
	text-align: left;
	float: left;
	width: 250px;
	height: 250px;
	margin: 0px 10px 0px 0px;
	background-image: url(images/bk_carpet.gif);
	background-repeat: no-repeat;
}
#intro_stories_privacy {
	position: relative;
	text-align: left;
	float: left;
	width: 250px;
	height: 250px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/bk_privacy.gif);
	background-repeat: no-repeat;
}
#intro_stories p {
	font-size: 11px;
	margin: 15px 15px 0px 15px;
	line-height: 14px;
}
