/*comment* clear all html elements **/
/*author* michael brevig **/
/*for* maltomeal & bravenewmedia **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
	
body {line-height: 1;}
ol, ul {list-style: none;}	
blockquote, q {quotes: none;}
blockquote:before, 
	blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}


/*comment* Define main containers and body **/
body {
	background-color: #434343;
	color:#FFFFFF;
	font-family:'Trebuchet MS';
}

#banner {
	background: transparent url(../images/banner-bg.jpg) repeat-x scroll 0 0;
	display:block;
	height:112px;
	width:100%;
}

#main {
	background:transparent url(../images/content-bg.jpg) no-repeat scroll 0 0;
	min-height:620px;
	width:100%;

}

#main .content {
	padding:24px 0 0 48px;
	float:left;
}

#main .content #map{
	float:left;
	height:600px;
	width:673px;
}

#main .content .markertext {
	font-size: 0.9em;
	color: #000;
}

#main .content .admin-link {
	text-align: right;
}

#main .content .admin-link a {
	font-size: 0.8em;
	color: #fff;
}

#main .content .column {
	float:left;
	margin-left:10px;
	width:220px;
}
#main .content .column h1, #main .content h2 {
	color:#111;
	font-size:13px;
	font-weight:bold;
	height:18px;
	line-height:18px;
	text-align:left;
	width:220px;
	text-transform: uppercase;
}

#main .content .column h1.yellow {
	background:#FECF35 url(../images/yellow-arrow.jpg) no-repeat scroll 0 0;
}
#main .content .column h1.blue{
	background:#0699C5 url(../images/blue-arrow.jpg) no-repeat scroll 0 0;
}
#main .content .column h1.red {
	background:#FF4000 url(../images/red-arrow.jpg) no-repeat scroll 0 0;
}

#main .content h2 {
	background: #0699C5;
	padding-left: 14px;
}

#main .content .column h1 span{
	padding-left:14px;
}

#main .content .column ul {
	margin:10px 0 0 10px;
}
#main .content .column ul li{
	font-size:14px;
	font-weight:normal;
	
}

/*=============================*/

#main .content ul {
	margin-left:8px;
}
#main .content ul li{
	font-size:0.8em;
	line-height:1.4em;
	margin:10px 0 0;
}

#main .content ul li a{
	text-decoration:none;
	color:#FFFFFF;
}
#main .content ul li a:hover{
	text-decoration:underline;
}

/*=============================*/

#main #feedback {
	text-align:right;
	width:885px;
}
#main  #feedback a{
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;

	
}

#main label {
	cursor: pointer;
}

#footer .content{
	padding:24px 0 20px 48px;
	float:left;
	width:1000px;
}
#footer .content .column{
	float:left;
	margin-right:15px;
	width:300px;
}

#footer .content .column .last{
	margin:0;
}

#footer .content .column h2 {
	background-color:#FCCE32;	
	color:#111;
	font-size:13px;
	font-weight: bold;
	height:18px;
	line-height:18px;
	text-align:left;
	width:300px;
	text-transform: uppercase;
}
#footer .content .column h2 span{
	padding-left: 8px;
}
#footer .content .column ul {
	margin-left:8px;
}
#footer .content .column ul li{
	font-size:0.8em;
	line-height:1.4em;
	margin:10px 0 0;
}

#footer .content .column ul li a{
	text-decoration:none;
	color:#FFFFFF;
}
#footer .content .column ul li a:hover{
	text-decoration:underline;
}

.clear{ 
	clear:both; 
	margin:0;
	padding:0;
}








body.admin {
	font: 11px Verdana;
}

body.admin a {
	color: #fff;
}

body.admin h1 {
	font: 18px 'Trebuchet MS';
	text-transform: uppercase;
	margin-bottom: 20px;
}

body.admin table {
	width: 1000px;
}

body.admin td {
	height: 36px;
	padding: 4px;
	vertical-align: middle;
}

body.admin .checkmark {
	text-align: center;
}

body.admin thead {
	text-align: left;
	border-bottom: 1px solid #ccc;
}

body.admin thead th {
	vertical-align: bottom;
}

body.admin tfoot {
	text-align: left;
	border-top: 1px solid #ccc;
}

body.admin th {
	padding: 5px;
}

body.admin tr.odd td {
	background: #555;
}

body.admin tr:hover td {
	background: #111;
}

