@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 10px 0 0 0;
	text-align: center; 
	color: #000000;
}


.twoColElsLtHdr #container { 
	padding: 10px 10px 10px 10px;
	width: 46em;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsLtHdr #logo {
	padding: 0 10px 0 0; 
	margin: 0 0 0 0;
	float: left;
} 
.twoColElsLtHdr #header {
	padding: 0 0px 0 0;
	background-color: #A40019;
	margin: 0 0px 0 185px;
} 
.twoColElsLtHdr #header h1 {
	margin: 0;
	padding: 7px 10px;
	color: #FFFFFF;
	text-align: right;
	text-indent: 10px;
}

.twoColElsLtHdr #navigation { 
	background-color: #A40019;
	padding: 0px 0px;
	margin: 2px 0 0 185px;  
	color: #FFFFFF;
} 

.twoColElsLtHdr #spacer { 
	padding: 0px 10px;
} 

.twoColElsLtHdr #navigation a{   
	color: #FFFFFF;
	text-decoration: none;
} 

.twoColElsLtHdr #navigation a:visited{   
	color: #FFFFFF;
	text-decoration: none;
} 

.twoColElsLtHdr #navigation a:hover{   
	color: #FFFFFF;
	font-weight: bold; 
} 

.twoColElsLtHdr a:visited{
	color: #0066CC;
}

.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 185px; 
	background: #EED5D2; 
	padding: 0px 0px;
	padding-top: 0px; 
}
.twoColElsLtHdr #sidebar1 h2, .twoColElsLtHdr #sidebar1 p {
	margin-top: 5px;
	margin-left: 13px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsLtHdr #memnuheader {
	 color: #B30000;
}

.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 0 188px; 
	font-size: small;
	color: #4A4A4A;
} 
.twoColElsLtHdr #mainContentHome {
	margin: 0 0em 0 0em; 
	color: #4A4A4A;
} 
.twoColElsLtHdr #footer { 
	padding: 0px 0px; 
	background:#A40019;
	color: #FFFFFF;
	margin: 10px 0 0 0;
} 
.twoColElsLtHdr #footer p {
	font-size: small;
	margin: 0; 
	padding: 5px 10px; 
	
}

.twoColElsLtHdr #logo {
    padding-left: 40px;
}

.twoColElsLtHdr #contactusaddress {
	font-size: small;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#dhtmlgoodies_menu{	/* Menu object */
	margin:0px;
	padding:0px;
	width:180px;	/* Width of menu */
}
#dhtmlgoodies_menu li{
	margin-top:2px;	/* Space between each menu item */

	/* Don't change these four values */
	list-style-type:none;				
	clear:both;
	display:block;	
	overflow:auto;
}

#dhtmlgoodies_menu li a{	/* Text rules for the menu items */
	color:#000;	/* Black text color */
	text-decoration:none;	/* No underline */
	font-family: Verdana, Arial, Helvetica, sans-serif;	/* Font to use */
	letter-spacing:1px;	/* Extra space between each letter of the menu items */
	font-size:0.7em;	/* Fixed font size */
	font-weight:normal;	/* Bold font */
	float:left;
	background-color:#F1F1F1;
	padding-left:3px;
	line-height:25px;	/* Height of menu links */

}
#dhtmlgoodies_menu li div{
	float:left;
}

.servicessubheader {
	color: #B30000;
	font-weight: bold;
}

/* For the corners on the boxes */

.rtop,.rbottom{display:block;BACKGROUND-COLOR: #ffffff}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px; BACKGROUND-COLOR: #A40019}
.r2{margin: 0 3px;BACKGROUND-COLOR: #A40019}
.r3{margin: 0 2px;BACKGROUND-COLOR: #A40019}
.r4{margin: 0 1px;height: 2px;BACKGROUND-COLOR: #A40019}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
