/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* General Typography Sizing */
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1em;
	margin: 0em 0px;
}
h2{
	font: 1.75em Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;
	color: #23BCB9;
}
h3 {
	font: 1.4em Arial, Helvetica, sans-serif;
	line-height: 1.167em;
	margin: 0px 0px 0.6em 0px;
	color: #23BCB9;
}
h4{
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #23BCB9;
}
p{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 0.75em 0px;
	color: #333;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #333;
	margin-bottom: 8px;
}
a{
	color: #003A63;
	text-decoration: underline;
}
a:hover{
	color: #23BCB9
}
a:visited{ 
	color:#003A63;
}
a:active{ 
	color:#FF6699;
}
/* General Classes */
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	float: right:
	margin: 0px 00px 10px 10px;
}
ul.filbert li{
	list-style-type: none;
	list-style-image:url(../graphics/bullett.gif);
}
ul.filbert1 li{
	list-style-type: none;
	background: url(../graphics/bullet1.gif) no-repeat #E5EAF1;
	background-position: 0.70em 1.3em;
	margin: 0px 0px 7px 0px;
	padding: 10px 10px 10px 20px;
}
div.contentsection{
	background: url(../graphics/content_bg.gif) repeat-x bottom #EAF6F4;
	padding: 10px;
	margin-bottom: 0.5em; 
	
}
div.contentsection h4{
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0em 0px 0.3em 0px;	
	color: #003A63;
	border-bottom: 1px dashed #23BCB9;
}
div.contentsection p{
	line-height: 1.5em;
	margin: 0.5em 0px;
	color: #000;
}
.image{
	margin-bottom: 10px;
}
.larger{
	font-size: 1.2em;
}
.previewbutton{
	margin-bottom: 10px;
}
/* Specific areas */
#address{
	clear:both; font-size: 0.8em; color: #fff;
}
img.homepage{
	margin-top: 3em;
}
img.previewbutton{
	margin-top: 20px;
}
#popup{
	padding: 20px;
	
}
.closebutton{
	float: right;
}
