@charset "UTF-8";

img.bg {
		/* Set rules to fill background */
		min-height: 100%;
		min-width: 1024px;
		
		/* Set up proportionate scaling */
		width: 100%;
		height: auto;
		
		/* Set up positioning */
		position: fixed;
		top: 0;
		left: 0;
		z-index: -100;
		}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

.alignleft {
    float: left;
    }

.alignright {
    float: right;
    }

#map ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}

#map li{
	float: left;
	list-style: none;
	padding: 5px;
	}

.wp-caption {
	text-align: center;
	background-color: #f3f3f3;
	padding: 10px 8px 0 8px;
	margin: 0 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	padding: 0 4px 5px;
	margin: 0;
	}

.gallery-caption {
	font-size: 10px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	}
		
@media screen and (max-width: 1024px) {
	img.bg {
		left: 50%;
		margin-left: -512px; 
		}}

.group:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; content: " "; 
	clear: both; 
	height: 0;
	}
	
* html .group, *:first-child+html .group { 
	zoom: 1; 
	} /* First selector = IE6, Second Selector = IE 7 */
