* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	color: #474747;
	background-color: #FFF;
}

#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 141px;
	background-image: url(../images/homepage/bkg_header.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#header div#logo {
	float: left;
	width: 232px;
}
#header div#logo img {
	margin: 8px 0 0 0;	
}
#header div#menus {
	float: right;
	width: 720px;	
}
#header div#menus div#menus_top {
	height: 108px;
}
#header div#menus div#menus_top p {
	display: block;
	padding: 30px 0 0 65px;
}
#header div#menus div#menus_top p span {
	width: 90px;
	display: block;
	float: right;
	font-size: 9px;
	text-align: right;
	padding: 5px 0 0 0;
}
#header div#menus div#menus_top p span img {
	margin: 0 4px -4px 0;
}
#header div#menus div#menus_top p span a {
	color: #444444;
	text-decoration: none;
}
#header div#menus div#menus_top p span a:hover {
	text-decoration: underline;
}
#header div#menus p#socialNetworking {
	padding: 9px 0 0 0;
}
#header div#menus p#socialNetworking a {
	color: #474747;
	font-weight: bold;
}
#header div#menus p#socialNetworking img {
	margin: 0 4px -4px 0;
}

#home_top {
	height: 243px;
	border-bottom: 4px solid #FFF;
}
#home_top div.col1 {
	width: 407px;
	float: left;
}
#home_top div.col1 img {
	border-top: 4px solid #464646;
}

#home_top div#stripvid {
	float: left;
	width: 664px;
	
}

#home_top div.col2 {
	width: 257px;
	float: left;
}
#home_top div.col2 div.flashButton {
	border-top: 4px solid #464646;	
	border-bottom: 3px solid #FFF;
	height: 115px;
}
#home_top div.col2 div.quoteBox {
	border-bottom: 4px solid #d8002b;
	height: 117px;
	background-image: url(../images/homepage/bkg_quote.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#home_top div.col2 div.quoteBox p {
	color: #FFF;	
	padding: 12px 15px 0 15px;
	font-weight: bold;
	line-height: 200%;
}
#home_top div.col2 div.quoteBox p a {
	display: block;
	padding: 5px 0 0 0;
	color: #FFF;
	font-style: italic;
	text-align: right;
}

#home_top div.col3 {
	float: right;
	width: 292px;
	height: 229px;
	background-color: #a9a9a9;
	padding: 10px 15px 0 15px;
	border-top: 4px solid #464646;	
}
#home_top div.col3 ul {
	list-style-image: url(../images/homepage/bullet.gif);
	margin: 0 0 0 18px;
	padding: 0;
	font-size: 11px;
}
#home_top div.col3 ul li {
	line-height: 140%;
	color: #FFF;
}
#home_top div.col3 ul li a {
	color: #FFF;
	text-decoration: none;
}
#home_top div.col3 ul li a:hover {
	text-decoration: underline;
}

#home_bot {
	clear: both;
	height: 244px;	
}

#home_bot div.col1 {
	float: left;
	width: 240px;
}
#home_bot div.col1 ul {
	list-style: none;
	width: 235px;
}
#home_bot div.col1 ul li {
	height: 100%;
	margin: 0 0 4px 0;
}
#home_bot div.col1 ul li a {
	height: 100%;
	display: block;
	border-bottom: 3px solid #d8002b;	
}

#home_bot div.col2 {
	float: left;
	width: 572px;
}
#home_bot div.col2 h2 {
	background-color: #474747;
	border-bottom: 3px solid #d8002b;
	padding: 9px 15px;
	font-size: 18px;
	color: #FFF;
	margin: 0 0 4px 0;
}
#home_bot div.col2 h2 img {
	float: right;
	margin: 10px 0 0 0;
}
#home_bot div.col2 h2 span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
#home_bot div.col2 h2 span a {
	color: #FFF;
}

#home_bot div.col2 div.newsLeft {
	float: left;
	width: 257px;
	height: 179px;
}
#home_bot div.col2 div.newsLeft h3 {
	background-image: url(../images/homepage/bkg_news.png);
	margin: 141px 0 0 0;
	padding: 12px 20px 12px 6px;
	color: #FFF;
	font-size: 11px;
}
#home_bot div.col2 div.newsLeft h3 a {
	color: #FFF;
}

#home_bot div.col2 div.newsRight {
	width: 302px;
	float: right;
}
.newsRight div.entry {
	clear: left;
	padding: 0 0;
}
.newsRight div.entry img {
	float: left;
	border-top: 4px solid #FFF;
	border-right: 14px solid #FFF;
/*	border-bottom: 4px solid #FFF;			*/
}
.newsRight div.entry h3 {
	color: #d8002b;
	padding: 2px 0 2px 0;
	font-size: 11px;
	font-weight: bold;
}
.newsRight div.entry h3 a {
	color: #d8002b;
}
.newsRight div.entry p {
	padding-bottom: 4px;
	border-bottom: 1px dotted #4F4F4F;
	margin-bottom: 2px;
}


#home_bot div.col3 {
	float: right;
	width: 174px;
}

#footer {
	clear: both;
	border-top: 3px solid #a2a2a2;
	border-bottom: 3px solid #a2a2a2;
	background-color: #474747;
	padding: 0 0;
	text-align: center;
}
#footer ul#logos {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer ul#logos li {
	display: inline;	
	padding: 0 10px;
}

p#webheads {
	padding: 10px 20px;
	color: #929292;
	font: 9px Tahoma, Geneva, sans-serif;
}
p#webheads a {
	color: #929292;		
}

/* standard tags */

.clear {
	clear: both;	
}
h1 {
	font-size: 18px;
	color: #2c2c2c;
	padding: 0 0 10px 0;
}
p {
	font-size: 11px;
	line-height: 150%;
	padding: 0 0 15px 0;
}
a {
	color: #d8002b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}