/* @group Hacks */

.clearfix { display: inline-block;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/* @end */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @group Cycle */
.svw {
	width: 950px;
	height: 300px;
	background: #fff;
}

/* @end */

body {
	color: #555;
	background-color: #eee;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

.left {
	float: left;
}

.right {
	float: right;
}

#container,
#footer {
	width: 950px;
	margin: 0 auto;
}

#container {
	background-color: #fff;
}

#header {
	border-bottom: 1px solid #fff;
}

#header h1 a {
	display: block;
	padding: 1em .4em .4em;
	background-color: #008dc9;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
}

#header h1 a:hover {
	background-color: #98d4eb;
}

#content {
	line-height: 1.2;
	padding-bottom: 2em;
	background: url(../img/contentbg.gif) repeat-y;
}

#map {
	width: 950px;
	height: 300px;
}

#maincol.left,
#subcol.right {

}

#maincol.left {
	width: 600px;
	padding-top: 3em;
	padding-left: 10px;
}

#subcol.right {
	width: 300px;
	font-size: .9em;
}

p {
	margin: .4em 0 .3em;
}

#maincol h1 {
	margin: .4em 0 .2em;
}

#footer {
	margin-bottom: 2em;
	padding: .5em 0;
	font-size: 10px;
}

#footer a {
	color: #333;
}

h1 {
	color: #008dc9;
	font-size: 1.4em;
	font-weight: normal;
}

div.block {
	padding: .5em 1em;
}
