@charset "UTF-8";
body  {
	font: 14px/18px "Myriad Pro", Verdana, Arial, "sans serif";
	background: #fff9e6;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #231200;
	text-align: center;
}
.tinyFont {
	font-size: 11px;
}
#sidebarAddress {
	font-size: 11px;
	margin-right: 27px;
	padding-right: 8px;
}
a {
	color: #0082C6;
	text-decoration: underline;
}

a:hover.brownLink {
	color: #281705;
	text-decoration: underline;
}

.brownLink {
	color: #281705;
	text-decoration: underline;
}

h1    {
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0082c6;
	padding: 4px 0px 0px;
	text-align: center;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
h2    {
	color: #626262;
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	line-height: 29px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLt #container {
	width: 780px;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF9E6;
	border-right-color: #0082C6;
	border-bottom-color: #0082C6;
	border-left-color: #0082C6;
	background-image: url(images/containerBGstrip.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLt #container #header {
	text-align: center;
	background-color: #FFF9E6;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0082C6;
	border-bottom-color: #0082C6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 30px;
}
.twoColFixLt #container #sidebar1 #sideNav {
	height: 250px;
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: bold;
	color: #572d00;
	text-transform: uppercase;
	padding-left: 10px;
	text-align: left;
	padding-top: 15px;
}

.twoColFixLt #mainContent {
	margin-top: 50;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 75;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
} 
#mainContent blockquote {
	margin-top: 0px;
	padding-top: 0px;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	text-align: right;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	background-image: url(images/sideBarCircle.gif);
	background-repeat: no-repeat;
}
#sidebar1 #sideNav p {
	margin: 8px 0px 10px;
	padding: 0px;
}
#sidebar1 #sideNav a {
	color: #572D00;
	text-decoration: none;
}
#sidebar1 #sideNav a:hover {
	text-decoration: underline;
}
#sidebar1 #sidebarContactInfo {
	background-image: url(images/sidebarFillerStrip.gif);
	background-repeat: repeat-y;
	height: 600px;
	font-weight: bold;
	color: #572D00;
}
#sidebar1 #sidebarContactInfo a {
	color: #572D00;
	text-decoration: underline;
}
#sidebar1 #sidebarContactInfo a:hover {
	color: #231200;
	text-decoration: none;
}
#sidebar1 #sidebarContactInfo ul {
	margin: 0px;
	padding: 0px;
	color: #0082C6;
}
#sidebar1 #sidebarContactInfo li {
	margin: 0px 0px 0px 8px;
	padding: 5px 0px;
	list-style-type: none;
	text-align: left;
}
#sidebar1 #sidebarContactInfo li a {
	color: #0082C6;
	text-decoration: underline;
}
#sidebar1 #sidebarContactInfo li a:hover {
	color: #0082C6;
	text-decoration: none;
}
#sidebarContactInfo p {
	padding-right: 30px;
	font-size: 14px;
	line-height: normal;
}
.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;
}
#footer  {
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	text-transform: capitalize;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#footer li {
	margin: 0px;
	padding: 0px 10px;
	list-style-type: none;
	display: inline;
	text-align: center;
}
#topNav  {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0082c6;
	font-weight: bold;
	padding-bottom: 2px;
}
#topNav  ul  {
	margin: 0px;
	padding: 0px;
}
#topNav  li  {
	margin: 0px;
	padding: 0px 10px;
	display: inline;
	list-style-type: none;
}
#topNav  a  {
	text-decoration: underline;
	color: #0082c6;
}
#topNav  a:hover  {
	color: #0082c6;
	text-decoration: none;
}
#mainContent p {
	margin: 0px;
	padding: 0px 0px 10px;
}
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0082c6;
	margin-top: 20px;
	padding-top: 10px;
}
#mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0082c6;
	padding: 0px;
	margin: 10px 0px 5px;
}
#mainContent h5 {
	font-family: "Myriad Pro";
	font-size: 15px;
	font-weight: bold;
	color: #231200;
	padding: 0px;
	margin: 0px;
}
#mainContent   #Top  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0082c6;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: left;
}
#mainContent    ul {
	padding: 0px 0px 0px 30px;
	margin: 0px;
}
#mainContent ol {
	padding: 0px 0px 0px 30px;
	margin: 0px;
}
#mainContent li {
	padding: 0px;
	margin: 10px 20px 0px 0px;
}
.blueBold {
	font-weight: bold;
	color: #0082C6;
}
.blueLine {
	color: #0082C6;
}
#wideBulletedList  li {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
#wideBulletedList  ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#professionalAssociates {
	font-size: 14px;
	margin-top: 10px;
}
#professionalAssociates ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#professionalAssociates li {
	margin: 0px;
	padding: 0px 5px;
	display: inline;
	list-style-type: none;
}
