/** Designed By The STL Web Design.
	www.thestlwebdesign.com **/
	

body {
	background: url('/assets/images/bg.jpg') repeat-x top left;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

img {
	border: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #DC6F0C;
	border-bottom: 2px solid #bbb;
}

#title {
	font-size: 30px;
	color: #1C5894;
	padding-bottom: 10px;
	border-bottom: none;
	letter-spacing: -1px;
}

a, a:visited, a:active {
	color: #386BA2;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	background: url('/assets/images/headerBackground.jpg') repeat-x top left;
	width: 1100px;
	height: 800px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 230px;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	left: 25px;
	top: 45px;
}

#logoCaption {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #aaa;
	margin: 5px 0 0 2px;
}

#slogan {
	position: absolute;
	left: 300px;
	top: 50px;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #4876A7;	
	padding: 10px 0;
	border-bottom: 1px dashed #AAC0D9;
	border-top: 1px dashed #AAC0D9;
}

#official {
	position: absolute;
	right: 25px;
	top: 45px;
}

#officialTitle {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #c60;
}

#official ul {
	margin: 5px 0 0 20px;
	padding: 0;
}

#official ul li {
	list-style-image: url('/assets/images/arrow.gif');
}

#phone {
	background: url('/assets/images/phone.gif') no-repeat bottom left;
	padding: 0 0 0 20px;
	line-height: 16px;
	color: #c60;
	font-weight: bold;
}

#nav {
	background: url('/assets/images/navBackground.jpg') no-repeat top left transparent;
	position: absolute;
	top: 150px;
	left: 28px;
	width: 851px;
	height: 56px;
	color: #666;
	font-size: 18px;
	font-family: Georgia, Times, serif;
}

#nav ul {
	list-style-type: none;
	background: transparent;
	width: 540px;
	margin: 10px auto;
}

#nav ul li {
	background: transparent;
	float: left;
	list-style-image: none;
}

#nav ul li a {
	padding: 0 10px;
	color: #acdbff;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #4686b7;
}

#content {
	width: 850px;
	margin: 0 auto;
	padding: 25px;
	font-size: 12px;
	line-height: 20px;
}

#footer {
	background: url('/assets/images/footerBackground.jpg') no-repeat bottom left transparent;
	width: 905px;
	height: 140px;
	margin: 20px auto;
	position: relative;
	color: #666666;
}

#footerContact {
	position: absolute;
	top: 65px;
	left: 25px;
}

#footerCopyright {
	position: absolute;
	top: 65px;
	right: 25px;
}

#thestlwebdesign {
	float: right;
	margin: 0 100px 20px 0;
}

.thumbnail {
	padding: 10px;
}

ul li {
	list-style-image: url('/assets/images/blueBullet.gif');
}

ul li ul li {
	list-style-image: url('/assets/images/yellowBullet.gif');
}

/* Form Style */

.formbutton {
	cursor: pointer;
	border: 0;
	background: url('/assets/images/formButton.jpg') no-repeat;
	width: 116px;
	height: 36px;
}

.formfield {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	border: 2px solid #E1DCBC;
	background: #F8F7EF;
	padding: 5px;
	color: #000000;
	font-size: 13px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #E1DCBC;
	background: #F8F7EF;
}

select {
	width: 214px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #E1DCBC;
	background: #F8F7EF;
}