/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #858585;
}

body {
	background: #FFF url(img/bg.gif) repeat-x top center;
	min-width: 817px;
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #FFF;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #CD43D6;
	padding: 5px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #C114CC;
}

a:link, a:visited {
	color: #DA72E0;
	text-decoration: underline;
}

a:hover, a:active {
	color: #858585;
	text-decoration: underline;
}

ul{
	margin: 0 0 0 15px;
}

ol{
	margin: 0 0 0 20px;
}

#Navigation ul {
	list-style: none;
	padding-bottom: 4px;
	border-bottom: 1px dotted #D8D8D8;
	margin: 0;
}

#Navigation li a {
	display: block;
	padding-top: 4px;
	text-indent: 5px;
	font-size: 12px;
	font-weight: bold;
}

#Navigation li a:link, li a:visited {
	color: #9D9D9D;
	text-decoration: none;
}

#Navigation li a:hover, li a:active {
	color: #DA72E0;
	text-decoration: none;
}

.Clear {
	clear: both;
}

#Wrapper {
	position: relative;
	margin: 0 auto;
	width: 817px;
}

#MastHead {
	position: relative;
	width: 817px;
	height: 76px;
}

#Home #TitleBar {
	width: 817px;
	height: 203px;
	background: #FFF url(img/homephoto.jpg) no-repeat top left;
}

#TitleBar {
	width: 817px;
	height: 43px;
	line-height: 43px;
	background: #000 no-repeat top left;
	text-indent: 210px;
}

#Home #Navigation {
	position: relative;
	width: 817px;
	height: 34px;
	background: none;
	padding-bottom: 0;
	border-right: 0;
	margin-bottom: 20px;
}

#Home #Navigation img {
	float: left;
	border-bottom: 0;
}

#Home #Navigation a img {
	border-bottom: 0;
}

#HomeText {
	width: 458px;
	margin: 0 auto;
	text-align: justify;
}

#Callouts {
	width: 817px;
	height: 70px;
}

#Home #Services {
	width: 790px;
	margin: 0 auto;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #676767;
	padding-top: 10px;
}

#Content {
	position: relative;
	width: 817px;
	background: #FFF url(img/blackbar.jpg) repeat-y top right;
}

#Content #Navigation {
	float: left;
	width: 189px;
	padding-bottom: 10px;
}

#Content #Navigation a img {
	border-bottom: 1px dotted #D8D8D8;
}

#PrimaryContent {
	float: right;
	width: 608px;
}

#BodyContent {
	float: left;
	margin: 10px 0;
	width: 428px;
}

p {
	padding-bottom: 11px;
}

#BodyPhoto {
	float: right;
	width: 167px;
	background: #000 no-repeat top left;
}

#Footer {
	clear: both;
	padding: 15px 0;
	width: 817px;
	text-align: center;
}

#Footer, #Footer a {
	font-size: 10px;
}

#Footer a:link, #Footer a:visited {
	color: #858585;
	text-decoration: none;
}

#Footer a:hover, #Footer a:active {
	color: #C114CC;
	text-decoration: none;
}

.PhotoBox {
	border: 1px solid #D8D8D8;
	margin-bottom: 13px;
	padding: 5px 5px 0 5px;
}

#BodyContent .PhotoBox p {
	padding-bottom: 5px;
}

.PhotoBox img {
	float: left;
	margin-right: 13px;
	margin-bottom: 5px;
}

.Lt {
	float: left;
}

.Rt {
	float: right;
}

input, textarea, select {
	width: 98%;
	margin-bottom: 7px;
}

input.Bton {
	width: auto;
	margin-bottom: 7px;
}
