/*------------------------------------
	This is the body tags
	you must use this to set
	the website parameters, do
	NOT put info inside of the
	<body> tag, use css instead.
------------------------------------*/	

body {
	background-color:#7BB5C9;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:arial, san serif;
	position:relative;
	}

.png {
	behavior: url(/js/iepngfix.htc)
	}

.borderless {
	border:0px;
	}

.right {
	float:right;
	margin: 0 0 10px 10px;
	}

.left {
	float:left;
	margin: 0 10px 10px 0;
	}
	
/*------------------------------------
	Set your links here. There are 
	two examples. The main links for
	the website and a specific link
	class to use. 
------------------------------------*/		
	
a:link {
	text-decoration:none;
	color: #007599;
	}
			
a:visited {
	text-decoration:none;
	color: #007599;
	}
		
a:hover {
	text-decoration: none;
	color: #7BB5C9;
	}

	
/*------------------------------------
	Text formatting. Use this area for 
	all of your text formatting. Use 
	this for coontent tags, footer tags, 
	etc.
------------------------------------*/	
			
.div_container {
	background-image: url(/images/bg-fade.png);
	background-position:top center;
	background-repeat: repeat-y;
	margin:auto;
	padding:0px;
	width:1000px;
	}

.div_nav {
	background-image: url(/images/bg-sand.jpg);
	background-position:top center;
	background-repeat: repeat-none;
	background-color:#F7E6D1;
	text-align:center;
	margin:auto;
	padding:0px;
	border:0px;
	width:900px;
	}

.div_content {
	background-image: url(/images/bg-sand.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-color:#F7E6D1;
	margin:auto;
	padding:10px;
	border:0px;
	width:880px;
	}

.div_footer {
	margin:0px;
	padding:10px;
	text-align:center;
	margin:auto;
	width:880px;
	background-color:#217298;
	}
			
/*------------------------------------
------------------------------------*/

.footer {
	font-size:10px;
	color:white;
	}
.footer a:link {
	text-decoration:none;
	color: yellow;
	}
.footer a:visited {
	text-decoration:none;
	color: yellow;
	}
.footer a:hover {
	text-decoration: none;
	color: gold;
	}

/*------------------------------------
------------------------------------*/	


			
/*------------------------------------
	Keep your title formatting seperate
	from your text for organization. 
	Format your titles below.  
------------------------------------*/	

.header {
	font-size:16px;
	font-weight:bold;
	color:#16365F;
	}
			
/*------------------------------------
	In many of our websites, we format
	the submit buttons. Below is 
	example css to format those buttons.
------------------------------------*/	


.formbutton {
	background-color: #6e0202;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #ffffff;
	border: 2px solid #ffffff;
	padding: 3px;
	}


/*------------------------------------
	If you have additionall css that
	does not fall in the scope above
	use that down here. This can include
	anything, such as css dropdown text, 
	div layers, etc.  
------------------------------------*/	


.additional{ }


/*------------------------------------
	Use the code below if you will be using
	an additional css file seperate from
	this file. This can be used for our
	dropdown menu system or the tab
	content system. Customize for your
	own development.  
------------------------------------*/	

/* Google Map Tool Tip */

.tooltip{
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
	padding:5px;
	white-space:nowrap;
}

/* @import url('dropdown_menu.css'); /* IE4 can understand, but not NN4 */



