* { margin: 0; padding: 0; }

html { overflow-y: scroll; }

body { font-family: arial, helvetica, verdana, sans-serif; font-size: 62.5%; }

input, select, textarea { font-family: arial, helvetica, sans-serif; font-size: 1em;}

ul, ol { list-style: none; }

img { border: none; }

#wrapper { width: 830px; margin: 0 auto; overflow: hidden; }

#header { padding: 23px 0 0 0; width: 830px; float: left; }

#header h1 {
	
	display: block;
	float: left;

}

a, a:active, object, div
{
outline: none;
border: none;
}

a:focus
{
-moz-outline-style: none;
}

#header h1 a { 
	display: block;
	float: left;
	text-indent: -999999em;
}

#header #textSize { 
	width: 200px;
	float: right;
}

#header #textSize ul {
	float: right;
	width: 30px;
}

#header #textSize ul li {
	display: block;
	float: left;
	margin: 0 2px 0 0;
}

#header #textSize ul li a {
	display: block;
	float: left;
	height: 13px;
	text-indent: -999999px;
	width: 13px;
}

#header #textSize p {
	float: left;
	font-size: 1.1em;
	text-align: right;
	width: 165px;

}

#container, #content { width: 830px; float: left; }

#main { 
	float: left;
	width: 421px; 
}

#main h3 { font-size: 1.4em; margin-bottom: 10px; }
#main h4 { font-size: 1.3em; margin-bottom: 10px; }

#main p { font-size: 1.2em; }

#main hr { 
	border: none;
	float: left;
	height: 1px;
	margin: 0 0 15px 0;
	width: 421px;
}

#main ul.bulletList {
	list-style: disc;
	width: 421px;
	padding: 0 0 0 15px;
	margin: 0 0 12px 0;
}

#main ul.bulletList li {
	font-size: 1.2em;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
}


#sub { 
	width: 180px;
	float: left;
}

#sub #globalNav { 
	float: left;
	padding: 0 0 0 14px;
	width: 166px;
}

#sub #globalNav li {
	float: left;
	font-size: 1.3em;
	width: 166px;
}
#globalNav li .subNav {
	float: left;
	width: 166px;
	display: none;
}
#sub #globalNav li .subNav li {
	font-size: 1em;
	border: none;
}

#sub #globalNav li.active .subNav {

	display: block;

}

#extra { 
	float: right; 
	width: 188px; 
}

#footer-container {
	width: 100%;
	float: left;
	border-top: 1px solid #363636;
	}
	
#footer {
	padding: 12px 0;
	position: relative;
	width: 830px;
	margin: 0 auto;
}

#footer #footerNav {	
	float: left;
	margin: 0 0 10px 0;
	width: 830px;

}

#footer #footerNav li {
	border-right: 1px solid #c58d06; 
	display: block;
	float: left;
	font-size: 1.1em;
	padding: 0 15px;
}

#footer #footerNav li#ftEvent {
	padding-left: 0;

}

#footer #footerNav li#ftContact {
	border: none;

}

#footer p { 
	float: left;
	font-size: 1.0em;
	margin-bottom: 5px;
	width: 782px;
}

#footer p a {
	color: #d4d4d4;
	text-decoration: none;

}

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

}


#footer p.copyright strong {
	font-weight: normal;
	padding-top: 25px;
	margin-left: 15px;
	float: left;
	display: block;

}

#footer a#frsb {
	background: url(/images/layout/logo-frsb.gif) 0 0 no-repeat;
	display: block;
	float: left;
	height: 37px;
	text-indent: -999999em;
	width: 35px;
	
}












