/* CSS Document */


body {
	background-color: #c6c6c6;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:3px;
}

span.imgtxt { display: none;}

h1, h2, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:16px;
	margin:0px;
	padding:0px;
}

h1 {
	text-align:center;
}

#content h2 {
	font-size:14px;
	padding:5px 0;
	
}

#wrapper {
	background-color:#efe7d4;
	margin:0 auto;
	position:relative;
	width:763px;
}

#main-wrapper {

}

#header {
	background-image:url(../images/css-images/header.jpg);
	background-repeat:no-repeat;
	border-left:1px solid #bfc8d1;
	border-top:2px solid #8ba5c4;	
	height:110px;
	position:relative;
}

#logo {
background-image:url('http://www.swdcma.org/images/css-images/logo.png');
	display:block;
	height:95px;
	left:7px;
	position:absolute;
	top:7px;
	width:383px;
}

#contact {
	background-color:#fff;
	color:#333;
	font-weight:bold;
opacity:.5;	padding:5px 10px 5px 50px;
	position:absolute;
	right:0px;
	text-align:right;
	top:0px;
}

#heading {
	background-image: url(../images/css-images/heading.jpg);
	background-repeat:y-repeat;
	bottom:-27px;
	height:27px;
	position:absolute;
right:0px;width:603px;	
	z-index:10;
}

#swd {
background-image:url('http://www.swdcma.org/images/css-images/swd.png');
	height:15px;
	position:relative;
	left:120px;
	top:5px;
	width:367px;
}

#container {
	background-color:#c6c6c6;
}

#sidebar {
	background-color:#dae5f1;
	background-image: url(../images/css-images/sidebar.jpg);
	background-position:right;
	background-repeat:repeat-y;
	border-left:1px solid #bfc8d1;
	float:left;
min-height:600px;	padding-bottom:20px;
	position:relative;
	width:180px;
}

#sidebar h2 {
	font-size:14px;
	position:relative;
	text-align:center;
	top:-5px;
}

#sidebar-btm {
	background-image: url(../images/css-images/sidebar-btm.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	bottom:0px;
	height:25px;
	position:absolute;
	width:160px;
}

.box-container {
	position:relative;
	left:3px;
	margin:12px 0px;
	width:173px;
	z-index:20;	
}

.boxtop {
background-image:url('http://www.swdcma.org/images/css-images/box-top.png');
	background-repeat: no-repeat;
	height:15px;
	width:173px;
}

.boxcontent {
background-image:url('http://www.swdcma.org/images/css-images/box-content.png');
	margin:0px;
	padding:0px;
	padding-left:10px;
	width:163px;	
}

.boxbtm {
background-image:url('http://www.swdcma.org/images/css-images/box-btm.png');
	background-repeat: no-repeat;
	height:15px;
	width:173px;
}

#location-bkgrnd {
	position:relative;
}

#searchform {

}

.boxcontent form {
	margin:0px;
	padding:0px;
}

#content {
	background-color: #ede7d4;
min-height:650px;	margin-left:182px;	
	padding:10px;
	padding-top:35px;

}

#content img {
	border:1px inset #333;
	border-right:1px solid #ccc;
	border-top:1px solid #f5f5f5;
}

/*NAVIGATION*/
#sitemap {
	width:160px;
}

.nav li a {
	color:#000040;
	display:block	;
	font-family:"Optima", Arial;
	font-weight:bold;
	font-size:14px;
	height:20px;
	line-height:20px;
	text-align:left;
	text-decoration:none;
	top:0px;
	width:160px;
}

.nav li a:hover {
	color:#b72e32;
	font-size:15px;
	text-decoration:none;
}

.nav, .nav ul { /* all lists */
	line-height:20px;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width:150px;
	z-index:60;
}

#footer {
	background-image: url(../images/css-images/footer.jpg);
	border-left:1px solid #b44a3d;
	border-right:1px solid #b44a3d;
	clear:both;
	font-size:11px;
	height:30px;
	line-height:23px;
	margin:0px auto;
	position:relative;
	width:761px;
}

#copyright {
	float:left;
	padding:5px;
	width:380px;
}

#poweredby {
	float:right;
	padding:5px;
	text-align:right;
	width:350px;
}

#poweredby a {
	color:#333;
	text-decoration:none;
}