html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.topline {
	z-index: 1000;
	background-color: #000;
	min-width: 800px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: right;
	padding:8px 30px 0 0;
	letter-spacing:1px;
}




.topline a:link, .topline a:visited {
	text-decoration: none;
	color: #12d2ff;
}

.topline a:hover, .topline a:active {
	text-decoration: underline;
	color: #3e6f7b;
}

.news {
	height: 15px;
	width: 450px;
	float: left;
	clear:none;
}




.contact {
	position: absolute;
	margin: 190px 0px 0px 0px;
	z-index: 1002;
		
}






#map {
	z-index: 0;
	width: 100%;
	height: 100%;
}


#memowindow2 {
background-image:url(../assets/images/bernstein3.png)
}



/* RESET */

body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


body{
	
	color: #EAEAEA;
}




/*HEADINGS
-------------------------------------------------------- */
h1{
	color:#000;
	font-size:3em;
	margin-bottom:0.6em;
	font-style:italic;
	line-height:1.2em;
	text-align: center;
}
h2{
	color:#000000;
	line-height:1.2em;
	font:bold 13px "Times New Roman", serif;
}

.banner {
	margin-bottom: 0.3em;
}

.nopadding {
	padding: 0;
	margin: 0;
}






h3{
	color:#000;
	font-size:1.5em;
	margin-bottom:1.2em;
	line-height:1.2em;
}
h4{
	color:#000;
	font-size:1em;
	margin-bottom:0em;
	line-height:1.5em;
}


.smallcaps {
	font-size:1.2em;
	font-variant:small-caps;
}

h5{
	color:#000;
	font-size:1em;
	margin-bottom:0em;
	line-height:1.5em;
}
h6{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
}

h7{
	color: #FFFFFF;
	line-height:1.2em;
	font: 12px "Times New Roman", serif;
	letter-spacing:.1em;
	background-color:#000000;
	
}

/*LINKS
-------------------------------------------------------- */
p a{
	color:#000;
}
p a:hover{
	text-decoration:none;
}
h1 a{
	color:#000;
}
h1 a:hover{
	text-decoration:none;
}
li a{
	color:#12d2ff;
	text-decoration:none;
}
li a:hover{

	text-decoration:underline;
}




h7 a{
	color: #FFFFFF;
	text-decoration:none;
}
h7 a:hover{
	text-decoration:none;
}
li a{
	color: #6C6C6C;
	text-decoration:none;
}
li a:hover{

	text-decoration:underline;
}




/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
ul{
	margin-bottom:1.8em;
	list-style:none;
	margin:.3em 0 0 0;
	
}
ul li{
color: #030303;
	font-size:.8em;
	font:9px/10px Arial,Sans-Serif;
	letter-spacing:.1em;
	margin:.3em 0 0 0;
}

ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
li > ul, li > ol{
	margin:.3em;
	margin:.3em 0 0 2em;
}
li > ul li, li > ol li{
	font-size:1em;
}
ol{
	margin-bottom:1.8em;
	list-style:decimal inside;
}
ol li{
	font-size:1.2em;
	line-height:1.5em;
}