body	{

	background-image: 	url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #F2F2F0;
	font-family:	"Verdana";
	font-size:	10px;	
	margin: 0px 0px 0px 0px;

	}

#frame	{

	position: relative;	
	width: 960px;
	min-height: 392px;
	margin: auto;
	border: 0px solid green;
	
	}
	
#header	{

	position: relative;	
	color: #094E84;
	background-repeat: no-repeat;
	width: 960px;
	height: 83px;
	margin: auto;
	border: 0px solid blue;	
	
	}	

#menu	{

	position: relative;
	top: -55px;
	text-align: center;
	width: 100%;
	
	}	

#phonenumber	{

	position: absolute;
	top: 25px;
	right: 100px;	
	width: 189x;
	height: 36px;	
	color: #FFFFFF;
	
	}	

#splash	{

	position: relative;	
	width: 960px;
	height: 392px;
	margin: auto;
	border: 0px solid red;	
	
	}


#textbox	{

	position: relative;	
	width: 960px;
	margin: auto;
	border: 0px solid red;	
	font-size: 16px;
	padding-top: 15px;
	
	}


#footer	{

	position: relative;	
	width: 100%;
	min-height: 40px;
	margin: auto;	
	padding-top: 10px;
	font-family:	"Arial";
	font-size: 10px;	
	
	}	

#textboxFooter	{

	position: relative;	
	width: 960px;
	margin: auto;
	padding-top: 10px;
	border-top: 1px solid black;

	}	




h1	{
	
	font-family:		"Verdana";
	font-size: 		14px;
	font-weight:		normal;
	
}

h2	{
	
	font-family:		"Verdana";
	font-size: 		14px;
	font-weight:		normal;
	
}

h3	{
	
	font-family:		"Verdana";
	font-size: 		14px;
	font-weight:		normal;
	
}

.formfield	{
	border		:	1px solid #000000;
	background-color:	#F5F5F5;
	font-family	:	Verdana;
	font-size	:	11px;
	text-decoration	:	none;
	width		:	98%;
}

p	{

	font-size:	small;
	font-family:	"Verdana";
	width: 920px;	
	
	}

td	{

	font-size:	small;
	font-family:	"Verdana";
	
	}	


img {

	border: none;
	
}

a:link {text-decoration: none; color: #413F42;}
a:visited {text-decoration: none; color: #413F42;}
a:active {text-decoration: none; color: #413F42;}
a:hover {text-decoration: none; color: #413F42;}
		

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: fixed;
	top: 30px;
	left: 25%;
	z-index:1002;
	overflow: auto;
	
}

/* Easy Slider */

#centerSlider	{

	position: absolute;
	top: 75px;
	left: 300px;
	width:696px;
	height:241px;
	border: 2px solid #104e7f;

	font-family:	"Verdana";
	font-size:	16px;	

}

#centerSlider a:link {text-decoration: none; color: #0A5086;}
#centerSlider a:visited {text-decoration: none; color: #0A5086;}
#centerSlider a:active {text-decoration: none; color: #0A5086;}
#centerSlider a:hover {text-decoration: none; color: #0A5086;}


#slider, #slider li	{

/*
	define width and height of container element and list item (slide)
	list items must be the same size as the slider area
*/
		
	width:696px;
	height:241px;
	overflow:hidden;
	

}
	span#prevBtn{}
	span#nextBtn{}

#slider ul, #slider li	{

	margin:0;
	padding:0;
	list-style:none;
}


/* // Easy Slider */

.blogDate	{


	font-style:	italic;
	font-size:	x-small;
	font-family:	"Verdana";


}

.blogHeader	{


	font-size:	large;
	font-family:	"Verdana";	

}


.blogText a:link {text-decoration: none; color: #7A4646;}
.blogText a:visited {text-decoration: none; color: #7A4646;}
.blogText a:active {text-decoration: none; color: #7A4646;}
.blogText a:hover {text-decoration: none; color: #7A4646;}
