@charset "utf-8";
/* CSS Document */
/*GENERAL STYLES*/
html {
      overflow-y: scroll;
}
body {
	color:#000;
	background: #000 url(../media/bg.jpg) center no-repeat fixed; 
	margin: 0px auto; 
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, Veranda, sans-serif;
	font-size: 1.1em;
}
a:link { color: #666; }
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.7em;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
}


a:visited { color: #666; }
a:hover { color: #666; }
a:active { color: #666; }

img {
	border: 0px;
}

#outerdiv {
	margin: 2px auto;
	width: 959px;
	background-color:#fff;
	/*border: 1px solid #3F0;*/
}

/*HEADER STYLES*/
#header {
	background: #000 url(../media/header.jpg) no-repeat;
	width: 959px;
	height: 188px;
	padding: 0px;
	margin: auto;
}

#header_logo {
	float: left;
	padding: 15px 0px 5px 20px;
}

#headerright {
	float: right;
	position: relative;
	top: 119px;
	text-align:right;
}

#headermenulinks a {
	padding: 0px 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.3em;
}

#headermenulinks a:link {color: #FFF; text-decoration: none;}
#headermenulinks a:visited {color: #FFF; text-decoration: none;}
#headermenulinks a:hover {color: #FFF; text-decoration: underline;}
#headermenulinks a:active {color: #FFF; text-decoration: none;}

/* top navigational links */
#topnavlinks {
	font-size: .85em;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	text-align: right;
	position: relative;
	top: -55px;
	margin-right: 60px;
}

h1 {
	color: #775B53;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	padding: 2px 0px;
	margin: 0px;
}

h2 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	padding: 2px 0px;
	margin: 0px;
	font-size: 1.3em;
	line-height: 1.5em;
}

#content_container {
	background: #FFF url(../media/page_bg_main.gif) repeat-y;
	clear: left;
	width: auto;
	margin: 0px 0px; 
	padding: 10px 57px;
	font-size:.9em;
	/*border: 1px solid #00CC00;*/
}

/* footer */
#footer {
	clear: left;
	background: #FFF url(../media/page_bg_bot.gif) no-repeat;
	width: 959 px;
	height: 79 px;
	padding: 0;
	margin: 0;
}
#footerlinks {
	Text-align:center;
	font-size:.9em;
	padding: 0px 0px 50px 0px;
}

#footerlinks a:link {color: #666; text-decoration: none; padding: 0px 20px;}
#footerlinks a:visited {color: #666; text-decoration: none; padding: 0px 20px;}
#footerlinks a:hover {color: #666; text-decoration: underline; padding: 0px 20px;}
#footerlinks a:active {color: #666; text-decoration: none; padding: 0px 20px;}

/* inside pages */
/* Thumbs and larger photo - show hide thumbnails */
.full_image {
	display: none;
	font-size: .75em;
	text-align: center;
	margin: 0px 0px 10px 0px;	
}
#thumb_group {
	display: table;
	margin: 0px;
	padding: 0px;
}
.thumb {
	float: left;
	margin: 6px 4px;
	padding: 5px;
	width: 120px;
	height: 90px;
	list-style: none;
}
.thumb a:link {color: #666; text-decoration: none;}
.thumb a:visited {color: #666; text-decoration: none;}
.thumb a:hover { color: #666; text-decoration: none;}
.thumb a:active {color: #666; text-decoration: none;}
.thumb img {
	background: url(../media/thumb_bg.gif) no-repeat center  center;
 }
.thumb img:hover {
	background: url(../media/thumb_bg.gif) no-repeat center  center;
	padding: 15px;
	position: relative;
	top: -15px;
	left: -15px;
 }
