@charset "utf-8";
/* CSS Document */

/***********************************************
this crap I use for the site positioning itself and main body
***********************************************/
html {overflow-y: scroll;}
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#4D4D4D;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}
	h1, h2{
	color:#000000;
	}
a {
	color:#9C87DC;
	text-decoration: none;
}
a:hover {
	color:#996699
}
a:visited {color:#603461}
p { 
	line-height:1.5em;
	margin:0 0 1em;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:812px;
	background:#f0f0f0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
div#header {
	padding:0em;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
#header_splash_top {
	background-image: url(../images/splash_%20top.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 812px;
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#3F3F3F;
}
	div#footer p {
	padding:1em;
	margin:0;
	text-align: center;
	color:#FFFFFF;
	}
	
	
/**********************************
   HOME BUTTON ID CSS
***********************************/
#menu_home {
	float: left;
	width: 116px; height: 60px;
	background: url("../images/button_home.png") 0 -60px no-repeat;
	}

#menu_home a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url("../images/button_home.png") top left no-repeat;
	}
#menu_home a:hover {
	background-image: none;
	}
#menu_home a:active {
	color: black;
	}

/**********************************
   SERVICES BUTTON ID CSS
***********************************/
#menu_services {
	float: left;
	width: 116px; height: 60px;
	background: url("../images/button_services.png") 0 -60px no-repeat;
	}

#menu_services a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url("../images/button_services.png") top left no-repeat;
	}
#menu_services a:hover {
	background-image: none;
	}
#menu_services a:active {
	color: black;
	}

/**********************************
   CLIENTS BUTTON ID CSS
***********************************/
#menu_clients {
	float: left;
	width: 116px; height: 60px;
	background: url("../images/button_clients.png") 0 -60px no-repeat;
	}

#menu_clients a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url("../images/button_clients.png") top left no-repeat;
	}
#menu_clients a:hover {
	background-image: none;
	}
#menu_clients a:active {
	color: black;
	}

/**********************************
   RATES BUTTON ID CSS
***********************************/
#menu_rates {
	float: left;
	width: 116px; height: 60px;
	background: url("../images/button_rates.png") 0 -60px no-repeat;
	}

#menu_rates a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url("../images/button_rates.png") top left no-repeat;
	}
#menu_rates a:hover {
	background-image: none;
	}
#menu_rates a:active {
	color: black;
	}
	
/**********************************
   RESOURCES BUTTON ID CSS
***********************************/
#menu_resources {
	float: left;
	width: 116px; height: 60px;
	background: url("../images/button_resources.png") 0 -60px no-repeat;
	}

#menu_resources a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url("../images/button_resources.png") top left no-repeat;
	}
#menu_resources a:hover {
	background-image: none;
	}
#menu_resources a:active {
	color: black;
	}
	
/**********************************
   CONTACT BUTTON ID CSS
***********************************/
#menu_contact {
	float: left;
	width: 116px; height: 60px;
	background: url("../images/button_contact.png") 0 -60px no-repeat;
	}

#menu_contact a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url("../images/button_contact.png") top left no-repeat;
	}
#menu_contact a:hover {
	background-image: none;
	}
#menu_contact a:active {
	color: black;
	}
	
/**********************************
   POLICIES BUTTON ID CSS
***********************************/
#menu_policies {
	float: left;
	width: 116px; height: 60px;
	background: url("../images/button_policies.png") 0 -60px no-repeat;
	}

#menu_policies a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url("../images/button_policies.png") top left no-repeat;
	}
#menu_policies a:hover {
	background-image: none;
	}
#menu_policies a:active {
	color: black;
	}
	
/*** END OF BUTTONS ****/
#splash_feather {
	background-image: url(../images/splash_1.png);
	height: 186px;
	width: 519px;
}
#splash_services {
	background-image: url(../images/splash_1_services.png);
	height: 186px;
	width: 519px;
}
#splash_rates {
	background-image: url(../images/splash_1_rates.png);
	height: 186px;
	width: 519px;
}
#splash_clients {
	background-image: url(../images/splash_1_clients.png);
	height: 186px;
	width: 519px;
}
#splash_contact {
	background-image: url(../images/splash_1_contact.png);
	height: 186px;
	width: 519px;
}
#splash_policies {
	background-image: url(../images/splash_1_policies.png);
	height: 186px;
	width: 519px;
}
#splash_resources {
	background-image: url(../images/splash_1_resources.png);
	height: 186px;
	width: 519px;
}
#splash_logo {
	background-image: url(../images/splash_2.png);
	background-repeat: no-repeat;
	height: 186px;
	width: 293px;
}
.image_border {
	margin: 3px;
	padding: 5px;
	/*border: 1px solid #000000;*/
}
.indentt {
	padding: 0 40px;

}
.ratestable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.ratestable_shortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
.ratestable_text {
	padding: 10px 0px 10px 15px;
}
.ratestable_text a{
	color: #006699;
}
.ratestable_text a:hover{
	color: #3333CC;
}
