@charset "utf-8";

/*Page Layout*/
a {
    outline: none;
}
body {
	margin: 0px;
	background-image: url(/site/images/page/backgrounds/outer_page_BG.jpg);
	color: #FFFFFF;
}
form {
	padding:0px;
	margin:0px;
}
#containerTop {
	background-image: url(/site/images/page/backgrounds/header_BG.png);
	background-position: top;
	background-repeat: repeat-x;
}
#shadowTop {
	background-image: url(/site/images/page/shadow/header.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#containerMid {
	background-image: url(/site/images/page/shadow/middle.png);
	background-position: center;
	background-repeat: repeat-y;
}
#containerFoot {
	background-image: url(/site/images/page/backgrounds/footer_BG.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
#shadowFoot {
	background-image: url(/site/images/page/shadow/footer.png);
	background-position: center top;
	background-repeat: no-repeat;
}
/*END*/


/*Shared Page Formatting*/
.content_core_formatting {
	background-image: url(/site/images/page/backgrounds/inner_page_BG.jpg);
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
}
/*END*/


/*Sub Content Boxes*/
.content_box_mid {
	border: 1px solid #040404;
	background-image: url(/site/images/page/backgrounds/solid_mid_BG.jpg);
	background-color: #000;
}
/*END*/


/*Text & Fonts*/
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #fccf34;
}
.blue_link a:link, .blue_link a:visited, .blue_link a:active {
	color: #81c2fe;
	text-decoration: none;
}
.blue_link a:hover {
	color: #FFFFFF;
}
.yellow_link a:link, .yellow_link a:visited, .yellow_link a:active {
	color: #fccf34;
	text-decoration: none;
}
.yellow_link a:hover {
	color: #FFFFFF;
}
.yellowFont {
	color: #fccf34;
}
.redFont {
	color: #900;
}
.whiteFont {
	color: #fff;
}
.blackFont{
	color: #000;
}
.blueFont {
	color: #81c2fe;
}
.text14px {
	font-size: 14px;
}
.text12px {
	font-size: 12px;
}
.text10px {
	font-size: 10px;
}
.text8px {
	font-size: 8px;
}
.quotation {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}
/*END*/

/*Borders*/
.black_border {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	}
/*END*/	

/*Media Elements*/
#flashintro {
	background-color: #000;
	}
#flashintro object {
	display: block;
}
/*END*/


/*Backgrounds*/
.solid_bg_light {
	background-image: url(/site/images/page/backgrounds/solid_light_BG.jpg);
}
.solid_bg_mid {
	background-image: url(/site/images/page/backgrounds/solid_mid_BG.jpg);
}   
.solid_bg_dark {
	background-image: url(/site/images/page/backgrounds/solid_dark_BG.jpg);
}
.transparent_bg_light {
	background-image: url(/site/images/page/backgrounds/transparent_light_BG.png);
}
.transparent_bg_dark {
	background-image: url(/site/images/page/backgrounds/transparent_dark_BG.png);
}
/*END*/


/*Lists*/
.ulNoMargin {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*END*/


/*Titles & Bars*/
.title_bar {
	padding-bottom: 4px;
}
.title_bar7 {
	padding-bottom: 7px;
}
.title_bar_top_bottom_padding {
	padding-bottom: 7px;
	padding-top: 7px;
}
/*END*/

/*Forms*/
.input_box_150 {
	font-size: 10px;
	width: 150px;
}
/*END*/

/*Page Specific*/
/*Index*/
.index_intro_text {
	overflow: hidden;
	padding-top: 10px;
	height: 135px;
}
/*Contact Us*/
.contact_us_text_field{
	font-size: 10px;
	width: 280px;
	border: 1px solid #040404;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.contact_us_text_area{
	font-size: 12px;
	width: 275px;
	height: 87px;
	border: 1px solid #040404;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.contact_us_thank_you {
	height: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.contact_us_bg {
	background-image: url(/site/images/page/backgrounds/inner_page_BG.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*Meet The Team*/
.team_hi_box {
	border: 1px solid #000;
	background-color: #191919;
}
.team_ai_box {
	border: 1px solid #000;
	background-color: #242546;
}
/*END*/
/*New Guestbook Post*/
.guestbook_text_field{
	font-size: 11px;
	width: 280px;
	border: 1px solid #040404;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.guestbook_validate{
	font-size: 11px;
	width: 140px;
	border: 1px solid #040404;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.guestbook_text_area{
	font-size: 11px;
	width: 340px;
	height: 87px;
	border: 1px solid #040404;
	padding: 5px;
	margin: 0px;
}
.guestbook_new_bg {
	background-image: url(/site/images/page/backgrounds/inner_page_BG.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.guestbook_message_box {
	height: 430px;
}
/*END*/

/*Image Overlay*/
img.bottom_left_overlay
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	border:0px;
}

a > img.bottom_left_overlay
{
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 100;
	border:0px;
}
/*END*/
