a:visited, a:link, a:active {
	text-decoration:none;
	}

#nav { padding:0; font-size:1.1em; z-index:999;
width: 94.2%;
background: #A1AD90;
 }


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
background: #A1AD90;
padding: 0;
	}
#nav li li {
padding:0;
}
#nav li.over { z-index:99; }
#nav li.active { z-index:999; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:1.3em; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; }


/************ 1ST LEVEL  ***************/
#nav li { float:left; font-size:.9em; margin:0;}
#nav li.active a { color:#FFF; }
#nav a { float:left; padding: .5em 1em; color:#FFF; font-weight:normal; }
#nav li.over a, #nav a:hover { color:#000; }


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
	float:none;
	height:auto;
	background:none;
	margin:0;
	}
#nav ul a, #nav ul a:hover {
	float:none;
	padding:0;
	background:none;
	}
#nav ul li a { font-weight:normal !important; }


/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:15em;
	top:25px;
	left:-10000px;
    border:1px solid #899ba5;
}

/* Show menu */
#nav li.over ul { left:0; }
#nav li.over ul ul { left:-10000px; }
#nav li.over ul li.over ul { left:100px; }

#nav ul li a { background:#FFF; }
#nav ul li a:hover { background:#668187; }
#nav ul li a span {}
#nav ul li a, #nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}
#nav ul li.last span { background:none; }

/************ 3RD+ LEVEL ************/

#nav ul ul { display:none; }
#nav ul ul ul { left:-10000px; }
#nav li.over ul li.over ul ul { left:-10000px; }
#nav li.over ul li.over ul li.over ul { left:100px; }


/* Fix for the IE bug */

#nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

.imageDiv {
position:relative;
}
.imageDiv h3 {
color:#FFF;
position:absolute;
bottom:0;
right:0;
font-size:1em;
text-transform:uppercase;
background: url(/graphics/image_title2.png);
padding:.2em 1em;
}
.imageDiv h3 a:link, .imageDiv h3 a:visited {
text-decoration:none;
color:#FFF;
}
#main_content {
position:relative;
top:.7em;
left:-2.1em;
}

#main_content_home {
position:relative;
top:-1.7em;
left:-1em;
}


#right_bar {
width: 10em;
position:absolute;
top:0;
right:5.5em;
}
#right_bar img {
margin: 0 0 .3em 0;
}
.col-left ul {
margin:0;
padding:0;
position:relative;
top:.5em;
left:-2em;
background:#A1AD90;
}
.col-left ul a{
color:#fff;
text-decoration:none;
padding:.2em .2em .2em .5em;
display:block;
border-bottom: solid .01em #BFCFA8;
}
.col-left ul ul{
margin:0;
padding:0;
position:relative;
top:0;
left:0;
background:#D0D3C4;
}
.col-left ul ul a{
color:#000;
text-decoration:none;
padding:.2em .2em .2em .5em;
display:block;
border-bottom: solid .01em #BFCFA8;
}
.col-left ul ul ul{
margin:0;
padding:0;
position:relative;
top:0;
left:0;
background:#E3E6DB;
}
.col-left ul ul ul a{
color:#000;
text-decoration:none;
padding:.2em 1em;
display:block;
border-bottom: solid .01em #BFCFA8;
}
.footer-container {
 position:relative;
top:1em;
}
.footer {
    width:899px;
    margin:.5em auto;
    padding:.5em 0;
    position:relative;
    background:#A1AD90;
    top:0;
    left:-2.3em;
    }
.category-text2 {
position:relative;
left:36.5em;
}
td h5 {
background:#A1AD90;
width:105%;
height:30px;
padding:.5em;
position:relative;
top:-1em;
left:-.9em;
text-align:center;
}
td h5 a:link, td h5 a:visited {
color:#FFF;
text-decoration:none;
font-weight:normal;
padding: 0 0 0 .5em;
display:block;
}

.cat-nav-table {
margin: 0 0 1em 0;
}
.col-main dl {
padding: 1em 0;
}
.col-main dd {
width:90%;
}
#contactForm {
left:-1em;
position:relative;
}
#contactForm .button-set {
padding: 0 0 2em 0;
width:99.5%;
}
.header-nav h4 {
position:absolute;
color:#A1AD90;
font-weight:normal;
top:10.5em;
}

/* Custom Callouts */

#call_out_top_left {
position:absolute;
display:block;
color:#fff;
top:0.1em;
left:0;
font-size:3em;
font-family:puritan; 
/* background:url(/graphics/image_title2.png); */
height:.5em;
width:18em;
padding: .2em .5em .7em .5em;
text-align:left;
}


#call_out_top_right{
position:absolute;
display:block;
color:#fff;
top:0.1em;
left:0;
font-size:3em;
font-family:puritan; 
/* background:url(/graphics/image_title2.png); */
height:.5em;
width:18em;
padding: .2em .5em .7em .5em;
text-align:right;
}

#call_out {
position:absolute;
display:block;
color:#fff;
top:2em;
left:0;
font-size:6em;
font-family:puritan; 
text-align:center;
/* 
background:url(/graphics/image_title2.png); 
*/
width:8.5em;
height:.5em;
padding: .2em .5em .7em .5em;
margin: 0 auto;
}

#call_out_bottom_left {
position:absolute;
display:block;
color:#fff;
bottom:0em;
font-size:3em;
font-family:puritan; 
/* background:url(/graphics/image_title2.png); */
height:.5em;
width:18em;
text-align:left;
padding: .2em .5em .7em .5em;
}

#call_out_bottom_right {
position:absolute;
display:block;
color:#fff;
bottom:0em;
font-size:3em;
font-family:puritan; 
/* background:url(/graphics/image_title2.png); */
height:.5em;
width:18em;
text-align:right;
padding: .2em .5em .7em .5em;
}

#call_out_side_top{
position:absolute;
display:block;
color:#fff;
top:0em;
right:-.5em;
font-size:3em;
font-family:puritan; 
/* 
background:url(/graphics/image_title2.png);
border:solid .1em #990000; 
*/
width:3em;
text-align:right;
padding: .2em .3em .7em .3em;
}

#call_out_side_middle{
position:absolute;
display:block;
color:#fff;
top:3.4em;
right:-.1em;
font-size:3em;
font-family:puritan; 
/* 
background:url(/graphics/image_title2.png); 
border:solid .1em #990000;
*/
width:3em;
text-align:right;
padding: .2em .3em .7em .3em;
}

#call_out_side_bottom{
position:absolute;
display:block;
color:#fff;
top:8.2em;
right:.8em;
font-size:3em;
font-family:puritan; 
/* 
background:url(/graphics/image_title2.png); 

*/
width:3em;
text-align:right;
padding: .2em .3em .7em .3em;
}

#right_bar a {
z-index:100;
display:block;
width: 15em;
}

#address1, #address2 {
float:right;
padding: 0 1em 0 0;
width:26em;
}


#map, #map2 {

diaplsy:block;
margin: 0 1em 1em 0;
}


#contactForm fieldset{
display:block;
clear:both;
width:65em;
}

/* =========== / galleries / ============= */

.gallery-left {
margin: -1em 0 0 -2em;
float:left;
padding: 0 0 0 2em;
}

.gallery-left ul {
margin: 0 0 0 1em;
}

.gallery-right {
margin: -.5em 0 0 .5em;
float:left;
}

.facebook {
position:absolute;
top:1em;
right:1em;
}

.paginationControl {
padding: 0 0 2em 0;

}