
/* Layout Stylesheet */ 

body {
	margin:20px;
	color: #333333;
	text-align:center;
	padding:0;
	background-color:#3D1178; 
/*	background-color: #492C81;   SSJ Background color */
	/*	background-image: url(../../images/building%20fader-lrg.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
 }

#outer {
 text-align:left;
 background:#fefefe;  
 border:1px solid #000000;
 width:971px;
 margin:auto;
 }

#hdr {
 height:175px;
 margin:10px 10px 10px 10px; 
 background:#fefefe;
 color: #fefefe;
 }

#bar {
	height:7px;
	width:971px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #3D1178;/* border:solid #000000;	 *//* border-width:1px 0 1px 0; */
 }

#bodyblock {
	position:relative;
	color: #333333;
	width:931px;
	padding:20px;
 }
 

#l-col {
	float:left;
	color: #333333;
	width:185px;
	margin:0;
 }
 
/* #menu {
 width:164px;
 border:1px solid gray;
 } */

 
	

html>body .menuitem {
	height:2em;
	}	 
	 
 
/* doesn't work in IE
#menuitem:link {}
#menuitem:visited{}
#menuitem:hover {
  background:black;
  }
#menuitem:active{}	 
*/

#cont {
	width:720px;
	min-height:400px;
	height:auto !important;
	height:400px;
	color: #333333;
	text-align:justify;
	margin:0px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	padding-right: 10px;
	padding-bottom: 10px;
 }
 
#frontpagenews {
	width:658px;
	min-height:200px;
	height:auto !important;
	height:200px;
	background-color: #FF9;
	border: 1px solid #000;	
	margin:auto;
}

#servicesimages, #aboutusimages {
	width:30%;
	float:left;
}

#servicescontent, #aboutuscontent {
	float:right;
	width:70%;
}

#servicespicture, #aboutuspicture {
	margin: 10px;
	}

#ftr {
	height:7.5em;
	width:971px;
	color: #663366;
	border:solid black;
	border-width:1px 0 0 0;
	margin:0;
	font-family: Verdana;
	font-size:9pt;
	padding-top: 7px;
	background-color: #fefefe;
 }
 
#bottombar {
	height:30px;
	width:900px;
	color: #333333;
	text-align:right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	border-top-style: none;
	background-color: #fefefe;
 } 
#frontphoto {
	margin: 20px 0px 0px 0px;
	} 
#howtohelpimages {
	width:698px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 10px;
	margin-top: 10px;
}

#clientpicture {
	margin: 10px;
	float: left;
	}
#chriswagnerpicture {
	margin: 10px;
	float: right;
	}

div.cleardiv {
	clear:both;
	height: 1px;
}
