

/* ------------ global--------------------*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	background-color:#ffffff;
}

#container{
}

img{
	border:0;
}


/* ------------ banner --------------------*/

#banner span{
	display:none;
}


/* ------------ nav --------------------*/

#tag{
	display:none;
}


/* ------------ content--------------------*/

#content img{
	display:none;
}

#header{
	float:none;
}

.hidden{
	color:#afbd21;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}


h1{
	float:none;
	padding-right:14pt;
}

h2{}

h3{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:normal;
	padding:0;
	margin:0;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000000;
	font-weight:normal;
	margin-bottom:10px;
	padding-top:10px;
}

p{ 
	margin-top:0px;
}

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

.colWide{
	float:none;
}

.col{
	float:none;
}

.col ul{
	padding-left:15px;
}

.col li{
	list-style-type:disc;
	padding-bottom:8px;
}

.col hr{
	color:#666666;
	background-color:#666666;
	height:1px;
	border:0;
}

.intro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#757575;
}
	

.largeGreen{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#afbd21;
	padding-top:10px;
}

.smallGreen{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#afbd21;
}

.largeGrey{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#757575;
}

.small{
	font-size:7pt;
}


/* ------------ news on homepage--------------------*/

#news{
	float:none;
}

#news hr{
	color:#666666;
	background-color:#666666;
	height:1px;
	border:0;
}

#news .item{
	clear:both;
	/*margin-bottom:10px;*/
}

#news .iteminfo{
	float:none;
}

#news img{
	border: 1px solid #dadada;
	padding:2px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;/* DELETE THIS WHEN YOU GET THE PROPER MARGINS TO WORK */
}

#news .date{
	color: #bbbbb8;
	font-size:7pt;
}

#news .title{
	color: #afbd21;
	font-size:9pt;
}


/* ------------ contact --------------------*/

.contact{
	float:none;
}

.contactCol{
	float:none;
}

.form{}

.fields {
	border: 1px solid #b0bbc8;
	width:240px;
	padding:3px;
}


/* ------------ footer--------------------*/

#footer{
	float:none;
}

#footer p{
	color:#000000;
	font-size:9pt;
}

#footer .quote img {
	dislay:none;
}

#footer .info {
	float:none;
}


