/*******************************************************	
*
*	dixiecomm.css
* 	Created on Monday, May 3 2004 12:54pm
*
*******************************************************/

html, body {
	margin: 0px;
	padding: 0px;
}

#main {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #FFF url("../images/darkblue.png");
	width: 600px;
} #main img {

}

#htopleft {
	background: #FFF;
}

.tdleft {
	border-right: 1px solid #666;
}
	
#leftm {
	padding-top: 40px;
	background: url("../images/mouthpiece.png") top right no-repeat;
	vertical-align: top;
} #leftm a {
	display: block;
} #leftm img {
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 0px;
}

#content {
	font: 100% arial, helvetica, sans-serif;
	padding: 1em 2em 2em 1em;
	background: #FFF;
} #content #banner {
	position: relative;
	margin: -1em -2em;
}

#copyright {
	width: 600px;
	padding-top: 50px;
	text-align: center;
	font: 80% arial, helvetica, sans-serif;
	color: #666;
}

/*popup*/
#popmain {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #FFF url("../images/darkblue.png");
	width: 100%;
} #popmain img {
}
#pophtopleft {
	background: #FFF;
}
#pophtopright {
	position: relative;
	width: 550px;
	background: #FFF url("../images/lightblue.png");
} #pophtopright a {
	color: #CCC;
	font: 100% verdana, arial, helvetica, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
} #pophtopright a:hover {
	color: #FFF;
	text-decoration: underline;
}
#popcopyright {
	font: 85% arial, helvetica, sans-serif;
	color: #666;
	text-align: center;
}







#topmenu {
	width: 600px;
	padding: 10px 10px 10px 20px;
} #topmenu a {
	font: bold 90% verdana, arial, helvetica, sans-serif;
	color: #666;
	text-decoration: none;
} #topmenu a:hover {
	color: #CCC;
	text-decoration: underline;
}

#menubar img {
	border: 0px;
	padding-right: 0px;
}

#othercontent {
	width: 600px;
	padding: 1em 2em 2em 1em;
	font: 100% arial, helvetica, sans-serif;
	border-bottom: 1px solid #666;
}

#logo {
	vertical-align: top;
}

.floatl {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	border: 1px solid black;
}

.offsetr {
	margin-left: 25px;
} .offsetr h2 {
	margin-bottom: 1px;
} .offsetr p {
	margin-top: 1px;
	margin-left: 10px;
}

.form {
} .form input, textarea {
	border: 1px solid black;
	display: block;
} .form div {
	font: 80% verdana, arial, helvetica, sans-serif;
	color: #666;
}

#htopright {
	position: relative;
	width: 550px;
	background: #FFF url("../images/lightblue.png");
}

#htoprightdiv {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.leftm2 {
	background: #FFF url("../images/mouthpiece.png") top right no-repeat;
}

.noborder {
	border: 0px;
}

#contentbanner {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
} #contentbanner img {
	display: block;
}

#cyclething {
	margin-left: 75px;
	font: 90% verdana, arial, helvetica, sans-serif;
	letter-spacing: 2px;
	color: #363982;
}

.checkmark {
	list-style-image: url("../images/checkmark.png");
}

#locationstable td {
	width: 50%;
	vertical-align: top;
} #locationstable img {
	border: 1px solid black;
}

.locations {
	margin-left: 15px;
	margin-bottom: 10px;
	font: bold 110% Arial, helvetica, sans-serif;
} .locations div {
	margin-left: 10px;
	font-weight: normal;
	color: #444;
}

.cap {
	border: 1px solid black;
} .cap img {
	border-bottom: 1px solid black;
} .cap p {
	text-align: center;
} .cap a {
	color: blue;
}

#callFeatures dt {
	font: 105% tahoma, verdana, arial, sans-serif;
	border-bottom: 1px solid #DDD;
	letter-spacing: 3px;
	color: 
}
#callFeatures dd { padding-bottom: 10px; line-height: 150%; }

form.prettyForm label, input, select, textarea {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}

form.prettyForm br { clear: left; }

form.prettyForm input[type=text] {
	border: 1px solid black;
}

form.prettyForm label {
	width: 150px;
	text-align: right;
	padding-right: 20px;
}