BODY {
	margin: -10px 0px 0px -10px;
	padding: 0px;
	background-color: #4081AC;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 16px;
			background-image: url(images/bg_page.jpg);
			background-repeat: repeat-x;
}

HTML BODY {
	margin: 0px; padding: 0px;  line-height: 16px;
}

/* --- global styles ----------------------------------------------------------------------------------------*/

	p {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 13px;
		line-height: 17px;
		color: #fff;
		text-decoration: none;
		font-weight: normal;
		margin: 5px 20px 15px 15px;
	}

	td {
		font-size: 12px;
		color: #fff;
	}

	.padded {
		padding-left: 15px;
	}

	strong {
		color: #fff;
	}

	.nomargin {
		margin-bottom: 5px;
	}

	.imgborder {
		border: 1px solid #003366;
	}

	.caption {
		margin: 0px 7px 0px 0px;
		font-size: 9px;
		color: #002f66;
	}

	dl {
		margin: 10px 0px 20px 15px;
	}

		dt {
			font-family: verdana, geneva, arial, sans-serif;
			font-size: 10px;
			font-weight: bolder;
			color: #002f66;
			padding: 0px;
		}

		dd {
			margin: 3px 0px 5px 15px;
			font-family: verdana, geneva, arial, sans-serif;
			font-size: 10px;
		}


/* --- lists and etc ---------------------------------------------------------------------------------------*/

	ul {
		margin: 10px 0px 15px 30px;
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 11px;
		list-style: square;
	}

	ol li {
		margin: 5px 5% 5px 0px;
	}

	li {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 12px;
		line-height: 16px;
		color: #000;
		margin: 0px;
		padding: 0px;
	}

/* ----- h1 thru h5 -------------------------------------------------------------------------- */

	h1 {
		font-family: georgia, palatino, times new roman, serif;
		font-size: 20px;
		font-weight: bolder;
		color: #fff;
		margin: 0px 5px 10px 0px;
		padding: 0px;
		z-index: 10;
		position: relative;
	}

	h1 span {
		float: right;
	}

	h2 {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 18px;
		font-weight: bolder;
		color: #000;
		margin: 0px 5px 3px -1px;
		padding: 0px;
		text-align: left;
	}

	h3 {
		font-family: georgia, palatino, times new roman, serif;
		font-size: 16px;
		line-height: 18px;
		font-weight: bolder;
		color: #195A7B;
		margin: 0px 5px 0px 0px;
		padding: 0px 0px 2px 2px;
		background-color: #84b0cb;
		border: 0px solid #dedede;
		border-width: 1px 0px 1px 0px;
	}


	h4 {
		font-family: georgia, palatino, times new roman, serif;
		font-size: 12px;
		line-height: 16px;
		font-weight: bolder;
		color: #fff;
		margin: 0px 5px 0px 0px;
		padding: 0px 0px 2px 2px;
	}

	h6 {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 10px;
		font-weight: bolder;
		color: #000;
		margin: 10px 5px 0px 0px;
		padding: 0px;
		text-align: left;
		text-transform: lowercase;
	}



	.underline {
		border-bottom: 1px solid #fff;
		padding-bottom: 2px;
	}

/* ----- normal links --------------------------------------------------------------------------- */

	.small {
		font-family: arial, manaco, helvetica, sans-serif;
		font-size: 10px;
	}

	input {
		background-color: #fff;
		border: 1px solid #cecece;
	}

	.button {
		font-size: 10px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		color: #000;
		line-height: 14px;
		padding: 0px;
		border: 1px solid #5c5c5c;
		background-color: #ccc;
		margin: 2px 3px 2px 0px;
		cursor: hand;
	}
		select, input, textarea {
			font-family: verdana, geneva, arial, sans-serif;
			font-size: 11px;
			color: #000;
			vertical-align: top;
			background-color: #f9f9f9;
		}

/* ----- PAGE TABLE STYLES ---------------------------------------------------------------- */

/* ----- contact form ---------------------------------------------------------------- */

	TABLE.contact {
		background-color: #eee;
		border: #999 0px solid;
		border-width: 1px 1px 1px 1px;
		color: #000;
		font-size: 10px;
		margin: 8px 0px 0px 0px;
		width: 450px;
	}

	TABLE.contact TH {
		background-color: #336699;
		border: #000 0px solid;
		border-width: 0px 0px 2px 0px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		color: #fff;
		text-align: left;
	}

		TABLE.contact TH span {
			float: right;
			font-size: 10px;
		}

		TABLE.contact TD {
			font-size: 10px;
			padding-right: 5px;
		}

	TABLE.contact TD.end {
		background-color: #336699;
		border: #999 0px solid;
		border-width: 1px 0px 0px 0px;
		color: #fff;
		font-size: 11px;
		text-align: right;
	}

	TABLE.contact TD.note {
		background-color: #ccc;
		border: 0px #000 solid;
		border-width: 1px 0px 0px 0px;
		color: #000;
		font-size: 11px;
	}

/* ----- normal links --------------------------------------------------------------------------- */

	a {
		color: #ddd;
		font-family: verdana, geneva, arial, sans-serif;
		text-decoration: underline;
	}

	a:visited {
		font-family: verdana, geneva, arial, sans-serif;
		text-decoration: underline;
	}

	a:hover {
		color: #fff;
		font-family: verdana, geneva, arial, sans-serif;
		text-decoration: underline;
	}

	.imgBorder {
		border: 1px solid #003366;
	}

/* ----- header ---------------------------------------------------------------- */

	TD.header {
		height: 89px;
	}

/* ----- bottom ---------------------------------------------------------------- */

	TD.bottom {
		height: 100px;
			background-image: url('/sites/tenkiller/templates/tenkiller/images/bg_bottom.jpg');
			background-repeat: repeat-x;
			background-position: 0px 100%;
	}

	TD.bottom DIV#bottomLinks {
		margin-left: 198px;
		text-align: center;
	}

	DIV#bottomLinks p {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 9px;
		line-height: 14px;
		margin: 0px 0px 10px 0px;
		color: #bebebe;
		font-weight: bold;
		text-align: center;
	}

		DIV#bottom a {
			color: #bebebe;
			text-decoration: none;
		}

		DIV#bottom a:hover {
			color: #fff;
			text-decoration: none;
		}

	DIV#content {
		padding: 25px 5% 25px 23px;
		background-repeat: no-repeat;
	}

	p.blue {
		color: #4081AC;
	}

	p.blue strong {
		color: #4081AC;
	}

	p.blue a {
		color: #4081AC;
	}

	p.blue a:visited {
		color: #4081AC;
	}

	p.blue a:hover {
		color: #666;
	}

	img.imgRight {
		margin: 7px 10px 10px 15px;
	}


	TABLE.calendar {
		border: 0px solid #30759E;
		border-width: 1px 0px 1px 1px;
		color: #fff;
	}

	TABLE.calendar TD {
		border: 0px solid #30759E;
		border-width: 0px 1px 1px 0px;
	}

	TABLE.calendar TD.end {
		border-width: 0px 1px 0px 0px;
		background-color: #73a4c4;
		text-align: center;
	}

	TABLE.calendar TH {
		border: 0px solid #30759E;
		border-width: 0px 1px 1px 0px;
		background-color: #73a4c4;
		font-size: 12px;
	}

	TABLE.calendar TD.eventhighlight {
		background-color: #73a4c4;
		text-align: center;
	}

	TABLE.calendar TD.days {
		font-weight: bold;
		color: #dedede;
	}

	TABLE.calendar a:hover {
		color: #333;
	}


	TABLE.formTable {
		border: 0px solid #dedede;
		border-width: 1px 0px 1px 1px;
		color: #fff;
	}

	TABLE.formTable TD {
		border: 0px solid #dedede;
		border-width: 0px 1px 1px 0px;
	}

	TABLE.formTable TD.end {
		border-width: 0px 1px 0px 0px;
		background-color: #73a4c4;
		text-align: center;
	}

	TABLE.formTable TH {
		border: 0px solid #dedede;
		border-width: 0px 1px 1px 0px;
		background-color: #73a4c4;
		font-size: 12px;
		text-align: left;
		color: #195A7B;
	}
	img {border: none;}
	
.javelin_module-businessdirectory #leftside {float: left; width: 47%}
.javelin_module-businessdirectory strong {float: left;}
.javelin_module-businessdirectory .letter {display: block; clear: both;}
.javelin_module-businessdirectory .module-item {clear: both; display: block; }
.javelin_module-businessdirectory .module-item p  {clear: none!important; margin: 0px; display: inline;}
.javelin_module-businessdirectory .module-item img {float: left!important; clear: both; display: inline;}

h3.javelin_calendarEventTitle { border: 0; background: transparent;  }

#nav {margin: 0px; width: 650px; text-align: center; padding-top: 5px;}
#nav li { margin: 0px; padding: 0px;display: inline; font-size: 12px; border-right: 1px solid #4081AC; padding-right: 5px; font-weight: bold;}
#nav li a {font-family: Georgia, Times New Roman, Times, serif; color: #1B4F6F; text-decoration: none;}
#nav li a:hover {color: #4081AC;}
#nav .javelin_lastItem {border-right: none;}