/* CSS Document */

*{margin:0px; padding:0px;}
body {
	font-family:Century Gothic, Arial;
	font-size:62.5%;
	color:#686868;
}

img {
	border:none;
}

a, a.hover, a.visited {
	color:#3e62ad;
	text-decoration:none;
}

p {
	margin-top:12px;
}
#wrapper {
	width:899px; position:relative; margin:0px auto;
}

#header {
	position:relative;
	background:url(images/header_bg.jpg) no-repeat;
	height:103px;
	width:100%;
}

#header #logo {
	float:left; width:172px; height:71px; margin-top:21px; margin-left:40px;
}

#header #nav {
	float:left; width:590px; height:23px; margin-top:48px; margin-left:50px;
}


#main_nav {
	width:100%;
	height:39px;
	position:relative;
}

#main_nav .nav_button {
	float:left;
}


#flashbox {
		position:relative;
		width:100%;
		height:303px;
		background:url(images/home_flashbox_bg.jpg) no-repeat;
}

#home_bottom {
		width:100%;
		height:123px;
		position:relative;
}
#whats_new {
	position:relative;
	width:100%;
	height:27px;
	background:url(images/whatsnew_bg.gif);
}

#whats_new .headlines {
	width:741px;
	float:right;
	margin-top:6px;
	font-size:1.4em;
}

#main_banner {
	width:100%;
	height:90px;
	position:relative;
}

#main_banner #left {
	float:left;
	width:728px;
	height:90px;
}

#main_banner #right {
	float:right;
}

#content {
	width:100%;
	position:relative;
}

#content_left {
	width:132px;
	height:100%;
	float:left;
}

#content_right {
	width:318px;
	float:right;
	margin-left:4px;
}

#content_middle {
	width:441px;
	float:left;
	margin-left:4px;
}

#content_long {
	width:763px;
	float:left;
	margin-left:4px;
}

.pop_title {
	font-size:145%;
	font-weight:bold;
	color:#3e62ad;
}

.pop_content {
	font-size:120%;
	color:#000000;
}

#footer_bar {
	position:relative;
	height:9px;
}

#footer {
	width:100%;
	position:relative;
	color:#333333;
	font-size:100%;
}

#footer a{
	color:#333333;
	text-decoration:none;
	font-size:100%;
}

#footer a:hover {
	text-decoration:underline;
}

.fl_left {
	float:left;
}

.fl_right {
	float:right;
}

.clr {
	clear:both;
}

.break_3 {
	height:3px;
}

.break_8 {
	height:8px;
}

.break_10 {
	height:10px;
}

.break_12 {
	height:12px;
}

.break_16 {
	height:16px;
	position:relative;
}

.main_text {
	font-size:1.1em;
}