@charset "utf-8";
/* CSS Document */
body {
	background-color:#666666;
	margin-top:15px;
	padding:0px;
	}
.thetop {
	width:1045px;
	background-image:url(Images/top.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	padding: 27px 0px 0px 0px;
}
.thetopimage {
	float:left;
	padding:0px 10px 0px;
}
.thetoptext {
	font-size:57px;
	text-align:center;
	color:#FFFFFF;
	height:207px;
	padding:0px;
}
.thetoptext2 {
	font-size:27px;
	font-style:oblique;
	color:#FFFFFF;
}
.themenu {
	padding:0px;
	margin:0 auto;
	width:1045px;
}

/* This is the main data */

#container {
	width: 1045px;
	margin: 0 auto;
	padding: 0;
}
#primary {
	float: left;
	width: 155px;
	height:500px;
	background-color:#000;
	color:#fff;
	padding:10px 0px 0px 0px;
}
.primtitle {
	padding:10px 10px 0px 10px;
	font-size:12px;
	font-weight:bold;
}
.priminfo {
	width:155px;
}
.priminfo a{
	background-color:#5A5A87;
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-top-color:#FFF;
	border-top-width:thin;
	border-top-style:solid;
	border-bottom-color:#FFF;
	border-bottom-width:thin;
	border-bottom-style:solid;
}
.priminfo a:hover{
	background-color:#BCBCBC;
	border-bottom-color:#FFF;
	border-bottom-width:thin;
	border-bottom-style:solid;
}
#content {
	float: left;
	width: 711px;
	height:500px;
	background-color:#000;
	border-left-color:#FFFFFF;
	border-left-width:thin;
	border-left-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:thin;
	border-right-style:solid;
	color:#fff;
	padding: 5px 5px 5px 5px;
}
/*  Right Column Courtney Contact Info */
#secondary {
	float: left;
	width: 155px;
	height:500px;
	padding: 10px 5px 0px 5px;
	background-color:#000;
	color:#fff;
	text-align:center;
	border-left-color:#000;
	border-left-width:thin;
	border-left-style:solid;
	border-right-color:#000;
	border-right-width:thin;
	border-right-style:solid;
}
#secondaryinfo {
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#footer {
	color:#fff;
	clear: both;
	background-color:#000;
	background-image:url(Images/bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0px 0px 5px 0px;
	text-align:center;
}
#theline {
	background-color:#fff;
	height:6px;
}
#theline2 {
	background-color:#333333;
	height:16px;
}
#maintitle {
	background-color:#000;
	padding: 20px 20px 10px 10px;
	text-align:center;
	font-size: 18px;
}
#maincontentinfo {
	padding: 2px 35px 0px 35px;
}
#maintitleinfo {
	padding: 0px 10px 0px 335px;
	text-align:left;
}
#mainpic {
	float:left;
	padding: 0px 10px 0px 0px;
}
#mainhist {
	background-color:#000;
	padding: 3px 3px 3px 3px;
	text-align:center;
}
#mainhistinfo {
	padding: 2px 35px 0px 35px;
}
#servicescontent {
	padding: 18px 35px 0px 35px	
}
#testimonialinfo {
	padding: 0px 10px 0px 0px;
	text-align:center;
}


/* This is basic format for stiene, sheldon, services   */
#generalheader {
	background-color:#B0CFD9;
	border-width:thin;
	border-color:#FFFFFF;
	border-style:solid;
	color:#000000;
	padding: 1px 0px 1px 15px;
	font-weight:bold;
}
#generaltext {
	padding:10px 10px 10px 10px;
}
#generaltext li{
	list-style-position:inside;
	/*list-style-image:url(Images/button.png); */
	
}

	
