@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	background-color:#3F464F;
	
}
#bgContatiner{
	width: 100%;
	background-color:#3F464F;
	background-image:url(../_images/bg.gif);
	background-repeat: repeat-x;
	clear: both;
}
#quoteContainer{
	width: 100%;
	background-color:#515A66;
	clear: both;
}
#contentContainer{
	width: 100%;
	background-color:#e5e5d8;
	clear: both;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
td{
	vertical-align: top;
}
/*
 *
 */
a:link, a:active, a:visited{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	color: #6F8DA5;
	text-decoration: none;
}
/*
 *Logo
 */
#logo{
	position: relative;
	display: inline;
	float:left;
	z-index:1000;
}
#teaser{

}
/*
 * Menu
 */
#menu{
	display: inline;
	float: right;
	color: #FFF5E9;
	font-weight: bold;
	font-size: 75%;
	position:relative;
	top: 30px;	
}
#menu img{
	padding-right: 3px;
}
#menu ul{
	display: inline;
}
#menu li{
	color: #ffffff;
	display: inline;
	padding: 6px;
}
#menu a:link, #menu a:active, #menu a:visited{
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover{
	color: #6F8DA5;
	text-decoration: none;
}
#menu li.selected a:link, #menu li.selected a:active, #menu li.selected a:visited{
	color: #ffffff;
	text-decoration: none;
}
#menu li.selected a:hover{
	color: #6F8DA5;
	text-decoration: none;
}
/*
 *
 */
#quote_box{
	clear: both;
	font-size: 70%;
	padding: 5px;
	font-style:italic;
	color:#CCCCCC;
}
/*
 * Content
 */
#content {
	width: 800px;
	clear: both;
	color: #555555; 
}
#content a:link, #content a:active, #content a:visited{
	color: #9f7a54;
	text-decoration: none;
}
#content a:hover{
	color: #b3895e;
	text-decoration: none;
}
/*
 * Page Right Content
 */
#pageRightContent{
	width: 300px;
	font-size: 90%;
	background-color:#D8D8C5;
	padding-bottom: 20px;
}
#pageRightContent #rightBox{
	padding: 10px;
}
#pageRightContent h1{
	font-size: 110%;
	padding-top:5px;
}
#pageRightContent ul{
	position:relative;
	left: 10px;
	list-style:none;
}
#pageRightContent li{
}
#pageRightContent a:link, #pageRightContent a:active, #pageRightContent a:visited{
	color: #526175;
	text-decoration: none;
}
#pageRightContent a:hover{
	color: #b3895e;
	text-decoration: none;
}
#pageRightContent img{
	padding: 5px;
	margin: 10px;
	background-color: #566D83;
	border: none;
}
#pageRightContent p{
	color: #3E4857;
	padding: 5px;
	font-size: 75%;
	font-style:italic;
}
#screenBox{
	text-align: center;
	background-color: #D2D2BD;
	padding: 5px;
}
.screen_description{
	font-size: 90%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-style: italic;
}
/*
 * Page Left Content
 */
#pageLeftContent {
	width: 499px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 20px;
}
#pageLeftContent h1{
	font-size: 140%;
	padding-top:5px;
	color: #9f7a54;
}
#pageLeftContent h6{
	font-size: 70%;
	font-style: italic;
	font-weight: normal;
}
#pageLeftContent ul{
	padding-left: 50px;
}
#pageLeftContent li{
	font-size: 80%;
	line-height:130%;

}
#pageLeftContent p{
	font-size: 80%;
	line-height:140%;
	padding-left: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-right: 2%;
}
#pageLeftContent img{
	padding: 5px;
	margin: 10px;
	background-color: #566D83;
	border: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#photo_gallery ul{
	list-style: none;
}
#photo_gallery li{
	clear: both;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height:150px;
}
#photo_gallery img{
	padding: 0px;
	margin: 0px;
	border: none;
}
#photo_gallery .album_pic{
	overflow: hidden;
	width: 200px;
	height: 150px;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#photo_gallery .album_photo{
	background-color:#FFFFFF;
	padding: 5px;
	font-size: 80%;
}
#photo_gallery .album_photo img{
	clear: both;
}
#photo_gallery .album_view{
	clear: both;
	text-align: right;
	width: 100%;
	font-size: 120%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/*
 * Footer Content
 */
#footerContainer{
	padding-bottom: 20px;
}
#footerContent{
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #a1a1a1;
	font-size: 70%;
	padding-top: 10px;
}
#footerLeft{
	width: 600px;
	float: left;
}
#footerRight{
	width: 200px;
	float: left;
	text-align:right;
}
#footerContent a:link, #footerContent a:active, #footerContent a:visited{
	text-decoration: none;
	color: #a1a1a1;
}
#footerContent a:hover{
	text-decoration: none;
	color: #a1a1a1;
}
#footerContent ul{
	position:relative;
	list-style:none;
	left: 15px;
}
#footerContent li{
}
#footerContent img{
	border: none;
}
#footerContent h1{
	font-size: 120%;
}
/*
 * Form Validation
 */
.fValidator-msg {
	background-color: #c00;
	font-size: 85%;
	color: #fff;
	padding: 5px;
	position: absolute;
	display: inline;
	border: 1px solid #c00;
}

