@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #666666;
}

#backtile {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image:url(/custom/themes/default/images/back-tile.jpg);
	background-repeat:repeat-x;
	height: 268px;
	width: 100%;
	z-index: -5;
}


#container { 
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	position: relative;
	height: 27px;
} 

#header #topnav{
	position: absolute;
	left: 240px;
	top: 5px;
	text-transform: uppercase;
	font-size:10px;
}


#header #brochure{
	position: absolute;
	left: 715px;
	top: 5px;
	text-transform: uppercase;
	font-size:10px;
}

#header  a {
	color: #c6dd7a;
	text-decoration:none;
	text-transform: uppercase;
	font-size:10px;
}


#topnav a {
	color: #c6dd7a;
	text-decoration:none;
	text-transform: uppercase;
	font-size:10px;
}

#sidebar1 {
	float: left;
	width: 231px; 
}

#serviceTitles {
	background-color: #fdfbf8;
	border: 1px solid #ede1ea;
	padding: 2px 0 0 3px;
	margin-bottom: 10px;
}

#serviceTitles h2 {
	margin: 0px;
	font-weight: normal;
	font-size: 16px;
}

.pageTitles{
	margin: 0px;
}

#pageTitles{
	margin: 0px;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .5em;
}

#hometxt {
	float: left;
	width: 435px;
	margin: 0 5px 0 0;
}

#hometxt ul li {
	font-size: 11px;
	list-style-type:none;
	
}

#hometxt ul{
	float: left;
	width: 195px;
	padding: 0 0 0 10px;
	margin: 0px 8px 0 0;
}


#hometxt h1{
	font-size: 20px;
	font-weight:normal;
	margin: 0px;
	font-family:Helvetica, Arial, sans-serif;
}

#hometxt h2{
	font-size: 18px;
	font-weight:normal;
	margin: 0px;
	font-family:Helvetica, Arial, sans-serif;
	color: #0084d5;
}

#hometxt h3#autumn{
	font-size: 16px;
	font-weight:normal;
	margin: 0px;
	font-family:Helvetica, Arial, sans-serif;
	color: #ff8a00;
	
}


#hometxt h3#green{
	font-size: 16px;
	font-weight:normal;
	margin: 0px;
	font-family:Helvetica, Arial, sans-serif;
	color: #788f2d;
	
}


	
#sidebar1 #sidemenu {
	margin: 5px 0 5px 0;
	padding: 5px;
	height: 221px;
	background-image:url(/custom/themes/default/images/spry-tile.gif);
	border: 1px solid #d8d8c8;
}

#mainContent { 
	margin: 3px 0 0 235px;
	width: 654px;
	padding: 0px;
} 

#mainContent h3 {
	font-weight: normal;
	color: #a684a3;
}

#formfiled1 {
	width: 190px;
	border: 1px solid #eae9e3;
	margin-bottom: 5px;
	padding: 2px;
	color: #5d595d;
}

#mainContent #homeContent {
	padding: 10px 0px 10px 3px;
	line-height: 1.45em;
}

#homeContent h1 h2 h3 h4 h5 {
	color: #6c2769;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	letter-spacing: .08em;
}
	

#homeContent #rightbox {
	width: 202px;
	height: 253px;
	float: left;
	background-image:url(/custom/themes/default/images/home_rightbox.jpg);
}

#rightbox #txt {
	padding: 10px;
}

#rightbox h1{
	font-size: 12px;
	font-weight:normal;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#homeContent #welcomebox{
	float: left;
	width: 650px;
	
}

#welcomebox #welcometitle{
	background-color: #6c2769;
	padding: 5px;
	border: 1px solid #edebe5;
}


#welcomebox h1{
	font-size: 15px;
	font-weight:normal;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#lines {
	border-bottom: 1px dotted #cccccc;
	padding: 3px 0 0 0;
}


#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #f9f9f8; 
	border: 1px solid #f8f3f8;
} 
#footer h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
	font-weight:normal;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.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;
	width: 200px;
	margin-right: 2px;
}
.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;
}
