/*************************************

Containers

 *************************************/

body
{
	color:#000000;
	font-family: Arial, Verdana, "SF Sans Serif";
	font-size:62.5%;
	margin:0;
	padding:0;
	text-align:left;
	background-image: url(images/bg.png);
}

#wrap
{
	background: url(images/bg_header.png) repeat-x;
	margin:0;
	padding:0;
}

#container
{
	margin:0px auto;
	width:960px;
	padding:0;	
}

#header
{
	height: 181px;
	margin-bottom: 20px;
}

#logo
{
	float: left;
	width: 180px;
}

#headerright
{
	float: left;
	width: 780px;
}

#headertext
{
	width: 780px;
	height: 82px;
	padding-top: 48px;
	text-align:right;
	color: #fff;
	font-style:italic;
	font-size:25px;
}

#navigation
{
	width: 780px;
	height: 50px;
}
.menubutton
{
	float:left;	
	cursor: pointer;
}

#box
{
	clear: both;
	margin-bottom: 5px;
	border: solid 1px #141617;
	background-color: #FFFFFF;
	padding: 20px;
}

#slider
{
	width: 920px;
	height: 340px;
}

#slidertext
{
	width: 247px;
	height: 280px;
	float: left;
	background-color: #727C8B;
	padding: 20px;
	padding-top: 40px;
	border-right: solid 1px #fff;
}

#mainimage
{
	width: 630px;
	float: left;
}

#content
{
	margin-top: 20px;	
}

#contentleft
{
	width: 600px;
	margin-right: 20px;
	float: left;
}

#contentright
{
	width: 298px;
	float: right;
}

#contentfull
{
	
}

#titlebar
{
	background-color: #E8E8E8;
	height: 20px;
	padding: 10px;
	margin-bottom: 20px;
}

#sidetitlebar
{
	background-color: #727C8B;
	height: 20px;
	padding: 10px;
	margin-bottom: 10px;
}

.homebox
{
	float: left;
	width: 290px;
	height: 250px;
	background-color: #E8E8E8;
	float: left;
}

.boxheader
{
	background-color: #141617;
	height: 14px;
	padding: 13px;
	border-bottom: solid 1px #FFF;
}

.boxtext
{
	padding: 10px;	
}

.linedivider
{
	border-bottom: 1px solid #dedede;
	padding-top: 15px;
	margin-bottom: 15px;
}

#footer
{
	width: 962;
	clear:both;
	text-align:left;
	margin-bottom: 10px;
}

#maintext
{
	padding: 10px;	
}

#sidebar
{
	float: left;
	width: 200px;
	background-color: #EBE7DE;
	border-right: solid 1px #685B40;
}

.navrow, .navrowalt
{
	
	padding: 7px;
	border-bottom: solid 1px #685B40;
	cursor: pointer;
}

.navrow
{
	background-color: #DDD7C8;
}

.navrowalt
{
	background-color: #CDC5AF;		
}

.navrow:hover, .navrowalt:hover
{
	background-color: #99CC33;
}

.linedivider
{
	border-bottom: 1px solid #979EAA;
	padding-top: 10px;
	margin-bottom: 10px;
}

#page
{
	float:right;
	width: 647px;
	padding: 10px;
}

.photo
{
	float: left;
	margin-right: 19px;
	margin-top: 19px;
	cursor: pointer;
	width: 215px;
	height: 215px;
}

.photo img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);	
	opacity: 0.7;
}

.photo:hover img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}

.photobtn img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);	
	opacity: 0.8;
}

.photobtn:hover img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}

.photobtn
{
	float: left;
	margin-right: 19px;
	margin-top: 19px;
	cursor: pointer;
	width: 213px;
	height: 233px;
	background-color: #E8E8E8;
	border: solid 1px #E8E8E8;
}

.boxtitle
{
	padding: 2px;
	white-space:nowrap;
	width: 209px;
	overflow:hidden;
}


#PopupOverlay 
{
	display: none;
	position: fixed;
	left: 0px; right: 0px;
	top: 0px; bottom: 0px;
	background-color: #000000;
	opacity:.75;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	z-index: 3000;
}

#PopupWindow 
{
	display: none;
	position: fixed;
	width: 850px; height: 580px;
	left: 50%; top: 50%;
	margin: -290px 0 0 -425px;
	border: solid 5px #FFFFFF;
	background-color: #FFFFFF;
	z-index: 3001;
}


#closeButton, #nextButton, #previousButton
{
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);	
	opacity: 0.5;
}

#closeButton:hover, #nextButton:hover, #previousButton:hover
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
	opacity: 1;
}

#closeButton
{
	margin: 267px 0 0 365px;
}

#nextButton
{
	margin: 267px 0 0 -335px;
}

#previousButton
{
	margin: 267px 0 0 -425px;
}

#caption
{
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	margin: 270px 0 0 -250px;
	width: 550px;
	white-space:nowrap;
	overflow: hidden;
	text-align:center;
	font-style:italic;
}

#loadingGif
{
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	margin: -33px 0 0 -33px;
}

.row
{
	clear: both;
}

.label
{
	float: left;
	font-weight:bold;
	padding-top: 5px;
	width: 100px;
}

.field
{
	float: left;
	padding-bottom: 5px;
}

.textfield
{
	border: solid 1px #141617;
	background-color:#E8E8E8;
	width: 450px;
	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 1.2em;
	padding: 5px;	
}



/*************************************

 +Hn and p

 *************************************/

h1{

	font-family: "Century Gothic";
	font-size: 1.8em;
	font-weight:bold;
	color:#FFFFFF;
	padding: 0px;
	margin: 0px;
}

h2
{
	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 18px;
	font-weight:bold;
	color:#333333;
	padding: 0px;
	margin: 0px;
}

.font
{
	font-size: 1.4em;
	color: #000000;	
}

.fontwhite
{
	font-size: 1.4em;
	color: #FFFFFF;	
}

.fontyellow
{
	font-size: 1.4em;
	color: #FAD513;	
	font-weight: bold;
}

.pagetitle
{
	font-weight: bold;
}

/*************************************

 +Misc

 *************************************/

a{
	color:#727C8B;
	text-decoration:underline;
}

a:hover{
	color:#685B40;
}

a.linkblack
{
	color:#000;
	text-decoration:none;
}

img
{
	border:none;	
}

p
{
	padding-top: 0px;
	margin-top: 0px;
}