/* Main Stylings */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #0e3671;
}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
}
#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#links_bar_left {
	background: #fff; 
	padding: 10px 0;
}

#content {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p {
	margin-bottom:10px;
	font-size: 15px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

img {
	border:0;
	}

a {
	text-decoration:none;
	color:#000099;
	}
a:hover {
	color:#df0444;
	}

h1 {
	font-size:24px;
	font-weight:bold;
	letter-spacing:normal;
	padding:2px 0px 15px 0px;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	}
h2 {
	font-size:18px;
	font-weight:normal;
	color: #000000;
	padding-bottom: 10px;
	}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
	margin-left: 4px;
	margin-right: 0px;
	background-color: transparent /*#FFFFFF*/;
	color: #069;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-color: #ECE9D8;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 3px;
	}
	
/* BEGIN CSS Rollover Menu */

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F386C;
	height: 25px;
	position:relative;
	top: 5px;
	text-align:center
}
.nav a:link, .nav a:visited 
{
	font-size: 12px;
	color: #0F386C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
}

.nav a:hover
{
	text-decoration: underline;
}

.nav_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F386C;
	height: 25px;
	position:relative;
	top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
}


/* END CSS Rollover Menu */

/*Footer*/
#footer p {
	text-align:center;
	font-size: 10px;
}
from list for navbar
#links_bar_left
{
color: white;
background: #17a;
border-bottom: 0.2em solid #17a;
border-right: 0.2em solid #17a;
padding: 0 1px;
margin-left: 0;
width: 12em;
font: normal 0.8em Verdana, sans-serif;
}

#links_bar_left li
{
list-style: none;
margin: 0;
font-size: 1em;
}

#links_bar_left a
{
display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: white;
background: #39c;
border-width: 1px;
border-style: solid;
border-color: #0000FF;
border-left: 1em solid #fc0;
padding: 0.25em 0.5em 0.4em 0.75em;
}

#links_bar_left a#current { border-color: #5bd #035 #068 #f30; }

#links_bar_left a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#links_bar_left a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.6em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#links_bar_left>#links_bar_left a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#links_bar_left a:hover, #links_bar_left a#current:hover
{
background: #28b;
border-color: #069 #6cf #5bd #fc0;
padding: 0.4em 0.35em 0.25em 0.9em;
}

#links_bar_left a:active, #links_bar_left a#current:active
{
background: #17a;
border-color: #069 #6cf #5bd white;
padding: 0.4em 0.35em 0.25em 0.9em;
}
.image_right {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

/* BEGIN SITE MAP */

#venue_sitemap p {
	font-size:10px
}

#venue_sitemap li {
	list-style: none;
	font-size:12px
}

#venue_sitemap li a {
	list-style: none;
	font-weight:normal
}

#venue_sitemap ul li li {
	position: relative;
	top: 0px;
	left: -40px;
	margin: 10px 0 5px 0px;
	padding: 0 0 0 35px;
}

#venue_sitemap ul ul ul {
	position: relative;
	left: 7px;
	margin: 0 0 30px -10px;
	padding: 12px 0 0 0;
}
#venue_sitemap ul li li li {
	position: relative;
	top: 10px;
	left: 0px;
	margin: 10px 0 5px 0;
	padding: 0 0 0 35px;
}

#venue_sitemap ul ul {
	border: 0;
	border-left: 1px solid #2A71E4;
}

#venue_sitemap ul li li {
	background-image: url(/inc/templates/current/raleighcarpetcleaningelite/images/sitemap-line.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

/* END SITE MAP */