/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background:url(images/bg.png) repeat-x;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	font-size:62.5%;
}

table{
	font-size:1.2em;
}

a, a:visited{
	color:blue;
}

a:hover{
	text-decoration:none;
}

/*outmost wrapper, used to make the wrapper center*/
.middleSetter{
	width:939px; 
	margin:0 auto;
}

/*outmost after middleSetter, used to enable all divs inside of it floatable without losing centering from middleSetter*/
.bigWrapper{
	width:959px;
	float:left;
}

/*outmost after bigWrapper, used to contain repeat-y shadows if any*/
.shadowHolder{
	width:959; 
	margin:0 auto; 
	padding:0px;
}


.dwTopBar{
	width:914px;
	background:url(images/topBarRepeat-x.jpg) repeat-x;
	height:34px;
	border:2px solid #5da4c8;
	margin:0px auto;
	text-align:left;
	display:block;
}

.linksTopBar, .linksTopBar:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:white;
	padding:0 10px;
	font-weight:bold;
	text-decoration:none;
}

.linksTopBar:hover{
	color:#BBFFFF;
	text-decoration:underline;
}


.contentNavWrapper{
	width:959px;
	height:100%;
	float:left;
	background:url(images/bodyRepeat.png) repeat-y;
	display:block;
}

.navWrapper{
	clear:both;
	width:205px;
	float:left;
	text-align:left;
	margin-left:26px;
	padding-bottom:20px;
	
}

.linksLeftNav, .linksLeftNav:visited{
	list-style:none;
	font-size:1.2em;
	width:175px;
	!width:175px;
	display:block;
	text-decoration:none;
	text-align:left;
	padding-top:8px;
	padding-bottom:9px;
	padding-left:0px;
	padding-left:30px;
	color:#36566c;
	border-bottom:1px solid #c4c4c4;
	background: url(images/bulletLeftNav.png) no-repeat left center;	
}

.linksLeftNav:hover{
	color:black;
	background: url(images/bulletLeftNav.png) no-repeat left center #ddf1ff;	
}

.dwAddress{
	width:196px;
	color:#436d8a;
	background-color:white;
	border:1px solid #c4c4c4;
	padding:5px;
	margin-left:-6px;
}

h5{
	font-size:1.2em;
	color:#bda17d;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-bottom:3px;
}

.contentWrapper{
	text-align:left;
	width:660px;
	!width:680px;
	float:left;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;	
	
}

.liner{
	clear:both; 
	margin:0 auto; 
	border-top:1px solid #37566b; 
	background-color:white; 
	height:10px; 
	width:905px;
}

.footer{
	width:914px;
	clear:both;
	margin:0 auto;
	background-color:#37586f;
	color:white;
	height:82px;
	padding-top:10px;
}

.footer a, footer a:visited{
	color:white;
	text-decoration:underline;
}

.footer a:hover{
	text-decoration:none;
	color:#BBFFFF;	
}

.linksBucket, .linksBucket:visited{
	display:block;
	background:url(images/bulletBucket.jpg) left no-repeat;
	padding-left:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#37566b;
	text-decoration:none;
}

.linksBucket:hover{
	color:black;
	text-decoration:underline;
}


p{
	font-size:1.2em;
}

h1{
	font-size:2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#b58b55;

	border-bottom:1px solid #b58b55;
	margin-top:10px;
}

h2{
	font-size:1.3em;
	margin:0px;
	padding:0px;
	padding-top:10px;
}

h3{
	font-size:1.4em;
}

.dwImg{
	padding:2px;
	border:1px solid #eee;
	background-color:white;
}

.dwGallery{
	border:1px solid #eee;
	padding:10px 0px;
}

ul{
	font-size:1.2em;
    list-style:none;
    margin:0 0 1em 15px;
    padding: 0;
}
ul li{
    line-height:1.8em;
    margin: .25em 0;
    padding: 0 0 0 15px;
    background:url(images/bulletLeftNav.jpg) no-repeat 0 4px;
}

.dwTableImage{
	background-color:#F5F5F5;
	border:1px solid #E9E9E9;
	padding:5px;
}

.dwTbl td{
	border:1px solid #eee;
}
