/* CSS Document */
body {
	background-image:url(../images/main_bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p em{
	font-weight:bold;
}
img {
	display:block;
	}
* {
	margin:0;
	padding:0;
}
h1 {
	margin:0;
	padding-left:.5em;
	background-image:url(../images/head_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#mainWrap{
	width:850px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;	
	border-left:2px solid #000000;
	background-color:#ffffff;
	background-image:url(../images/new_menuBox_bg.jpg);
	background-position:-110px;
	background-repeat:repeat-y;
}
#banner {
	height:113px;
	margin:0;
	padding:0;
}
div#content{
	margin:0 0 0 190px;
	padding:0 1.5em .5em .5em;
	background-image:url(../images/new_contentBox_bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
	height:auto;
}
#content p{
	padding-top:1em;
}
#leftContent{
	width:190px;
	float:left;
	background-image:url(../images/new_menuBox_bg.jpg);
	background-position:right;		
	
}
#menuBox ul{
	list-style:none;
}
#menuBox a{
	width:150px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	padding: .8em 2.5em .8em 0;
	background-image:url(../images/new_btn_bg.jpg);
	background-position:right;
}
#menuBox a:hover{
	width:150px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	padding:.8em 2.5em .8em 0;
	/*margin:2px;*/
	/*border:1px solid #000033;*/
	background-image:url(../images/new_btn_bg_over.jpg);
	background-position:right;	
}
#active a, #active a:hover{
	width:150px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	display:block;
	padding:.8em 2.5em .8em 0;
	/*margin:2px;*/
	/*border:1px solid #000033;*/
	background-image:url(../images/new_activeBtn_bg.jpg);	
	background-position:right;
}

#subBox {
	margin:.5em;
	float:right;
	width:160px;	
	height:225px;
	border:1px solid #CCCCCC;
	background-image:url(../images/stat_lib.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#smallFeatures {
	list-style:none;
	margin:.5em 0 0 .3em;
}
#smallFeatures li{
	font-weight:bold;	
	padding:0 0 0 1.5em;
	background-image:url(../images/tick.gif);
	background-repeat:no-repeat;
}

#smallContact{	
	list-style:none;
	margin:.5em 0 0 .3em;
}
#smallContact li{	
	padding:0 0 0 1em;
	margin:.4em 0 0 0;
	background-image:url(../images/bullet_blue.gif);
	background-repeat:no-repeat;
}
#smallContact Li a{
	color:#333333;
	font-style:italic;
}
#smallContact Li a:hover{
	color:#333333;
	font-weight:bold;
	font-style:italic;
}
blockquote {
padding-left:1em;
padding-right:1em;
}
h2 {	
	margin-top:.5em;
	margin-bottom:.5em;
	font-size:95%;
}
#footer {
	text-align:center;
	font-size:70%;
}


