/*
Design by Williams Group
http://www.wgsite.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	color: #3B3B3B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 15px;
	font-style: italic;
	color: #336699;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
}

h2 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 14px;
	padding-bottom: 4px;
	color: #666666;
}

p, blockquote, ul, ol {
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	font-weight: normal;
	padding-bottom: 15px;
	line-height: 10px;
}

p {
	line-height: 18px;
}

blockquote {
}

ul {
}

ul li {
}

ol {
	text-align: left;
	text-indent: 0px;
}

ol li {
	text-align: left;
	text-indent: 0px;
}
.newsline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 12px;
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

img {
	border: 1px none #3B3B3B;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.77em;
	font-weight: bold;
	background-image: url('images/boxed_title_background.gif');
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	color: #FFFFFF
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding: 20px;
}

.post .title {
	font-family: Arial, Helvetica, sans-serif;
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 780px;
	height: 88px;
	background-image: url('images/MCFV_head.gif');
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	border-top-color: #666633;
	background-repeat: repeat-y;
	background-image: url('images/sidebar_background.jpg');
	background-position:  left 50%;
	background-color: #FFFFFF
}

#content {
	float: right;
	width: 566px;
	padding-right: 1px;
}

#sidebar {
	float: left;
	width: 212px;
	padding-left: 1px;
}

/* Menu */

#menu {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	color: #666633;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#menu a:hover {
	color: #666633;
	background-color: #CCCC99;
}

#menu .active a {
}

/* Login */

#login {
	float: right;
	width: 215px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	background-position: center;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 18px;
	margin-right: 5px;
	color: #666633;
	margin-left: 20px;
	clear: none;
}
alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #003300;
	float: right;
	width: 250px;
	border: 1px solid #666666;
}
#submit {
	width: 62px;
	float: left;
	padding: 7px;
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

/* Updates */

#updates {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
}

/* Footer */

#footer {
	width: 750px;
	height: 18px;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
	background-color: #999966;
}

#legal {
	float: left;
}

#links {
	float: right;
	font-weight: normal;
#links a:hover {
	color: #00FF00;
	background-color: #333366;
	color: #FFFFFF;
}
#links a:hover {
	color: #33FF00;
}
.boxed .login {
	padding: 5px;
	border: none;
	background-color: #CCCCCC;
}
.logo {
	height: 45px;
	width: 350px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin: 0px;
	padding: 20px;
}
.image {
	clear: both;
	padding: 0px;
}
.toolThumbs {
	padding: 10px;
	float: left;
	width: 150px;
	clear: none;
	height: 250px;
}
#topNav {
	width: 750px;
	height: 18px;
	font-size: 10px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-color: #999966;
	color: #FFFFFF;
}
.boxed .logo {
}
#note {
	color: #333333;
	background-color: #FFFFFF;
	float: right;
	width: 250px;
	padding: 10px;
	border: 1px solid #666633;
	background-image: url('images/sidebar_background.jpg');
	background-position:  right 50%;
	background-repeat: no-repeat;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}