/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/brown_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
}


#container {
background-image:url(../images/box_bg.png);
background-repeat:repeat-y;
width:984px;
margin: 0 auto;

}


#header {
	background-image:url(../images/header.jpg);
	width:948px;
	height:243px;
	margin:0 auto;
}

#nav {
	
	width:948px;
	height:40px;
	margin:0 auto;
	padding-bottom:10px;
	
	
	
}

#left {
	float:left;
	width:215px;
	border-right-width: 1px;
	margin-left: 5px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#middle {
	width: 460px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#right {
	float:right;
	width:235px;
	margin-right: 5px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.boxed {
	border: 2px solid #CFAF03;
	padding: 10px;
	margin-bottom: 40px;
}

.title {
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CFAF03;
	padding-bottom: 10px;
	padding-right: 20px;
}
.smalltext {
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
	color: #999999;
}
#footer {
	background-color: #FFFFFF;
	height: 150px;
	width: 948px;
	clear: both;
	margin: 0 auto;
}
#footer_bot {
	background-image: url(../images/box_bot.png);
	height: 18px;
	width: 948px;
}
.location {
	color: #999999;
	width: 140px;
	line-height: 18px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#sm_logo {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
.title2 {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.indent {
	margin-left:30px;
	font-size: 12px;
}
.cities {
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}
.citybox {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.questionlist {
	list-style-type: square;
}
.pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}
.question {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.answer {
	font-size: 12px;
	color: #666666;
	margin-left: 10px;
	margin-top: 10px;
}
.yellowtitle {
	color: #CFAF03;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
}
.pic2 {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}
