/******************
HTML Tags
******************/

body {
	font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color:#666666;
	background: url(bg-main5.gif);
	background-attachment:fixed;
	line-height:145%;
	letter-spacing:0.02em;
	text-align:justify;
	font-size:.72em;
	margin-left:35px;
	margin-right:35px;
	margin-bottom:10px;
	}

#content p, #content-side-2 p, table {
	margin:0px 0px 20px 0px;
	}

#content-side-2 img {
	border:none;
	}
#footer a {
    color:#666666;
	font-weight: bold;
}
p:first-letter {
font-size:1.08em;
	
}
/******************
FORM STYLES
******************/
fieldset {
padding:10px;
}


label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	display: block;
	margin-right: 10px;
	position: relative;
	width: 150px;
	float: left;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputField   {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	height: 15px;
	}
	
input.formInputField:hover {
	background-color: #f5f4ee;
	color: #000;
	}
	
select.formInputField  {
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	}

input.formInputButton   {
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: left;
	padding: 3px;
	margin-right: 5px;
	vertical-align: left;
	background-color:#806d21;
	color:#ffffff;
	margin-left:30px;
	}
	
input.formInputButton:hover   {

	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#806d21;
	}

a:visited {
	color:#806d21;
	}

a:hover {
	color:#ff9900;
	}

a:active {
	color:#806d21;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

#mainnav-container a:visited {
	color:#FFFFFF;
	}

#mainnav-container a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	}

#mainnav-container a:active {
	color:#FFFFFF;
	}

/* All link states are selected with an "a" */
#header a {
	color:#806d21;
	}

#breadcrumb-container a {
	color:#0000FF;
	}

/******************
HEADINGS
******************/

h1 {
	font-size:1.6em;
	padding:0;
	margin:0 0 10px 0;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1.4em;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}

#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}

/******************
Layout Divs
******************/
#header {
background: url(logo6.gif) no-repeat;
height: 130px
}
#mainnav-container {
	width: 100%;
	background: #806d21 url(bg-curve-top-left.gif) no-repeat;
	padding-top:15px;
	padding-bottom:30px;
	}

#mainnav {
	margin-left: 50px;
	}


#content-container {
    background-color:#f1f1f1;
	padding:4px;
	margin:0px;
	position:relative;
	
	}

#content-side {
	visibility: none;
	}

#content-side-2 {
	visibility: none;
	}

#content {
	padding:10px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	height:100%;
	background-color: #f9f9f9;
	
	}

#three-column-container {
	width:100%;
	margin:10px 0px;
	text-align:justify;
	}

#three-column-left {
	float:left;
	width:30%
	}

#three-column-right {
	float:right;
	width:30%
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%
	}

#footer {
	margin-top:20px;
	padding:20px 10px 0px 10px;
	text-align:center;
	background: #ffffff url(bg-topnav.gif) repeat-x;
	clear:both;
	font-size:.85em;
	padding-bottom:10px;
	margin-left:75px;
	margin-right:75px;
	border-top: solid #cdcdcd 2px;
	}

/**********************************
MENU ITEMS @ document root
style sheet csshorizontalmenu.css
***********************************/



/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:2px 0px 2px 12px;
	margin:0px;
	background: url(bullet.gif) no-repeat;
	background-position: 0 50%;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content ul.link-list-vertical li a:link {
	padding:2px 0px 2px 12px;
	background: url(bullet-link.gif) no-repeat;
	background-position: 0 50%;
	}

#content ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 12px;
	background: url(bullet-link-visited.gif) no-repeat;
	background-position: 0 50%;
	}

#content ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 12px;
	background: url(bullet-link-hover.gif) no-repeat;
	background-position: 0 50%;
	}

#content ul.link-list-vertical li a:active {
	padding:2px 0px 2px 12px;
	background: url(bullet-link-active.gif) no-repeat;
	background-position: 0 50%;
	}



/******************
TABLE STYLES
******************/

.table {
	width:100%;
	border-collapse:collapse;
	}
	
.table td {
	padding:10px;
	background: #ffffff url(bg-topnav.gif) repeat-x;
	border-top: solid #fdfdfd 1px;
	}

thead th, tfoot th {
	padding:12px;
	font-weight: bold;
	color: #806d21;
	text-align:center;
	}
.table a {
	font-weight: bold;
}
/******************
Page Navigator
******************/
div.navigator{
			font-size:smaller;
			padding:5px;
			text-align:center;
		}
		div.totalpagesdisplay{
			padding-top:15px;
			font-size:smaller;
			text-align:center;
			font-style:italic;
		}
		.navigator a, span.inactive{
			padding : 0px 5px 2px 5px;
			margin-left:0px;
			border-top:1px solid #999999;
			border-left:1px solid #999999;
			border-right:1px solid #000000;
			border-bottom:1px solid #000000;
		}
			.navigator a:link, .navigator a:visited,
		.navigator a:hover,.navigator a:active{
			color: #ffffff;
			background-color: #827028;
			text-decoration: none;
		}
		span.inactive{
			background-color :#EEEEEE;
			font-style:italic;
		}
/******************
CLASSES
******************/

.button-big {
	margin-top:8px;
	}

img.photobig, img.photosmall {
	background: #eaeaea;
	padding:4px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	background: url(bg-photo-frame.jpg) repeat-x;
	}
img.photobig {
margin-left:10px;
margin-bottom: 2px;
float: right;
}
	
.searchbox {
	height:13px;
	margin:0px;
	padding:0px;
	width:8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}

.button-search {
	height:18px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: url(bg-button-search.gif) repeat-x;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0000FF;
	}

.none {
	display:none;
	}

.clear {
	clear:both;
	}
	
.space {
	margin-bottom:30px;
}
.spacetop {
	margin-bottom: 15px;
}
.spacet {
	padding-top: 2px;
	background-color:#f1f1f1;
}
.c {
	font-weight: bold;
	text-align: center;
}
.g {
  color: #806d21;
}
.ad {
	float: right;
	width:48%;
	padding:10px;
	background:#f9f9f9;
}
.contact {
	float: left;
	width:46%;
	padding:2px;
	background:#f9f9f9;
	margin-bottom:20px;
	padding-bottom:10px;
}
.address {
float: left;
width: 200px;
padding:10px;
}

.nav {
float: left;
padding-right: 10px;
}
.top {
    padding:10px;
	background: #ffffff url(bg-topnav.gif) repeat-x;
	border-top: solid #fdfdfd 1px;
}
img.floatr {
width:200;
float:right;
padding:0;
margin:5px;
}

img.floatl {
width:200;
float:left;
padding:0;
margin:10px
}