body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 
.thrColFixHdr #header {
	background-image: url(images/lea-rhine-rosbrugh_bg1.jpg);
	background-repeat: repeat-x;
	height: 78px;
} 
.thrColFixHdr #banner {
	background-image: url(images/lea-rhine-rosbrugh_bg2.jpg);
	background-repeat: repeat-x;
	height: 279px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
.thrColFixHdr #menu {
	background-image: url(images/lea-rhine-rosbrugh_bg3.jpg);
	background-repeat: repeat-x;
	height: 31px;
	background-color: #002d7d;
	margin-bottom: 15px;
} 
.thrColFixHdr #menu a {
	line-height: 31px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 8px 10px 8px;
	text-transform: uppercase;
} 
.thrColFixHdr #menu a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(images/lea-rhine-rosbrugh_bg3_over.jpg);
	background-repeat: repeat-x;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 212px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #e8ecf3;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 212px; /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColFixHdr #features {
	margin-bottom: 15px;
	background-color: #5974a4;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #contactUs {
	padding: 10px;
	background-color: #5974a4;
}
.thrColFixHdr #features a {
	width: 187px;
	display : block;
	color : #ffffff;
	text-decoration : none;
	text-transform: uppercase;
	padding: 5px 10px 5px 15px;
	line-height:14px;
	background-image: url(images/lea-rhine-rosbrugh_bg5.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
.thrColFixHdr #features a:hover {
	background-color : #002d7d;
	background-image: url(images/lea-rhine-rosbrugh_bg5_over.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	}

.thrColFixHdr #mainContent { 
	margin: 0 212px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/lea-rhine-rosbrugh_bg4.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #002d7d;
	color: #FFFFFF;
	margin-top: 15px;
} 
.thrColFixHdr #footer a {
	color: #FFFFFF;
	text-decoration: none;
} 
.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;
}

h1, h2, .head, .subhead, .h1, .h2 {
	font-weight: normal;
	color:#002d7d;
	text-transform: capitalize;
}
h1, .head, .h1 {
	margin-top: 0px;
	font-size: 22px;

}
h2, .subhead, .h2 {
	font-size: 16px;
}
.thrColFixHdr #mainContent a {
	color: #002d7d;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
}
.submit {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	padding: 2px;
}
#sideContactForm {
	width:192px;
}
#ContactForm .input {
	width: 200px;
	border: 1px solid #d5d5d5;
}

#sideContactForm .input {
	width: 184px;
	border: 1px solid #002d7d;
	margin: 0 0 5px 0;
}
hr {
	border: none 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d5d5d5;
	background-color: #ffffff;
	color: #ffffff;
}
.ResourceLinks {
	display: block;
	text-transform: capitalize;
}

#leftmenu, #leftmenu ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 212px;
	}
#leftmenu {
	padding-top: 5px;
	padding-bottom: 5px;
}
	
	#leftmenu li { /* all list items */
		position : relative;
		float : left;
	}
	
	#leftmenu li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 0;
		margin-top : 0;
	}
	
	#leftmenu li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#leftmenu li a {
	width: 187px;
	display : block;
	color : #002d7d;
	text-decoration : none;
	text-transform: uppercase;
	padding: 5px 10px 5px 15px;
	line-height:14px;
	background-image: url(images/lea-rhine-rosbrugh_bg5.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	background-color: #e8ecf3;
	}
	#leftmenu li ul {
	border: 1px solid #5974a4;
	}
	
	#leftmenu li a:hover {
	color : #ffffff;
	background-color : #002d7d;
	background-image: url(images/lea-rhine-rosbrugh_bg5_over.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	}
	
	#leftmenu li:hover ul ul, #leftmenu li:hover ul ul ul, #leftmenu li.sfhover ul ul, #leftmenu li.sfhover ul ul ul {
		left: -999em;
	}
	
	#leftmenu li:hover ul, #leftmenu li li:hover ul, #leftmenu li li li:hover ul, #leftmenu li.sfhover ul, #leftmenu li li.sfhover ul, #leftmenu li li li.sfhover ul { /* lists nested under hovered list items */
		left: 212px;
		top:0px;
	}