@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 0.75em;
	padding-top: 0px;
}


h1 {
	font-size: 1.5em;
	color: #fff;
	background-color: #CC0066;
	display: block;
	padding: 2px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header{
	padding-top:70px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CC0066;
	vertical-align: bottom;
	background-image: url(img/clarecharnley.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}



#leftcolumn {
	color: #333;
	height:1000px;
	margin: 0px;
	width:245px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FFFFFF;

}
#maincontent_holder {
	color: #333;
	border: 1px none #ccc;
	margin: 0px;
	height: auto;
	width: 600px;
	float: left;
	padding-top: 0px;
	padding-right:10px;
	padding-bottom: 20px;
	overflow:visible;
	padding-left: 20px;
}

#menu_hoz{
	height:20px;
	background-color: #2B5F73;
	display: block;
	padding:0.2em;
	text-align: right;

}

#menu_hoz a {
	font-size: 1.4em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
	padding-right: 2em;
}
#menu_hoz a:hover {
color:#CC0066;
	
}
#menu_LHS{width:20em;}



/*nav*/

#nav {
        width: 20em;
}
#nav, #nav ul, #nav li {
        margin: 0;
        padding: 0;
        list-style: none;
}
#nav a {
	display: block;
	height: 1.2em;
	width:auto;
	text-decoration: none;
	color: #CC0066;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #F1F1F1;
	padding-top: 0.22em;
	padding-right: 0.22em;
	padding-bottom: 0.22em;
	padding-left: 0.44em;
}

#nav a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}


#nav a.span {
	color: #CC0066;
	background-color: #F0B3D1;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav a.span:hover {
	color: white;
	background-color: #CC0066;
	text-decoration: none;
}
#nav a.span img {
	position: absolute;
	top: 2px;
	right: 2px;
	border: 0;
}
#nav li {

	clear: both;
}
#nav li ul li {

        font-size: 85%;
        border: none;
}
#nav li ul li a {
color: #CC0066;
	background-color: #E9E9E9;
	text-indent: 0.55em;

}
#nav li ul li a:hover {
	color: #CC0066;
	text-decoration: underline;	
	background-color: #E9E9E9;	
	
	


h4 {
	font-size: 120%;
}

