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

.style1 {font-size: 10px}

.smallGrey {font-size: 10px; color: #666666; text-align:left; }

.small_link {font-size: 10px;}

.style2 {color: #FFFFFF}

.style4 {font-weight: bold; color: #FFFFFF;}

.style5 {color: #000000;}

.style6 {font-size: 18px; font-weight: bold;}

.style7 {color: #333333; font-weight: bold;}

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	width: 174px;
	height: 0;
}

body {
	background: #666666;
	margin: 20; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: #000000; /* 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-image: url(images/brick-2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.oneColFixCtr #container {
	width: 767px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #dbcec4;
	margin: 0 auto;
	text-align: left;
	border-top-width: 3px;
	border-color: #3b2f30;
	background-image: url(images/background-1.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: auto;
}

.header_flash {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 257px;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.horz_menu {
	padding: 4px 30px 0px 30px;
	height: 29px;
	background-image: url(images/menu_bar.jpg);
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
}

.vert_menu {
	width: 178px;
	height: 240px;
	background-image: url(images/button1.jpg);
	margin: 0 12px 12px 0;
	line-height: 20px;
	float: left;
	position: relative;
}

.vert_menu_buttons {
	height: 20px;
}

.login_box {
	marign: 0px 0px 0px 179px;
	width: 150px;
	background-image: url(images/login_backgrnd.jpg);
	height: 240px;
	top: 0px;
	float: left;
}

.secondary_content{
	padding:0;
}
.main_content{


}

.main_content_pg2{
	width: 539px;
	padding: 15px 20px 15px 20px;
	left: 182px;
	top: 290px;
	margin: 0px 0px 0px 180px;
}

.add_height{
	height: 250px;
}

.sitemap_content{
	width: 456px;
	padding: 0px 20px 15px 80px;
	left: 182px;
	top: 290px;
}

.bullet_list{

}

.footer_bar {
	height: 30px;
	background-image: url(images/footer_bar.jpg);
	top: 769px;
	clear: both;
}

.footer {
	background-image: url(images/footer_background.jpg);
	height: 64px;
	padding: 12px 20px 12px 20px;
}

.bottom_links {
	font-size: 10px;
	color: #FFFFFF;
}

.link1 A:link {
	color: #FFFFFF;
	text-decoration: none;
}
.link1 A:hover {
	color:#FFCC00;
	text-decoration: underline;
	font-style: normal;
	text-decoration: underline;
}
.link1 A:visited {
	color:#FFFF99;
	font-style: normal;
	text-decoration: none;
}

.link2 A:link {
	color: #FFFFFF;
	text-decoration: none;
}

.link2 A:hover {
	background-image: url(images/button1-over.jpg);
	text-decoration: underline;
}

.link2 A:visited {
	color:#FFFF99;
	font-style: normal;
	text-decoration: none;
}

.sitemap A:link {
	color: #660000;
	text-decoration: none;
}
.sitemap A:hover {
	background-image: url(images/sitemap_link1-over.jpg);
	text-decoration: underline;
}
.sitemap A:visited {
	color: #660000;
	font-style: normal;
	text-decoration: none;
}

.ItemStyle {
	font-family: "Arial";
	font-size: 12px;
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: url(images/usm.gif);
	color: #003399;
	line-height: 22px;
}

.PopItemStyle {
	font-size: 12px;
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: url(images/dsmh.gif);
	color: #003399;
	font-family: "Arial";
	line-height: 18px;
}
/*beginning of shopping cart classes*/
.orderHeader {
	font-family: Georgia, Times New Roman, serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #ffffff;
	text-align: center; 
}
.orderHeader2 {
	font-family: Georgia, Times New Roman, serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #333333;
	text-align: right; 
}
a.smallDark {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
a.smallDark:hover {
	color: #660000;
	text-decoration: underline;
}
.orderForm {
	 border: solid 2px #cccccc;
}

 end of shopping cart classes
.article {
	line-height: 10px;
}
</style>
