html
{
	margin: 0;
	padding: 0;
	background-color: black;
}

body
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background: url(../img/bg-big.jpg) 50% 195px repeat-y;
	z-index: -1;
}

a
{
	color: #102892;
	text-decoration:underline;
}


a:hover
{
	color: #102892;
	text-decoration:none;
}

#pagewrap
{
	width: 100%;
}

#page
{
	width: 822px;
	margin: -93px auto 0 auto;
	background-color: #d9d9d9;
	z-index: 1;
}

.contact
{
	height: 540px;
}

#header
{
	background: url(../img/header-big.jpg) 50% 0 no-repeat black;
	padding-left:20px;
	height: 217px;
}

#header h1, #header p
{
	position: absolute;
	left: -9999px;
}

ul#nav
{
	width: 822px;
	list-style-type: none;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 33px;
	padding: 0;
	position: absolute;
	top: 102px;
}

ul#nav li
{
	display: inline;
	padding: 0 20px 0 0;
}

ul#nav a
{
	color: white;
	text-decoration: none;	
}

ul#nav a:hover, ul#nav a.selected
{
	color: #fcee21;
}

#content
{
	margin: 0;
	padding: 5px 0 5px 33px;
	width: 789px;

	font-size: 16px;
	color: #666666;
}

#single-column
{
	font-size: 12px;
	margin: 0 27px 0 0;
}

#single-column h3
{
	color: #102892;
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
}

#left-text
{
	width: 445px;
	line-height: 1.6em;
}

#right-sidebar
{
	float: right;
	width: 280px;
	margin: 20px 27px 0 0;
	font-size: 11px;
	/* IE Hackery */
	_margin-right: 14px;
}

#right-sidebar h2
{
	font-size: 13px;
	color: #fcee21;
	width: 265px;
	margin: 0;
	padding: 3px 0 3px 15px;
}

#twitter-div h2
{
	background-color: #102892;
}

#news-div h2
{
	background-color: #5392fc;
}

#events-div h2
{
	background-color: #808080;
}

#rss-div h2
{
	background-color: #000000;
}

.rside-list
{
	width: 250px;
	background: url(../img/rs-gradient.jpg) no-repeat #dcdddf;
	list-style-type: none;
	padding: 10px 15px 10px 15px;
	margin: 0;
}

.rside-list li
{
	margin: 0 0 10px 0;
}

.rside-img
{
	display: block;
}

.blue
{
	color: #102892;
}

.err
{
	color: red;
}

#right-text
{
	float: right;
	width: 470px;
	margin: 20px 27px 0 0;
	font-size: 12px;
	/* IE Hackery */
	_margin-right: 14px;
}

#right-text h2
{
	font-size: 17px;
	color: #fcee21;
	padding: 3px 0 3px 15px;
	margin: 0;
	background-color: #102892;
}

#right-text h3
{
	color: #102892;
	font-size: 13px;
	margin: 0px 0px 0px 15px;
	padding-top: 10px;
	font-weight: bold;
	text-transform:uppercase;
}

/* this is the old style

#right-text h3
{
	color: #102892;
	font-size: 16px;
	margin-top: 0;
	margin-left: 15px;
	font-weight: normal;
}
*/

#text-content
{
	margin-top: 15px;
}

#right-text p.news-header
{
	color: #102892;
	margin-bottom: 0;
}

#right-text p, #right-text ul
{
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 0;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}

p strong
{
color: #444444;
}

#right-text p.intro {
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 0;
	font-size: 15px;
	line-height: 22px;
	color: #666666;
}

#associations
{
	margin-left: 15px;
	border-collapse: collapse;
}

#associations img {
padding-left: 5px;
}

#associations tr
{
	background-color: white;
	border-bottom: 1px solid #d9d9d9;
	vertical-align: top;
}

#associations p
{
	margin-top: 0;
}

#associations td
{
	margin: 0;
	padding: 5px 5px 0 5px;
}

#left-sidebar
{
	width: 227px;
}

#left-sidebar ul
{
	text-transform:	uppercase;
	list-style-type: none;
	font-size: 12px;
	padding: 15px 20px;
	background: url(../img/ls-menu.jpg) no-repeat #dcddde;
	margin-bottom: 0;
	margin-top: 20px;
	width: 187px;
	
}

/* IE Hackery */
*:first-child+html {} * html {} #left-sidebar ul
{
	margin-left: 0;
}

#left-sidebar li
{
	margin: 0 0 10px 0;
}

#left-sidebar ul a
{
	text-decoration: none;
	color: #808080;
}

#left-sidebar ul a:hover, #left-sidebar ul a.left-selected
{
	color: black;
}

#left-sidebar p
{
	font-size: 11px;
	color: #103d79;
	margin: 20px 20px 0 20px;
	line-height: 1.6em;
}

#left-sidebar p.client
{
	float: right;
	margin-top: 0;
	font-size: 10px;
	line-height: 1.2em;
}

#textbox
{
	width: 405px;
	padding: 10px 20px;
	background: url(../img/textbox-bg.jpg) no-repeat #dcddde;
	font-size: 13px;
}

#footer
{
	clear: both;
	width: 822px;
	background: url(../img/footer-bg.jpg) no-repeat 50% 30px;
	font-size: 9px;
	color: #666666;
	padding: 20px 0 100px 0;
	text-align: center;
	margin: 0;
}

#footer a
{
	color: #666666;
}