/* 
written by drew loomer of supersuper! things (supersuperthings.com)
*/



body {
	background: #4d604b;
	color: #333;
	font-family: "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	}




/*main box*/
#content {
	position: relative;
	background: #fff;
	opacity: 1;
	margin: 0 auto;
	padding: 0 5 5 5px;
	width: 686px;
	z-index: 1;
	}




/*logo*/
#header {
	position: relative;
	background: #fff;
        background-image: url('images/banner.jpg');
        background-repeat: no-repeat;
	background-position: center;
	height: 152px;
	width: 686px;
	margin-left: auto;
	margin-right: auto; 
	text-align: left;
	border: 5px solid #fff;
	z-index: 1;
	}




/*content*/
#pages {

	background: #819b7d;
	color: #333;
	font-size: 12px;
	opacity: 1;
	text-align: left;
        border-bottom: 0px solid #000;
	margin: 0px;
	padding: 10 10 10 160px;
	z-index: 2;
	}

#pages a {
	color: #fff;
	}


#pages a:hover {
        background: #4d604b;
	color: #fff;
	}

#slug {
	font-weight: bold;
	color: #384c34;
	font-size: 20px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	}

#services_link {
	font-weight: bold;
	}

#pages li {
	list-style-type: square;
	list-style: none;
	margin-left: 0;
	padding-left: 40px;
	text-indent: -20px;
	}

p.title {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	opacity: 1;
	margin: 0px;
	margin-bottom: -15px;
	}

p {
	margin-bottom: 10px;
	}


p.b {
	font-weight: bold;
	}
		


/*background stuff!*/


#greenbar {
	position: absolute;
	top: 239px;
	height: 15px;
	width: 100%;
	left: 0px;
	background: #c0cfbe;
	z-index: 0;
	}

#greenbox {
	position: absolute;
	top: 0px;
	height: 239px;
	width: 100%;
	left: 0px;
	background: #6e866a;
	z-index: 0;
	}

#bgimage {
	position: absolute;
	top: 0px;
	height: 239px;
	width: 400px;
	left: 0px;
        background-image: url('images/bg_building.jpg');
	z-index: 0;
	}

/*links on the left*/
#sidebar {
	float: left;
        background: #6e866a;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0 0 10 0px;
	width: 150px;
        border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}


#sidebar_header {
        background: #53674f;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 5px;
        margin-bottom: 5px;
	padding: 2 0 2 0px;
	width: 150px;
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
	}

#sidebar_text {
	font-size: 12px;
	color: #fff;
	text-align: right;
	margin-top: 0px;
        margin-bottom: 0px;
	margin-left: -15px;
	padding: 0px;
	width: 150px;
	}

#sidebar a {
	color: #fff;
	}

#sidebar_header a:hover {
	background: #53674f;
	color: #94a397;
	}

#sidebar_text a:hover {
        background: #4d604b;
	color: #fff;
	}





/* General */

a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	}

a:hover {
	background: #4d604b;
	color: #fff;
	}


.thumbnail {
        float: left;
        margin-top: 5px;
        margin-right: 10px;
        margin-bottom: 0px;
        border: 1px solid #000;
        }

/* Text align */
.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}




/* Extra Stuff */

.centerimg {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #fff;
	}

.centerflash {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	border: 1px solid #fff;
	}

#copyright {
	font-size: 12px;
	color: #fff;
	margin-top: -15px;
        margin-bottom: 5px;
	padding: 0px;
	}

#bug {
	font-size: 10px;
	color: gray;
	}

#bug a {
	color: gray;
	}

#bug a:hover {
	color: white;
	}




/* Forms */

input {
	background: #c0cfbe;
	border: 1px solid #fff;
	}	


textarea {
	background: #c0cfbe;
	border: 1px solid #fff;
	}
