@charset "utf-8";

/*BEGINNING OF MAIN TEMPLATE CSS*/
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#f6f6f6;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;

}

#header {
	height: 79px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	width: 1000px;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#logo{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 285px;
	float: left;
	height: 79px;
}
#menu{
	float: right;
	width: 705px;
	text-align: right;
	position: relative;
	height: 79px;
	
}

#menu div {
	bottom:0;
	right:0;
	position:absolute;
}
/*#menuBottom{
	bottom:0;
	float: right;
}*/
/*#menuhead{
	width: 705px;
	position: absolute;
	float: right;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-decoration: none;
	font-weight: normal;
	bottom: 15px;
}*/


#mainContent {
	background: #4464A7;
	height: 470px;
}
#footer {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 500;
	text-align: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#copyright{
	float:right;
	text-align:right;
}
/*END OF MAIN TEMPLATE CSS*/

.slideshow_btn{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 500;
}

#fadeshow_div {
	float:right;
	border-left: 2px solid #f6f6f6;
	margin-left: 20px;
}

#fullimages-albums {
	float:right;
	border-left: 2px solid #f6f6f6;
	margin-left: 20px;
	display:none;
	visibility:hidden;
}


.align-right{
	text-align:right;
}

.align-left{
	text-align:left;
}

.align-center{
	text-align:center;
}



#swoosh {
	width:250px;
	height:470px;
	z-index:1;
	float: left;
	padding: 10px;
}
#gallerymenu {
	width:540px;
	height:440px;
	z-index:inherit;
	margin: 0 auto;
	padding: 30px 0px 0px 0px;
	
}

#contactinfo {
	padding-left: 20px;
	font-size:12px;
	padding-top: 5px;
	padding-right: 20px;
}


.gallerymenuitem{
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px 5px 5px 5px;
	margin: 10px 30px 10px 30px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 500;
}

.gallerymenuitem a{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 500;
	color: #000000;	
}

.gallerymenuitem a img{
	border:none;
}

.menu_btn{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 500;
}

.right_border{
	border-right: 2px solid #f6f6f6;
}

.left_border{
	border-left: 2px solid #f6f6f6;
}
.menu_sub{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 500;
}


.light-grey{
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.body_link{
	color: #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
}

.rate_link{
	color: #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
}

.clear{
	clear:both;
}

.img-right{
	float:right;
	border-left: 2px solid #f6f6f6;
	margin-left: 20px;
}

.img-left{
	float: left;
	border-right: 2px solid #f6f6f6;
	margin-right: 20px;
}

.img-borders-sides{
	border-right: 2px solid #f6f6f6;
	border-left: 2px solid #f6f6f6;
}

#imagePreloader {
	visibility:hidden;
	display:none;
}

.full_border{
	border-left: 2px solid #f6f6f6;
	border-right: 2px solid #f6f6f6;
	border-top: 2px solid #f6f6f6;
	border-bottom: 2px solid #f6f6f6;
}


#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font-family: Arial, Helvetica, sans-serif;
border-bottom: 1px solid white;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
font-size: 12px;
text-decoration: none;
letter-spacing: 1px;
font-weight: 500;
padding: 3px 0.5em;
margin-right: 2px;
border: 1px solid #784e2f;
border-bottom: none;
background: #784e2f;
}

#tablist li a:link, #tablist li a:visited{
color: black;
}

#tablist li a:hover{
color: black;
background: white;
border-color: #784e2f;
}

#tablist li a.current{
background: white;
color: black;
}