*{margin: 0; padding: 0 }

body {
	text-align: center; /*IE centered*/
    font-family: Arial;
	font-size: 15px;
	color: #333;
	margin: auto;
	width: 100%;
	background-image: url(images/main-bg.png);
}

#header{
	width: 100%;
	height: 192px;
	margin: 0px auto;
	background-image: url(images/header_bg.png);
}

#map{
	border: black solid;
	width: 440px;
	height: 300px;

}

/*

drop down menu styles:

*/
#child-menu ul{
	width: 100%;
	height: 34px;
}
#child-menu{
	position: relative;
	background-image: url(images/child-menu-bg.png);
	z-index: +9999;
	width: 100%;
	margin-left: 10px;
	margin-bottom: 2px;
	border: 1px solid black;
	overflow: hidden;
	
}
#child-menu ul a{
	font-size: 12px;	
}
/*

text styles & forms

*/
a{outline: none;}

h2{
	color: black;
	text-align: center;

}
textarea, input{
	background-color: #ccc;
	border: black solid 1px;
	font-family:Arial;
	font-size: 13px;
	color: black;
	padding: 3px;
	outline: none;
}

fieldset{

	border: 0px;
}
/*

navigation syling

*/
#buttons ul{
	padding: 6px;
}
#buttons li{
	padding-left: 25px;
	list-style: none;
	display: inline;
}
#buttons a{
	font-size: medium;
	color: white;
	text-decoration: none;
}

#buttons a:hover{
color: gray;
text-decoration: none;

}
#buttons{
	background-image: url(images/button-bg.png);
	height: 30px;
	margin-left: 12px;
	margin-right: 12px;
	padding-right: 20px;
}

#content{
	width: 1000px;
	overflow: auto;
	margin: 0px auto;
	background-image: url(images/content-bg.png);
	padding-bottom: 30px;
}

.left-text{
	padding-top: 60px;
	padding-right: 10px;
	float: left;
	width: 500px;
	margin-left: 17px;
	overflow: auto;
	text-align: justify;
	padding-bottom: 50px;
}

/*

styles for the sliding panel

*/


#panel{
	margin: 0px auto;
	width: 500px;
	background-color: silver;
	height: 300px;
	display: none;
	background-image:url(images/panel-bg.png);
	

}
.slide{
	margin: 0px auto;
	display: block;
	background-color: red;
	background-image: url(images/slide-bg.png);
	text-align: center;
	width: 100px;
	height: 30px;
	color: white;
	text-decoration: none;
	padding-top: 5px;

}

.active{
/* add something to slide up*/
}




/*

side bar styling and text

*/
.side-bar{
	float: right;
	width: 450px;
	margin-right: 18px;
	overflow: auto;
	text-align: left;
}
.side-bar-narrow{
	float: right;
	width: 295px;
	margin-right: 18px;
	height: 1000px;
	text-align: center;
	

}

#test2 {
	margin: 1em auto;
	border: 2px solid #333;
	width: 480px;
    height: 250px;
}
/*

footer styling

*/


#footer{
	background-image: url(images/footer-bg.png);
	height: 255px;
	margin: 0px auto;

}
.footer-left{
	padding-top: 50px;
	float: left;
	width: 300px;
	margin-left: 80px;
	text-align: left;

}
.footer-right{
	padding-top: 50px;
	float: right;
	width: 200px;
	margin-right: 80px;
	overflow: auto;
	text-align: left;
	padding-bottom: 20px;

}
#footer h3{
color: red;

}
#footer li{
	list-style: none;

}
#footer a{
	text-decoration: none;
	color: black;
}

#footer a:hover{
	text-decoration: underline;
	color: red;
}
#footer a:visited{
	text-decoration: underline;
	color: red;
}

/*
Text Styles
*/
a:link{
	text-decoration: underline;
	color: black;
}

a:hover{
	text-decoration: none;
	color: red;
}
a:visited{
	text-decoration: underline;
	color: red;
}


/*
	Comment-Styles
*/

#comments_template {
	border-top:1px solid #e3e3e3;
	margin-top:30px;
	padding-top:30px;	
}
ol#comments {
	margin:0px;
	padding:0px;
	margin-top:20px;
}
ol#comments li {
	margin:0px;
	padding:0px;
	position:relative;
	padding-left:60px;
	list-style:none;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e5e5e5;
}
ol#comments .avatar {
	position:absolute;
	top:0px;
	left:0px;
}
ol#comments small a {
	font-weight:normal;
	color:#999999;
}



ul.commentlist {
	margin:20px 0px 20px 0px;
	padding:0px;
	border:2px solid #dedede;
}
ul.commentlist li {
	margin:0px;
	padding:10px 0px 20px 60px;
	position:relative;
	list-style:none;
	border:1px solid #dedede;
	border-bottom:0px;
	background:#ffffff url(images/background_block_slice.jpg) repeat-x;
	background-position:1px 1px;
}
ul.commentlist .avatar {
	position:absolute;
	top:10px;
	left:10px;
	border:1px solid #dedede;
}
ul.commentlist .commentmetadata {
	display:none;
}
ul.commentlist ul  {
	margin:20px 0px 20px 0px;
	padding:0px;
}
ul.commentlist ul li {
	border:0px;
	background-color:#ffffff;
	overflow:auto;
	background-image:none;
	padding-bottom:0px;
}

#respond input{
	height: 1.5em;
	font-family: 'Arial';
	font-size: 1em;
	background-color:#efeef0; 
	border: 1px solid silver;
	width: 300px;

}

.textbox{
	background-color:#efeef0;
	font-family: 'Arial';
	border: 1px solid silver;
	width: 300px;
}

.align-right{
	float: right;
	margin: 0px;
	

}

