@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #504e4e;
	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: #000000;
}
#container  {
	width: 817px;
	text-align: left;
	background-image: url(../images/bgblueside.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	padding: 0;
	margin-left: 18px;
	background-color: #FFFFFF;
	margin-right: 18px;
} 
#header img {
	padding: 0px;
	margin: 0px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topSidebarLeft {
	float: left;
}
#topMenu {
	padding: 0px;
	float: right;
	width: 69px;
	height: 48px;
	margin-top: 38px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menuBar {
	background-color: #c5810c;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	height: 25px;
}
#menuBar   a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#menuBar a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}
#mainContent  {
	margin-top: 40px;
	margin-right: 375px;
	margin-bottom: 0px;
	margin-left: 82px;
	padding: 0;
} 
#mainContent h1 {
	font-size: 24px;
	color: #666666;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 0px;
}
#mainContent h2 {
	font-size: 14px;
	color: #a96d07;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4pt;
	margin-bottom: 0px;
	margin-top: 0px;
}
#mainContent h3 {
	font-size: 12px;
	color: #a96d07;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	letter-spacing: 2pt;
}
#mainContent h4 {
	font-size: 12px;
	color: #a96d07;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	letter-spacing: 2px;
}
#mainContent h4 a {
	font-size: 12px;
	color: #a96d07;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2pt;
	margin: 0px;
}
#mainContent h5 {
	font-size: 12px;
	color: #a96d07;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
#mainContent p {
	font-size: 11px;
	color: #2E2D2D;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
#mainContent  ul {
	font-size: 11px;
	color: #2E2D2D;
	line-height: 18px;
	list-style-position: outside;
	list-style-image: url(../images/bullet_triangle_teal.gif);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: -30px;
}
#mainContent  li {
	padding-bottom: 10px;
	font-weight: bold;
	color: #474646;
}
#mainContent img {
	margin-top: 5px;
	margin-bottom: 15px;
}
.callout {
	font-size: 14px;
	font-weight: bold;
	color: #AA7100;
	padding: 5px;
	border: 1px solid #8DB9C9;
	text-decoration: none;
}

/* the following style is for the home page, to make white bars touch both sides of the sidebar */
#sidebar1Home {
	float: right; /* since this element is floated, a width must be given */
	width: 336px;
	margin-top: 20px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 291px;
	margin-top: 40px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#sidebar1 h2 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sidebar1 h3 {
	font-size: 11px;
	line-height: 20px;
	color: #2E2D2D;
	font-weight: bold;
	
}
#sidebar1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#sidebar1 p {
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#sidebar1 ul {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	list-style-image: url(../images/bullet_tri_white.gif);
	list-style-position: outside;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
#sidebar1 li {
	margin-bottom: 8px;
	text-align: left;
}

/* the following wrapper is used wherever the OUR TEAM info is on sidebars to separate the team members pic and text */

.sidebar1Wrapper {
	margin-bottom: 25px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
}
.sidebar1Wrapper2 {
	background-color: #FFFFFF;
	width: 180px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.sidebar1Wrapper2 img {
	margin: 0px;
	padding: 0px;
}
.sidebar1Wrapper3 {
	padding-left: 5px;
	padding-top: 5px;
	background-color: #FFFFFF;
	margin-left: 12px;
	margin-top: 12px;
	padding-bottom: 5px;
	width: 94px;
}
.sidebar1Wrapper3 img {
}
.calloutSidebar {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}


/* this series of sidebar1 styles pertain only to the home page */

#sidebar1Top {
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#sidebar1Top img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar1Middle {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#sidebar1MiddleRight {
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#sidebar1MiddleRight p {
	font-size: 11px;
	line-height: 15px;
	color: #2e505a;
	font-weight: bold;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1Middle h2 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4pt;
}
#sidebar1MiddleRight ul {
	font-size: 11px;
	line-height: 15px;
	color: #2e505a;
	font-weight: bold;
	list-style-image: url(../images/bullet_tri_white.gif);
	list-style-position: inside;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#sidebar1MiddleRight li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	list-style-position: inherit;
}
#sidebar1MiddleLeft {
	width: 120px;
	float: left;
}
#sidebar1MiddleLeft  p {
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #2e505a;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#sidebar1MiddleLeft img {
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#sidebar1Bottom {
	margin: 0px;
}
#sidebar1Bottom img {
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* end of home page sidebar1 series of styles */



#footer  {
	background-color: #C59C53;
	margin-right: 18px;
	margin-left: 18px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 11px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
}
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	text-align: center;
	color: #333333;
}
#footerMenu {
	text-align: center;
}
#footerMenu ul {
	margin: 0px;
	padding: 0px;
}
#footerMenu li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
}
#footerMenu a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#footerMenu a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}
.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;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.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;
}
#calloutRust {
	font-size: 14px;
	font-weight: bold;
	color: #AA7100;
	padding: 5px;
	border: 1px solid #8DB9C9;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.calloutText1 {
	color: #AA7100;
	font-size: 12px;
	line-height: 21px;
}

