/* CSS Document */

/* ====== site-wide definitions ====== */
html {
     overflow: -moz-scrollbars-vertical;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	background-color: #000000;
	}

p {
	padding-right:10px;
	padding-left:10px;
	font-weight: bold;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	}
h1 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	}
h2 {
	font-size: 12px;
	color: #FFFFFF;
}
h3 {
	font-size: 10px;
	color: #FFFFFF;
}
/*hide the left column when printing*/ 
h4 {
	font-size: 14px;
	color: #FFFFFF;
}

a:link, a:visited {
	color: #5B325E;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}
img {
	border: none;
	}
td {

}

/* =============== PAGE LAYOUT =============== */

#pagewidth{
	width:740px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}
#wrapper {	
 	margin: 0px 0px -20px 0px;
	}
/*#wrap { 
	position: relative; 
	}*/
#navigation {
	position: relative;
	z-index: 7;
	width: 740px;
	height: 19px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	}
/*#wave {
	background-image: url(../images/top.gif);
	width: 100%;
	height: 82px;
	}*/
#header {
	width: 740px;
	height: 350px;
	background-image: url(../images/img_header.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	}
/*#flash {
	width: 100%;
	height: 350px;
	}	*/
#content {
	position: relative;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	padding: 15px 30px 20px 30px;
	}
#content a, a:visited {
	color: #5B325E;
	text-decoration: none;
	font-weight: bold;
	}
#content a:hover {
	color: #5B325E;
	text-decoration: underline;
	font-weight: bold;
	}	
#contentForm {
	position: relative;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	padding: 0px 30px 0px 30px;
	}		
#copyright {
	position: relative;
	width: 100%;
	background-image: url(../images/bg_main.jpg);
	padding: 20px 0px 10px 0px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #5C6123;
	}	
#columnLeft {
	float: left;
	width: 70%;
	position: relative; 
	margin-top: -2px;
	}
#columnMain {
	float: left;
	display: inline;
	position: relative;
	width: 24%;
	top: 3px;
	margin-left: 0px;
	padding-bottom: 20px;
	}
/*#sitemap {
	clear: both;
	position: relative;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #000033;
	top: -100px!important;
	top: 0px;
	height:20px;
	}*/
/*#flowers {
	position: absolute;
	width: 740px;
	margin-left:auto;
	margin-right:auto;
	top: 38px;
	left: 256px;
}*/
#lwave {
	background-image: url(../images/img_wave.jpg);
	width: 100%;
	height: 24px;
	background-repeat: no-repeat;
	clear: both;
	}
#footer {
	height: 50px;
	clear: both;
	z-index: 1;
	}
/*#wrapper {	
 	margin: 0px 0px -20px 0px;
	}*/

/* ============  GALLERY ============ */


#content .thumbnail-list { 
		padding: 0;
		background: none;
		border: 0px;
		line-height: 16px;
	}
.thumbnail-list li {
	list-style:none;
	width: 150px;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 25px;
	float: left;
	font-weight: bold;
}
	.thumbnail-list a .thumb {
	width: 120px;
	padding: 5px;
	border: 1px solid #ABA995;
	background-color: #000000;
	}
	.thumbnail-list a:hover .thumb {
		border-color: #FFF;
	}
	.thumbnail-list a .thumblg {
	width: 222px;
	padding: 5px;
	border: 1px solid #ABA995;
	background-color: #000000;
	}
	.thumbnail-list a:hover .thumblg {
		border-color: #FFF;
	}	
	.thumbnail-list li a {
		text-decoration: none;
		color: #FFF;
	}
	.thumbnail-list li a span {
		font-size: 10px;
		font-weight: normal;
		color: #ABA995;
		display: block;
	}
	.thumbnail-list li a:hover span {
		text-decoration: underline;
	}
.gallerytext {
	color:#5C6123;
	font-weight: bold;
	}
.gallerymenu {
	padding-left: 230px;
	}	

/* ============  MENUS ============ */
#mainmenu {
	padding: 0;
	margin: 0;
	}
#mainmenu li {
	float: left;
	position: relative;
	list-style: none;
	}
#mainmenu a { 
	color: #ffffff; 
	text-decoration: none;
	}
#mainmenu a:hover {
	text-decoration: underline;
	}
#mainmenu li:hover ul, #mainmenu li.over ul { 
	display: block; 
	}
#mainmenu li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu_bg.jpg);
	}
#mainmenu ul li {
	width: 185px;
	clear: left;
	}

/* =============== formatting  =============== */
#header img {
	margin-top: 41px;
	margin-left: 11px;
}
#copyright a, a:visited {
	color: #5C6123;
	text-decoration: none;
	font-weight: bold;
	}
#copyright a:hover {
	color: #5C6123;
	text-decoration: underline;
	font-weight: bold;
	}
.mainquote {
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
}
.quoteindent {
	text-align: right;
}	
	
/*.copyright {
	margin-top: 20px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #FFBB71;
	}
.copyrightlink {
	text-decoration: none;
	font-weight: bold;
	color: #FFBB71;
}
a.copyrightlink:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFBB71;
}
a.copyrightlink:visited {
	font-weight: bold;
	color: #FFBB71;
}*/	
.text_left {
	float:left;
	padding-left: 15px;
	padding-right: 5px;
}
.text_right {
	float: right;
	padding-left: 5px;
	padding-right: 15px;
}
.image_logo {
	float:right;
	padding: 0px;
	margin-right: 35px;
}
.image_floatRight {
	float:right;
	padding: 10px;
	margin-right: 20px;
	margin-left: 10px;
}
.image_floatLeft {
	float:left;
	padding-left:20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.wrapLeftNav {
	padding: 3px 0px;
	}
.nobold {
	font-weight:normal;
	}	
/*.smalltext {
	font-size: 13px;
	font-variant: small-caps;
	color: #5B325E;
	text-align: right;
	font-weight: bold;
	}
a.smalltext:link {
	font-size: 12px;
	font-variant: small-caps;
	color: #5B325E;
	text-align: left;
	}
a.smalltext:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #5B325E;
}
a.smalltext:visited {
	font-weight: bold;
	color: #5B325E;
}
	
/* =============== vertical menu  =============== */
/* #subNav {
	float: right;
	width: 90%;
	text-align: left;
	padding-top: 2px;
	}
#subNav a:link, a:visited {
	color: #000033;
	text-decoration: none;
	font-weight: bold;
	}
#subNav a:hover {
	color: #C46523;
	text-decoration: underline;
	font-weight: bold;
	}
#subNav ul {
	list-style: none;
	line-height: 25px;
	margin-left: 30px;
	padding-left: 0;
	}
#subNav li {
	color: #D56929;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16px;
	padding-bottom: 0px!important;
	padding-bottom: 8px;
	}
#subNav li a:link {
	color: #000033;
	list-style-image: url(../images/bullet.gif);
	}
#subNav li a:hover {
	color: #D56929;
	text-decoration: none;
	}
#subNav li a.special:hover {
	color: #D56929;
	text-decoration: overline;
	}
a.special:link {
     color: #D56929;
     }
a.special:visited {
     color: #D56929;
     }
#subNav li ul {
	list-style: none;
	margin-left: 20px;
	padding-left: 9px;
	}
#subNav li ul li {
	color: #D56929;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16px;
	padding-bottom: 0px;
	}
#subNav li ul li a:link {
	color: #D56929;
	}
#subNav li ul li a:hover {
	color: #9C2E16;
	text-decoration: overline;
	}
#subNav li ul li a:visited {
	color: #D56929;
	}



		
		

/* *** Float containers fix: */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix {
	display: inline-block;
 	}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 /*printer styles*/ 
 @media print{ 

