@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body	{
	background: #670001 url(../images/whole_bg.jpg) repeat-x;
	color: #fff;
	
}
img {
	border: 0;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
}

/*******************************/

/** NAVIGATION 

/*******************************/
td#navigation {
	margin: 0; 
	padding: 0;
	background: url(../images/nav_bg.jpg) repeat-x;
	border: 0;
}
tr.navback {
	margin: 0;

}
td.home  a{
	width: 77px;
	height: 66px;
	background: url(../images/home.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
td.home  a:hover{
	width: 77px;
	height: 66px;
	background: url(../images/home_hover.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
td.qualifications a{
	width: 135px;
	height: 66px;
	background: url(../images/qualifications.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
td.qualifications a:hover{
	width: 135px;
	height: 66px;
	background: url(../images/qualifications_hover.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
td.mission a{
	width: 105px;
	height: 66px;
	background: url(../images/mission_statement.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
td.mission a:hover{
	width: 105px;
	height: 66px;
	background: url(../images/mission_statement_hover.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
td.areas a{
	width: 110px;
	height: 66px;
	background: url(../images/areas.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
td.areas a:hover{
	width: 110px;
	height: 66px;
	background: url(../images/areas_hover.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
td.mediation a{
	width: 177px;
	height: 66px;
	background: url(../images/mediation.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
td.mediation a:hover{
	width: 177px;
	height: 66px;
	background: url(../images/mediation_hover.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
td.personnel a{
	width: 116px;
	height: 66px;
	background: url(../images/personnel.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
td.personnel a:hover{
	width: 116px;
	height: 66px;
	background: url(../images/personnel_hover.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
td.book a{
	width: 148px;
	height: 66px;
	background: url(../images/book.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
td.book a:hover{
	width: 148px;
	height: 66px;
	background: url(../images/book_hover.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
td.professional a{
	width: 132px;
	height: 66px;
	background: url(../images/professional.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
td.professional a:hover{
	width: 132px;
	height: 66px;
	background: url(../images/professional_hover.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
/*******************************/

/** MAIN CONTENT 

/*******************************/
table.content {
	font: normal 14px Arial, Helvetica, sans-serif;	
}
table.content td p {
	line-height: 20px;	
	margin: 5px  10px;
}
table.content img {
	float: left;
}
table.content h2 {
	margin: 12px  20px;
}
/*******************************/

/** FOOTER 

/*******************************/

#footer {
	margin: 10px 5px;
	text-align: center;
	color: #ff9a42;
	font: normal 14px Arial, Helvetica, sans-serif;
}
#footer a {
	color: #fc7500;
	margin: 0 8px;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}

/*******************************/

.cfSubmit {
	margin: 0px 0px 0px 0px;
	padding: 2px;
	width: 150px;
	height: 25px;
	background:#CCCCCC;
	border: 3px solid #CDCDCD;
	color: #330000;
	font-family: sans-serif,Verdana, Geneva;
	font-size: 12px;
	font-weight: bold;
}
