/* welcome note */

#welcome {
	height: 187px;
	min-height: 187px;
	background-color: #001539;
	background-image: url(/images/welcome.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 10px 10px 0px 10px;
}
#welcome h1 {
	width: 550px;
	font-size: 1.5em;
	font-weight: normal;
	color: #c9cac8;
	padding: 0px 0px 0px 12px;
	_padding: 12px 0px 0px 12px; /* ie5 and ie6 hack */
}
#welcome p {
	width: 450px;
	font-size: 0.8em;
	color: #ffffff;
	padding: 0px 0px 6px 12px;
}
#welcome_button {
	width: 209px;
	margin: 0px 0px 0px 280px;
	padding: 0px;
}
#welcome_button a {
	display: block;
	width: 209px;
	height: 27px;
	background: url(/images/welcome_but.gif) no-repeat;
	padding: 4px 0px 0px 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
}
#welcome_button a:link, #welcome_button a:hover, #welcome_button a:visited {
	text-decoration: none;
}

/* main content */

#main_content {
	width: 792px;
	overflow: auto;
	background: url(/images/content_grad.gif) repeat-x bottom left;
	padding-left: 8px;
}
#main_content h2 {
	clear: both;
	font-size: 1em;
	padding: 2px 0px 4px 0px;
	margin: 6px 12px 6px 12px;
	_margin-left: 8px; /* ie5 and ie6 hack */
}

#main_content h2 a {
	color: #002252;
	text-decoration: none;
}
#main_content h2 a:hover {
	text-decoration: none;
}

#content_left {
	float: left;
	width: 592px;
	padding-top: 10px;
	margin-top: 0px;
}
#content_right {
	float: right;
	width: 192px;
	padding-top: 8px;
	margin: 6px 2px 0 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
#content_right h2 {
	font-size: 1em;
	padding: 0px 0px 6px 0px;
	margin: 0px 8px 0px 8px;
	border-bottom: 1px solid #cccccc;
}
#content_right h2 a {
	text-decoration: none;
	color: #002252;
}
#content_right h2 a:hover {
	text-decoration: none;
	color: #002252;
}
#content_right p, #content_right p a {
	margin: 0px;
	padding: 0px 0px 8px 14px;
	font-size: 0.9em;
}
#content_right p a {
	text-decoration: none;
	color: #002252;
	background: url(/images/arrow.gif) no-repeat top left;
	background-position: 2px 3px;
}
#content_right p a:hover {
	text-decoration: underline;
	color: #002252;
}

/* news */

#news_latest h2 {
	clear: both;
	font-size: 1em;
	padding: 2px 0px 9px 0px;
	margin: 0px 8px 8px 12px;
	border-bottom: 1px solid #cccccc;
}
#news_latest ul {
	margin: 0px 12px 12px 26px;
	padding: 0px;
}
#news_latest ul li {
	font-size: 0.8em;
	padding: 2px 2px 8px 2px;
	list-style-image: url(/images/arrow.gif);
}
#news_latest a {
	color: #002252;
	text-decoration: none;
}
#news_latest a:hover {
	text-decoration: underline;
}
#news_latest h2 a:hover {
	text-decoration: none;
}
#news_but {
	text-align: right;
	padding-right: 6px;
}
#news_but ul {
	margin: 4px 8px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#news_but li {
	display: inline;
}
#news_but li a, .hp_but a {
	text-decoration: none;
	color: #002252;
	font-weight: bold;
	font-size: 0.7em;
}
#news_but li a:hover, .hp_but a:hover {
	text-decoration: underline;
}
#news_but li#more {
	background: url(/images/arrow.gif) no-repeat top left;
	background-position: 0px 5px;
	padding-right: 8px;
}
#news_but li#rss {
	background: url(/images/icon_rss.gif) no-repeat top left;
	background-position: 0px 4px;
}
#news_but li#more a {
	margin-left: 12px;
	line-height: 25px;
}
#news_but li#rss a {
	margin-left: 18px;
	line-height: 25px;
}

/* main buttons */

.hp_but {
	width: 184px;
	height: 88px;
	min-height: 88px;
	float: left;
	margin-top: 22px;
	border: 1px solid #cccccc;
}
.hp_but h3 {
	font-size: 0.7em;
	margin: 0px;
	padding: 4px 0px 0px 16px;
	line-height: 14px;
}
.hp_but p {
	margin-left: 20px;
	padding: 0px 0px 0px 8px;
	background: url(/images/arrow.gif) no-repeat top left;
	background-position: 0px 2px;
}
.hp_but a {
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 4px;
}
#hp_but_1 {
	background: url(/images/hp_3but_bg1.gif) no-repeat top left;
	margin-left: 12px;
	_margin-left: 4px; /* ie5 and ie6 hack */
}
#hp_but_2 {
	background: url(/images/hp_3but_bg2.gif) no-repeat top left;
	margin-left: 6px;
}
#hp_but_3 {
	background: url(/images/hp_3but_bg3.gif) no-repeat top left;
	margin-left: 6px;
}
#hp_but_pos_1 {
	position: relative;
	top: 14px;
	left: 0px;
}
#hp_but_pos_2 {
	position: relative;
	top: 14px;
	left: 0px;
}
#hp_but_pos_3 {
	position: relative;
	top: 13px;
	left: 0px;
}
#report {
	width: 50px;
	float: right;
	padding: 6px 6px 0px 0px;
}

/* brands flash */

#brands {
	clear: both;
	width: 800px;
	height: 143px;
	border-top: 1px solid #cccccc;
}