/* CSS Document */

body, h1, h2, h3, h4, img, li, ol, ul, p, div, form, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #d7e7f3;
	font-family: Verdana;
	font-size: 70%;
	text-align: center;
	padding-bottom: 20px;
}

#wrap {
	width: 821px;
	margin: 20px auto 0px auto;
	text-align: left;
}

#header {
	width: 821px;
	height: 197px;
	background: url(images/southern_smiles_header.jpg) no-repeat;
}

#nav {
	float: left;
	width: 300px;
	height: 167px;
	padding: 30px 0px 0px 37px;
}

#nav ul {
	list-style: none;
}

#nav a {
	font-size: 1.1em;
	display: block;
	width: 200px;
	height: 19px;
	color: #ffffff;
	text-decoration: none;
}

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

#nav a.active {
	font-weight: bold;
}

#logo {
	float: right;
	text-align: right;
	width: 300px;
	padding: 25px 25px 0px 0px;
}

#page {
	padding: 0px 25px 10px 37px;
	background: url(images/bg_tile.gif) repeat-y;
}

#content {
	position: relative;
	min-height: 350px;
	height: 350px;
	color: #000000;
}

#content a {
	color: #6780a7;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

html>body #content {
	height: auto;
}

h1 {
	padding: 10px 0px 20px 0px;
}

.home_text {
	width: 360px;
	padding-bottom: 15px;
}

.main_text {
	width: 450px;
}

.blue_large {
	font-size: 1.1em;
	color: #6780a7;
}

.blue {
	color: #6780a7;
}

#content ul {
	list-style-image: url(images/list-square.gif);
	width: 360px;
	margin: 15px 0px;
}

#content li {
	margin: 0px 0px 5px 20px;
}

.home_img {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.img_right {
	float: right;
}

#footer {
	background: url(images/bg_tile.gif) repeat-y;
	padding: 0px 25px 2px 37px;
	font-size: 0.9em;
}

#footer a {
	color: #6780a7;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_left {
	float: left;
	width: 420px;
}

#footer_right {
	float: right;
	width: 300px;
	text-align: right;
}

#bottom {
	width: 821px;
	height: 16px;
	background: url(images/bottom.gif) no-repeat;
}

.clear {
	clear: both;
}