/*

	Morgan & Cunningham, LLC template.
	Designed by WCC. (http://www.WCCtechHelp.com)
	
*/

/* 

	 General Styles 

*/

* {
margin: 0;
padding: 0;
}

body {
font-size: 10px;
font-family: Verdana, Sans-Serif;
line-height: 1.4;
background: #036;
color: #fff;
text-align: center;
}

a, a:link, a:visited {
color: #06c;
}

a:hover, a:active {
text-decoration: none;
}

h1 {
color: #E5D561;
text-align: center;
}

h2 {
font-size: 1.6em;
font-variant: small-caps;
font-weight: bold;
margin: 5px 0 10px 0;
}

ul { 
list-style-type: none;
}

li {
list-style-type: none;
}

ul.list {
font-size: 1.2em;
list-style-type: circle;
margin: 0 0 10px 15px;
}
 ul.list li {
 list-style-type: circle;
 }

p {
font-size: 1.2em;
margin: 0 0 10px 0;
}

.clear {
clear: both;
height: 1px;
}

.right {
float:right;
}

/*

	Layout Styles
	
*/

.wrap {
width: 770px;
margin: 0 auto 0 auto;
text-align: left;
}

.header {
height: 250px;
text-align: center;
position: relative;
background: url('images/header_bg.png') bottom center no-repeat;
padding: 30px 0 0 0;
}

html>body .header {
height: 220px;
}

#logo {
margin: 0 auto 0 auto;
position: relative;
width: 550px;
height: 40px;
overflow: hidden;
}

#logo span {
display: block;
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 550px;
height: 40px;
background: url("images/logo.jpg") top left no-repeat;
}

.search {
position: absolute;
bottom: 10px;
left: 15px;
}
	.search p {
	padding: 0;
	margin: 0;
	}
	
.menu {
position: absolute;
bottom: 0px;
right: 5px;
}

.menu li {
float: left;
height: 30px;
padding: 0 0 0 10px;
margin: 0 5px 0 0;
font-size: 1.4em;
background: #06c url('images/tab_l.png') top left no-repeat;
}
	.menu li a, .menu li a:link, .menu li a:visited {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 0;
	background: url('images/tab_r.png') top right no-repeat;
	color: #ACB3B9;
	text-decoration: none;	}
	
	.menu li a:hover, .menu li a:active {
	color: #fff
	}
	
.menu li.current {
background: #ACB3B9 url('images/tab_current_l.png') top left no-repeat;
}
	.menu li.current a, .menu li.current a:link, .menu li.current a:visited, .menu li.current a:hover, .menu li.current a:active {
	background: url('images/tab_current_r.png') top right no-repeat;
	color: #06c;
	font-weight: bold; }

.main {
background: #fff url('images/body_bg.png') top left repeat-y;
color: #000;
padding: 20px 20px 0 20px;
}	

p.breadcrumbs {
font-size: 1.1em;
padding: 0 0 3px 0;
border-bottom: 1px solid #75808A;
}

.news {
width: 190px;
float: left;
margin: 0 10px 20px 0;
}

.newsposts {
font-size: 1.2em;
}
  .newsposts li {
	margin: 0 0 5px 0;
	}
	
.content {
float: left;
width: 525px;
margin: 0 0 20px 0;
padding: 0 0 0 20px;
border-left: 1px solid #75808A;
}

html>body .content {
width: 504px;
}

.rbox {
float: right;
width: 202px;
padding: 10px;
margin: 0 0 20px 20px;
background: #fff url('images/court.jpg') top left no-repeat;
border: 1px solid #75808A;
}
 .rbox h2 {
 color: #003366;
 }

html>body .rbox {
width: 180px;
}

body#administration div.rbox {display:none;}

.footer {
clear: both;
background: #036 url('images/footer_bg.png') top left repeat-y;
padding: 10px 15px 0 15px;
margin: 0 0 20px 0;
}

.footer span {
display: block;
height: 20px;
width: 770px;
margin: 0 0 0 -15px;
clear: both;
background: #036 url('images/footer_bottom.png') bottom left no-repeat;
}

.footer a {
color: #fff;
}

/* sNews */
fieldset { border: 1px solid #E4DF94; padding: 10px 8px; margin: 0 0 8px 0; background: #FFFBC0; color: #000; }
input { padding: 2px; }
textarea { width: 97%; height: 20em; padding: 3px; background: #fff; }
.comment { }
.commentsbox { }
.date { }
