@charset "UTF-8";
/* CSS Document */

html, body {
margin: 0;
padding: 0;
}

#headerbg {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 800px;
	background-image:url(images/background_tile_100.jpg);
	background-repeat: repeat-x;
	}
	
#header1280 {
width: 1280px;
height: 400px;
margin: auto;
background-image:url(images/header_background_12.jpg);
background-repeat: no-repeat;
}	

#containertop {
	margin: auto;
	width: 800px;
	background-color:#FFFFFF;
	background-repeat: repeat;
}
.bodycopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #252f34;
	line-height: 24px;
	text-align: left;
}

.bodycopy_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #003399;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
}

#container {
	margin: auto;
	width: 700px;
	padding-top: 20px;
	}	


#header {
	width: 800px;
	height: 80px;
	padding-left: 10px;
	}



/*////////////////////////////////////MAIN NAVIGATION HERE//////////////////////////////////////////////////////////*/


.navigation {
	width: 800px;
	height: 25px;

	}
	
.navcontainer ul li { display: inline;}
.navcontainer ul li a { 
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 12px;
padding-top: 7px;
padding-bottom: 7px;
text-decoration: none;
padding-right: 5px;
padding-left: 5px;
color: #003399;}

.navcontainer ul li a:hover
{
color: #ffffff;
background-color: #959CA1;
}

#response {
	float: left;
	width: 225px;
	height: 350px;
	margin-left: 0;
	}
	
#hop {
	float: right;
	width: 225px;
	height: 350px;
	margin-right: 0;
	}




/*///////////////////////////////////MAIN NAVIGATION ENDS///////////////////////////////////////////////////////////*/




		
#feature {
	width: 800px;
	height: 330px;
	background-color: #FFFFFF;
	vertical-align: top;
	}




/*/////////////////////////////////////EDITABLE PORTION OF WEBSITE//////////////////////////////////////////*/


/*-----Content Container Begins here - Container contains backgound gradient that tiles - edit content that is in the #content div------*/

	
#content {
	width: 700px;
	margin: auto;
	background-color: #FFFFFF;
	height: 500px;
	vertical-align: top;
	}


.picturefloat {
width: 300px;
height: 250px;
clear: left;
float: right;
padding-top: 50px;
padding-left: 20px;
}

/*----Content Container Ends-------*/


/*-------Footer Container Begins Here - Container contains solid colour that spans bottom portion - to edit footer content, edit the #footer div------*/

#footercontainer {
	margin-left:0;
	width:100%;
	max-height:225px;
	min-height:225px;
	overflow:hidden;
	background-color: #D4D4D6;
	background-repeat:repeat-x;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	height: 100%;
	clear:both !important;
	float: left;
}

#footer-container {
	width: 100%;
	background-color: #D4D4D6;
	clear:both !important;
	}

	
#footer {
	width: 800px;
	height: 100px;
	background-color: #D4D4D6;
	margin: auto;
	}
	
a.footernav:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	color: #004499;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}
a.footernav:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	color: #004499;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}
a.footernav:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	color: #333333;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}
a.footernav:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	color: #004499;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}
			
.footer_table_margin {
	margin-top: 10px;
}
	

.footertitles {
	font-family: "Lucida Sans", Arial, Verdana;
	font-size: 14px;
	color: #004499;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
}

.footercontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color:  #004499;
	text-align: right;
	font-weight: bold;
	padding-bottom: 0px;
} 

.footernumber {
	font-family: "Lucida Sans", Tahoma, "Trebuchet MS";
	font-size: 14px;
	text-transform: none;
	color:  #004499;
	text-align: right;
	font-weight: bold;
	padding-right: 80px;
	padding-bottom: 20px;
} 

.poweredby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
}
.platinum_logo_graphic {
	padding-right: 10px;
}
/*----Footer Container Ends----*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	text-align: left;
}
