/* CSS Document */

a:link, a:visited {
	color: #996600;
}
a:active, a:hover {
	color: #CC9900;
}
a.grey:link, a.grey:visited {
	color: #666666;
	text-decoration: none;
}
a.grey:active, a.grey:hover {
	color: #996600;
	text-decoration: underline;
}
a.no_underline:link, a.no_underline:visited {
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0;
	background: url(images/top-grey-fade.jpg) #FFFFFF repeat-x;
	font-size: .8em;
	line-height: 160%;
}	

div.mainBox {
	width: 785px;
	margin: 15px auto;
	background: url(images/body-back.gif) repeat-y;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
}
p {
	margin: 10px 0 10px 0;
	text-align: justify;
}
#newsEvents p {
	font-size: .8em;
	text-align: left;
	line-height: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.top {
	background: url(images/box-top.jpg) no-repeat;
	height: 109px;
}
	img.logo {
		margin: 30px 0 0 30px;
	}
div.menu {
	width: 767px;
	margin-left: 9px;
	background: url(images/menu-back.jpg) #444444;
	height: 29px;
}
	img.menuItem {
		border: 0;
		margin: 6px 0px 0 33px;
		float: left;
	}
div.header {
	width: 767px;
	height: 144px;
	margin-left: 9px;
	margin-top: 1px;
	background: url(images/header-img-pot-full.jpg) no-repeat;
}
div.headerLeft {
	/*float: left;
	width: 565px;
	height: 143px;
	background: url(images/header-orange-back.jpg) no-repeat;
	margin-right: 1px;
	*/
}
div.headerRight {
/*
	float: left;
	width: 201px;
	height: 143px;
	
	background: url(images/header-img-leaf.jpg) no-repeat;
	*/
}
div.clearBoth {
	clear: both;
	line-height: 0;
}
div.content {
	float: left;
	width: 708px;
	padding: 30px 0 30px 30px;
	margin: 0px 0 0 9px;
	display: inline;
}
div.contentLeft {
	float: left;
	width: 181px;
	padding: 30px 0 30px 30px;
	margin: 0px 0 0 9px;
	display: inline;
}
div.contentRight {
	display: inline;
	float: left;
	width: 497px;
	padding: 30px;
	margin:  0 0 0 0;
}
img.imgLeft {
	margin-right: 20px;
	margin-bottom: 10px;
}
div.box {
	background: url(images/box-grey-fade.jpg) repeat-x;
	border: 1px solid  #CCCCCC;
	padding: 13px;
}
div.bodyBottom {
	background: url(images/body-bottom.gif) #FFFFFF no-repeat;
	height: 11px;
}
	div.footer {
		width: 767px;
		margin: 0 0 0 9px;
		padding: 7px 0 0 0;
		text-align: center;
		font-size: x-small;
	}
	
	
p.leftMenuItem {
	margin: 0;
	padding: 6px 0 5px 13px;
	background: url(images/arrow-bullet.gif) no-repeat 0px 10px;
	line-height: 120%;
	text-align: left;
}

div.hRule {
	border-top: 1px dotted #999999;
	margin: 10px 0 20px 0;
	clear: both;
}
span.quote {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#cForm label {
	width: 120px;
	float: left;
	display: block;
	margin: 5px 0 5px 0;
}
#cForm input, #cForm textarea {
	border: 1px solid #999999;
	width: 200px;
	margin: 5px 0 5px 0;
}

div.formBox {
	border: 1px solid #CCCCCC;
	padding: 20px;
	background: url(images/box-grey-fade.jpg) repeat-x;
}

form {
	margin: 0;
	padding: 0;
}
input.readonly {
	border: 1px solid #CCCCCC;
	color: #666666;
}
span.userInput {
	padding: 1px 3px;
	display: block;
	width: 150px;
	border-bottom: 1px solid #666666;
}

input.userInput {
	border: none;
	border-bottom: 1px solid #666666;
}

p.alertMessage {
	padding: 5px;
	background: #FFFF99;
	color: #990000;
	font-weight: bold;
}

ul {
	margin-top: 10px;
}
