
/* style.cfm Need to strip this file down. */



table#mainline-header {
	background: #fff ;
	height: 136px;
}

table#mainline-header tr td#mainline-editmenu {
	border-bottom: 1px solid #; /* set border COLOR as desired */
}

/* top header block */
div#header {
	clear: both;
}

/* used for website title in header block */
div#header h1 {
	color: black;
}

/* menu block */
div#menu {
	padding: 0px 0px 0px 0px;
}

/* column style */
#max-width-column{
		width: 100%; 
		max-width: 250px; 
		min-height: 1px;
		margin: 0; 
		padding: 0px;
	}
	
#max-width-main{
	max-width: 480px;
	min-height: 1px; 
	margin:0px; 
	padding: 0px 10px 0px 10px;
}
.max-width-column-container{
	width: 100%;
	max-width: 250px;
}




/* menu item styles */
div#menu a.menu-item {
	color: #23782d;
}

/* top slogan */
div#slogan {
	background-color: #;
}

/* menu appearing at bottom of page */
div#footer-menu {
	background-color: #;
}

/* bottom menu item styles */
div#footer-menu a.footer-menu-item {
	color: #;
	font-weight: bold;
}


/* special links at bottom */
div#footer-special-links {
	background-color: #;
}

/* special links style */
div#footer-special-links a.footer-special-links-item {
	color: #;
}

/* special links at top, usually used for back button on custom-content pages */
div.special-menu {
	background-color: #737373;
}

/* content module title */
div.content-module h2 {
	color: #000;
	border-bottom: 2px solid #;
}

/*
	for edit page specifically
*/

div.edit-module h2 {
	color: #000;
	border-bottom: 2px solid #;
}

/*
	end edit page
*/

/* standard form elements */
input {
	border: 1px solid #000;
}
.noborder {
	border: none;
}

textarea {
	border: 1px solid #000;
}

/*

	module styles

*/

/* div for each location */
div.client-location {
	border: 1px solid #;
}
