/*RESET*/

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}


table {
	border-collapse:collapse;
	border-spacing:0;
	padding: 0px;
	margin: 0px;
} 

/*HOME PAGE AND COMMON STYLES*/

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 763px;
	background-repeat: repeat-y;
	background-position: left top;
	width: 763px;
	background-image: url(images/main_bkg.gif);
	position: relative;
}


h1 {
	color: #656565;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/nav_darkarrow.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: left center;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	letter-spacing: 2px;
	font-style: italic;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
	letter-spacing: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #656565;
}

#wrapper_home {
	margin-right: auto;
	margin-left: auto;
	width: 856px;
}




body {
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 11px;
	background-color: #171717;
	background-image: url(images/nav_gray_bkg.gif);
	background-repeat: repeat;
}

#header {
	background-image: url(images/hp_header.gif);
	background-repeat: no-repeat;
	height: 262px;
	width: 856px;
}

#header img {
	padding-top: 85px;
	padding-left: 10px;
}

#main_content {
	background-image: url(images/hp_main_bkg2.jpg);
	background-repeat: no-repeat;
	width: 856px;
	position: relative;
	height: 387px;
	padding-top: 5px;
}

#main_content img {
	margin-right: 4px;
	margin-left: 4px;
	padding: 0px;
}



#welcome {
	height: 110px;
	width: 457px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-image: url(images/bkg_welcome.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 25px;
	margin-left: 25px;
	padding-bottom: 0px;
	padding-top: 20px;
	padding-right: 0px;
}
#hp_news {
	padding-left: 520px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.float_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}


/*HOME PAGE NAVIGATION*/

#main_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	line-height: normal;
	margin: 0px;
	float: left;
	width: 465px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}
#main_nav img {
	margin-left: 20px;
}




/*SECONDARY PAGES*/

#header_about {
	height: 266px;
	width: 763px;
	background-image: url(images/secondary_about5.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}


#header_about img {
	padding-left: 10px;
	padding-top: 76px;
}

#header_gallery {
	height: 266px;
	width: 763px;
	padding: 0px;
	background-image: url(images/secondary_gallery5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header_gallery img {
	padding-left: 10px;
	padding-top: 76px;
}

#header_news {
	height: 266px;
	width: 763px;
	padding: 0px;
	background-image: url(images/secondary_news5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_news img {
	padding-left: 10px;
	padding-top: 76px;
}

#header_contact {
	height: 266px;
	width: 763px;
	padding: 0px;
	background-image: url(images/secondary_contact5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header_contact img {
	padding-left: 10px;
	padding-top: 76px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
	display: block;
	width: 65px;
	background-color: #000000;
	background-image: url(images/nav_whitearrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
}

#navcontainer a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;
}

#navcontainer a:hover
{
	
	background-color: #000000;
	background-image: url(images/nav_darkarrow.gif);
	color: #656565;
	background-repeat: no-repeat;
	background-position: 5px center;
}


#active a:link, #active a:visited, #active a:hover
{

	background-color: #000000;
	background-image: url(images/nav_darkarrow.gif);
	color: #656565;
	background-repeat: no-repeat;
	background-position: 5px center;
}





#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;

}


#content {
	margin-left: 180px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 47px;
	padding-right: 20px;
	padding-top: 0px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 16px;
}


#column {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

#footer {
	width: 763px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer_bkg.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: left top;
	clear: both;
}



a:link, a:visited, a:active {color: #ffffff; text-decoration: underline;}

a:hover {color: #ffffff; text-decoration: none;}



/*SECONDARY SUBNAV*/

#navlist2 li
{
display: inline;
padding: 0;
margin: 0;
color: #CCCCCC
}


#secondary_nav {
	padding-left: 65px;
	padding-top: 20px;
}



/*GALLERY IMAGES*/


a:link img.border {
	border: 2px solid #333333;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #333333;
}
a:visited img.border {
	border: 2px solid #333333;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #333333;
}
a:active img.border {
	border: 2px solid #333333;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #333333;
}
a:hover {background-position: 0 0}
a:hover img.border {
	border: 2px solid #FFFFFF;
	padding: 3px;
	background-color: #000000;
}

hr {
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-right: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.floatright {
	float: right;
	padding-right: 10px;
}

.float_left {
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
}

#home_footer {
	padding-left: 5px;
}



#footer a:link, #footer a:visited, #footer a:active {color: #ffffff; text-decoration: none;}

#footer a:hover {color: #999999; text-decoration: none;}


#home_footer a:link, #home_footer a:visited, #home_footer a:active {color: #ffffff; text-decoration: none;}

#home_footer a:hover {color: #999999; text-decoration: none;}
.text {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav_about {
	background-image: url(images/nav_about_img.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 83px;
	padding-top: 27px;
	background-position: 0px 10px;
}

#nav_contact {
	background-image: url(images/nav_contact_img.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 92px;
	padding-top: 29px;
	background-position: 0px 10px;
}

#nav_news {
	background-image: url(images/nav_news_img.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 70px;
	padding-top: 29px;
	background-position: 0px 10px;
}

#nav_gallery {
	background-image: url(images/nav_gallery_img.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 91px;
	padding-top: 29px;
	background-position: 0px 10px;
}

#nav_about a:link, #nav_about a:visited, #nav_about a:active {color: #ffffff; text-decoration: none;}

#nav_about a:hover {color: #999999; text-decoration: none;}

#nav_contact a:link, #nav_contact a:visited, #nav_contact a:active {color: #ffffff; text-decoration: none;}

#nav_contact a:hover {color: #999999; text-decoration: none;}

#nav_news a:link, #nav_news a:visited, #nav_news a:active {color: #ffffff; text-decoration: none;}

#nav_news a:hover {color: #999999; text-decoration: none;}

#nav_gallery a:link, #nav_gallery a:visited, #nav_gallery a:active {color: #ffffff; text-decoration: none;}

#nav_gallery a:hover {color: #999999; text-decoration: none;}
.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	padding: 8px;
}
#flashcontent {
	margin: 0px;
	padding: 0px;
}
