@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f9f9f9;
	color: #666;
	margin: 0;
}

a:link, a:visited
{
	color: #666;
	text-decoration:none;
}

a:hover
{
	color: #000;
}
img
{
	border: 0;
}

.clr, .clear
{
	background: transparent;
	height: 20px;
	clear: both;
}

.clr50
{
	background: transparent;
	height: 50px;
	clear: both;
}

.clr100
{
	background: transparent;
	height: 100px;
	clear: both;
}

.clr200
{
	background: transparent;
	height: 200px;
	clear: both;
}
/* HEADER */
#top
{
	background: #fff;
}
#header
{
	width: 986px;
	height: 120px;
	margin: auto auto;
	background: #fff;
}

#logo
{
	border: 0px;
	margin-top: 10px;	
	width: 200px;
	float: left;
}

#top-links
{
	float: right;
	font-size: 11px;
	text-align: right;
	color: #CCC;
	padding-top: 10px;
}

#top-links a:link, #top-links a:visited
{
	color: #999;
	padding-left: 5px;
	padding-right: 5px;
}

#top-links a:hover
{
	color: #333;
}

/* NAV BAR*/
#navBar
{
	height: 50px;
	background: url(/images/nav-bg.png) #eaeaea;
}

#nav
{
	width: 986px;
	margin: auto auto;

}

#nav li
{
	margin-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #666;
	display: block;
	float: left;	
	border-right: 1px solid #ccc;
}
#nav .small
{
	font-size: 11px;
}

.nav
{
	color: #666;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;	
}

.first
{
	padding-right: 25px;		
}

.last
{
	padding-left: 25px;
	padding-right: 25px;
	border: 0;
}

.nav:link, .nav:visited
{
	border: 0;
	padding-left: 0;
	color: #F60;
	text-decoration: none;
	padding-right: 25px;		
}

.last:link, .last:visited
{
	border: 0;
	padding-left: 0;
	color: #999;
	text-decoration: none;
	padding-right: 25px;		
	padding-left: 25px;
}

.nav:hover
{
	color: #c00;
}

#container
{
		width: 986px;
	margin: auto auto;
}

#splash
{
	border: 0px solid #EFEFEF;
	border-bottom: 3px solid #f60;
	height: 300px;
}


/* CONTENT */
#content
{
	height: 58px;
	background: url(/images/front-content.png1) #F9f9f9;
	border: 1px solid #f4f4f4;

}

#content p
{

		padding: 10px;
		padding-top: 0px;		
		font-size: 11px;
		line-height: 18px;
		color:#000;
}

#sub-splash
{
	width: 986px;
	height: 200px;
}
#sub
{
	height: 250px;
}

#sub #left
{
	background: #999;
	float: left;
	width: 660px;
	height: 250px;	
}


#sub #right
{
	margin-left: 26px;
	background: #333;
	width: 300px;
	float: right;
	height: 250px;	
}

#bottom
{
	height: 185px;
	text-align: center;	
	background: url(/images/bottom-bg.png);
	border: 1px solid #eaeaea;
}

#bottom #left
{
	margin: 10px;
	float: left;
	width: 300px;
	height: 160px;
	border: 1px solid #E0E0E0;
	text-align: left;	
}

#bottom #centre
{
	width: 300px;
	height: 160px;	
	float: left;
	margin: 10px;
	margin-left: 19px;
	border: 1px solid #E0E0E0;	
	text-align: left;	
}

#bottom #right
{
	width: 300px;
	height: 160px;	
	float: left;
	margin-top: 10px;
	margin-left: 19px;	
	border: 1px solid #E0E0E0;
	text-align: left;
}
#bottom #left h2, #bottom #centre h2, #bottom #right h2
{
	height: 16px;
	margin-top: 20px;
	margin-left: 20px;	
	margin-right: 20px;
	border-bottom: 1px solid #ccc;
	color:#0590CA;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

#bottom #left li, #bottom #centre li, #bottom #right li 
{
	list-style: inside;
	list-style-image:url(/images/arrow.png);

	margin-left: 20px;
	line-height: 20px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;	
}

.row
{
	float: left;
	display: block;
	width:150px;
}
.row li
{
	height: 150px;
	text-align: center;
	vertical-align: middle;
}


#footer
{
	font-size: 11px;
	background: url(/images/footer-bg.png) repeat-x #f4f4f4;
}

#footer ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	color: #666;
}

#footer a:link, #footer a:visited
{
	color: #666;
}

#footer a:hover
{
	color: #000;
}

#footer .title:link,  #footer .title:visited
{
	color: #333;
}
.grid {
	width: 986px;
	margin: auto;
}
.grid .col {
	margin: 0px;
	padding-top: 10px;	
}
.grid .first  {
	float: left;
	width: 450px;
text-align: left;
}

.grid .end  {
	margin-left: 525px;
	width: 461px;
text-align: right;
}
#footer .icons
{
	text-align: right;
}


