/* CSS Document */

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0 auto;
	background: #CECBBD url("images/body_bg.jpg") repeat-x top;
	font-size: 100%;
	text-align: center;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 721px;
	text-align: left;
}

#header {
	width: 721px;
	height: 111px;
	background: url("images/header_bg.jpg") no-repeat;
}

#navigation {
	width: 721px;
	height: 35px;
	background: url("images/navigation_bg.gif") no-repeat;
	border: 5px solid #fff;
}

* html #navigation {
	width: 731px;
}

#content {
	margin-top: 5px;
	width: 721px;
	border: 5px solid #fff;
	background: #fff url("images/content_bg.jpg") repeat-y top right;
}

* html #content {
	width: 731px;
}

#content p {
	color: #666;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 10px 30px;
}

#content p a:link {
	color: #660000;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

#content p a:visited {
	color: #660000;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

#content p a:hover {
	color: #660000;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#content ul {
	list-style-image: url("images/icon_bullet.gif");
	line-height: 1.5em;
	margin: 0 30px;
	padding: 0 30px;
	font-size:0.75em;
	color: #666;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
}

#content ul a:link {
	color: #660000;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

#content ul a:hover {
	color: #660000;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#content ul a:visited {
	color: #660000;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

#content .smalltext {
	font-size: 0.65em;
}

a:link img, a:visited img, a:hover img, a:active img { border: 0; } 

#extracolumn {
	width: 250px;
	float: left;
	padding: 0;
	margin: 30px;
}

#extracolumn form {
	background: url("images/form_bg.gif");
	margin-top: 5px;
	padding: 10px;
	text-align: center;
}

#extracolumn input {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	color: #333;
	font-size: 0.75em;
}

#extracolumn .smalltext {
	font-size: 0.65em;
	padding: 10px;
}

#extracolumn h3 {
	background: #CECBBD url("images/extracolumn_h3_bg.gif") repeat-y;
	padding: 10px;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 0.8em;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	margin-top: 5px;
}

h1 {
	color: #660000;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 1.2em;
	padding: 20px 30px 10px 30px;
}

h2 {
	color: #000;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 1.1em;
	padding: 20px 30px 10px 30px;
	letter-spacing: 2px;
	
}

#footer {
	background: url("images/footer_bg2.jpg") no-repeat left top;
	margin: 5px auto;
	width: 731px;
	height: 70px;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 0.7em;
	line-height: 70px;
	clear: both;
}

* html #footer {
	width: 731px;
}

#footer p {
	padding: 0 30px;
}

#footer p a:link {
	color: #660000;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

#footer p a:hover {
	color: #660000;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#footer p a:visited {
	color: #660000;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

.footerspanleft {
	float: left;
	height: 70px;
}

.footerspanright {
	float: right;
	height: 70px;
}

.footerspanleft p {
	line-height: 70px;
}

.footerspanright p {
	line-height: 70px;
}

.highlight {
	background: url("images/form_bg.gif");
	margin: 10px 60px;
	padding: 10px;
	border: 1px dotted #fff;
}

img.review {
	float: left;
	margin: 0 20px 80px 30px;
	padding: 20px 10px 10px 10px;
	clear: right;
	border: 0;
}

p.review {
	margin-left: 168px;
}

/* ----------- Navigation Menu Code ----------- */

#nav {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a:link, #nav a:visited {
	float: left;
	line-height: 35px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #000;
	width: 103px;
	text-align: center;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #660000;
	background: url("images/navitem_bg.jpg") repeat-x;
}

/* ----------- End of Navigation Menu Code ----------- */

.emailicon {
	background: url("images/icon_mail.gif") no-repeat left;
	padding: 3px 0 3px 25px;
}

.phoneicon {
	background: url("images/icon_phone3.gif") no-repeat left;
	padding: 3px 0 3px 25px;
}

#clear {
	clear: both;
}

img#photogallery {
	margin: 30px;
	padding: 5px;
	background: #fff;
	text-align: center;
	border: 0;
}

#photogallery:link {
	text-decoration: none;
	background: #fff;
	padding: 5px;
	border: 0;
}

#photogallery:hover {
	text-decoration: none;
	background: #660000;
	padding: 5px;
	border: 0;
}

#photogallery:visited {
	text-decoration: none;
	background: #fff;
	padding: 5px;
	border: 0;
}