﻿/* CSS Document */

html, body {
    height: 100%;
    font-family: Helvetica, Arial, Sans-Serif;
}
	
body {
	  padding: 0;
	  margin: 0;
	  font-family: Arial, Helvetica, sans-serif;
	}
	
a 
{
	color: #0099FF;
	text-decoration: none;	
}

a:hover 
{
	text-decoration: underline;
}

p 
{
	font-size: 12px;
}

hr 
{
	height: 1px!important;
	background-color: #77d8fd!important;
	color: #77d8fd!important;
	border: 0!important;
}
	
img 
{
	border: none;
}

h1 
{
	font-size: 24px;
	line-height: 26px;
	color: #0099FF;
	margin: 0;
}

h2
{
	font-size: 18px;
	line-height: 21px;
	color: #333333;
	margin: 0;
}

h3 
{
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	margin: 0;
}
	
#wrapper {
	width: 912px;
	margin: 0 auto 0 auto;
}

#header 
{
	width: 912px;
	height: 220px;
	margin-bottom: 10px;	
}	

#main-content {
	width: 882px;
	min-height: 400px;
	background: #ffffff;
	font-size: 12px;
	color: #333333;
	padding: 0 20px 0 20px;
}

.left-sidebar 
{
	width: 157px;
	float: left;
}

.left-sidebar-top 
{
	width: 157px;
	height: 7px;
	background: #ff8e01;
	display: block;
	margin-bottom: 3px;
}

.left-sidebar-bottom 
{
	width: 157px;
	height: 54px;
	background: #ffffff url(/images/nav_bottom.png) no-repeat top left;
}

#navigation 
{
	padding-bottom: 10px;
	background: #FFCA08;
}

#navigation ul.rpRootGroup 
{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 8px;
}

#navigation ul li 
{
	margin-bottom: 8px;
}

#navigation a 
{
	color: #ffffff;
	padding-left: 5px;
	font-weight: bold;
}

#navigation a:hover 
{
	text-decoration: none;
	background: #ffa000;
}

#navigation .rpLink 
{
	width: 152px;
	display: block;
}

#navigation .rpSelected 
{
	background: #ff6500 url(/images/active_link.png) no-repeat top right;
}

.middle-top 
{
	width: 487px;
	height: 7px;
	background: #FFAD08;
	display: block;
	margin-bottom: 3px;
}

.middle 
{
	float: left;
	width: 487px;
	height: 100%;
	min-height: 100px;
	margin-left: 8px;
	margin-bottom: 15px;
}

.middle-top-wide 
{
	width: 680px;
	height: 7px;
	background: #FFAD08;
	display: block;
	margin-bottom: 3px;
}

.middle-wide 
{
	float: left;
	width: 680px;
	height: 100%;
	min-height: 100px;
	margin-left: 8px;
	margin-bottom: 15px;
}

.main-content 
{
	padding: 8px;
	min-height: 300px;
	background: #E5F5FB;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}

.main-content ul 
{
	list-style-image: url(/images/ew2010_bullet.gif);
}

.right-sidebar-top 
{
	width: 212px;
	height: 7px;
	background: #FF8E01;
	display: block;
	margin-bottom: 3px;
}


.right-sidebar {
	width: 212px;
	float: left;
	margin-left: 8px;
	font-size: 10px;
}

.right-sidebar-content 
{
	padding: 8px;
}

#footer {
	width: 912px;
	height: 37px;
	margin-top: 15px;
}

.registration-table 
{
	border: 1px solid #ffffff;
	font-size: 11px;
}

.message-box 
{
	border: 1px solid #ff6363;
	background: #ffe4e4;
	padding: 8px;
}

.testimonial-box 
{
	background: #f8fdff;
	border: 1px solid #93e2ff;
	padding: 10px;
	margin-top: 10px;
}


		
