body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #333;
}

a {
	color: #0B4499;
}

a:hover {
	color: #DB0029;
}

img {
	border: 0px;
}

.redfont {
	color: #DB0029;
}

#container {
	width: 999px;
	margin: 0px auto;
	position: relative;
	background: transparent url(../images/main_bg.gif) repeat-x top left;
}

#leftcol {
	width: 182px;
	float: left;
	margin-right: 20px;
	display: inline;
}

#maincol {
	display: inline;
	width: 750px;
	float: left;
}

.main_leftcol {
	width: 346px;
	float: left;
}

.main_rightcol {
	width: 379px;
	float: right;
}

#logo {
	display: inline;
	width: 135px;
	float: left;
	margin: 20px 10px 30px 31px;
}

#topbar {
	width: 100%;
	height: 156px;
}

#topaddress {
	width: 600px;
	float: right;
	font-style: italic;
	font-weight: bold;
	margin: 32px 0px 10px 0px;
	color: #0B4499;
	text-align: right;
}
#search_box {
	width: 300px;
	float: right;
	clear: right;
	margin: 0px 0px;
	color: #0B4499;
	text-align: right;
}
#utility_link {
	width: 300px;
	float: right;
	clear: right;
	margin: 30px 0px 10px 0px;
	color: #0B4499;
	text-align: right;
	font-weight: bold;
}
#utility_link a{
	text-decoration: none;
}

.color_box {
	width: 182px;
	margin: 30px 0px 0px 0px;
	clear: both;
}

.color_box .header {
	text-transform: uppercase;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
	width: 100%;
}

.color_box p {
	padding: 10px 10px 20px 10px;
	font-size: 14px;
	line-height: 20px;
	text-align:center;
}

#red_box  {
	background-color: #F3C1CB;
}
#blue_box  {
	background-color: #E6EBF5;
}
#yellow_box  {
	background: #FDF566 url(../images/yellow_box_bg.jpg) no-repeat bottom left;
}
#red_box .header {
	background-color: #DB0029;
}
#blue_box .header {
	background-color: #0B4499;
}
#yellow_box .header {
	background-color: #FFC211;
}
#yellow_box p {
	font-size: 11px;
	color: #0B4499;
	padding-bottom: 160px;
}
table.login {
	border: 0px;
	padding: 5px;
}
#topnav {
	width: 100%;
	height: 35px;
	border-top: 1px solid #DB0029;
	border-bottom: 2px solid #DB0029;
	clear: both;
}

#topnav a {
	display: block;
	width: 150px;
	text-transform: uppercase;
	color:#0B4499;
	float: left;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
	position: relative;
}

	
#content {
	width: 100%;
	margin: 20px;
}

#bottombar {
	width: 100%;
	height: 50px;
	text-align: right;
	background-color: #0B4499;
	clear: both;
}

#bottombar_text {
	margin-right: 45px;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
}

#footer {
	color: #0B4499;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	font-size: 10px;
}



#center_left {
	width: 400px;
	float: left;

}

#center_right {
	width: 300px;
	float: right;
}

a.button_link {
	display: block;
	float:right;
	background: transparent url(../images/btns/left_dkgray.gif ) no-repeat top left;
	margin:0;
	padding:0 0 0 8px;
	text-decoration:none;
}

a.button_link span {
	float:right;
	display:block;
	background: transparent url(../images/btns/right_dkgray.gif ) no-repeat top right;
	padding:4px 8px 4px 5px;
	font-weight: bold;
	color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
a.button_link span {float:none;}
/* End IE5-Mac hack */

a.button_link:hover span {
	color: #000;
}

.clear {
	clear: both;
}

.lighter_text {
	font-size: 11px;
	color: #999;
}

.error {
	display: block;
	margin: 6px;
	padding: 6px;
	background-color:#FFDDFF;
	border: 1px solid #993333;
}

hr {
	color: #666666;
	height: 1px;

}

a.action {
	color: #DB0029;
}

a.action:hover {
	background-color: #DB0029;
	color: #fff;
	text-decoration: none;
}

.qualified {
	color:#009900;
}

.unqualified {
	color:#990000;
}

.contact_info {
	margin: 10px 0px;
}

.action_links {
	height: 20px;
}

.action_links a {
	text-decoration: none;
	display: block;
	float: right;
	width: 180px;
	color: #DB0029;
	padding: 2px;
	text-align: right;
}

.action_links a:hover {
	background-color: #DB0029;
	color: #fff;
}

.rebate_history_item {
	margin: 3px 9px;
}

.forum_msg_list_item {
	margin: 2px 4px;
}

.comment_bar {
	width: 100%;
	background-color:#CCCCCC;
	padding: 4px;
	margin: 10px 0px;
}

table {
	border: 1px solid #E6EBF5;
	padding: 20px;
}

td{
	padding: 4px;
	vertical-align:top;
}

.one_comment {
	margin: 0px;
	padding: 10px 0px 10px 10px;
	background-color: #eee;
}

#message_comments {
	width:90%; 
	margin-top:10px;
}

.post_comment {
	margin: 10px 0px;
	width: 100%;
	border: 0px;
}

.small {
	font-size: 10px;
}

.fixwidth_checkbox {
	width: 155px;
	float: left;
}

#cat_1,
#cat_2,
#cat_3 {
	overflow:auto;
	margin-left: 20px;
}

.prev_next {
	text-align:center;
	margin:3px 0px;
}

.prev_next span {
	margin:1px 2px;
}

#record_num {
	text-align:center;
	margin-top:10px;
}

#bread_crumb {
	width: 100%;
	clear: both;
	margin: 20px 0px 12px 0px;
	color: #666;
	font-size: 11px;
}

#bread_crumb a {
	color: #666;
}
