body {
	font-family: "Trebuchet MS", Verdana, Geneva, san-serif;
	color: #1A1A1A;
	margin: 0;
	padding: 0;
	background-color: #D0D0D0;
}

p {
	margin-top: 0;
}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background-color: #F5EEB4;
	border-color: #FFCC00;
	border-width: 10px; 
	border-style: inset;
}

#header {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	/*overflow: hidden;*/
}
#bizPhoto {
	float: right;
	width: 360px;
	margin: 0 10px 0 10px;
	padding: 0;
	border-color: #0E1C2E;
	border-width: 5px; 
	border-style: ridge;
}
#searchBox {
	height: 34px;
	text-align: left;
	background-image: url(../png/searchBg.png);
	background-position: left;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 10px;
}
#leftColumn {
	float: left;
	width: 200px;
	background-image: url(../png/leftColumn.png);
	background-repeat: repeat-y;
	margin-right: 5px;
}
#weatherBox {
	width: 200px;
	margin-top: 0.5em;
	padding: 0;
	text-align: center;
	font-size:14px;	
}
.signupBox {
	width: 190px;
	margin: 0 auto;
}
#rightColumn {
	float: right;
	width: 240px;
	background-image: url(../png/rightColumn.png);
	background-repeat: repeat-y;
	margin-left: 5px;
}
#rightColTxt {
	padding-left: 5px;
	padding-right: 5px;	
}
#eventBox {
	width: 230px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	/* overflow: auto; */
}
#middleContent {
	text-align: left;
}
#centerContent {
	width: 510px;
	margin-left: 210px;
	text-align: center;
}
#mainContent {
	width: 960px;
	margin: 0 auto;
	padding: 10px 1em 0 1em;
}
#pageText {
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	width: 980px;
	height: 80px;
	background-image: url(../png/footerBg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
}
#footer p {
	padding-top: 10px;
}

#copyright {	
	font-size: .8em;
	font-family: Verdana, Geneva, Arial, san-serif;
	color: #E1E1E1;
}
/********************** FIELDSETS *******************************************************************/
.biz {
	margin: 2px auto;
	padding: 5px;
	width: 500px;
	background-image: url(../jpg/bus_box.jpg);
	background-position: bottom;
	background-repeat: repeat-y;
	text-align: left;
	border: .5px solid #1F3D69;
}
/*****************************************************************************************/
.title {
	font-family: Country, "Times New Roman", Times, serif;
}
.narrow {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

.plain {
	font-family: Arial, Helvetica, sans-serif;
}

/*****************************************************************************************/
#signup {
	float: right;
	width: 180px;
	margin: -120px -10px 0 10px; /* The -15px is because of the fauxHeader 20px width! */
	padding: 0;
	z-index: 5;
	text-align: right;
}
#codeContent {
	width: 500px;
	margin: 0 0 0 100px;
	padding: 0;
}
.scroller {
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #1A1A1A;
	border:solid 2px #FFB500;
	background: #FEED56;
	padding:10px;
	width: 460px;
	height: 390px;
	overflow:auto;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFB500;
	scrollbar-darkshadow-color: #FFF800;
	scrollbar-face-color: #FFB500;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FF3300;
}

.txtBox {
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;	
	color: #45250F;
	background: #EADCC8;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #45250F;
	scrollbar-base-color: #45250F;
	scrollbar-darkshadow-color: #45250F;
	scrollbar-face-color: #261509;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #261509;
}

.formBox {
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;	
	font-size: 15px;
	font-weight: bold;	
	color: #0E1C2E;
	background-color: #F9F4D2;
}
.formBoxExample {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;	
	font-weight: normal;
	color:#999999;
	background-color: #F9F4D2;
}

.commentsTable {
	width: 480px;
}

.joinTable {
	margin: 0 auto;
	padding: 0;
}
.footlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
/* For the Footer Links */
a.footlink:link {
	text-decoration: none;
	color: #E1E1E1;
}
a.footlink:visited {
	text-decoration: none;
	color: #E1E1E1;
}
a.footlink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footlink:active {
	text-decoration: none;
	color: #E1E1E1;
}

/* For the Text Links */
a.textlink:link {
	text-decoration: none;
	color: #1A1A1A;
}
a.textlink:visited {
	text-decoration: none;
	color: #1A1A1A;
}
a.textlink:hover {
	text-decoration: underline;
	color: #1A1A1A;
}
a.textlink:active {
	text-decoration: none;
	color: #1A1A1A;
}

/* For the Text Links - NO UNDERLINE */
a.plainlink:link {
	text-decoration: none;
	color: #1A1A1A;
}
a.plainlink:visited {
	text-decoration: none;
	color: #1A1A1A;
}
a.plainlink:hover {
	text-decoration: none;
	color: #1A1A1A;
}
a.plainlink:active {
	text-decoration: none;
	color: #1A1A1A;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

.topper {
	vertical-align: text-top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.italic {
	font-style:italic;
}

.bold {
	font-weight: bold;
}

.xxlarge {
	font-size: 1.6em;
}
.xlarge {
	font-size: 1.4em;
}
.large {
	font-size: 1.2em;
}
.medium {
	font-size: 1em;
}
.small {
	font-size: .8em;
}
.xsmall {
	font-size: .6em;
}

.red {
	color: #FF0000;
}
.orange {
	color: #BA2501;
}
.dkblue {
	color: #0E1C2E;
}
.blue {
	color: #1F3D69;
}
.green {
	color: #31703B;
}
.error {
	color: #FF0000;
}

.clearFloat {
	clear: both;
	height: 0;
	font-size: 1px;
}

.floatRight {
	float: right;
	margin-left: .8em;
}
.floatLeft {
	float: left;
	margin-right: .8em;
}

.leftie {
	float: left;
}

.rightie {
	float: right;
}

.picMarge {
	margin: 5px;
}
.listMarge {
	margin-bottom: 5px;
}
.contactMargo {
	margin-top: 20px;
}
.indent {
	margin-left: 14px;
}

/* Use this to remove borders for all images that are links */
a img{
	border-width: 0;
}