


/* css reset */

html,body,div,object,p,span,img,a,
h1,h2,h3,h4,h5,h6,
abbr,acronym,address,blockquote,q,
sub,sup,em,strong,dfn,code,samp,kbd,var,cite,pre,
ol,ul,li,
dl,dt,dd,
form,fieldset,label,legend
{
	margin: 0; padding: 0; border: 0; outline: 0;
	font-size: 1em; font-weight: normal; font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
:focus { outline: 0; }
a img { border: 0; }



body {
	background-color: rgb(220,220,220);
	padding: 20px;
	font-family: Verdana;
	line-height: 1.5em;
	}

#ui {
	width: 100%;
	}

#map3d {
	width: 800px;
	height: 800px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
#extra-ui {
	background-color: white;
	padding: 15px 15px 20px;
	font-size: 13px;
	line-height: 22px;
	float: left;
	width: 310px;
	margin-right: 20px;
	}
	
#third-column {
	width: 190px;
	float: left;
	}
	
#options_container {
	width: 100%;
	margin-bottom: 40px;
	font-size: 13px;
	line-height: 22px;
	padding: 15px 15px 20px;
	border: 1px solid rgb(150,150,150);
	font-family: "Courier New", Courier, monospace;
	color: rgb(0,0,0);
	}
	
#options_container h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgb(0,0,0);
	padding-bottom: 6px;
	border-bottom: 1px solid rgb(150,150,150);
	margin-bottom: 9px;
	}



#links {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 15px 20px;
	border: 0px solid rgb(0,100,0);
	background-color: rgb(255,255,255);
	}
	
#links h2 {
	color: rgb(0,128,0);
	font-size: 18px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgb(0,128,0);
	margin-bottom: 9px;
	}





h1 {
	font-size: 36px;
	line-height: 72px;
	color: rgb(39,78,145);
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
	margin-bottom: 12px;
	}
	
h2 {
	font-size: 18px;
	color: rgb(39,78,145);
	padding-bottom: 6px;
	border-bottom: 1px solid rgb(39,78,145);
	margin-bottom: 9px;
	}



a:link,
a:visited {
	color: rgb(0,128,0);
	}
	
a:hover,
a:active {
	text-decoration: none;
	}


.clear { display: block; clear: both; }

