*
{
	padding: 0;
	margin: 0;
}
/* A */
.alignright{
	float:right;
	position:relative;
}
/* B */
body
{
 	font-family: Georgia, sans-serif;
 	font-size: 13px;
 	background: #efac22 url("images/bg.gif") repeat scroll top left;
	color: #686868;
}
/* C */
#content
{ 
	float: left;
	width: 480px;
	display: inline;
}
#content-padding
{
	margin-right: 10px;
}
#content h2
{
	color: #8b0e14;
	font-size: 30px;
	margin-top: 30px;
}
#content h3
{
	color: #686868;
	font-size: 24px;
	margin-top: 15px;
}
#content p
{
	line-height: 1.5em;
}
#content img
{
	border: 5px solid #f1f1f1;
	margin-left: 10px;
}
#content ul
{
	margin-left: 25px;
}
#content li{
}
#content a:link, #content a:visited{
	color: #e87d1e;
	text-decoration: none;
}
#content a:hover, #content a:active{
	color: #efaa1f;
	text-decoration: underline;
}
/* F */
#footer
{ 
	width: 960px;
	height: 90px;
	clear: both;
	background: #fff url("images/bg-footer.gif") no-repeat scroll top right;
	text-align: right;
}
#footer p
{
	font-size: 10px;
	padding: 50px 20px 0 0;
}
/* H */
#header
{
	width: 960px;
	float: left;
	height: 57px;
	background: #8b0e14 url("images/bg-nav-sub.gif") repeat-x scroll top left;
}
/* L */
#leftcolumn
{
	height: 100px;
	width: 238px;
	float: left;
}
/* N */
#nav
{
	float: left;
	width: 960px;
	height: 39px;
	text-align: right;
}
#nav ul
{
	/*
	float: right;
	margin-right:10px;
	*/
	font-size: 16px;
	margin-left:235px;
}
#nav ul li
{ 
	display: inline;
}
#nav ul li a
{
	padding: 8px 14px;
	color: #686868;
	text-decoration: none;
	float: left;
}
/*#nav a:link#current, #nav a:visited#current, #nav a:hover, #nav .current_page_item
{
	background-color: #e87d1e;
	color: #fff;
	border-bottom: 5px solid #efaa1f;
}
*/
#nav a:hover
{
	background-color: #efa461;
	color: #fff;
	border-bottom: 5px solid #f4c362;
}

#nav .current_page_item a:link , #nav .current_page_item a:visited
{
	background-color: #e87d1e;
	color: #fff;
	border-bottom: 5px solid #efaa1f;
}
#newsletter
{
	position: absolute;
	text-align: center;
	background-color: #b5121b;
	width: 160px;
	height: 26px;
	top: 11px;
	right: 10px;
	z-index: 30;
}
#newsletter h3
{
	font-size: 12px;
	margin-top: 5px;
}
#newsletter a
{
	color: #fff;
	text-decoration: none;
}
/* P */
p
{
	padding: 10px 0;
}
/* R */
#right-column
{
	width: 240px;
	float: left;
	background: #fff url("images/bg-quick-facts.gif") no-repeat scroll 0 85px;
	font-size: 12px;
}
#right-column-padding
{
	padding: 10px 20px 20px 15px;
}
#right-column h3
{
	font-size: 18px;
	margin: 92px 0 0 40px;
	padding-bottom:10px;
}
#right-column h4
{
	color:#8B0E14;
	font-size: 14px;
	margin: 0px;
}
#right-column ul
{
	padding-top: 20px;
	list-style: none;
}
#right-column li
{
	padding-bottom:15px;
}
#right-column strong
{
	color: #777;
}
#right-column a:link, #right-column a:visited{
	color: #e87d1e;
	text-decoration: none;
}
#right-column a:hover, #right-column a:active{
	color: #efaa1f;
	text-decoration: underline;
}
/* T */
#twitter_update_list{
	padding-top:5px !important;
}
/* L */
#logo
{
	position: absolute;
	width: 160px;
	height: 151px;
	top: 10px;
	left: 30px;
	border: 10px solid #efaa1f;
	z-index: 100;
}
/* O */
#outside-horizontal-bar
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 57px;
	background: #8b0e14 url("images/bg-nav-sub.gif") repeat-x scroll top left;
}
/* W */
#wrapper
{ 
 	margin: 0 auto;
 	width: 960px;
 	text-align: left; 
 	position: relative;
 	background-color: #fff;
}

