@charset "UTF-8";
.body/* CSS Document */
 {
	background-color: #005FB3; /* 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;
	margin: 0px;
}
#container {
	width: 748px;
	background-color: #FFFFFF!important;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Helvetica Neue", Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
} 

#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. */
	margin: 0px;
} 

#sidebar2 {
	float: right;
	width: 185px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DF2800;
	padding-top: 0px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DF2800;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DF2800;
	background-color: #FFFFCC;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}
#sidebar2 h1 {
	color: #E59C6D;
	text-transform: lowercase;
	font-size: 1.7em;
	line-height: .8em;
}
#sidebar2 p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #EF4035;
	font-style: italic;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
	font-size: 12px;
	line-height: 18px;
	margin-right: auto;
	float: left;
	background-color: #FFFFFF;
	padding-right: 0px;
	width: 748px;
	margin-bottom: 0px;
} 
#mainContent a {
	color: #EF4035;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent li {
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 86px;
	width: 748px;
	float: left;
	background-color: #005FB3;
	margin-bottom: 0px;
}
#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;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}
#bodytext {
	font-size: 12px;
	width: 500px;
	padding-left: 20px;
	background-color: #FFFFFF;
	float: left;
	line-height: 18px;
	padding-top: 20px;
}
#bodytext h1 {
	text-transform: uppercase;
	font-size: 18px;
	color: #DF2800;
}
.homepic {
	float: left;
}
#mainContentHome {
	background-color: #FFFFFF;
	float: left;
}
#mainContentHome .right {
	float: right;
	padding-right: 20px;
	background-color: #FFFFFF;
	width: 350px;
}
#mainContentHome .right li {
	list-style-image: url(images/bullet.gif);
}
#mainContentHome .left {
	float: left;
	width: 335px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
#mainContentHome h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #DF3C31;
	font-size: 18px;
	background-color: #FFFFFF;
	padding-left: 20px;
}
#container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #footer a:hover {
	text-decoration: underline;
}
#bodytext_home {
	
	float: left;
	width: 748px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.body #container #mainContent #bodytext img {
	border: 2px solid #EF4035;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
}
#bodytext_home h1 {
	text-transform: uppercase;
	font-size: 14px;
	color: #DF2800;
	padding-left: 20px;
}

}
.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;
}
.borderwhite {
	border: 2px solid #005FB3;
}
