/* CSS Document */

body {
	background-image: url(../images/bg_allT.jpg);
	margin:0px;
	padding:0px;	
	font-size:10px;
background-repeat: no-repeat;
background-attachment: inherit;}

img {
	border:none;
}

#header_container {
	width:650px;
	height:129px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/header.png);
	background-repeat:no-repeat;	
}

#main {
	width:650px;
	background-image: url(../images/bg_page.png);	
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto
}

#main_container {
	padding-left:25px;
	padding-right:25px;
}

#nav_container {
	padding-left:25px;
	padding-right:25px;
	height:29px;
}

#navlist {
	margin: 0px;
	padding:0px;
	}

#navlist li {
	list-style: none;
	margin:0px;
	margin-left:-3px;
	padding:0px;
	display: inline;
}

#navlist li.first {
	list-style: none;
	margin:0px;
	margin-left:-0px;
	padding:0px;
	display: inline;
}

#page_shadow {
	background-image: url(../images/bg_shadow.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 10px
}

#page_container {
	width: 600px;
}

#page_padding {
	padding: 30px;
	padding-top: 20px;
}

.header_image {
    margin-left:-3px;
}

#base {
	height: 23px;
	background-image: url(../images/bg_page_base.png);
	background-repeat: no-repeat;
	width:650px;
	margin-left:auto;
	margin-right:auto;
background-position: 50%;}

.page_home {
	background-image: url(../images/index1.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%
}

.page_permit {
	background-image: url(../images/index1.gif);
	background-repeat: no-repeat;
	background-position-y:50%
}

.page_rules {
	background-image: url(../images/index1.gif);
	background-position-y:50%
}



.page_contacts {
	background-image: url(../images/index1.gif)
	background-repeat: no-repeat;
	background-position-y:50%
}


.page_map {
	background-image: url(../images/index1.gif)
	background-repeat: no-repeat;
	background-position-y:50%
}

.page_find {
	background-repeat: no-repeat;
	background-position: bottom;
}

.page_gallery {
	background-repeat: no-repeat;
	background-position: bottom;
}

/* typography */

P {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:20px;
	color:#555555;
	margin-top:0;
	margin-bottom:1em;
}

td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#444444;
	padding: 5px;
}

.first {
    margin-top:10px;
}

/* table stuff */

.alt_row {
	background-color:#e8eaff;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
}

.price {
	font-weight: bold;
}

#tableish {
	margin-top: 15px;
}

.table_container {
	width: 255px;
	margin-bottom: 30px;
}

.table1 {
	float: left;
	margin-right: 30px;
}

.table2 {
	float: left;
}

/* Forms */

#contactformcontrol fieldset {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:13px;
		line-height:20px;
		color:#777777;
		font-weight: bold;
	}
	
#contactformcontrol label {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:20px;
	color:#333333;
	font-weight: normal;
}

input {
   color: #000000;
   background: transparent;
   border: 1px solid #797A8E;
   margin: 0.5em 0 0.5em 0;
   font-size: 1.4em;
}

input:focus, textarea:focus, select:focus {
	background: #EEEEEE;
	color: #333333;
}

textarea {
	color: #666666;
	background: transparent;
	border: 1px solid #999999;
	margin: 0.5em 0 0.5em 0;
}

fieldset {
   border : 1px solid #DDDDDD;
   padding : 10px;
}


/* IE Crap */
* html #header_container {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/header.png',sizingMethod='crop');
	width:650px;
	height:129px;
	margin-left:auto;
	margin-right:auto;
}

* html #main {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/bg_page.png',sizingMethod='scale');
}

* html #base {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	height: 23px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/bg_page_base.png',sizingMethod='scale');
}