@charset "UTF-8";
/* CSS Document */
body,td,th
{
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
}

#photoframe, #slides, .pics, #footer, div#columnLeft, #Inclind, #centerColumnVideo
{
	display: none;
}

body
{
	background: none;
	width:600px;
	margin:0 auto;
}

a:link,a:visited
{
	color:#3c8ac2;
}

a:hover
{
	color:#003;
}

h1,h2,h3,h4,h5,h6
{
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#3c8ac2;
	margin:0 0 4px 10px;
}

.smalltext
{
	font:10px Arial, Helvetica, sans-serif;
	color:#333;
}


#wrapper
{
	float:left;
	background:url(/images/layout/wrapperBg.gif) top left no-repeat #fff;
	width:900px;
	margin:0 auto;
}

#columnLeft
{
	width:255px;
	float:left;
}

div.advertisement {
	clear: left;
	margin: 10px auto;
	width: 140px;
	text-align: center;
}

div.skyscraperAdvertisement {
	width: 140px;
	float: right;
}


div#menu {
	display: none;
}

	
#columnRight
{
	width: 600px;
}


#columnRightHome
{
	
}

#mainImage
{
	text-align:right;
	background-color:#fff;
}

#mainImage img
{
	background-color:#fff;
	border:none;
	padding:10px 10px 10px 9px;
}

#contentHome
{

}

#content
{
	width: 600px;
}

#content img {border:1px solid #eee; padding:4px; margin:0 10px;}

#content a {font-weight: bold;}

#contentColumnLeft
{
	width:600px;
}

#contentColumnRight
{
	width:205px;
	float:right;
	margin-right:3px;
	background-color:#0F3;
	padding:10px;
}

#news
{
	display: none;
}


#navigation a.last,#footernav a.last
{
	display: none;
}

/* FORMS */
input, select
{
	border:1px solid #3c8ac2;
	width:135px;
	margin-right:5px;
}

textarea {
	border:1px solid #3c8ac2;
	width:435px;
	margin-right:5px;
}

input.button,
button {
	width:auto;
	background-color:#44a0e3;
	color:#fff;
	border:1px solid #3c8ac2;
	font-size:11px;
	padding:1px 2px;
}

#news ul,form
{
	margin:0;
}

fieldset {
	border:1px solid #3c8ac2;
	background:#cfe4f5;
}

legend {
	font-size:1.2em;
	color:#f29c2f;
}

input#eventSubmitButton {
	margin:10px 0px 0px;
}

#content form ul {
	list-style-type:none;
	margin:10px 0 0 10px;
	padding:0;
}

	#content form li {
		float:left;
		margin:0 0 5px;
		padding-bottom: 1em;
		clear:left;
	}
	
	#content form label {
		float:left;
		clear: left;
		font-weight:700;
		width:130px;
	}
	
	#content form input, #content form select, #content form textarea {float:left;}
	

.floatRight {
	float:right;
}

div.clear {
	clear: both;
}

.required {
	font-weight:700;
	color:#FF0000;
}
