body,td,th {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

	line-height: 20px;

}

body {
	background-color: #D0CDC8;
	margin: 25 0 0;
	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 */
	background-image: url(images/Page-BgGlare.png);
	background-repeat: no-repeat;
	background-position: center top;

}

.container {
	background-image: url(images/container.jpg);
	background-repeat: repeat-y;
	height: 300px;

}

.column {

	padding-top: 25px;

}

.container-padding {

	width: 30px;

}

.divider {

	background: url(images/divider2.gif) repeat-y;

	width: 28px;

	margin-top: 30px;

	padding-top: 30px;

}



.contact {

	background: #89CFC5;

	padding: 5px 10px;

	margin-top: 30px;

}

.phone {

	font-size: 14px;

	color: #5A5050;

	padding-top: 10px;

	padding-bottom: 5px;

	font-weight: bold;

}



.submit {

	background: url(images/submit-btn.jpg) no-repeat;

	height: 19px;

	width: 83px;

	border-width: 0px;

	color: #FFFFFF;

	text-transform: uppercase;

	font-size: 10px;

	font-weight: normal;

}



















/* these are the main links */



a:link {
	color: #3ABBD8;
	text-decoration: none;
	font-size: 12px;

}



a:visited {
	color: #38BBD7;
	font-size: 12px;

}

a:hover {
	text-decoration: none;
	color: #86A73E;
	font-size: 12px;

}

a:active {

	text-decoration: none;

	color: #5A5050;

	font-size: 12px;

}



/* Headings */

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #39BBD5;
	margin-bottom: 0px;
	text-transform: uppercase;

}



h2 {
	color: #82A642;
	font-size: 18px;
	font-weight: normal;
	width: 100%;

}

h3 {

	color: #A89874;

	font-size: 18px;

	font-weight: normal;

	width: 100%;

	margin-bottom: 0px;

}







/* Footer */

.footer {
	color:#3AB9DA;
	font-size:12px;
	vertical-align: middle;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 35px;

}





#footer a:link, #footer a:visited {
	color: #3BBCD9;
	text-decoration: none;

}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;

}





/* IMAGES ---------- */

.float-left {/* Left Floated Images */

	float: left;

	margin: 0 12px 18px 0;

	border: 0px;

	text-align: left;

}



.float-right {/* Right Floated Images */

	float: right;

	margin: 0 0 18px 9px;

	clear: right;

	border: 0px;

}



img {

	border-width: 0px;

}

.img-border {

	border: 1px solid #5A5050;

	float: left;

	margin: 0 12px 10px 0;

}







/* ---------------Navigation ------------------ */

ul#nav {

	height: 31px;

	list-style: none;

	margin: 0;

	padding: 0;

}





/*  Makes the list items sit next to each other */

#nav li {float: left;}





/*  Sets styles for all links that are inside the ul id="top-nav" */

#nav a {

display: block;

height: 31px; 

overflow: hidden; 

text-indent: -1999em; /* Indents the rich-text so it does not show */

}



/* Set the image for each nav item */



#home {background: url(images/nav-home.jpg); width:88px;}

#about {background:url(images/nav-about.jpg); width:80px;}

#services {background: url(images/nav-services.jpg); width:98px;}

#testimonials {background: url(images/nav-testimonials.jpg); width:140px;}

#portfolio {background: url(images/nav-portfolio.jpg); width:114px;}

#calendar {background:url(images/nav-calendar.jpg); width:104px;}

#contact {background:url(images/nav-contact.jpg); width:99px;}

#blog {background:url(images/nav-blog.jpg); width:179px;}





/* Shift the image position up to show the active state */

#nav a:hover, #nav a.active, #top-nav .active {

	background-position: 0 -31px;

	color: #25507F;

}



/* Set the cursor to default arrow so link does not appear clickable */

#nav .active {

	cursor: default;

	color: #25507F;

}

.sidebar {
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
	height: 100px;
	padding-right: 4px;
	padding-left: 4px;
}
.bullets {
	list-style-image: url(images/bullet.jpg);
}
