body {
	background-image:url(images/bg.jpg);
	background-color:#535D66;
	background-repeat:	no-repeat;
	position: relative;
	background-attachment:scroll;
	font-family:Verdana,Helvetica,Arial,Sans-Serif;
	background-position:center top;
	font-size:0.7em;
	height: 100%;
    margin:0;
    padding:0;
}

* {margin:0; padding:0}

h2 {
text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 1.4em;
color: #ffffff;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
	color: #ffffff;
}

p, ul, ol, blockquote {
	color: #ffffff;
	margin-top: 0;
}

a:link {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #7FAD2A;
}

a:visited {
	color:#ffffff;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
	background: #525D63;
	border: 3px solid #FFFFFF;
}

.boxed .title {
	height: 23px;
	padding: 8px 0 0 10px;
	border-bottom: 3px solid #FFFFFF;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 0.5ex;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	color: #A5CF73;
}

/*.boxed .content {
	padding: 6px 10px 20px 30px;
	font-size: 1em;
}*/

#updates .content {
padding: 8px 10px 10px 25px;
display:inline-block;
 }
 
#content .content {
padding: 8px 10px 10px 25px;
display:inline-block;
}
 
/* Post */

.post {
	margin-bottom: 20px;
	background: #525D63;
	border: 3px solid #FFFFFF;
}

.post .title {
	clear: both;
	padding: 15px 0;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5ex;
	border-bottom: 3px solid #FFFFFF;
	color: #A5CF73;
}

.post .story {
	padding: 10px 30px 10px 30px;
}
.post h2 {
text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 1.4em;
}

.post h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}


#topmenu {
	font-size:10px;
	font-family:Verdana,Helvetica,Arial,Sans-Serif;
	text-align:left;
	height:84px;
	width:100%;
	background-image:url(images/bevel.jpg);
	background-color:#DBDBDB;
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
	min-width:800px;
}

#menu {
background-color:#BBBBBB;
height:20px;
padding-top: 5px;
width:100%;
text-align: center;
}


#menu li {
	display:inline;
	vertical-align: bottom;
}

#menu a {
	color:#505050;
	padding: 0 25px 0 5px;
	text-decoration: none;
	font-weight:bold;
}

#menu a:hover {
	color: #7FAD2A;
}

#shadow {
background-image:url(images/Shadow.png);
background-position:center top;
background-repeat:repeat-x;
height:6px;
margin:0 auto;
min-width:800px;
overflow:hidden;
padding:0;
position:relative;
width:100%;
margin-bottom:30px;
}

#header {

	margin: 0 auto;
	overflow:hidden;

	width: 582px;
	height: 138px;
	background: url(images/header.gif);
}

#toptext {
	margin-top: 40px;
	text-align: center; 
	font-size: 16px;
	padding: 40px; 
}
#toptext p h2 h3 {
color: #000;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

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

#main .labeltext
{
	position: relative;
	left: -8em;
	float: left;
	width: 7em;
	margin-right: -7em;
	font-weight: bold;
}


#sidebar {
	float: left;
	width: 220px;
}
#updates ul {
	margin: 0;
	list-style: square;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

#spotlight {
text-align: center;
}

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px dotted #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #505;
	font-size: x-small;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

#form {
padding-left: 120px;
}

form label {
display: block;
}

#contact .underline
{
text-decoration: underline;
}