*{
padding: 0;
margin: 0;
}
body {
background: #DE4300 scroll repeat;
margin: 10px 0;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
}
#wrap{
width: 760px;
height: auto;
margin: 0 auto;
background-color: #FFFFFF;
}
#header{
width: 100%;
}
#headTitle {
font-size: 10px;
color: #606060;
text-align: right;
margin-right:330px;
margin-bottom: 10px;
}

#slide-container {
 text-align: center;
}
#slide-container #slideshow {
 width: 760px;
 height: 250px;
 margin: auto;
 position: relative;
}
#slide-container #slideshow IMG {
 position: absolute;
 top: 0;
 left: 0;
}
#mainnav{
height: 35px;
background: #333333 none repeat scroll 0 0;
}
#mainnav li{
float: left;
list-style-type: none;
}
#mainnav li a{
float: left;
display: block;
padding: 0 30px;
line-height: 2.4;
text-decoration: none;
color: #CCCCCC;
font-weight: bold;
font-size: 90%;
}
#mainnav a:hover{
background-color: #666666;
color: #FFFFFF;
font-weight: bold;
}
#title{
margin: 5px 0 20px 0px;
width: auto;
}
#inner{
background-color: #FFFFFF;
}
#sidebar{

}
#content{
float: left;
height: auto;
margin: 5px 0 5px 30px;
}
#content a{
color: #E64800;
text-decoration: none;
}

#content a:hover{
color: #E64800;
text-decoration: underline;
}
.single-content{
width: 500px !important;
font-size: 10pt; 
}
#content p {
margin: 0 0 15px 0;
}
#sidebar{
float: left;
width: 200px;
margin: 10px 5px 10px 10px;
font-size: 10pt;
}
.widget li{
list-style-type: none;
margin-bottom: 10px;
}
.widget li a{
text-decoration: none;
}
#search-text{
margin: 0;
margin-bottom: 3px;
}
#search-submit{
margin: 0;
display: block;
}
#footer{
clear: both;
width: 100%;
height: 50px;
background: #333333 none repeat scroll 0 0;
}
#footernav{
margin: auto;
display: table;
overflow: hidden;
}
#footernav li{
float: left;
display: block;
list-style-type: none;
font-size: 11px;
padding: 0 10px;
display: table-cell;
border-right: solid 1px #CCCCCC;
margin-right: -3px;
margin-top: 7px;
height: 13px;
}
#footernav li a{
text-decoration: none;
color: #CCCCCC;

}
#footernav li a:hover{
text-decoration: none;
color: #FFFFFF;
}
#footer span{
display: block;
font-size: 11px;
color: #999999;
clear: both;
margin: 0 auto;
text-align: center;
margin-top: 5px;
}
form {
width: 730px;
}
form li {
margin: 0 0 20px 0;
list-style-type: none;
}
form input {
margin: 0 5px 0 10px;
}
form select {
color: #666666;	
}
form li li{
margin: 0 0 5px 30px;
}
#submit{
margin: 10px 0 10px 0;
text-align: center;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
