/* 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.45em; 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: 0px 10px;}
.floatright { float: right; padding: 0px 0px 0px 10px;}
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#wrapper {
	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;
	}

/* 2 Column (right menu) settings */
.rightmenu {
/* right column background colour */
}

.rightmenu .colleft {
	right:25%;			/* right column width */
						/* left column background colour */
}

.rightmenu .col1 {
	width:60%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
	border-right:solid;
	border-right-color:#10265a;
	border-right-width: 2px;
}
.col1 .title {
	font-size: 16px;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 30px;
}
.col1 .text {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-left: 50px;
	padding-right: 30px;
}
.col1 .list {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-left: 50px;
	padding-right: 30px;
	list-style: inside url(../images/bullet.gif);
}

.rightmenu .col2 {
	width:21%;			/* right column content width (right column width minus left and right padding) */
	left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	color: #000000;
	padding-top: 10px;
}
.rightmenu .col2 .title2 {
	font-size: 16px;
	font-weight: bold;
	color: #10265a;
	padding-right: 10px;
}
.rightmenu .col2 .text2 {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-right: 10px;
}
.rightmenu .col2 .date {
	font-size: 10px;
	font-style: italic;
	color: #10265a;
	padding-right: 10px;
}

/*Text Block*/
.box1 {
	width: 500px;
	margin: 0 auto;
	background-image: url(../images/boxmiddle.png);
	background-repeat: repeat-y;
	background-position: left;
}
	
.box1 .boxtitle {
	width: 400px;
	padding: 10px 0px 0px 40px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #10265a; 
}	

.box1 .boxheading {
	width: 400px;
	padding: 10px 0px 0px 40px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #b52d17; 
}
.box1 .boxentry {
	width: 400px;
	padding: 5px 0px 0px 40px;
	font-size: 13px;
	color: #000000; 
}

.box2 {
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/largeboxmiddle.png);
	background-repeat: repeat-y;
	background-position: left;
}
	
.box2 .boxtitle {
	width: 883px;
	padding: 10px 0px 0px 65px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #10265a; 
}	

.box2 .boxheading {
	width: 883px;
	padding: 10px 0px 0px 65px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #b52d17; 
}
.box2 .boxentry {
	width: 883px;
	padding: 10px 0px 0px 65px;
	font-size: 13px;
	color: #000000; 
}

/*=======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;
}