@charset "utf-8";
/* CSS Document */

body {
	background:#FFF url(../images/main-bg.png) center top no-repeat;
}

a { color: #F60; }

a:hover { color: #F60; text-decoration:none }


div {
	font-family:Arial, Geneva, sans-serif;
	font-size:12px;
}
div.mainWrapper {
	margin:0 auto; 
	width:960px; 
	border-left:#999 1px solid; 
	border-right:#999 1px solid;	
}
h1.contentTitle {
	color:#333;
	font-family:Arial, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	border-bottom:#000 1px solid;
	padding-bottom:4px;
}
h2.contentTitle {
	color:#333;
	font-family:Arial, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:#333 1px dotted;
	padding-bottom:2px;
}
div.contentBodyFull {
	color:#333;
}
div.contentBody {
	float:left;
	width:550px;
	color:#333;
}
div.contentImgs {
	margin-left:550px;
	background-color:#FFC;
	text-align:center;
}
div.menuWrapper {
	margin:0px;
	margin-left:8px;
	margin-right:4px;
}
ul.menu {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.menu li {
	margin:0px;
	padding:0px;
}
ul.menu li a {
	margin:0px;
	padding:5px;
	padding-left:18px;
	padding-right:0px;
	display:block;
	border-bottom:#264D7B 1px solid;
	text-decoration:none;
	color:#264D7B;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	background:url(../images/bullet-menu.png) left no-repeat;
}
ul.menu li a.menuItemOn {
	background:url(../images/bullet-menu-off.png) left no-repeat;
	background-color:#FFC;
}
ul.menu li a.menuItemSub {
	margin-left:18px;
	padding-left:1px;
	background:none;
}
ul.menu li a.menuItemSubOn {
	background-color:#FFC;
}
div.footer {
	font-size:12px;
	color:#333;
	padding: 2px;
	border-top:#FF9900 2px solid;
	text-align:center;
}

div.footer a {
	color:#264D7B;
	text-decoration:none;
}

#contentWrapper {
	padding-left:10px;	
	padding-right:10px;	
}
#colVideo {
	margin-left:550px;
	background-color:#FFC;
	text-align:center;
	width:230px; 
	height:230px; 
	margin-left:450px; 
	background:url(../images/bg-movie.png) center top no-repeat;	
}

#colVideo2 {
	margin-left:550px;
	text-align:center;
	width:230px; 
	height:230px; 
	margin-left:450px; 
	
}

#cert {
	padding:4px;
	/*border-top:#CCC 1px solid;*/
}

/* News Ticker */
#news
{
	width:190px;
}
#news a
{
	color:#000;
	text-decoration:none;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
}
#news.hasJS
{
	height:250px;
	margin-left:10px;
	overflow:hidden;
	position:relative;
}
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

