/* CSS Document */




/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/* //////////////////////////////////////////////////////// */

body 
{
	background-color: #fff;
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 10px;
}

h1.main 
{
	font-size: 24px; 
	line-height: 28px;
	font-weight: bold; 
	word-wrap: break-word; 
	margin-top: 0;
}

a 
{
	color: #f2291b; 
	text-decoration: none;
}

a:hover 
{
	text-decoration: line-through;
}

.page 
{
	width: 300px; 
	overflow: hidden;
	word-wrap: break-word; 
}

#login_status
{
	position:absolute;
	width: 320px;
	height: 30px;
	text-align: right;
	
	top: 0;
	right: 10px;
}

.small
{
	font-size: 11px;
}

.placeList
{
	margin-top: 20px;
}



/* MAPS */

div#bd {
    position: relative;
}
div#gmap {
    width: 560px;
    height: 400px; /* If you change this don't forget to change the crosshair position to match */
}
div#gmapBig 
{
	margin-top: 10px;
    width: 700px;
    height: 480px; /* If you change this don't forget to change the crosshair position to match */
}
div#crosshair {
    position: absolute;
    top: 192px;
    height: 19px;
    width: 19px;
    left: 280px;
    margin-left: -8px;
    display: block;
    background: url(img/crosshair.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

div#map
{
	position: absolute;
	top: 90px;
	left: 360px;
}



div.infowindow 
{
	width: 320px;
    max-height:280px;
    overflow-y:auto;
}

H1.info
{
	padding-bottom: 10px;
	line-height: 1em;
}

div.infowindow .copy
{
    width: 290px;
}

div.infowindow .copy p
{
    padding-bottom: 1em;
}

#catList
{
	width: 700px;
}

.catRow
{
	
}

.catListDiv
{
	width:225px;
	float:left;
	margin-right: 8px;
	/*border: 1px #000 solid;*/
}

.catListDiv h2
{
	margin-top: 32px;
	padding: 4px 0 10px 32px;
}

#cat_1 h2
{
	background: url(img/maps/pin1.png);
	background-repeat: no-repeat;
}

#cat_2 h2
{
	background: url(img/maps/pin2.png);
	background-repeat: no-repeat;
}

#cat_3 h2
{
	background: url(img/maps/pin3.png);
	background-repeat: no-repeat;
}

#cat_4 h2
{
	background: url(img/maps/pin4.png);
	background-repeat: no-repeat;
}

#cat_5 h2
{
	background: url(img/maps/pin5.png);
	background-repeat: no-repeat;
}
