* { margin: 0; padding: 0; }

/* font */
html { font-size: 100.01%; }
body { font-size: 62.5%; }
input, select, textarea { font-size: 100%; }

/* layout - general */
img { border: none; }
acronym { cursor: help; }
a:link, a:visited { cursor: hand; cursor/**/: /**/pointer; }

input.text, textarea { 
	padding: 1px 0px; 
}
.submit { 
	cursor: hand; cursor/**/: /**/pointer; 
}

ul, ol { margin: 0 0 1em 2.5em; padding: 0; list-style: disc; }
ul li, ol li { margin: .2em 0; padding: 0; }
select > option { margin: 0 5px 0 3px; }

.ul { margin: 0; padding: 0; list-style-type: none; }
.ul li { margin: 0; padding: 0; list-style: none; list-style-image: none; list-style-type: none; }

#page .flR { float: right; }
#page .flL { float: left; }
#page .alR { text-align: right; }
#page .alC { text-align: center; }

.hide { display: none; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; text-indent: -1000em; z-index: 10; }

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:link:hover, a:visited:hover {
	color: #000000;
	text-decoration: underline;
}
a.inv:link, a.inv:visited {
	text-decoration: underline;
}
a.inv:link:hover, a.inv:visited:hover {
	text-decoration: none;
}

.cols {
	overflow: hidden;
	margin: 0;
}
.cols .col {
	float: left;
	width: 48%;
	margin: 0 3.5% 0 0;
}
body #page .last {
	margin-right: 0;
}


/* Clear Floats Without Structural Markup */
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearFix { display: inline-block; }
/* \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* */


/* layout - specific */
body {
	font-family: Verdana, sans-serif;
	text-align: center;
	background: #e0e0c9;
	color: #000000;
}
.page {
	width: 844px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
	position: relative;
}
#page {
	background: #FFFFFF url(img/top.jpg) no-repeat 50% 0;
}
	#page2 {
		background: url(img/bot.jpg) no-repeat 50% 100%;
		padding: 0 0 83px;
	}
	.hp #page2 {
		background-image: url(img/bot-hp.jpg);
	}
		#page .page {
			background: url(img/page-m.gif) repeat-y 0 0;
		}

#top {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 170px;
	background: url(img/top.jpg) no-repeat 50% 0;
}
	#top a:link, #top a:visited {
		color: #d3d2b6;
	}

	#logo {
		position: absolute;
		left: 10px;
		top: 35px;
		width: 230px;
		height: 60px;
		z-index: 50;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 230px;
			height: 60px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(img/top.jpg) no-repeat -315px -35px;
			}


	#menuBar {
		width: 650px;
		overflow: hidden;
		position: absolute;
		left: 150px;
		top: 0;
		height: 25px;
		z-index: 100;
		border-left: solid 1px #8ca8b1;
		font-size: 109%;
	}
		#menuBar li {
			float: left;
			border-right: solid 1px #8ca8b1;
		}
			#menuBar li a:link, #menuBar li a:visited {	
				float: left;
				display: block;
				line-height: 26px;
				padding: 0 .6em;
				color: #FFFFFF;
			}
			#menuBar li a:link:hover, #menuBar li a:visited:hover {
			}
			#menuBar li.active a:link, #menuBar li.active a:visited {
				font-weight: bold;
			}
		
	#path {
		position: absolute;
		left: 250px;
		top: 122px;
		color: #003546;
		font-size: 91%;
	}
		#path a:link, #path a:visited {
			color: #003546;
		}



#colWrap {
	width: 769px;
	padding: 0 18px 0 33px;
	overflow: hidden;
	background: url(img/page-m.gif) repeat-y 0 0;
}
	#colWrap2 {
		float: right;
		width: 555px;
		overflow: hidden;
	}
		#content {
			float: left;
			width: 345px;
			padding: 0 0 10px;
		}
		#colRight {
			float: right;
			width: 193px;
		}
	#colLeft {
		float: left;
		width: 180px;
	}

.hp #colWrap {
	width: 771px;
	padding: 0 40px 0 33px;
}
	.hp #colWrap2 {
		width: 555px;
	}
		.hp #content {
			width: 350px;
		}
		.hp #colRight {
			width: 180px;
			padding-bottom: 150px;
		}

	.twocols #content {
		width: 550px;
		float: right;
	}

#colWrap h2 {
	font-size: 150%;
	margin-bottom: .5em;
}


#content h1 {
	color: #284350;
	font-size: 175%;
	font-weight: normal;
	margin: 0 0 .75em;
}
#content h2 {
	font-size: 116%;
	font-weight: bold;
	color: #284350;
	padding: .1em 0;
	border-bottom: solid 1px #ced0bd;
	margin: 0 0 .3em;
}
#colWrap h3 {
	font-size: 109%;
	font-weight: bold;
	color: #284350;
	margin: 0 0 .3em;
}
#content p {
	line-height: 1.5;
	margin: 0 0 1.5em 0;
}
#content li {
	line-height: 1.5;
}




.box1 {
	margin: 25px 0 10px;
	border: solid 1px #ebebdc;
	border-width: 0 0 1px 1px;
	width: 90%;
	overflow: hidden;
}
	.box1 img {
		float: left;
		margin: 0 15px 0 0;
	}
	#page .box1 p {
		padding: 15px 0 0;
		margin: 0;
	}


.list {
	width: 560px;
	overflow: hidden;
	background: #eeeee2;
}
	.list li {
		float: left;
		width: 240px;
		overflow: hidden;
		padding: 20px;
		padding-bottom: 10px;
	}
		.list li img {
			float: left;
			border: solid 1px #a1b3b0;
			padding: 2px;
		}
		#page .list li p {
			margin-left: 60px;
			margin-bottom: .1em;
			line-height: 1.3em;
		}
		.list li .title a:link, .list li .title a:visited {
			color: #003546;
		}


#menuSide {
	width: 100%;
	overflow: hidden;
	border-top: solid 1px #ccaf8c;
	position: relative;
	margin: 0 0 25px;
}
	#menuSide li {
		float: left;
		width: 100%;
		line-height: 1.35;
		padding: .3em 0;
		border-bottom: solid 1px #ccaf8c;
	}
		#menuSide li a:link, #menuSide li a:visited {
			display: block;
			padding: 0 0 0 15px;
			background: url(img/bullet-2.gif) no-repeat 0 .35em;
			color: #000000;
			text-decoration: none;
		}
		#menuSide li a:link:hover, #menuSide li a:visited:hover {
			text-decoration: underline;
		}
		#menuSide li.active a:link, #menuSide li.active a:visited {
			font-weight: bold;
			color: #924a01;
		}

#menuSide2 {
	border: solid 1px #ced0bd;
	font-size: 91%;
	line-height: 1.35;
	color: #475343;
}
	#menuSide2 h2 {
		background: #ced0bd;
		font-size: 100%;
		font-weight: normal;
		color: #003546;
		padding: .5em 1em;
	}
	#menuSide2 ul {
		margin: 0 1em 1em;
	}
		#menuSide2 ul li {
			padding: .4em 0;
			border-bottom: solid 1px #EFEFEF;
			
		}
		
		
				#menuSide2 li a:link, #menuSide2 li a:visited {
						color: #475343;
						text-decoration: none;
		}
		#menuSide2 li a:link:hover, #menuSide2 li a:visited:hover {
			text-decoration: underline;
			color: #505C4C;
		}
		#menuSide2 li.active a:link, #menuSide2 li.active a:visited {
			font-weight: bold;
			
		}
		
		
		
		

.items {
}
	.items li {
		padding: .5em 0 .5em 15px;
		background: url(img/bullet-1.gif) no-repeat 0 .8em;
	}

#bot {
}
.hp #bot {
}
	#bot .page {
		font-size: 1.1em;
		color: #003647;
		line-height: 1.5;
		overflow: hidden;
	}
		#bot .in {
			padding: 12px 0 0;
			height: 42px;
			background: url(img/logobottom.jpg) no-repeat 35px 10px;
		}
	#bot a:link, #bot a:visited {
		color: #003647;
	}

	#copyright {
		margin: 0 0 0 90px;
	}
	
	#copyrighthome {
		margin: 0 100px 0 130px;
	}
	
	
	#links2 {
		margin: 0 0 0 90px;
	}



/*-------
// titles
//-----*/

#titleWelcome {
	height: 36px;
}
	#titleWelcome span {
		background: url(img/title-welcome.png) no-repeat 0 0;
	}
#titleWork {
	height: 36px;
}
	#titleWork span {
		background: url(img/title-work.png) no-repeat 0 0;
	}
#titleAncillary {
	height: 25px;
}
	#titleAncillary span {
		background: url(img/title-ancillary.png) no-repeat 0 0;
	}

#titleIssues1 {
	height: 21px;
	width: 119px;
}
	#titleIssues1 span {
		background: url(img/title-issues1.jpg) no-repeat 0 0;
	}

#titleIssues2 {
	height: 21px;
	width: 119px;
}
	#titleIssues2 span {
		background: url(img/title-issues2.png) no-repeat 0 0;
	}

#titleReform1 {
	height: 32px;
	width: 142px;
}
	#titleReform1 span {
		background: url(img/title-about-reform.png) no-repeat 0 0;
	}
#titleWork2 {
	height: 22px;
}
	#titleWork2 span {
		background: url(img/title-work2.png) no-repeat 0 0;
	}


#content a:link, #content a:visited {	
				text-decoration: underline;
				color:#284350
			}
			#content a:link:hover, #content a:visited:hover {
			text-decoration: underline;
			color:#CC6600
			}
			#content a:link, #content a:visited {
				text-decoration: underline;
			}
			
		#work_small { font-size: 95%; }
				
		.title_small {color: #003546;
		font-weight: bold;}