@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Georgia, Verdana, Arial, Helvetica, sans-serif;
	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: #000;
	background-color: #DDDDF7;
}


a {
	color:#AA3F00;
	font-size:1em;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {
	color:#AA3F00;
}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
#container  {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	margin-top: 1em;
} 
#header  {
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0;
	padding-left: 0em;
	background-color: #DDDDF7;
	color: #FAF9E4;
} 
#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 */
}
#headerNavL {
	padding-left: 12em;
	background-color: #DDDDF7;
	color: #2A3F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#headerNavL a {
	color: #2A3F00;
}
#headerNavR {
	padding-left: 8.5em;
	background-color: #DDDDF7;
	color: #2A3F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
#headerNavR a {
	color: #2A3F00;
}
#subHeader {
	padding-bottom: 0.2em;
	background-color: #DDDDF7;
	text-align: center;
}
#subNavR {
	background-color: #DDDDF7;
	color: #2A3F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: center;
	padding-bottom: .3em;
}
#subNavR a {
	color: #2A3F00;
}




#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 9.5em;
	padding-bottom: 0.5em;
	background-color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin-left: 1em;
	margin-top: 2em;
}
#sidebar1 a {
	text-decoration: underline;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #A00;
}


#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 8em;
	height: 12.5em;
	margin-top: 0em;
	margin-right: -4.5em;
}
#home {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	width: 1000px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0em;
}

#homeContent  {
	background-color: #FFF;
	margin-top: .5em;
	margin-right: 7.5em;
	margin-bottom: 0;
	margin-left: 7.5em;
	padding-bottom: 0em;
} 
#homeContent h1 {
	text-align: center;
	padding-bottom: 0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 0.5em;
}
#homeContent h2 {
	text-align: center;
	padding-bottom: 0em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 0.5em;
}
#homeContent h2 a {
	font-family: "Times New Roman", Times, serif;
	color: #AA3F00;
}


#products {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	width: 1000px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0em;
}
#productsContent  {
	background-color: #FFF;
	margin-top: 1em;
	margin-right: 6em;
	margin-bottom: 0;
	margin-left: 6em;
	padding-bottom: 0em;
} 
#productsContent h1 {
	text-align: center;
	padding-bottom: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
#productsContent h2 {
	text-align: center;
	padding-bottom: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}
#productsContent2  {
	background-color: #FFF;
	margin-top: 1em;
	margin-right: 6em;
	margin-bottom: 0;
	margin-left: 6em;
	padding-bottom: 0em;
} 
#productsContent2 h1 {
	text-align: center;
	padding-bottom: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
#productsContent2 h2 {
	text-align: center;
	padding-bottom: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

#aboutUs {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	width: 1000px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#aboutUsContent  {
	background-color: #FFF;
	margin-top: 0em;
	margin-right: 7.75em;
	margin-bottom: 0;
	margin-left: 7.75em;
	padding-bottom: 0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1em;
} 
#aboutUsContent p {
}

#aboutUsContent p a {
	font-size: .9em;
	color: #00F;
}
#aboutUsContent h1 {
	text-align: center;
	padding-bottom: 0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 0.5em;
}

#contactUs {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	width: 1000px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0em;
}
#contactUsContent  {
	background-color: #FFF;
	margin-top: 0em;
	margin-right: 7.75em;
	margin-bottom: 0;
	margin-left: 7.75em;
	padding-bottom: 0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-align: center;
} 
#contactUsContent p {
}
#contactUsContent p2 {
	text-align: center;
	font-weight: bold;
	line-height: 1em;
}

#contactUsContent p a {
	font-size: 0.9em;
	color: #AA3F00;
}
#contactUsContent h1 {
	text-align: center;
	padding-bottom: 0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 0.5em;
}
#contactUsContent h2 {
	text-align: center;
	padding-bottom: 0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 0.5em;
}
#bareRoot {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	width: 1000px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0em;
}
#bareRootContent  {
	background-color: #FFF;
	margin-top: 0em;
	margin-right: 7.75em;
	margin-bottom: 0;
	margin-left: 7.75em;
	padding-bottom: 0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-align: center;
} 
#bareRootContent p {
}
#bareRootContent p2 {
	text-align: center;
	font-weight: bold;
	line-height: 1em;
}
#bareRootContent p a {
	font-size: 0.9em;
	color: #AA3F00;
}
#bareRootContent h1 {
	text-align: center;
	padding-bottom: 0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 0.5em;
}
#bareRootContent h2 {
	text-align: center;
	padding-bottom: 0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 0.5em;
}


#footer  {
	text-align: center;
	padding-top: 1em;






	padding-bottom: 1
.em;
	background-color: #05254C;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	color: #FFFBF0;
	padding-bottom: 1em;
} 

#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer h1 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	margin-top: 0.1em;
}

#footer h2  {
	font-size: 0.8em;
	margin-bottom: 0.1em;
	color: #2A1FFF;
}

#footer p a {
	font-size: 1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #AA3F00;
}
#footer2 {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #DDDDF7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	line-height: 1.4em;
	font-weight: bold;
	color: #05254C;
	padding-bottom: 1em;
}
#footer2 a {
	color: #05254C;
}


.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;
}
