/* *******************
whole page text styles
********************* */
html {
	font-size: 16px;
}
* body { /* redundant for IE */
	font-size: 100%;
}
body {
	background-color: #004;
	color: #fff;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	margin: 0;
	padding: 0; 
	font-size: 76%; /* set base font size of 12px */
}
body *  {
		margin: 0;
		padding: 0;
}
h1, h2, h3, h4, h5 {
	font-family: georgia, "times new roman" , serif;
	font-weight: bold;
	margin:  .1em 0 .5em 0;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em
}
h3 {
	font-size: 1.4em
}
h4 {
	font-size: 1.2em
}
h5 {
	font-size: 1em
}
p {
	line-height: 1.4em;
margin:  0 0 .7em 0;
}
blockquote {
	font-style: italic;
	font-size: .95em;
	border-bottom: 1px solid #999;
	padding: 0 .5em 0 0;
}
blockquote p {
	border-top: 1px solid #999;
	padding: .7em 0 0 0;
}
blockquote p.right {
	border: none;
	padding-top: 0;
	font-weight: bold;
}
img {
	border: 0;
}
hr {
	margin-bottom: .5em;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.bigger {
	font-size: 1.1em;
	font-weight: bold;
}
ul.biglist {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 1em 0 1em .5em;
	margin: 1em 1em 0 0;
}
ul.biglist li{
	list-style-image: url("images/checkmark.png");
	font-size: 1.1em;
	font-weight: bold;
	list-style-position: inside;
}
a {
	color: #9E000D;
	text-decoration: underline;
}
a:visited {
	color: #606;
	background: transparent;
}
a:hover {
	color: #000;
	background: transparent;
}

/* *******************
the container 
********************* */
#container {
	color: #401B03;
	margin: 30px auto 6px auto;
	width: 731px;
	text-align: left;
}

/* *******************
top site navigation tabs
********************* */
#header {
	height: 24px;
	margin: 0  0 0 32px; 
}
.nav, .here {
	width: 99px;
	height: 24px;
	float: left;
	background: url(images/tab_back.png) left top ;
	background-repeat: no-repeat;
	text-align: center;
	border-bottom: #999 solid 1px;
	margin: 0;
}
.here  {
	border-bottom: #D1D3A2 solid 1px;
	background: url(images/tab_up.png) left top ;
}
p.tab {
	padding: 5px 0 0 0;
	margin: 0;
}
#header .nav a, #header .here a {
	padding: 7px 20px;
	text-decoration: none;
	font-family: georgia, "times new roman", serif;
	font-weight: bold;
	color: #333;
	margin: 0;
}
#header a:hover {
	color: #D3924C;
}



/* *******************
main content section
********************* */
#main { 
	background: #D1D3A2 url(images/bg_mid.png) repeat-y;
	background-repeat: repeat-y;
	margin: 0 12px 0 0;
	width: 721px;
}

/* *******************
left column 
********************* */
#contentcol {
	margin-right: 393px;
	margin-left: 43px;
	z-index: 3;
}
#contentcol ul, #contentcol ol, #goacross ul, #goacross ol {
	margin-left: 30px;
}
#contentcol li, #goacross li {
	margin-bottom: .5em;
	vertical-align: bottom;
}
img.logo {
	margin:  0 0 10px 20px;
}
h1.small {
	font-size: 1.6em;
}

/* *******************
just a box to hold the top color band
********************* */
#maintop { 
	height: 32px;
	background-repeat: no-repeat;
	background-image: url(images/bg_top.png);
	background-position: top left; 
 	margin-left: -1px; 
}

/* *******************
main page photo
********************* */
#mainphoto {
	width: 383px;
	height: 296px;
	background: url(images/photo_frame.png) no-repeat;
	margin-top: -1px;
	margin-left: -2px;
}
* html #home #mainphoto {
	margin-left: 0;
}
img#photoframe {
	padding: 14px 0 0 24px;
}

/* *******************
right column
********************* */
#rightcontent {
	margin: 10px 46px 10px 20px;
}
#quotecol {
	float: right;
	width: 381px;
	margin-right: -1px;
}
#quotecol ul, #quotecol ol {
	margin-left: 34px;
}
#quotecol li {
	margin-bottom: .5em;
}

/* *******************
go across - for full width under photo
********************* */
#goacross {
	margin-left: 5em;
	clear: right;
}	

/* *******************
bottom curved lines
********************* */
#mainbottom {
	clear: both;
	height: 52px;
	background-image: url(images/bg_bottom.png);
}

/* *******************
footer
********************* */
#footer {
	margin: .92em;
	color: #fff;
	text-align: center;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #c00;
}

/* *******************
gallery
********************* */
#photogallery {
	margin: 1em;
	width: 85%;
	clear: left;
}
div.thumbnail {
	float: left;
	width: auto;
}
.thumbnail img {
	padding: 10px;
	margin: 4px;
	border: 1px solid #999;
	background: #fff;
}
/* *******************
form
********************* */
form {
	margin: 0 0 1.5em
	}
input {
	margin: 2px 0;
	}
fieldset {
	border: none;
	}
label {
	display:block;
	padding: 5px 0;
	}
label br {
	clear:left;
	}
input.f-submit {
	padding: 1px 3px;
	background:#666;
	color:#fff;
	font-weight:bold;
}
form.contact {
	width:65%;
	padding: 1em;
	margin: 1em 12%;
	border: solid 1px #fff;
	}
form.contact fieldset {
	width:auto;

	}
form.contact label, form.contact h4.radiolable {
	border-top: 1px solid #fff;
	font-family: arial, tahoma, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
form.contact h4.radiolable {
	margin: 0 0 0 -8px;
	padding: .4em 0 0 0;
}
	/* hide from IE mac \*/
		form.contact label {float:none}
		/* end hiding from IE5 mac */
	
form.contact label input, form.contact label textarea, form.contact label select {
	width:15em;
	float:left;
	margin-left:10px;
	}
.req {
		color:#c00;
}
form.contact div.req  {

	text-align: right;
}
form.contact label select {
	width: 15.5em;
	}
input.radio  {
	margin: .6em .2em 0 3em;
}
form.contact label textarea.f-comments {
	width: 30em;
	height: 15em;
	}

form.contact input.f-submit {
	margin: 0 0 0 10px;
	}
.labelpad {
	padding: 1em;
}
		
