@charset "utf-8";
/* CSS Document

dk grey : #3A3D42

*/

body {
background-color:#323438;
color:#fff;
	font-family:"Myriad Web Pro","Trebuchet MS", Verdana, Arial;
	font-size:0.8em;
}
p {
	font-size:0.8em;
}
a {text-decoration:underline; color:#fff;}
a:hover {text-decoration:none;}
img {border:0;}

.clear {clear:both; height:0px;}

#wrapper {
	width:1000px;
	/*was 974*/
	text-align:left;
	margin:10px auto 0px auto;
	background-color:#3A3D42;
	}
#x1 {
	float:left;
	width:160px;
	/*width:155px;*/
	height:520px;
	/*background-image:url(../../images/nav_bk_1.jpg);*/
	background-repeat:no-repeat;
	/*border-right:1px solid #ccc;*/
}
#logo {
	margin-left:30px;
	margin-top:5px;
}
#nav {
	margin-left:30px;
	margin-top:30px;
	width:125px;
	font-size:0.9em;
}
#nav ul {margin-left:0px;list-style:none; padding:0;}
#nav ul li a {color:#fff; text-decoration:none;}
#nav ul li a:hover {color:#fff; text-decoration:underline;}
#nav ul li ul {margin-left:25px;}
#nav ul ul li a {margin-left:0px; color:#fff;}
#nav ul ul li a:hover {color:#fff; text-decoration:underline;}

#x2 {
	float:left;
	width:840px;
	/*width:819px; //// width of right hand col based on width of navigation col ////*/
	/*background-image:url(../../images/nav_bk_1b.jpg);*/
	background-repeat:no-repeat;
	background-position:right;
}
#x2 .text {
	text-align:left;
	margin:53px 25px 30px 50px;
	width:auto;
}
#x2 .text h2 {
	font-size:13px;
	font-weight:bold;
	padding:0;
	margin:0;
}
#x2 .text h3 {
	font-size:11px;
	font-weight:normal;
	padding:0 0 20px 0;
	margin:0;
}

#x2 .text p, #x2 .text a {
	padding:0 30px 10px 0;
	margin:0;
	line-height:1.4em;
	}


#x2 .piece {
	float:right;
	text-align:right;
	margin:0 0 0 30px; /*gives text RHS padding*/
}

#x2 h1 {
		font-size:1.4em;
		margin:130px 0 0 50px;
		padding:0;
}
#x2 p {
		font-size:0.9em;
		margin:10px 90px 25px 50px;
		padding:0;
		line-height:1.3em;
}
#footer {
	width:1000px;
	text-align:left;
	margin:10px auto 0px auto;
		font-size:0.8em;
		line-height:1.3em;
		color:#666;
}
#footer a {
		color:#666;
		text-decoration:none;
}
