/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

/*********************************************************
global styles
*********************************************************/
p{
	margin: .5em 0;
	font-size: 12px;
}
p.con{
	margin-top: 1em;
}
#footerContact{
	float:right;
	font-size:11px;
	color: #666;
	text-align: right;
}
a{
	text-decoration:none;
	color: #333;
}
dd{
	margin:.5em 0;
	margin-left:10px;
	color:#666;
	font-size:12px;
}
h1{
	font-size: 16px;
	color:#CC0000;
	
}
h1.header{
	font-size: 14px;
	color:#fff;
	background: #fff url(images/backbar.jpg) center left repeat-x;
	padding: 3px;
	margin-bottom: .5em;
	
}
h2{
	font-size: 16px;
	color: #CC0000;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	
}
h3{
	font-size: 14px;
	color: #333;
	margin-top:1em;
	
}
.title{
	font-size: 13px;
	color: #333;
	font-weight:bold;
	text-transform: none;
}
.headshot{
	display:block;
	margin: 10px auto;
}
h4{
	font-size: 11px;
	color: #999;
}
body{
	background:#ccc url(images/background2.jpg) top left repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
}

#container{
	margin: 40px auto;
	width: 750px;

}


/*********************************************************
header styles
/*********************************************************/
#header{
	background:transparent url(images/backbar.jpg) bottom left repeat-x;
}

#header ul{
	text-align:center;
	color: #fff;
	font-weight:bold;
	padding-bottom: 2px;
}
#header ul li{
	display: inline;
	padding: 0px 26px;
	border-right: 1px solid #fff;
	
}
#header ul li.last{
	border:0;
	
}

#header ul li a{
	color: #fff;
}

/*********************************************************
content styles
/*********************************************************/

#content{
	background-color:#fff;
	padding-top: 10px;
}
/*********************************************************
left styles
/*********************************************************/
#left{
	float:left;
	width: 250px;
	margin: 8px;
}
#left ul{
	margin: 5px;
}
#left ul li{
	display: block;
	border-bottom: 1px solid #333;
	padding: 2px;
	font-size: 12px;
	font-weight:bold;
}

#left ul li a{
	display:block;
	padding: 3px;
}

#left ul li a:hover{
	background-color: #CC0000;
	color: #fff;
}
#left li.menuPic{
	padding: 0;
}
#left li.plain{
	border-bottom:0;
}
#newsbox{
	display:block;
	margin: 10px 6px;
	background-color:#CC0000;
	color:fff;
	padding: 10px;
}
#newsbox h3{
	color: #fff;
	font-size:13px;
}
#newsbox p{
	font-size:11px;
	color:#333;
}
#newsbox a{
	color:#fff;
}
#newsbox a:hover{
	color:#fff;
	border-bottom:1px solid #fff;
}

/*********************************************************
breadcrumb styles
/*********************************************************/
#right #breadcrumb ul{
	margin-bottom:1em;
	padding-top:0;

}

#right #breadcrumb ul li{
	display: inline;
	list-style-type:none;
	color: #EE0000;
	margin:0;
	padding:0 2px;
}





/*********************************************************
right styles
/*********************************************************/
#right{
	float:left;
	width:440px;
	margin: 8px;
	margin-right: 3px;
}
#right img{
	margin-bottom: 1em;
}
#right a{
	color: #990000;
}
#right a:hover{
	color: #CC0000;
	border-bottom: 1px solid #CC0000;
}
#right ul{
	margin: .75em 0;
}
#right ul li{
	list-style-type: square;
	margin-left: 1.125em;
	font-size:12px;
	color:#666;
}

#right ul.sitemap li{
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
}
#right ul.sitemap ul{
	margin-top:5px;
	margin-left: 2em;
	border-left: 1px solid #666;
}
#right ul.sitemap ul li{
	list-style:none;
	font-size:12px;
	line-height: 16px;
	font-weight:normal;
}
/*********************************************************
footer styles
/*********************************************************/
#footer{
	clear:left;
	border-top: 1px solid #666;
	margin: 10px;
	font-size: 10px;
	color: #666;
}
#footer p{
	font-size: 10px;
}
#footer a{
	color: #990000;
}
#footer a:hover{
	color:#CC0000;
	border-bottom:1px solid #CC0000;
}
#footer ul{
	margin: 2px 5px 5px 0;
	padding: 3px 5px 5px 0;
}

#footer ul li{
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #666;
}
#footer ul li.last{
	border:0;
}
#footer ul li a{
	color: #666;
	padding: 2px;
}
#footer ul li a:hover{
	color: #fff;
	background-color: #CC0000;
}
