* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	color: #333333;
	background-color: #e6e6e6;
	float: inherit;
}

h2, h3, h4{
	margin: 0;
	text-transform:none;
	font-weight: normal;
	color: #66BC29;
}

h1 {
	margin: 0px 0px 7px 0px;
	font-size: 16px;
	background: #F7F7F7 url(images/backstrip.gif) repeat-x;
	border: 1px solid #CCCCCC;
	height: 25px;
	padding: 5px 0px 0px 10px;
	text-transform: none;
	color: #FFFFFF;
}


h2 {
	margin-bottom: 0px;
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	margin-bottom: 0px;
	font-size: 12px;
}

h5 {
	font-size:12px;
	color:#333333;
}
	
p, ol, ul, blockquote {
	line-height: normal;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

a {
	color: #333333;
}

a:hover {
	color: #66BC29;
	text-decoration: none;
}

img {
}


/* Header */

#header {
	width: 800px;
	height: 150px;
	margin: 0 auto;
}


/* Logo */

#logo {
	float: left;
	height: 150px;
	padding: 0 0 0 0;
	background:url(images/logo_causey.gif) no-repeat; 
	width:300px; height:150px;
}


/* Masthead */

#masthead {
	float:right;
	height: 150px;
	margin: 0 0 0 0;
	background: url(images/masthead.jpg) no-repeat;
	width: 500px; height:150px;
}

/* Menu */

#menu {
	float:inherit;
	height: 40px;
	width:800px;
	padding: 25px 0 10px 0;
	margin: 0 auto;
	background: #FFFFFF;
	text-align:center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px 0 20px;
	border-left: 1px solid #999999;
	text-decoration: none;
	font-size: 13px;
	color: #333333;
}

#menu .first a {
	border: none;
}

#menu a:hover {
	color: #66BC29;
	text-decoration: none;
}




/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 30px 50px 0 50px;
	background: #FFFFFF;
}

#main {
	float: right;
	width: 450px;
}

#sidebar {
	float: left;
	width: 220px;
}



/* Content > Sidebar >Diary*/

#diary {
}

#diary ul {
	margin: 0;
	list-style: none;
}

#diary li {
	margin-bottom: 5px;
}

#diary h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 13px;
}

#diary p {
	margin: 0;
	padding: 0px;
	line-height: normal;
	font-size: 12px;
}

#diary a {
	text-decoration: underline;
}

/* Content > Sidebar > latestnews*/

#latestnews {
}




/* Boxed Style */

.boxed {
	margin-bottom: 7px;
	background: #F7F7F7 url(images/backstrip.gif) repeat-x;
	border: 1px solid #CCCCCC;
}

.boxed .title {
	height: 25px;
	padding: 5px 0 0 10px;
	text-transform: none;
	font-size: 16px;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
}




/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 0 50px 20px 50px;
}

#footer p {
	text-align: right;
	color: #666666;
}

#footer a {
	color: #666666;
	text-decoration:none;
}

#footer a:hover {
	color: #66BC29;
	text-decoration: none;
}
