/* CSS Document */
/* ŠJerry Harper / NoteGraphics 2007 */

/***********************************************************************************************/
/**************************         COMMON ELEMENTS - START         ****************************/
/***********************************************************************************************/
body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #38529C;
	font-weight: bold;
}
#centerwrapper{
	margin: 10px auto 0 auto;
	text-align: left;
	width: 790px;
	height: 710px;
	position: relative;
	border: solid #FFFFFF 1px;
}
#topbanner{
	width: 790px;
	height: 120px;
}
#navigation {
	position: absolute;
	width: 790px;
	height: 25px;
	top: 121px;
	border-bottom: solid #FFFFFF 2px;
	border-top: solid #FFFFFF 2px;
	background-color: #2B3D74;
	font-size: 0.8em;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;   
}
#navigation li a {
	display: block;
	width: 157px;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	border-right: solid #FFFFFF 1px;
	text-decoration: none;
	background-color: #2B3D74;
}
#navigation li a:hover {
	color: #2B3D74;
	background-color: #FFFFFF;
	height: 20px;
}
#breadcrumbs{
	position:absolute;
	height: 15px;
	width: 760px;
	top: 160px;
	border: solid #667bb8 1px;
	padding-left: 10px;
	padding-bottom: 6px;
	left: 10px;
}
#breadcrumbs a{
	font-size: 0.6em;
	color:#C2CBE2;
	text-decoration: none;
}
#breadcrumbs a:hover{
	color:#FFFFFF;
}
/***********************************************************************************************/
/**************************           COMMON ELEMENTS - END         ****************************/
/***********************************************************************************************/

/***********************************************************************************************/
/**************************                  CLASSES                ****************************/
/***********************************************************************************************/
.inlinelink a{
	color: #FFFFFF;
	text-decoration: none;
}
.inlinelink a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/***********************************************************************************************/
/**************************           PAGE ELEMENTS - START         ****************************/
/***********************************************************************************************/
#contact1{
	position:absolute;
	height: 150px;
	width: 760px;
	top: 200px;
	left: 10px;
	border: solid #667bb8 1px;
	padding: 5px;
	font-size: 0.8em;	
}
.contactlogo{
	width: 150px;
	height: 150px;
	float:left;
}
.address{
	width: 250px;
	height: 150px;
	float:left;
	margin: 0 0 0 15px;
}
.details1{
	width: 100px;
	height: 150px;
	float:left;
	margin: 0 0 0 15px;
}
.details2{
	width: 190px;
	height: 150px;
	float:left;
	margin: 0 0 0 15px;
}

#contact2{
	position:absolute;
	height: 150px;
	width: 760px;
	top: 370px;
	border: solid #667bb8 1px;
	padding: 5px;
	left: 10px;
	font-size: 0.8em;
}
#contact3{
	position:absolute;
	height: 150px;
	width: 760px;
	border: solid #667bb8 1px;
	padding: 5px;
	top: 540px;
	font-size: 0.8em;
	left: 10px;
}
