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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 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;
	background-color: #EEEEEE;
	background-image: url(images/body-bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixRtHdr #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;
	background-color: #FFFFFF;
	background-image: url(images/content-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	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: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixRtHdr #header {
	height: 250px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #000000;
	background-image: url(images/header-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
} 
.twoColFixRtHdr #clear {
	clear: left;
}
.twoColFixRtHdr #header #mainNav {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	height: 40px;
}
.twoColFixRtHdr #container #header #mainNav ul {
	display: inline;
}
.twoColFixRtHdr #header #mainNav ul li {
	float: left;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 45px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.twoColFixRtHdr #header #mainNav li a {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #header #mainNav li a:hover {
	font-size: 1.2em;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
.twoColFixRtHdr #header #logo {
	width: 100%;
	float: left;
}
.twoColFixRtHdr #header #logo img {
	float: left;
}
.twoColFixRtHdr #header #logo .info {
	float: right;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #header #logo .info p {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #contentTop {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.twoColFixRtHdr #contentTop h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #000000;
	font-weight: bold;
}
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 325px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: left;
}
.twoColFixRtHdr #sidebar1 .specials {
	background-color: #333333;
	padding: 10px;
	margin: 0px;
	width: 290px;
}
.twoColFixRtHdr #sidebar1 .specialsTop {
	height: 15px;
	width: 310px;
	background-image: url(images/specials-bkg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixRtHdr #sidebar1 .specialsBottom {
	height: 15px;
	width: 310px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-image: url(images/specials-bkg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.twoColFixRtHdr #sidebar1 .specials h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 .specials li {
	font-size: 0.8em;
	color: #FF9900;
	list-style-type: none;
	list-style-image: url(images/wrench.png);
	font-weight: normal;
}
.twoColFixRtHdr #sidebar1 .specials li a {
	color: #FF9900;
}
.twoColFixRtHdr #sidebar1 .specials a:hover {
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 .specials p {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #sidebar1 .rightColumnImg {
	text-align: center;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 375px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
}
.twoColFixRtHdr #mainContent img {
	border: 1px solid #133F70;
	padding: 2px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(images/footer-bkg.png);
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixRtHdr #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-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #FFFFFF;
	text-align: center;
}
.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;
}.twoColFixRtHdr #container #sidebar1 .specials a {
	color: #FF9900;
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent .success {
	font-size: .9em;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #mainContent #contactForm {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
