/* CSS Document */

/*colors
	dark blue: #10265a
	light blue: #a7b5d3
	yellow: #ecb731
	light yellow: #fce5b9
	dark yellow: #986613
*/

/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body{
	background-image: url(../images/bg.png);
	background-repeat: none;
	background-position: left top;
	font-family: myriad pro, verdana, Trebuche MS, Arial, helvetica, sans-serif; color:#000000; font-size:12px; line-height:1.2em; text-align:left;
}
ul{list-style:none;}
p { font: 1em/1em; margin-bottom: 1em; }
a { outline: none; text-decoration:none; color: #10265a;}
a:hover{text-decoration:underline;}
a img { border: none; }


/* END RESET */

	
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; padding-right: 10px;}
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#wrapper {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
/* END STRUCTURE */


/*header*/
#header {
	background: url(../images/header.png);
	height: 166px;
	width: 960px;
	margin: 0 auto;
}

/*=======menu===========*/
.menu{
	text-align: center;
	margin: auto;
	position: realative;
	width: 960px;
	height: 50px;
	background: url(../images/menubg.png) top center no-repeat;
}

.solidblockmenu{
	margin: 1px 0px 0px 80px;
	padding: 0px 0px 0px 50px;
	float: left;
	font: bold 14px myriad pro, trebuchet ms, verdana, arial, sans-serif;
	margin-bottom: 0;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #10265a;
	padding: 10px 25px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #986613;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #986613;
	height: 19px;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #986613;
	background: url(../images/menu_hover.png) top center no-repeat;
}

/*=====//menu===========*/

/*=====//container - content=====*/
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:url(../images/colbg.png);
}
	
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}

.col1,
.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}

/* Full page settings */
.fullpage {
		/* page background colour */
	}
.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
	}
.fullpage .title {
	font-size: 16px;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 30px;
}
.fullpage .text {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-left: 50px;
	padding-right: 200px;
}
.fullpage .list {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-left: 50px;
	padding-right: 30px;
	list-style: inside url(../images/bullet.gif);
}
.fullpage .date {
	font-size: 10px;
	font-style: italic;
	color: #10265a;
	padding-left: 50px;
	padding-right: 30px;
}
/*=======footer===========*/
#footer {
	background: url(../images/footer.png) no-repeat;
	width: 960px;
	height: 154px;
	margin: auto;
	clear: both;
}

#footer .footertext {
	color: #a7b5d3;
	font-size: 12px;
	float: right;
	padding: 74px 50px;
	text-decoration: none;
}