@charset "UTF-8";
/* CSS Document */

body  {
	background: #666666;
	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: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
p {
	color: #666;
}
p a {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}
p a:hover {
	color: #333;
}
hr {
	font-weight: lighter;
	color: #c90;
	font-size: 9px;
}
table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #039;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container #menuContainer table tr td a {
	color: #003;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 10px;
}
#container #menuContainer table tr td a:hover {
	font-weight: bold;
	color: #666;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #C90;
	font-weight: bold;
	line-height: 21px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #C90;
	font-weight: normal;
	line-height: 20px;
}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #039;
}
#container  {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 
#header  {
	background-color: #003;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 100px;
} 
#menuContainer   {
	height: 35px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-color: #D39E00;
	border-top-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
}
#container #menuContainer p {
	padding-right: 3px;
	padding-left: 3px;
}
#mainContent2 {
	padding: 25px;
	height: 400px;
}
#mainContentIndexPage {
	padding: 25px;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 24%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	margin-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 375px;
	color: #3E4D74;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#container #sidebar1 a {
	color: #3E4D74;
	text-decoration: underline;
}
#container #sidebar1 a:hover {
	color: #18234A;
	font-weight: bold;
}
#mainContent  {
	margin: 0 260px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px;
} 
#footer  {
	background-color: #2A3754;
	height: 90px;
	padding-top: 3px;
	padding-bottom: 0;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #C90;
	padding-left: 5px;
	padding-right: 5px;
} 
#footer p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
#container #footer p a {
	color: #CCC;
	text-decoration: underline;
}
#container #footer p a:hover {
	font-weight: bold;
	color: #999;
}
#mainContainerTable {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px solid #FFF;
}
#mastheadContainer {
	background-color: #18234A;
	margin-top: 0px;
	padding: 0px;
	background-position: top;
	color: #FFF;
}
#leftNavContainer {
	vertical-align: top;
	margin-top: 0px;
	width: 200px;
	background-color: #999;
	height: 550px;
}
#leftNavContainer ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

#leftNavContainer ul li {
	color: #18234A;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#leftNavContainer ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	margin-left: 25px;
	display:block;
}
#pullQuote {
	font-style: italic;
	color: #18234A;
	background-color: #E3C07D;
	margin: 5px;
	padding: 10px;
	width: 175px;
	float: right;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#firmAddress {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	color: #3E4D74;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
#firmAddress a {
	color: #3E4D74;
}
#firmAddress a:hover {
	color: #18234A;
}
.largeText  {
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.disclaimerText {
	font-size: 10px;
	line-height: 13px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.paraIntro {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #3E4D74;
	font-weight: bold;
}
.largeFirstCap {
	font-size: 24px;
	letter-spacing: 1pt;
}
.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;
}
.imageBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #C90;
	border-right-color: #C90;
	border-bottom-color: #C90;
	border-left-color: #C90;
}
