/* @override http://www.branddesigndirection.com/experience/css/style.css */

html, body {
	margin: 0;
	padding: 0;
	border-top: 3px solid #1f98c0;
	font: 10px Verdana, Arial, sans-serif;
	background: #e0e0e0 url(../images/jg_light_grey_bg.jpg) repeat-x;
}

#container {
	width: 851px;
	margin: auto;
	height: 1024px;
}

#links {
	float: right;
	width: 425px;
	color: #fff;
	font: 10pt Arial, Helvetica, Sans-serif;
	padding-top: 70px;
	padding-right: 12px;
	text-align: right;
}

#links a {
	color: #fff;
	text-decoration: none;
}

#links a:hover {
	color: #1f98c0;
}

#masthead {
	height: 108px;
	border-bottom: 2px solid #fff;
}

h1 {
	color: #fff;
	margin-top: 0;
	margin-left: 0;	
	padding-top: 60px;
	padding-left: 16px;
	font: 2.4em Arial, Helvetica, Sans-serif;
}

h1 a{
	color: #fff;
	text-decoration: none;
}

h1 a:hover {
	color: #1f98c0;
}

#flashcontent {
	width: 851px;
	height: 640px;
margin-top: 24px;
	margin-bottom: 24px;
	background-color: #111;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#footer {
	height: 20px;
	margin-left: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px dotted #fff;
	padding-top: 8px;
}

f1 {
	color: #fff;
	font: 1em Verdana, Arial, Sans-serif;
	margin-left: 16px;
}

.clear { clear: both; background: none; }
