/* ----------- Body Styles ----------------------- */

ul, li, p, h1, h2, h3, table, img {
	margin: 0;
	padding: 0px;
	border: none;
	list-style-type: none;
}

body {
	margin: 0;
	padding: 0;
	font: 14px Garamond, Adobe Garamond, Georgia, Palatino, serif;
	line-height: 1.5em;
	color: #666;
	background: #979571;
	background-image:url(/graphics/bgtile.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

hr {
	display: none;
	clear: left;
}

p {
	color: #333;
	margin-bottom: 10px;
}

#innerright p {
	color: #fff;
	margin-bottom: 10px;
}

#warning {
	border: #ccc solid 1px;
	background: #FEFAD8;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	margin-left:5px;
	line-height: 20px;
	font-weight: bold;
	width: 90%;
}

#success {
	border: #ccc solid 1px;
	background: #E0FFD7;
	padding: 5px 5px 5px 5px;
	line-height: 20px;
	font-weight: bold;
}

/* ----------- Links ----------------------------- */

a {
	color: #996;
	text-decoration: none;
} 

a:visited	{
	color: #996;
}

a:active {
	color: #996;
} 
a:hover {
	color: #663;
	text-decoration: underline;
}

#innerright a {
	color: #fff;
	text-decoration: none;
} 

#innerright a:visited	{
	color: #fff;
}

#innerright a:active {
	color: #fff;
} 

#innerright a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ----------- Tables ---------------------------- */

.table {
border-width:1px;
border-style:solid;
border-color:#eee;
margin-bottom: 10px;
width: 100%;
text-align=center;
border-collapse: collapse;
font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.table tr td {
padding: 5px;
text-align: center;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
}

.table tr td.left {
text-align: left;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
}

.table tr td.right {
text-align: right;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
}

.title td {
color: #999;
background: #f3f3f3;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
}

td em {
display: block;
}


/* ----------- Headings -------------------------- */

h1 {
	font: 21px Garamond, Adobe Garamond, Georgia, Palatino, serif;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding-bottom: 1px;
	padding-top: 35px;
	color: #630;
}

h2 {
	font: 18px Garamond, Adobe Garamond, Georgia, Palatino, serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 1px;
	color: #630;
}

#innerright h2 {
	font: 18px Garamond, Adobe Garamond, Georgia, Palatino, serif;
	text-transform: uppercase;
	margin-bottom: 6px;
	padding-bottom: 1px;
	color: #fff;
	border-bottom: none;
}

#testimonial h2 {
	font: 16px Garamond, Adobe Garamond, Georgia, Palatino, serif;
	text-transform: uppercase;
	color: #fff;
}

h3 {
	margin-bottom: 3px;
	padding-bottom: 1px;
	border-bottom: 1px dashed #999;
	font-size: 12px;
	font-weight: normal;
	color: #c7b16c;
}

/* ----------- Navigations ----------------------- */

#nav {
	width: 758px;
	float: left;
	text-align:center;
	margin-bottom: 1px;
	border-bottom: #f3f1d3 solid 1px;
}

#nav-home
{
	height: 34px;
	width: 110px;
	overflow: hidden;
	background: url(/graphics/nav1.jpg) top left no-repeat;
	display: block;
	margin-left: auto;
	float: left;
}

#nav-home:hover
{
	background-position: bottom left;
}

#nav-about
{
	height: 34px;
	width: 122px;
	overflow: hidden;
	background: url(/graphics/nav2.jpg) top left no-repeat;
	display: block;
	margin-left: auto;
	float: left;
}

#nav-about:hover
{
	background-position: bottom left;
}

#nav-gallery
{
	height: 34px;
	width: 177px;
	overflow: hidden;
	background: url(/graphics/nav3.jpg) top left no-repeat;
	display: block;
	margin-left: auto;
	float: left;
}

#nav-gallery:hover
{
	background-position: bottom left;
}

#nav-subs
{
	height: 34px;
	width: 194px;
	overflow: hidden;
	background: url(/graphics/nav4.jpg) top left no-repeat;
	display: block;
	margin-left: auto;
	float: left;
}

#nav-subs:hover
{
	background-position: bottom left;
}

#nav-contact
{
	height: 34px;
	width: 155px;
	overflow: hidden;
	background: url(/graphics/nav5.jpg) top left no-repeat;
	display: block;
	margin-left: auto;
	float: left;
}

#nav-contact:hover
{
	background-position: bottom left;
}

#pagination {
	padding: 5px 15px 5px 15px;
	clear:both;
	float: center;
	text-align: right;
	margin-bottom: 10px;
}

.pagination-num a {
	border: #ccc solid 1px;
	padding: 3px 5px 3px 5px;
}

.pagination-num a:hover {
	background-color:#e8e8e8;
}

.pagination-this {
	border: #ccc solid 1px;
	background-color: #996;
	color: #fff;
	padding: 5px;
}

/* ----------- Forms ---------------------------- */

.select-box {
	background: #fff;
}

.input-box {
	background: #fff;
	border: #ccc solid 1px;
}

.input-box-missing {
	background: #FEFAD8;
	border: #ccc solid 1px;
}

.submit-button {
	clear: both;
}

.clean {
	font: 10px Verdana, Arial, sans-serif;
	line-height: 1.5em;
	color: #666;
}

form {
	margin: 0;
}

#info_box {
	border: #ccc solid 1px;
	width: 280px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 5px 20px 5px 20px;
}

#wide_box {
	border: #ccc solid 1px;
	width: 90%;
	text-align:center;
	padding: 5px 20px 5px 20px;
}

/* ----------- Header / Footer Styles --------------------- */

#header {
	width: 100%;
	background-color: #fff;
	background-image:url(/graphics/header_home.jpg);
	height:280px;
	background-position:top center;
	background-repeat:no-repeat;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#header a {
	color: #fff;
	text-decoration: none;
} 

#header a:visited	{
	color: #fff;
}

#header a:active {
	color: #cbb576;
}
 
#header a:hover {
	color: #cbb576;
	text-decoration: underline;
}

#header p {
	color: #fff;
}

#footer {
	width:758px;
	margin-bottom: 10px;
	height:38px;
	background-image:url(/graphics/footer_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin-left: 1px;
	clear: both;
}

#footer p {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 13px;
}

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

#footer a:visited	{
	color: #fff;
}

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

#address_bar {
	margin-bottom: 10px;
	text-align: center;
	clear: both;
}

#address_bar p {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #351500;
	line-height: 1.5em;
}

#address_bar a {
	color: #630;
	text-decoration: none;
} 

#address_bar a:visited	{
	color: #630;
}

#address_bar a:active {
	color: #630;
}
 
#address_bar a:hover {
	color: #630;
	text-decoration: underline;
}

#designby
{
	height: 37px;
	width: 132px;
	overflow: hidden;
	background: url(/graphics/modernleaf.gif) top left no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#designby:hover
{
	background-position: bottom left;
}

/* ----------- Structural Styles ----------------- */

#container {
	width:760px;
	margin:0 auto 0 auto;
	background-color: #F3F1D3;
}

#content {
	float: center;
	border: #f3f1d3 solid 1px;
	background-image:url(/graphics/inner_bgtile.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

#subcontent {
	float: center;
	border: #f3f1d3 solid 1px;
	background-image:url(/graphics/inner_bgtile_sm.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

#blankcontent {
	float: center;
	border: #f3f1d3 solid 1px;
	background-color:#fff;
}

#headnav {
	position: relative;
	right: 5px;
	top: 10px;
	float: right;
}

#rightcol {
	width: 360px;
	padding: 10px;
	float: right;
	text-align: center;
}

#rightcol img {
	border: #fff solid 2px;
	text-align: center;
}

#testimonial {
	padding: 30px;
	text-align: left;
}

#testimonial p {
	color: #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-style:italic;
	text-align: justify;
	
}

#innerright {
	padding: 0 10px 10px 10px;
	text-align: left;
}

#leftcol {
	margin-right: 375px;
	text-align:left;
}

#splitcol_right {
	width: 45%;
	float: left;
	margin-left: 25px;
}

#splitcol_left {
	width: 45%;
	float: left;
	margin-left: 15px;
}

#subrightcol {
	width: 305px;
	padding: 10px;
	float: right;
	text-align: center;
}

#subrightcol img {
	border: #fff solid 2px;
	text-align: center;
}

#subleftcol {
	margin-right: 340px;
	text-align:left;
}

#innerleft {
	padding: 15px;
}

#leftcol p {
	padding-left: 10px;
}

#leftcontent {
	position: relative;
	left:0px;
	width:272px;
	text-align:center;
	float:left;
}
		
#centercontent {
	position: relative;
	left:0px;
	width:246px;
	text-align:center;
	float:left;
}

#rightcontent {
	position: relative;
	left:0px;
	width:235px;
	text-align:center;
	float:left;
}

#leftnav {
	width: 225px;
	padding-left:10px;
	float: left;
}

#leftnav ul li a {
	display: block;
	padding: 3px 4px 3px 4px;
	color: #996;
	text-decoration: none;
	width: 190px;
}

#leftnav ul li a:hover {
	background-color: #996;
	color: #fff;
}

#fullcol {
	clear:both;
	float: center;
	text-align: left;
}

#fullcol h1 {
	padding-left: 15px;
	padding-top: 10px;
}

#fullcol ol
{
	width: 700px;
}

#fullcol ol li
{
	float: left;
    width: 350px;
	margin-bottom: 8px;
 }

#fullcol br
{
	clear: left;
}

#fullcol div.wrapper
{
    margin-bottom: 5px;
}

#single-col {
	padding-left: 15px;
	padding-right: 15px;
	clear:both;
	float: center;
	text-align: left;
}

#imghead {
	height:315px;
	text-align:center;
}

#smimghead {
	height:200px;
	text-align:center;
}

/* commented backslash hack v2 \*/
* html #leftcol {
height: 1%; /* Lendering bug fix for IE6.0 */
}
/* end hack */