body {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: .3px;
	line-height: 1.3;
	margin: 0; 
	padding: 0;
	color: #000000;
	background-color: #666666;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #7E2827;
}

h2 {
	font-size: 19px;
	font-weight: bold;
	color: #7E2827;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	font-weight: bold;
}

a:link {
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #700606;
}

.centered {
	text-align: center;
}

.justified {
	text-align: justify;
}

.clearboth {
	clear: both;
}

.rightborder {
	border-right: 1px solid black;
}

.leftborder {
	border-left: 1px solid black;
}
.addleftmargin10{
	margin-left: 10px;
}

.col425 {
	float: left;
	width: 425px;
	margin-left: 10px;
}

.coltextleft {
	float: left;
	margin-left: 10px;
	width: 405px;
	padding-right: 20px;
	overflow: hidden;
}

.coltextright {
	float: left;
	padding-left: 20px;
	width: 405px;
	overflow: hidden;
}

/*** Outside container, contains everything ****/
#container {
	width: 890px;
	background: #FFFFFF;
	border: 3px solid #000000;
	margin: 0 auto;
}

#maincontent {
	width: 870px;
	margin: 0px 10px;
	overflow: hidden;
}

.project-block {
	display: inline;
	padding: 0px 6px;
	float: left;
	width: 419px;
	height: 228px;
	background-color: #EDEDE4;
	border: 2px solid white;
}

.project-block img {
	float: left;
	padding: 6px 6px 0px 0px;
}

/***** Begin Header and Navigation Styles ******/
#header {
	background-color: #DDDDDD;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 156px;
	width: 890px;
}

#nav {
	background-color: #000000;
	width: 890px;
	height: 25px;
	padding: 0px;
	display: block;
}

#nav ul {
	padding: 0;
	margin: 0;
}
#nav li {
	text-align: left;
	float: left;
	list-style: none;
	padding: 5px 8px;
	border-right: 1px solid white;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav li:hover {
	background-color: #E7E7D8;
}

#nav a:hover {
	color: black;
}

/**** End Header and Navigation Styles *********/

/***************** Begin Styles used exclusively on the home page *********************/
#home-maincontent {
	width: 870px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(images/mainbg2.jpg);
	background-repeat: no-repeat;
}

#home-top {
	display: block;
	width: 870px;
	margin-bottom: 40px;	
	overflow: hidden;
}

#home-slideshow {
	margin: 20px 0px 20px 10px;
}

.home-info-column {
 /* Built for two of these columns side by side */
	float: left;
	width: 412px;
	margin: 10px;
}

.home-info-block {
	/* padding: 0px 10px;
	border-bottom: 2px solid #7E2827;
	text-align: justify; */
	background: #EDEDE4 url('images/dogear.jpg') no-repeat;
    background-position: 100% 0%;
	background-color: #EDEDE4;
	padding: 10px 20px;
	border: 1px solid #CECDC4;
	text-align: justify;	
}

#home-links{
	padding: 10px;
	float: left;
	width: 425px;
}

#home-links a {
	font-weight: bold;
	padding-top: 8px;
	padding-left: 20px;
	margin-bottom: 1px;
	display: block;
	width: 405px;
	height: 24px;
	background-color: #EDEDE4;
	text-decoration: none;
}

#home-links a:hover {
	background-color: #E1E1DD;
}
/***************** End Styles used exclusively on the home page *********************/

/***************** Begin Styles used on Testimonials Page **************************/
.testimonial {
	background: #EDEDE4 url('images/dogear.jpg') no-repeat;
    background-position: 100% 0%;
	background-color: #EDEDE4;
	margin: 40px 60px 40px 60px;
	padding: 20px 60px;
	border-top: 1px solid #CECDC4;
	border-right: 1px solid #CECDC4;
	border-left: 1px solid #CECDC4;
	border-bottom: 1px solid #CECDC4;
	text-align: justify;
}
/***************** End Styles used on Testimonials Page ****************************/


/****** Begin Styles Used on Articles Page ******************************/

.articlewrapper {
	width: 870px;
	overflow: hidden;
}

.article-block {
	background: #EDEDE4 url('images/dogear.jpg') no-repeat;
    background-position: 100% 0%;
	background-color: #EDEDE4;
	margin: 40px;
	padding: 20px 40px;
	border: 1px solid #CECDC4;
	text-align: justify;
}

.articlecolleft {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 20px 0px 0px;
	/* margin-left: 10px; */
	width: 324px;
	/* padding-right: 20px; */
	overflow: hidden;
}

.articlecolleft p {
	display: inline;
}

.articlecolright {
	float: left;
	padding-left: 20px;
	width: 324px;
	overflow: hidden;
}

.articlecolright p {
	display: inline;
}

/****** End Styles Used on Articles Page *******************************/


.contact {
	background-color: #EDEDE4;
	padding: 10px;
}

#emailform {

}

#stbody {
	display: none;
}

#contactus-submit {
	font-size: 12px;
	font-weight: bold;
	width: 60px;
	height: 28px;
	border: none;
	padding: 4px;
	cursor: pointer;
	color: #EAEAEA;
	background-color: #282828;
}

#contactus-submit button {
	background-color: #282828;
	color: #EAEAEA;
}

/***** Begin Footer Styles **********************/
#footer {
	padding: 6px 10px;
	background-color: #802928;
	text-align: center;
	color: white;
}
/***** End Footer Styles ***********************/
