body#main {
	text-align:center;
}
body {
	font-size:12px;
	color:#666;
}
* {
	margin:0px;
	padding:0px;
	font-family:trebuchet ms,arial;
}
ul {
	margin:5px 5px 15px 15px;
}
ul ul {
	margin:0px 0px 0px 15px;
}
#outer {
	width:1000px;
	margin:0 auto;
	text-align:left;
	font-size:12px;
	color:#666;
	background:url('images/header.jpg') no-repeat center top;
}
#outer2 {
	background:url('images/footer.jpg') no-repeat left bottom;
	padding:25px;
}
#header {
	height:95px;
}
#content {
	min-height:200px;
}
#footer {
	clear:both;
	height:94px;
	line-height:78px;
	color:#fff;
	text-align:left;
	font-size:12px;
	margin:0px;
	text-indent:20px;
}
#footer a {
	color:#fff;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
#navigation {
	height:44px;
	padding:0px 20px 0px 20px;
}
#navigation ul {
	margin:0px;
	float:left;
	list-style-type:none;
}
#navigation ul li {
	display:block;
	float:left;
}
#navigation a {
	display:block;
	height:44px;
	line-height:44px;
	padding:0px 15px 0px 15px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
#navigation a:hover {
	text-decoration:underline;
}
#navigation li.on a {
	background:#fff;
	color:#690;
}
#subnavigation {
}
#content {
}
.pad {
	padding:10px 0px 10px 0px;
}
.padleft {
	margin-left:233px;
	padding-left:3px;
}
.padright {
	margin-right:233px;
	padding-right:3px;
}
.column {
	width:233px;
}
.columnleftbg {
	background:url('images/column.jpg') repeat-y left top;
}
.columnrightbg {
	background:url('images/column.jpg') repeat-y right top;
}
.columnright {
	float:right;
}
.columnleft {
	float:left;
}
.columnheader {
	height:139px;
	width:233px;
	background:url('images/columnheader.jpg') no-repeat left top;
}
.columnfooter {
	height:84px;
	width:233px;
	background:url('images/columnfooter.jpg') no-repeat left top;
}
.columncontent {
	padding:15px;
}
h1 {
	font-size:20px;
	font-weight:normal;
	color:#690;
}
h2 {
	font-size:16px;
	font-weight:normal;
	color:#f30;
}
form {
	padding:10px;
}
form table th {
	text-align:right;
	width:100px;
}
form table th,
form table td {
	padding:3px;
	vertical-align:top;
}
form table {
	width:100%;
}
form textarea {
	width:100%;
	height:150px;
}
form input,
form button,
form textarea,
form select {
	font-size:12px;
	font-family:trebuchet ms,arial;
}
#content form {
	background:#F6F6D8;
}
#content p {
	margin:5px 0px 15px 0px;
}
.success {
	background:url('/base2/global/images/icons/success.gif') no-repeat left center;
	padding-left:25px;
	font-size:18px;
}

/* bb styles */
.BBBold {
	font-weight:bold;
	color:#000;
}
.BBItalic {
	font-style:italic;
}
.BBUnderline {
	text-decoration:underline;
}

/* content styles */
.Testimonial {
	color:#666;
	padding-left:5px;
	border-left:1px dotted #999;
}
.Testimonial .Name {
	font-style:italic;
}

/* debugging styles */
.cfdebug {
	text-align:left;
	font-size:10px;
}
.cfdebug * {
	font-size:10px;
}
.cfdebug #outer {
	display:none;
}

.SiteDetails td {
	padding:5px;
	vertical-align:top;
}
.SiteDetails0 {
	background:#fff;
}
.SiteDetails1 {
	background:#eee;
}
.SiteDetailsGallery {
	width:320px;
}
.clear {
	clear:both;
}
#content .SiteDetails0 .GalleryPopOverThumbs a,
#content .SiteDetails0 .GalleryPopOverThumbs a:hover {
	background-color:#fff;
}
#content .SiteDetails1 .GalleryPopOverThumbs a,
#content .SiteDetails1 .GalleryPopOverThumbs a:hover {
	background-color:#eee;
}
#content .SiteDetails1 .GalleryPopOverThumbs a {
	border:2px solid #eee;
}
#content .SiteDetails0 .GalleryPopOverThumbs a {
	border:2px solid #fff;
}
#content .SiteDetails0 .GalleryPopOverThumbs a:hover,
#content .SiteDetails1 .GalleryPopOverThumbs a:hover {
	border:2px solid #ccc;
	background-color:#ccc;
}