@charset "UTF-8";
/* CSS Document
Blue Mile Design
Common CSS
©2009 Blue Mile Design
Created 2/24/09 8:13AM
Updated 3/10/09 2:06PM
Validated 3/10/09 2:06PM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

/* Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/* Remove block display from lists */
li {
	display: inline;
	}
	
/* Normalize font-style and font-weight */
address, captin, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
		
/* UNIVERSAL */

html, body {
	color: #000;
	background: #fff ;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.01%;
	}
	
/* GLOBAL LAYOUT ELEMENTS */	
	
div#wrapperdiv {
	width: 838px;
	margin: 0 auto;
	}
	
div#headerdiv {
	width: 838px;
	height: 181px;
	background: url(../images/home9_22_09_01.jpg)  top left no-repeat;
}

ul#nav1list {
	width: 838px;
	height: 43px;
}

div#dividerdiv {
	width: 838px;
	height: 4px;
	background: url(../images/home02_09.jpg) top left no-repeat;
}

ul#nav2list {
	width: 838px;
	height: 37px;
}

div#contentdiv {
	position: relative;
	z-index: 0;
	visibility: visible;
	width: 838px;
	height: 320px;
}

div#leftedge {
	width: 11px;
	height: 320px;
	background: url(../images/leftedge.jpg) top left no-repeat;
	float: left;
}

div#rightedge {
	width: 11px;
	height: 320px;
	background: url(../images/rightedge.jpg) top left no-repeat;
	float: left;
}

div#morediv {
	width: 46px;
	height: 8px;
	background: url(../images/more_22.jpg) top left no-repeat;
	position: absolute;
	top: 259px;
	left: 759px;
	visibility: visible;
	z-index: 100;
}

div#footerdiv {
	width: 838px;
	height: 55px;
	background: url(../images/home02_20.jpg) top left no-repeat;
	clear: both;
}
	
/* IMAGE GALLERY */

ul#image_gallery_controls {
	width: 46px;
	height: 33px;
	position: absolute;
	left: 759px;
	top: 271px;
	visibility: visible;
	z-index: 50;
}


/*ul#image_gallery_controls li#prev_button, ul#image_gallery_controls li#next_button {
	position: absolute;
	z-index: 99;
	height: 29px;
	padding: 0;
	margin: 0;
	visibility: visible;
	top: 200px;
}*/

/*ul#image_gallery_controls li#prev_button{
	left: 3px;
	width: 19px;
}

ul#image_gallery_controls li#next_button{
	left: 606px;
	width: 31px;
}*/

ul#image_gallery_controls li#next_button a {
	background: url(../images/rightarrow.jpg) top left no-repeat;
	width: 23px;
	cursor: pointer;
	display: block;
	height: 33px;
	text-indent: -9999px;
	float: left;
}

ul#image_gallery_controls li#prev_button a {
	background: url(../images/leftarrow.jpg) top left no-repeat;
	width: 23px;
	cursor: pointer;
	display: block;
	height: 33px;
	text-indent: -9999px;
	float: left;
}

ul#image_gallery_controls li#next_button:hover a {
	background: url(../images/rightarrowover.jpg) top left no-repeat;
}

ul#image_gallery_controls li#prev_button:hover a {
	background: url(../images/leftarrowover.jpg) top left no-repeat;
}

ul#image_gallery {
	position: relative;
	width: 816px;
	height: 320px;
	overflow: hidden;
	list-style: none;
	float: left;
}

ul#image_gallery li {
	width: 816px;
	height: 320px;
}

div#contactusdiv {
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 45px;
	top: 157px;
	width: 55px;
	height: 11px;
}

