/* CSS Document */

/* =General rules
--------------------------------------------------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	}

/* Class for clearing floats */
.clear {
	clear:both;
	}

.floatLeft {
	float: left;
	}
.floatRight {
	float: right;
	}


/* Remove border around linked images */
img {
	border: 0;
	}

/* General text-rules */
.center {
	text-align: center;
	}

/* =Typography
--------------------------------------------------------------------------------------------------------------------*/

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#333333;
	}

/* =Structure
--------------------------------------------------------------------------------------------------------------------*/
#frameWrapper {
	background: #fff url(images/bg.site.png) repeat-y left top;
	position: relative;
	text-align: left;
	width: 742px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 5px solid #fff;
	}
#frameMasthead {
	display:block;
	width:735px;
	height:145px;
	background-image: url(images/header.home.png);
	}
#frameContent {
	background: #8387bd url(images/content.png) repeat-x;
	width: 530px;
	padding:5px 10px 0px 10px;
	margin: 0 0 0 185px;
	height:400px;
	}
div > #frameContent {
	height:auto;
	min-height:400px;
	clear:both;
	}
#frameContent ul{
	padding:0;
	margin:0;
	list-style:inside;
	}
#frameNavigation {
	background: url(images/bg.nav.png) repeat-y;
	position: absolute;
	top: 145px;
	left: 0;
	width: 186px;
	height: auto;
	}
#frameFooter {
	position: relative;
	left: 50%;
	margin-left: -371px;
	width: 732px;
	height: 20px;
	border:solid 5px #fff;
	background-color:#121881;
	}	
#frameFooter p {
	padding: 5px 30px 0 0;
	color: #8387bd;
	font-weight: bold;
	font-size: 8px;
	text-align: right;
	}
#frameFooter a {
	color: #8387bd;
	text-decoration:none;
	}
	
/* =Main Nav
--------------------------------------------------------------------------------------------------------------------*/
#frameNavigation ul {
	float: left;
	}
	
#frameNavigation ul li {
	background: url(images/button.up.png) top left no-repeat;
	height: 25px;
	width: 185px;
	list-style: none;
	vertical-align: bottom;
	padding: 0 0 0 25px;
	line-height: 20px;
	text-transform: uppercase;
	}

#frameNavigation ul li a, ul li a:link {
	color: #000;
	text-decoration: none;
	display: block;
	}
#frameNavigation ul li a:hover, ul li a:active, #active {
	background: url(images/button.active.png) top left no-repeat;
	height: 25px;
	padding-left: 25px;
	margin-left: -25px;
	}

/* End CSS Document */




