@charset "UTF-8";
/* CSS Document */
/*This is the overall page construction and look*/

body  { /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #f1f1f2;
	text-align: center;
	background-image: url(../images/banners/bg-blue.gif);
	background-repeat: repeat-x;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

.container {
	width: 1000px;
	background-color: #FFFFFF;
	border: 1px solid #000066;
	height: auto;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.header {
	background-color: #FFFFFF;
	background-image: url(../images/banners/logo-b.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: auto;
	height: 40px;
	text-align: right;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.global-navbar {
	padding-top: 12px;
	padding-bottom: 2px;
	padding-right: 10px;
	text-align: right;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
	padding-left: 0px;
	color: #003366;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
	width: auto;
}	
	
.mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 200px;
	text-align: left;
	min-width: 650px;
	width: auto;
} 
.mainContentCart {
	height: auto;
	width: auto;
}
.footer {
	text-align: left;
	background-color: #6699CC;
	white-space: normal;
	font-size: 11px;
	line-height: 150%;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #225588;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

/*Menu elements*/

.sidebar1 {
	float: left;
	width: 180px;
	height: auto;
	background-color: #336699;
	padding-top: 0px;
}

.menu-heading {
	border-bottom: 1px solid #FF0;
	color: white;
	text-align: center;
	padding-bottom: 4px;
	line-height: 150%;
	font-weight: bold;
	font-size: 12px;
	padding-top: 4px;
	background-color: #003366;
}

.left-menu-in {
	margin-bottom: 5px;
	padding: 5px;
	background: #336699;
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

.left-menu-in a {
	width: auto;
	background: #225588;
	clear: both;
	display: block;
	padding: 5px;
	margin-top: 6px;
	color: white;
	text-decoration: none;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
}

.left-menu-in a:link {
	
}

.left-menu-in a:hover {
	color: #ccc;
	background-color: #003366;
}

.menu-info {
	font-size: 11px;
	line-height: 120%;
	color: #FFFFCC;
	padding-bottom: 3px;
	background-color: #003366;
	border: 1px solid #FFCC33;
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 3px;
}

/*Contnet divs including info boxes and formatting */

.info-box-right {
	float: right;
	clear: right;
	width: 260px;
	min-height: 50px;
	font-size: 11px;
}

.info-box {
	background: rgb(240,244,255) url(../images/banners/info-box-bg.gif) no-repeat;
	padding: 15px;
	padding-left: 30px;
	padding-top: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 11px;
}


.right-float {
	float: right;
	clear: right;
	margin: 10px;
}

h1 {
	font-size: 15px;
	padding-left: 4px;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
	color: #225588;
}



/* 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 */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.info-box p {
	margin-top: 2px;
	margin-bottom: 1px;
	font-size: 11px;
}

.left-float {
	float: left;
	clear: left;
	margin: 10px;
}

.right-float {
	float: right;
	clear: right;
	margin: 10px;
}

.cleared {
	clear: both;
}
.bold {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #225588;
	text-decoration: none;
	line-height: 110%;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #225588;
}
.boldtext {
	font-weight: bolder;
	color: #225588;
	text-decoration: none;
}
.red-bold {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

/*This is for the comments page in the help section*/

.comment-float {
	float:  left;
	width: 30%;
}
.comment-heading {
	font-weight: bold;
	color: #225588;
	padding-left: 20px;
	font-size: 12px;
}


.comment {
	background: #ffcccc;
	padding: 15px;
	margin: 15px;
}

.comment-b {
	background: #eee8aa;
	padding: 15px;
	margin: 15px;
}

.comment-c {
	background: #b0c4de;
	padding: 15px;
	margin: 15px;
}
