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

body  {
	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: #535353;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ececec;
}
h1, h2, h4, h5, h6, td, input, select, blockquote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #535353;
	margin: 0;
	padding: 0;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #535353;
	font-weight:bold;
	margin:15px 0 15px 0;
	}

strong {
	font-weight:normal;
	color:#000000;
}

#shadowholder {
margin: 0 auto;
width:918px;
background-image:url(images/shadowholder-bk.gif);
background-repeat:repeat-y;
}

#logoheader #lhleftcol {
	float:left;
}

#logoheader #lhrightcol {
	float:right;
	color:#999999;
	margin:86px 15px 0 0;
	height:18px;
}

#logoheader #lhrightcol p {
	margin:88px 20px 0 0;
}

#logoheader #lhrightcol a:link, #logoheader #lhrightcol a:visited {
	color:#999999;
	text-decoration:none;
}

#logoheader #lhrightcol a:hover, #logoheader #lhrightcol a:active {
	color:#000000;
	text-decoration:none;
}

.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	border-top:solid 12px #007db1;
	border-bottom:solid 6px #007db1;
} 
.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	float:left;
	width:650px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0;
}

.twoColFixLtHdr #mainContent ul {
	margin: 0 0 0 18px;
	padding: 0;
	font-size:10px;
	font-weight:bold;
	color:#4c7b71;
	line-height:18px;
}

.twoColFixLtHdr #mainContent li {
	color:#4c7b71;
	margin:0;
	padding:0;
}


.twoColFixLtHdr #mainContent p {
	margin:15px 0 15px 0;
}

.twoColFixLtHdr #mainContent a:link, .twoColFixLtHdr #mainContent a:visited{
	color:#003366;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent a:hover, .twoColFixLtHdr #mainContent a:active{
	color:#000000;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent #mclcol {
	float:left;
	width:400px;
}

.twoColFixLtHdr #mainContent #mcrcol {
	float:left;
	width:150px;
	background-image:url(images/quote-divider.gif);
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 25px;
}

.twoColFixLtHdr #mainContent #mclcol p {
	padding-left:3px;
}

.twoColFixLtHdr #mainContent #mclcol img {
	padding:0 10px 5px 0;
}

.twoColFixLtHdr #mainContent #mcrcol .quote {
font-family:"Times New Roman", Times, serif;
	color:#666666;
	font-size:16px;
	font-style:italic;
	line-height:18px;
}

.twoColFixLtHdr #mainContent #mcrcol .quotename {
	text-align:left;
	padding-left:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333
}

#bulletitems {
	font-size:10px;
	font-weight:bold;
	color:#4c7b71;
	line-height:18px;
	margin-bottom:15px;
}

#bulletitems p {
	margin:0;
	padding:0;
}

#bulletitems #bileft {
	float:left;
	width: 250px;
}
#bulletitems #biright {
	float:left;
	width: 150px;
}




#bulletitemsequal {
	font-size:10px;
	font-weight:bold;
	color:#4c7b71;
	line-height:18px;
	margin-bottom:15px;
}

#bulletitemsequal p {
	margin:0;
	padding:0;
}

#bulletitemsequal #bileft {
	float:left;
	width: 200px;
}
#bulletitemsequal #biright {
	float:left;
	width: 200px;
}



#bulletitemsright {
	font-size:10px;
	font-weight:bold;
	color:#4c7b71;
	line-height:18px;
	margin-bottom:15px;
}

#bulletitemsright p {
	margin:0;
	padding:0;
}

#bulletitemsright #bileft {
	float:left;
	width: 150px;
}
#bulletitemsright #biright {
	float:left;
	width: 250px;
}



.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #4c7b71;
}

.twoColFixLtHdr #footer #footerleft {
	float:left;
	width:400px;
	margin-left:10px;
}
.twoColFixLtHdr #footer #footerright {
	float:right;
	text-align:right;
	width:300px;
	margin-right:10px;
}

.twoColFixLtHdr #footer #footerright a:link, .twoColFixLtHdr #footer #footerright a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.twoColFixLtHdr #footer #footerright a:hover, .twoColFixLtHdr #footer #footerright a:active {
	color:#000000;
	text-decoration:none;
}
	
	
.twoColFixLtHdr #footer p {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	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 */
}
.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;
}
