
body {
	margin: 0px;
	padding: 0px;
	background:url(bg_body.jpg) repeat-x #13324F top;
}
html, body {
	height: 100%;
}
body, table, td, p, div {
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:22px;
	color:#002D57;
}
p {
	margin-top: 12px;
}
form {
	display:inline;
}

/* LINKS */
a 		{ color:#6F98AC; text-decoration:none; }
a:hover { color:#444444; text-decoration:underline; }

.header a 		{ color:#666666; text-decoration:none; }
.header a:hover { color:#002A5E; text-decoration:none; }

.footer a 		{ color:#999999; text-decoration:none; }
.footer a:hover { color:#FFFFFF; text-decoration:underline; }

.subNavOff a, .subsubNavOff a 		{ color:#FFFFFF; text-decoration:none; font-weight:bold; font-family: "Times New Roman", Times, serif; }
.subNavOver a, .subsubNavOver a		{ color:#DEDEDE; text-decoration:none; font-weight:bold; font-family: "Times New Roman", Times, serif; }
.subNavOff a:hover, .subNavOver a:hover, .subsubNavOff a:hover, 
.subsubNavOver a:hover { color:#DEDEDE; text-decoration:none; font-weight:bold; font-family: "Times New Roman", Times, serif; }

/*  HEADERS */
.structure h1 {
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size:21px;
	display:inline;
}
h1 {
	color:#444444;
	font-size:18px;
	display:inline;
}
h2 {
	color:#043957;
	font-size:14px;
	display:inline;
}
h3 {
	color:#002D57;
	font-size:15px;
	font-weight:normal;
}

h3 img {
	position:relative;
	top:12px;
}

/* CLASSES */
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.structure {
	padding:32px 34px 0px 34px;
}
.heading {
	padding-bottom: 12px;
	background:url(bg_heading.jpg) no-repeat bottom left;
}
.header {
	width:971px; 
	height:129px; 
	margin:0px auto;
}
.navigation {
	width:971px; 
	height:39px; 
	margin:0px auto;
}
.navigation div {
	float: left;
}
.flash {
	width:971px; 
	height:275px; 
	margin:0px auto;
}
.contentContainer {
	width:971px; 
	margin:0px auto; 
	background:url(bg_contenttable.png) repeat-y;
}
.padding {
	padding-bottom:82px;
}
.subNavOn {
	padding:0px 10px 0px 28px; 
	background:url(bg_subnav_on.jpg) no-repeat left;
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
}
.subsubNavOn {
	padding:3px 10px 3px 48px; 
	background:url(bg_subnav_on.jpg) no-repeat left top;
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
}
.subNavOff {
	padding:0px 10px 0px 28px; 
	background:url(bg_subnav_off.jpg) no-repeat left;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
}
.subsubNavOff {
	padding:3px 10px 3px 48px; 
	background:url(bg_subnav_off.jpg) no-repeat left top;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
}
.subNavOver {
	padding:0px 10px 0px 28px; 
	background:url(bg_subnav_on.jpg) no-repeat left;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#DEDEDE;
	cursor:pointer;
}
.subsubNavOver {
	padding:3px 10px 3px 48px; 
	background:url(bg_subnav_on.jpg) no-repeat left top;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#DEDEDE;
	cursor:pointer;
}
.stockTable {
	background:url(bg_stocktable.gif) repeat-x;
	height:18px;
}
.stockPadding {
	padding:3px;
}
#footerContainer {
	width:100%;
	margin-top:-82px; 
	height:82px; 
	clear:both;
}

#copyrightContainer {
	width:971px; 
	margin:0px auto; 
	height:40px; 
}
.copyright {
	padding:19px 0px 0px 10px;
	float:left;
	color:#999999;
	font-family: Arial;
	font-size:12px;
}
.blender {
	float:right;
	padding-top:10px; 
	margin:0px auto;
	text-align:right;
}
#footerBG {
	width:100%;
	height:42px; 
	background:url(bg_footer.jpg) repeat-x #585858;
	clear:both;
}
.footer {
	font-size:12px;
	width:100%;
	padding-top:20px;
	text-align:center;
	color:#999999;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
}
.larger {
	font-size:16px;
}
.clear {
	clear:both;
}
div.inputWrapper {
	width: 167px;
	background: url(bg_signup.jpg) left top no-repeat;
}

div.inputWrapper input {
	border: 0;
	padding: 2px 6px 4px 6px;
	height: 20px;
	width: 157px;
	background-color: transparent;
	color:#444444;
}

#signup_load {
	display:none;
	text-align:center;
	padding:10px 0px;
}

#signup_message {
	display:none;
	clear:both;
}


/* ACCORDION */
#acc, #acc2 {width:650px; list-style:none; margin:0px; padding:0px;}
#acc p, #acc2 p {margin: 0px 0px 12px 0px;}
.acc h3 { width:650px; margin: 10px 0px 12px 0px; cursor:pointer; background:url(img_acc_arrow.jpg) no-repeat right;}
.acc2 h3 { width:650px; margin: 0px 0px 12px 0px; cursor:pointer; background:url(img_acc_arrow2.jpg) no-repeat right;}
#acc li, #acc2 li { background:url(bg_heading.jpg) no-repeat bottom right; }
#acc .acc-section, #acc2 .acc-section {overflow:hidden;}
#acc .acc-content, #acc2 .acc-content {width:640px; padding: 0px 0px 12px 1px;}