/* @override http://savagemill.com/wp-content/themes/default/style.css */

/* @override http://savagemill.com/wp-content/themes/default/style.css */

/* @override http://savagemill.com/wp-content/themes/default/style.css */

/* @override 
	http://savagemilltest.com/wp-content/themes/default/style.css
*/

/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #444DA0 ;
	color: #333;
	text-align: center;
	}

#page {
	background-color: #444DA0;
	border: 10px solid #fff;
	text-align: left;
	}
	
#header {
	text-align: left;
	height: 55px;
	width: 755px;
	margin: 0px;
	padding: 0px;
}

#header h1 {
	height: 43px;
	text-indent: -9999px;
}
	
#headerimg 	{
	background: url(images/header.gif) left no-repeat;
	width: 300px;
	height: 43px;
	margin: 10px 0px 0px;
	position: relative;
	float: left;
	display: inline;
}


#content {
	font-size: 1.2em;
	background-color: #FBF49B;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #444DA0  no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 15px;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	position: absolute;
	left: 420px;
	top:27px;
	width: 330px;
	color: #A5A8D1!important;
}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.2em;
	color: #FBF49B;
	font-weight: normal;
	background-color: #444DA0;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
.entry p a:hover {
	color: #FF3333;
	text-decoration: none;
	border-bottom: 1px dotted #444da0;
	border-color: #444da0;
}
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: .9em Helvetica, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a {
	color: #c33;
	text-decoration: none;
}
a:hover {
	color: #FF3333;
	text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #ccc;
	}

#page {
	margin: 20px auto 5px;
	padding: 0;
	width: 755px;
	background: #FBF49B url(images/redcolumn.gif) repeat-y left;
}

#header {
	background-color: #444DA0;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 755px;
	border-bottom-style: solid;
	border-bottom-color: #FBF49B;
}

#headerimg {
}

.narrowcolumn {
	float: left;
	padding: 0px;
	margin: 0px 0 0;
	width: 600px;
	background-color: #FBF49B;
	display: inline;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 600px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	background-color: #FBF49B;
	height: 100%;
	color: #666;
	font-size: 12px;
}
	
.post h2 {
	font-size: 30px;
	margin-left: 0px;
	margin-top: 15px;
	line-height: normal;
}

.post hr {
	display: block;
	}

tr {
	margin: 0px;
	padding: 0px;
}

td {
	margin: 0px;
	padding: 0px;
}





/* Begin Page Modules */
	
.modulepost {
	margin: 15px 15px 40px;
}	
.modulepost h3 {
	color: #444DA0;
	margin-bottom: 10px;
}
.modulepost h4 {
	font-size: 14px;
	color: #000;
}
.moduletop {
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 570px;
	margin-left: 0px;
}	

.module {
	float: left;
	width: 570px;
	margin: 0px 0 20px;
	padding: 0px;
	display: inline;
}	

.module h3 {
	font-size: 18px;
	color: #444DA0;
	margin: 0 0 10px;
}

.module h4 {
	font-size: 14px;
	color: #000;
}

.module img {
	padding: 0px !important;
	margin: 0 0 15px !important;
	height: 100px;
	width: 100px;
}
	
.modright {
	float: right;
	width: 440px;
	padding: 0px;
}

.modright p {
	margin: 0 0 10px;
}
.modright h4 {
	font-size: 14px;
	color: #000;
	margin: 0px;
}

.modtop {
	float: right;
	width: 570px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	display: inline;
}

.modtop ul {
	margin: 20px 0px 0px;
	width: 80%;
}

.modtop li {
	line-height: 1.5em;
	text-transform: uppercase;
	font-size: 11px;
	color: #444DA0;
	font-weight: bold;
	display: inline;
	padding: 0;
	margin: 5px 0px 0px;
}

.modleft {
	float: left;
	width: 120px;
	
}

.modleft ul {
	margin: 0px;
	padding: 0px;
}

.modleft li {
	line-height: 1.5em;
	text-transform: uppercase;
	font-size: 10px;
	color: #444DA0;
	font-weight: bold;
}

.left {
	float: left;
	width: 210px;
}

.right {
	float: left;
	width: 210px;
}

.soon img {
	width: 50px;
	height: 50px;
	margin: 0px!important;
	padding: 0px;
	float: right;
	display: inline;
}

.modtop-verticle {
	margin: 10px 0;
	padding-top: 10px;
}

.modtop-verticle ul {
	float: left;
	display: inline;
	clear: left;
	border-right: 1px solid #000;
	width: 135px;
	margin-right: 25px;
	font-weight: bold;
}

.modtop-verticle li {
	margin: 0px;
}

.modtop-verticle img {
	padding-top: 20px;
}


/* Normal Page Structure */
.textpost {
	margin: 0px;
	padding: 0px 15px;
}


/* Contact Page Structure */
.modulecontact {
	margin: 0 15px 40px;
	float: left;
	width: 570px;
	display: inline;
}

.conleft {
	float: left;
	width: 200px;
	margin: 10px 0px 0px;
}

.conright {
	float: right;
	width: 330px;
	margin-top: 10px;
}

.conbreak {
	height: 30px;
}

#modulecontact h2 {
	margin-left: -15px;
}

.modulecontact h3 {
	margin: 0 0 20px;
	color: #444DA0;
	font-size: 18px;
}

.modulecontact h4 {
	font-size: 14px;
	color: #000;
	margin: 0 0px 2px;
}

.modulecontact p {
	margin: 0px 0px 15px 0px;
	padding: 0px;	
}

.newsroom {
	margin: 0 0 20px;
	text-align: left;
	height: 100%;
	color: #666;
	font-size: 12px;
	line-height: 1.4em;
}
	
.newsroom h2 {
	font-size: 30px;
	margin-left: 0px;
	margin-top: 15px;
	line-height: normal;
}

	
}
.newsroom h2 {
	font-size: 2.0em;
}

.bigrss {
	display: inline;
	float: right;
	margin: -30px 0px 0px;
	padding: 0px;
	font-size: 14px;
}

.bigrss img {
	margin-bottom: -8px;
	margin-left: 8px;
}

/* Splash Page Logos */

.splashlogo {
	float: right;
	margin: -70px 0px 0px;
	padding: 0px;
	font-size: 14px;
}

.splashlogo img {
	margin-bottom: -8px;
	margin-left: 8px;
}

.splashlogo2 {
	float: right;
	margin: -50px 0px 0px;
	padding: 0px;
	font-size: 14px;
}

.splashlogo2 img {
	margin-bottom: -8px;
	margin-left: 8px;
}




/* Page Navigation Anchors */
#anchor {
	text-decoration: none;
	color: #444DA0;
}

#anchor:hover {
	text-decoration: none;
	color: #a7bff6;
}



/* Back To Top Button */
.backto {
	background: transparent url(images/uptop.png) no-repeat;
	background-position: left;
	margin-left: 20px;
	padding-left: 12px;
	font-size: 12px;
	text-align: right;
	float: right;
	cursor: pointer;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

.backto a {
	text-decoration: none;
	border-bottom: none;
}

.backto a:hover {
	color: #cccaff!important;
	text-decoration: none;
	border-bottom: none;
}

.mapto {
	background: transparent url(images/uptop.png) no-repeat;
	background-position: left;
	margin-left: 20px;
	padding-left: 12px;
	font-size: 12px;
	text-align: right;
	float: right;
	cursor: pointer;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	margin-top: 10px;
	margin-bottom: -40px;
}

.mapto a {
	text-decoration: none;
	border-bottom: none;
}

.mapto a:hover {
	color: #cccaff!important;
	text-decoration: none;
	border-bottom: none;
}


/* Back Button for Photo Tour */
.photonav {
	width: 130px;
	margin: -48px 100px 0px 0px;
	float: right;
	height: 20px;
	display: inline;
	color: #f00;
}

.photonav img {
	position: relative;
	top: 11px;
	right: 0px;
}
.photonav a {
	border-bottom: none;
	text-decoration: none;
	color: #666;
	font-size: 1.4em;
	font-weight: normal;
	position: relative;	font-family: Helvetica, Arial, sans-serif;
}

.photonav a:hover {
	color: #000;
}
	
.maptop {
	float: right;
	width: 570px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 25px;
	display: inline;
}

.maptop ul {
	margin: -15px 0px 0px;
	width: 85%;
}

.maptop li {
	line-height: 1.5em;
	text-transform: uppercase;
	font-size: 11px;
	color: #444DA0;
	font-weight: bold;
	display: inline;
	padding: 0;
	margin: 5px 0px 0px;
}

.microlink {
	margin-left: 160px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: -.03em;
}

/* Begin TabDrop */

.panel_button {
	margin: -40px 0px 0px 495px;
	position: relative;
	top: 0px;
	width: 80px;
	height: 30px;
	text-align: right;
	z-index: 20;
	/*filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;*/
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 5px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #666;
	font-size: 1.4em;
	font-weight: normal;
	position: relative;
	top: 0px;
	right: 5px;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: none;
	
}
.panel_button a:hover {
	color: #000;
}

#hide_button a {
	color: #ccc;
}

#hide_button a:hover {
	color: #fff;
}

}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 575px;
	text-align: center;
}
#toppanel {
	position: absolute;
	width: 575px;
	z-index: 25;
	text-align: center;
 
}
#panel {
	width: 575px;
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: #222;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	height: 100%;
	width: 575px;
	position: absolute;
	z-index: -1;
}
#panel p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	padding: 15px 20px 20px;
	line-height: normal;
	color: #ddd;
}
#panel h1 {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: #2A3990;
	font-weight: normal;
	line-height: 35px;
	height: 37px;
	margin-top: 25px;
	margin-left: 20px;
	font-size: 4.0em;
	text-indent: -9999px;
}
#panel h2 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #447c6f;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	top: 60px;
	left: 350px;
}

}/* End Page Modules */


.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.break {
	clear: both;
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #444da0;
}

.evenbreak {
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #444da0;
}

#ancillary {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #cccaff;
	height: 90px;
	background-color: #444DA0;
	font-size: 10px;
	font-weight: normal;
}

#ancillary h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#hours {
	float: left;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 15px 0px 0px 10px;
}

#address {
	float: right;
	margin: 0px;
	padding: 15px 0px 0px 10px;
	text-align: right;
	list-style: none;
}

#hours a, #address a {
	color: #cccaff;
	text-decoration: none;
	border-bottom: none;
}

#hours a:hover, #address a:hover {
	color: #cccaff;
	text-decoration: none;
	border-bottom: none;
	}
#logo {
	margin-right: 5px;
	margin-top: -35px;
	z-index: 10;
	position: relative;
	float: right;
	list-style: none;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-top: 5px #FBF49B solid;
	background-color: #FBF49B;
	}	

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#redundant {
	color: #000;
	margin: 0 auto;
	text-align: center;
	width: 70%;
	font-size: 10px;
	padding: 10px 0 8px;
}	

#redundant ul {
	text-align: center;
}

#redundant li {
	display: inline;
	text-align: center;
}

#redundant a {
	text-decoration: none;
	color: #000;
}

#redundant a:hover {
	text-decoration: none;
	color: #999;
	border-bottom: none;
}

#errata {
	margin: 0 auto;
	width: 755px;
	padding-bottom: 5px;
	height: 20px;
	font-size: 9px;
}
#wplove {
	color: #000;
	margin: 0px!important;
	padding: 0px!important;
	text-align: right!important;
	float: right;
}

#savagecopy {
	color: #000;
	margin: 0px!important;
	padding: 0px!important;
	text-align: left!important;
	float: left;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 0px;
	padding: 5px 0 5px 5px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h5 {
	font-size: 14px;
	margin-bottom: 5px;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin: 15px auto 10px;
}

img.alignright {
	padding: 4px 0 4px 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px 4px 4px 0;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	margin-left: 0px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 0px;
	}

html>body .entry li {
	margin: 0px;
	padding: 0px;
	}

.entry ul li:before, #sidebar ul ul li:before {
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}



.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: px 0 0;
	padding: 0;
	}
	
.directory  {
	line-height: 1.5em;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}

/* NewRoom Shizzle */


#newstop {
	display: inline;
	width: 600px;
	text-align: center;
	float: left;
}

#newstop span {
	font-size: 18px;
	font-weight: bold;
	color: #222;
}

#newsleft,#newscenter,#newsright {
	width: 175px;
	float: left;
	margin-right: 15px;
}

#newscenter {
	float: left;
}

#newsright {
	float: left;
}

/* NewsFeeds */

#newsfeed {
	width: 600px;
	display: inline;
	float: left;
	margin-bottom: 40px;
}

#newsfeed h3{
	margin-top: 0px;
}

#newsfeedleft, #newsfeedcenter, #newsfeedright {
	width: 175px;
	text-align: left;
	float: left;
	margin-right: 20px;
}

/* End Entry Lists */



/* Begin Form Elements */

 


/*
#searchform {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 8px;
	vertical-align: middle;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#s {
	height: 10px;
	margin-top: -5px;
}
 
	
#searchsubmit {
	background-color: transparent;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 */
 
.headerlinks {
        position: absolute;
        top: 0px;
        left: 305px;
        width: 162px;
        vertical-align: middle;
        margin: 0px;
        padding: 0px;
}

.topsearch {
	position: absolute;
	top: 0px;
	left: 530px;
	width: 280px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;

}
 
	#form-search
	{
		background: transparent url(img/icn_search.jpg) no-repeat left center;
		padding: 0;
		margin: 0;
	}
	
	#form-search p
	{
		padding: 0;
		margin: 0;
	}
	
	#form-search label, #input-keywords, #submit-search
	{
		vertical-align: middle;
		padding: 0;
		margin: 0;
		height: 14px;
	}
	
	#form-search label {
		font-size: 10px;
		text-transform: uppercase;
		color: #fff;
	}
	
	#input-keywords
	{
		height: 12px;
		width: 150px;
		line-height: 12px;
	}
	
strong.search-excerpt {
  background-color: #444da0;
	color: #fff;
	padding-right: 1px;
	padding-left: 1px;
}	
	

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 90px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 0px;
	margin-left: 0px;
	width: 150px;
	float: left;
	margin-right: 0px;
	border-bottom: 2px solid #FBF49B;
	border-right: 5px solid #FBF49B;
	background-color: #CC3333;
	display: inline;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 150px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	text-decoration: none;
	}
	
a img:hover {
	text-decoration: none;
	border-bottom: none!important;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.pullleft {
	float: left;
	margin: 10px 10px 10px 0px;
	width: 300px;
	font-size: 16px;
	line-height: normal;
}

.pullright {
	display: block;
	float: right;
	margin: 10px 0px 10px 10px;
	width: 300px;
	font-size: 16px;
	line-height: normal;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Begin Fader */
#fader {
	width: 600px;
	height: 450px;
	padding: 0px;
	list-style: none!important;
	margin: 0px;
}

#fader ul {
	margin: 0px;
	padding: 0px;
	list-style: none!important;
	width: 600px;
}

#fader li {
	margin: 0px 0px 0px;
	padding: 0px;
	list-style: none!important;
}

#fader img {
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/* End Fader */

/* Begin jQuery Tooltip */
#tooltip.pretty {
background:transparent url(images/bubbletip.png) no-repeat scroll 0 0;
border:medium none;
font-family:Arial;
height:135px;
opacity:0.8;
padding:20px;
width:210px;
}
#tooltip.pretty h3 {
font-size:12pt;
margin-bottom:0.75em;
text-align:center;
width:220px;
}
#tooltip.pretty div {
text-align:left;
width:220px;
}
#tooltip.fancy {
background:transparent url(images/bubbletip.png) no-repeat scroll 0 0;
height:100px;
padding-top:5em;
}
#tooltip.fancy.viewport-right {
background:transparent url(images/shadow2-reverse.png) repeat scroll 0 0;
}

/* End jQuery Tooltip */



/* Begin Navigation Menu */
#navigation {
	background-color: #CC3333;
	margin: 0px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FBF49B;
	font-size: 11px;
	
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	
}

#navigation li {
	margin: 1px 0px 0px 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FF3333;
	padding-left: 5px;
}


 /* Trying Something... */

ul.menu {
	padding: 0;
	margin-left: 15px;
	margin: 2px 0px 0px 0px;
	display: block;
}

ul.menu li {
margin: 2px 0px 0px 0px;
display: block;	
}

ul.menu,
ul.menu li a {
	display: block;
	padding: 5px 4px 4px 5px;
}

ul.menu li a {
	font-size: 1em;
	color: #fff;
	margin: 0;
	}
	
#tabbar .fademenu .dmenu ul li:hover,
ul.menu li a:hover {
	background: #CC3333;
	color: #fff !important;
	text-decoration: none;
	border-bottom: none;
	}
	
.tabselected,
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #fff !important;
	background: #CC3333 !important;
	text-decoration: none;
	}

#map {
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.modulemap {
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.modulemap2 {
	margin-left: 15px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.modulecal {
	width: 575px;
	margin-left: 15px;
	display: inline;
	margin-right: 15px;
}



/*
Coffee with milk
Table design by Roger Johansson, 456 Berea Street
www.456bereastreet.com
================================================*/
.savagetable {
	margin-left: 15px;
	width: 575px!important;
	padding-top: 20px;
	float: left;
}

.fixed {
	width: 70px;
	white-space: nowrap;
}

.business {
	width: 100px;
	white-space: normal;
}

.level {
	width: 35px;
	white-space: normal;
}

.build {
	width: 60px;
	white-space: normal;
}

table {
	font: normal 76%/150% Helvetica, Arial, sans-serif;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	}
/*table a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted #444DA0;
	font-weight: normal;
	}
table a:visited {
	color:#444;
	font-weight:normal;
	}
table a:visited:after {
	content:"\00A0\221A";
	}
table a:hover {
	text-decoration: none;
	background-color: #444DA0;
	color: #fff;
	}*/
thead th,
thead td,
tfoot th,
tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	}
th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
tbody th,
td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
tbody th {
	font-weight:normal;
	white-space:wrap;
	}
tbody th a:link,
tbody th a:visited {
	font-weight:normal;
	}
tbody td,
tbody th {
	
	}
tbody tr.odd th,
tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
tbody tr:hover td,
tbody tr:hover th {
	
	}
caption {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 18px;
	color: #444DA0;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}
.new {
	color: #983f96;
	font-weight: bold;
}
.old {
	color: #0071bb;
	font-weight: bold;
}
.shed {
	color: #d60015;
	font-weight: bold;
}
.spin {
	color: #f89c1c;
	font-weight: bold;
}		
.card {
	color: #00acdc;
	font-weight: bold;
}	
.pay {
	color: #016948;
	font-weight: bold;
}	
.ram {
	color: #8b8e99;
	font-weight: bold;
}

.tow {
	color: #4c4c4c;
	font-weight: bold;
}	

#cal {
	color: #444DA0;
	margin-left: 15px;
	margin-top: 40px;
}

#fouraaa {
	color: #fff;
	font-weight: bold;
	background-color: #00acdc;
	padding: 1px 2px 1px 1px;
	text-decoration: none;
	margin-left: 10px;
}

#threeaaa  {
	color: #fff;
	font-weight: bold;
	background-color: #00acdc;
	padding: 1px 2px 1px 1px;
	text-decoration: none;
	margin-left: 10px;
}

#threedee {
	color: #fff;
	font-weight: bold;
	background-color: #983f96;
	padding: 1px 2px 1px 1px;
	text-decoration: none;
	margin-left: 10px;
}

#twoaaa  {
	color: #fff;
	font-weight: bold;
	background-color: #00acdc;
	padding: 1px 2px 1px 1px;
	text-decoration: none;
	margin-left: 10px;
}

#twobee  {
	color: #fff;
	font-weight: bold;
	background-color: #f89c1c;
	padding: 1px 2px 1px 1px;
	text-decoration: none;
	margin-left: 10px;
}

#twocee  {
	color: #fff;
	font-weight: bold;
	background-color: #0071bb;
	padding: 1px 2px 1px 1px;
	text-decoration: none;
	margin-left: 10px;
}

#twodee  {
	color: #fff;
	font-weight: bold;
	background-color: #983f96;
	padding: 1px 2px 1px 1px;
	text-decoration: none;
	margin-left: 10px;
}

#oneaaa  {
	color: #fff;
	font-weight: bold;
	background-color: #00acdc;
	padding: 1px 2px 1px 1px;
	text-decoration: none;
	margin-left: 10px;
}

#onebee  {
	color: #fff;
	font-weight: bold;
	background-color: #f89c1c;
	padding: 1px 2px 1px 1px;
	text-decoration: none;
	margin-left: 10px;
}

#onecee  {
	color: #fff;
	font-weight: bold;
	background-color: #0071bb;
	padding: 1px 2px 1px 1px;
	text-decoration: none;
	margin-left: 10px;
}

#onedee  {
	color: #fff;
	font-weight: bold;
	background-color: #d1232a;
	padding: 1px 2px 1px 1px;
	text-decoration: none;
	margin-left: 10px;
}

#onegee  {
	color: #fff;
	font-weight: bold;
	background-color: #00acdc;
	padding: 1px 2px 1px 1px;
	text-decoration: none;
	margin-left: 10px;
}


/* GreenLife Pages */


.break-noborder {
	clear: both;
	width: 100%;
	height: 5px;
}

#greencall {
	background-color: #44B031;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 15px;
	clear: left;
}

#leaves {
	padding: ;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -40px;
	padding-bottom: 30px;
}

#artpieces {
	background: transparent url(/wp-content/uploads/bg-artpieces.png) no-repeat left;
	width: 100%;
	height: 95px;
	margin-top: 20px;
}

#artpieces p {
	padding-right: 110px;
	padding-top: 15px;
	padding-left: 15px;
	color: #00803E;
}

#artpieces span {
	color: #422513;
}

#green1 ul {
	margin-left: 5px;;
}

#green1 li {
	margin-left: 10px;
	list-style: disc;
	padding-top: 5px;
}

#green1 a:hover {
	border-bottom: none!important;
}

#green1 h4 {
	color: #44B031;
}

#nodisc {
	list-style: none!important;
}

#green2 ul {
	margin-left: 50px;;
}

#green2 li {
	margin-left: 10px;
	list-style: disc;
	padding-top: 5px;
}

#smith {
	float: right;
	width: 180px;
	margin-top: -90px;
	display: inline;
	color: #44B031;
	font-weight: bold;
}

#rainshine  {
	text-align: center;
	float: left;
	clear: both;
	color: #44B031;
	width: 100%;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#info {
	background-color: #000;
	width: 500px;
	height: 500px;
	display: none;
}

.pdfdl {
	background: transparent url(images/pdficon_small.gif) no-repeat left;
	padding-left: 25px;
	float: left;
	display: inline;
	margin-top: 10px;
}

.facebook {
	position: relative;
	margin-top: -5px;
	float: left;
	padding-right:15px;
	display: inline;
	height: 30px;
}
