@charset "utf-8";
/* CSS Document */

html, body
{
	background: url(images/site_bg.gif) repeat-x left top;
	font: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #333;
	margin: 0px;
}

h2
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #222;		
}

h3
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #222;		
}

a
{
	text-decoration: none;
	color: #00C;
}

a:hover
{
	text-decoration: underline;
}

#CONTENT_SPACER
{
	min-height: 15px;	
}

#CONTENT_IMAGE
{
	float: right;	
	margin-left: 10px;
}

#PAGE_CONTENT
{
	position: relative;
	width: 1000px;
	min-height: 660px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border: solid;
	border-width: 1px;
	border-color: #333;
}

#HEADER
{
	position: relative;
	height: 150px;
	width: 100%;
	top: 0px;
	left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00C;
}

#HEADER_CONTACT
{
	background: url(images/contact_bg.jpg);
	position: absolute;
	height: 30px;
	width: 325px;
	right: 0px;
	top: 0px;
}

#FOOTER
{
	position: relative;
	clear: both;
	width: 1000px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-bottom: 20px;
}

#FOOTER_LINK
{
	position: relative;
	float: left;
	margin-left: 40px;
	margin-right: 10px;
	display: block;
}

#FOOTER_LINK a
{
	text-decoration: none;
	color: #333;
}

#FOOTER_LINK a:hover
{
	color: #00F;
}

#FOOTER_INFO
{
	position: absolute;
	right: 30px;
}

#LOGO
{
	position: absolute;
	left: 10px;
	top: 10px;
}

#LOGO img
{
	border: none;
}

#SLIDESHOW
{
	position: relative;
	width: 730px;
	height: 300px;
}

#SLIDESHOW img
{
	position: absolute;
	text-align: left;
	vertical-align: top;
	width: 724px;
	height: 300px;
	top: 0px;
	left: 6px;
}

#image0 
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#image1
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
}

#TABLE_CONTENT
{
	padding-bottom: 15px;	
}

/*******************************************************
			MENU CONTROLS AND HOVER IMAGE SWAPS
*******************************************************/
	#MENU_STRIP
	{
		position: absolute;
		width: 690px;
		right: 10px;
		bottom: 10px;
	}
	
	#MENU_BUTTON a
	{
		float: left;
		width: 138px;
		height: 45px;
		display: block;
		border: 0;
	}
	
	#MENU_BUTTON img
	{
		border: 0;
	}
/*******************************************************
*******************************************************/


/*******************************************************
		BODY DIVS FOR PAGE LAYOUT AND POSITIONING
*******************************************************/
#LEFT_BODY
{
	position: relative;
	float: left;
	left: 10px;
	top: 10px;
	width: 725px;
	margin: 0px;
}

#RIGHT_BODY
{
	position: relative;
	float: left;
	left: 20px;
	width: 235px;
	margin: 0px;
	padding: 10px;
}

#RIGHT_BLOCK
{
	position: relative;
	display: block;
	height: 280px;
	width: 213px;
	background: url(images/info_box.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#INFO_BLOCK
{
	position: relative;
	display: block;
	height: 186px;
	width: 214px;
	background: url(images/short_box.gif) no-repeat;
	margin-left: 13px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#INFO_BLOCK a 
{
	position: absolute; 
	bottom: 12px;
	left: 10px;
}

#INFO_BLOCK img
{
	position: absolute; 
	bottom: 10px;
	right: 20px;
}
/*******************************************************
*******************************************************/
