/* CSS Document */

/* MAIN BODY */
body {
	background-color: #acacac;
	font-family: verdana, arial, sans-serif;
    font-size: 0.83em;
	margin: 0px 0;
	padding: 0;
	color: #acacac;
	background-image:url(../images/_background_01.jpg);
	background-position:top center; 
	padding:0px; margin:0px; 
	background-repeat:no-repeat;
	
}

/*THIS SECTION CONTROLS NAV PAGE*/
#NavBody {
	width:970px;
	min-height:500px;
	background-repeat:no-repeat;
}

#header {
	background-repeat:no-repeat; 
	background-position:left;
	height:15px;
}

#content {
	margin: 0px 0px 0px 0px;
	vertical-align:top; 
	width:966px;
	min-height:650px;
	background-color:#000000;
}

#pagecontent {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	vertical-align:top;
	width:970px;
	min-height:500px;
	padding-left: 0px;
	padding-top:15px;
	background-image:url(../images/home/rotator.php);
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;
}

#pagecontentSecondary {
	margin: 0px 0px 0px 0px;
	vertical-align:top;
	width:969px;
	min-height:322px;
	padding-left: 0px;
	padding-top:15px;
	background-image: url(../images/secondary/rotator.php);
	background-repeat:no-repeat;
}

#maintext {
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	vertical-align:top;
}
    

#FillForBG {
height:380px;
}

#FillForBG2 {
height:222px;
}

#CustomHR {
background-image:url(../images/_hr.jpg);
background-repeat:repeat-x;
}

#CustomHR2 {
background-image:url(../images/_hr2.jpg);
background-repeat:repeat-x;
}

#footer {
	width:966px;

	margin-left:2px;
	background-repeat:repeat-x ;
	background-image:url(../images/_footer.png);
	height:162px;
	vertical-align:bottom;
}

#subfooter {
	min-height:30px; 
	width:860px;
	vertical-align:bottom;
	color: #33332d;
	font-size:9px;
	padding-left:50px;
}


/* TEXT */
h3, h4 {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	font-size: 10px;
	line-height: normal;
	font-weight:100;
	color: #ffffff;
}
h1 {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	font-size: 1em;
	line-height: normal;
	color: #ffffff;
}
h2 {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	font-size: .2em;
	line-height: normal;
	color: #c2c3a4;
}

/* Linking */
a:link { 
	color: #FFFFFF;
	}
a:visited { 
	color: #FFFFFF;
	}
a:hover { 
	color: #6396CF;
	text-decoration: none;
	}
a:active { 
	color: #CCCCCC;
	}
a { outline: none; }
:focus { -moz-outline-style: none; }

	
/* Flickr Gallery */
#flickr img,#flickr img a{
background:#fff;
padding:.1em .1em;
margin:0 .1em;
margin-bottom: .1em;
border:1px solid #666666;
}
#flickr img a:hover{
border:1px solid #898a2b
}
