/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(../img/bg.jpg); 
 background-repeat:repeat-x;
 background-position:top left;
 background-color:#585858;
}
a { color:#1d5296}
#wrapper { 
 margin: 0 auto;
 width: 970px;
 background-color:#FFF;
 

}
#body {
	padding: 10px 30px;
	clear: both;
	background: #fff url(../img/gradient.jpg) repeat-x top left;
}

#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background: #BD9C8C;
}
#nav { 
 color: #333;
 background: #fff;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 720px;
 float: right;
}
.photoText {
	font-size:30px;
	background:url(../img/textbackground.png) repeat;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	margin:270px 0px 0px 0px;
	width:709px;
	height:45px;
	padding-right:10px;
	padding-top:5px;
}
#photo { 
 float: left;
 color: #333;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 200px;
 display: inline;
}
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px dotted #1d5296;
width: 191px;
font-family:"Times New Roman", Times, serif;
font-size:120%;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.5em 0;
border-top: 1px dotted #1d5296;
}

#navlist li a { text-decoration: none; color:#1d5296 }
#footer { 
 width: 950px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 background: #fff url(../img/gradient.jpg) repeat-x top left;
}
.arrowlist { list-style-image: url(../img/arrow-bullet.gif); margin-left:25px; line-height:1.8em; } 
#footer h1 {
	color:#1d5296;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
.hours {
	color:#1d5296;
	text-decoration:underline;
	
}
.linkbox {
	width:270px;
	float:left;
	margin-left:0px;
	margin-top:30px;
}
.linkbox h3 {
	font-weight:normal;
	border-bottom:1px solid #ccc;
	
}
