﻿.body {
	background: #fff url(/images/background.gif) repeat-x left top;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.clearme { clear: both; }

.wrapper {
	width: 900px;
	}

.headerWrap {
	height: 98px;
	width: 760px;
	}

.header1 {
	position: relative;
	height: 31px;
	width: 760px;
	}

.header1 .logo1 {
	position: absolute;
	top: 0;
	left: 45px;
	}

.header1 .TopNav {
	position: absolute;
	top: 0;
	right: 0;
	}

.header1 .TopNav ul {
	margin: 8px 0 0 0;
	list-style-type: none;
	color: #fff;
	}

.header1 .TopNav ul li {
	float: left;
	margin: 0 5px;
	font: 9px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.header1 .TopNav ul li a, .header1 .TopNav ul li a:visited, .header1 .TopNav ul li a:hover {
	color: #fff;
	margin: 0 5px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	}

.header1 h1 {
	position: absolute;
	top: 58px;
	left: 48px;
	width: 597px;
	height: 31px;
	margin: 0;
	padding: 0;
	background: url(/images/header_marion.gif) no-repeat left top;
	text-indent: -9999em;
	}

/*-- Navigation --*/
.nav {
	position: relative;
	width: 760px;
	height: 290px;
	margin: 0 0 20px 0;
	background: url(/images/nav.jpg) no-repeat left top;
	}

.nav li {
	display: inline;
	float: left;
	}
	
.nav a:link, .nav a:visited {
	position: absolute;
	display: block;
	height: 290px;
	text-indent: -9999em;
	text-decoration: none;
	:-moz-any-link:focus;
	outline: none;
	}
	
	/* ----- Nav Defaults ------ */
	#tourism a:link, #tourism a:visited {
		width: 150px;
		left: 0;
		}
	#living a:link, #living a:visited {
		width: 152px;
		left: 150px;
		}
	#development a:link, #development a:visited {
		width: 151px;
		left: 302px;
		}
	#business a:link, #business a:visited {
		width: 153px;
		left: 453px;
		}
	#government a:link, #government a:visited {
		width: 154px;
		left: 606px;
		}
		
	/* ----- Nav Hover ------ */
	#tourism a:hover {
		background: url(images/nav.jpg) no-repeat 0 -290px;
		}
	#living a:hover {
		background: url(images/nav.jpg) no-repeat -150px -290px;
		}
	#development a:hover {
		background: url(images/nav.jpg) no-repeat -302px -290px ;
		}
	#business a:hover {
		background: url(images/nav.jpg) no-repeat -453px -290px ;
		}
	#government a:hover {
		background: url(images/nav.jpg) no-repeat -606px -290px ;
		}
	
	/* ----- Nav Selected ------ */
	#tourism a.selected:link, #tourism a.selected:visited {
		background: url(images/nav.jpg) no-repeat 0 -290px;
		}
	#living a.selected:link, #living a.selected:visited {
		background: url(images/nav.jpg) no-repeat -150px -290px;
		}
	#development a.selected:link, #lenders a.selected:visited {
		background: url(images/nav.jpg) no-repeat -302px -290px ;
		}
	#business a.selected:link, #business a.selected:visited {
		background: url(images/nav.jpg) no-repeat -453px -290px ;
		}
	#government a.selected:link, #government a.selected:visited {
		background: url(images/nav.jpg) no-repeat -606px -290px ;
		}

/*-- Content --*/
.contentWrap {
	float: left;
	}



/*-- Column One --*/
.colOne {
	float: left;
	width: 155px;
	margin: 0 15px 0 0;
	}

/*-- Box styles --*/
.box {
	position: relative;
	width: 155px;
	margin: 0 0 6px 0;
	}

/*-- Whats New Box styles --*/
.whatsNew {
	padding: 0 0 14px 0;
	background: #fff url(/images/whatsNewBG.gif) repeat-y left top;
	}

.whatsNew .wrap {
	width: 136px;
	margin: 10px 0 0 8px;
	padding: 0;
	}

.whatsNew h2 {
	background: url(/images/whatsNewHeader.gif) no-repeat left top;
	height: 28px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	}

.whatsNew ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.whatsNew ul li {
	margin: 0;
	padding: 0;
	}

.whatsNew ul li a {
	display: block;
	color: #333;
	background: url(/images/bulletRed.gif) no-repeat left 5px;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	}

.whatsNew ul li a:visited {
	color: #333;
	text-decoration: none;
	}

.whatsNew ul li a:hover {
	color: #666;
	text-decoration: underline;
	}

.whatsNew .foot {
	position: absolute;
	bottom: 0;
	background: url(/images/whatsNewFooter.gif) no-repeat left bottom;
	width: 155px;
	height: 12px;
	text-indent: -9999em;
	}

/*-- Tools/Quick Links Box styles --*/
.tools {
	padding: 0 0 6px 0;
	background: #fff url(/images/toolsBG.gif) repeat-y left top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

.tools .wrap {
	width: 136px;
	margin: 5px 0 0 6px;
	padding: 0;
	}

.tools h2 {
	background: url(/images/toolsHeader.gif) no-repeat left top;
	height: 28px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	}

.tools ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.tools ul li {
	margin: 0;
	padding: 0;
	}

.tools ul li a {
	display: block;
	color: #333;
	background: #e0e1e0;
	margin: 0 0 5px 0;
	padding: 1px 4px 1px 4px;
	border-left: 3px solid #333; 
	text-decoration: none;
	font-weight: bold;
	}

.tools ul li a:visited {
	color: #333;
	text-decoration: none;
	}

.tools ul li a:hover {
	color: #666;
	text-decoration: none;
	border-left: 3px solid #421068;
	background: #d8d8d8;
	}

.tools .foot {
	position: absolute;
	bottom: -1px;
	background: url(/images/toolsFooter.gif) no-repeat left bottom;
	width: 155px;
	height: 12px;
	text-indent: -9999em;
	}

/*-- Business Login Box styles --*/
.bizLogin {
	padding: 0 0 14px 0;
	background: #fff url(/images/loginBG.gif) repeat-y left top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

.bizLogin .wrap {
	width: 136px;
	margin: 10px 0 0 10px;
	padding: 0;
	}

.bizLogin h2 {
	background: url(/images/loginHeader.gif) no-repeat left top;
	height: 28px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	}

.bizLogin label {
	margin: 0 0 3px 0;
	padding: 0;
	float: left;
	clear: both;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	width: 120px;
	}

.bizLogin input {
	width: 90px;
	margin: 0 5px 10px 0;
	padding: 0;
	float: left;
	clear: left;
	background: #fff4c9;
	border: 1px solid #666;
	}

.bizLogin input.clearLeft {
	float: left;
	clear: left;
	}

.bizLogin input.button {
	float: left;
	clear: none;
	width: 30px;
	overflow: visible;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background: #b39333;
	border-top: 1px solid #c6ae66;
	border-right: 1px solid #997e2c;
	border-bottom: 1px solid #997e2c;
	border-left: 1px solid #c6ae66;
	}

.bizLogin .foot {
	position: absolute;
	bottom: -1px;
	background: url(/images/loginFooter.gif) no-repeat left bottom;
	width: 155px;
	height: 12px;
	text-indent: -9999em;
	}

/*-- Column Two --*/
.colTwo {
	float: left;
	width: 425px;
	margin: 0 15px 0 0;
	}

.colTwo .box {
	position: relative;
	width: 425px;
	margin: 0 0 6px 0;
	}

/*-- Business Login Box styles --*/
.welcome {
	padding: 0 0 11px 0;
	background: url(/images/welcomeBG.gif) repeat-y left top;
	}

.welcome .wrap {
	width: 375px;
	margin: 5px 0 0 20px;
	padding: 0;
	}

.welcome .wrap p {
	color: #444;
	font-size: 12px;
	line-height: 1.8;
	}

.welcome h2 {
	background: url(/images/welcomeHeader.gif) no-repeat left top;
	height: 28px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	}

.welcome label {
	margin: 0 0 3px 0;
	padding: 0;
	float: left;
	clear: both;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.welcome input {
	width: 90px;
	margin: 0 5px 10px 0;
	padding: 0;
	float: left;
	clear: left;
	background: #fff4c9;
	border: 1px solid #666;
	}

.welcome input.clearLeft {
	float: left;
	clear: left;
	}

.welcome input.button {
	float: left;
	clear: none;
	width: 30px;
	overflow: visible;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background: #b39333;
	border-top: 1px solid #c6ae66;
	border-right: 1px solid #997e2c;
	border-bottom: 1px solid #997e2c;
	border-left: 1px solid #c6ae66;
	}

.welcome .foot {
	position: absolute;
	bottom: -1px;
	background: url(/images/welcomeFooter.gif) no-repeat left bottom;
	width: 425px;
	height: 12px;
	text-indent: -9999em;
	}

.altDiv {
	font-size: 12px;
	margin: 0 4px;
	padding: 20px 15px;
	background: #3e4999;
	color: #fff;
	}

.altDiv h4 {
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: 'Tahoma' Arial, Helvetica, sans-serif;
	}

.altDiv img {
	float: left;
	margin: 0 10px 5px 0;
	}

.altDiv a, .altDiv a:visited {
	color: #fff;
	text-decoration: underline;
	}

.altDiv a:hover {
	color: #fff;
	text-decoration: none;
	}


.bestOf {
	width: 375px;
	margin: 5px 0 0 20px;
	padding: 0;
	color: #444;
	font-size: 12px;
	line-height: 1.8;
	}
	
.bestOf h4 {
	color: #000;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-family: 'Tahoma' Arial, Helvetica, sans-serif;
	}
	
.bestOf img {
	float: left;
	margin: 0 30px 5px 0;
	}

.bestOf table{
	width: 350px;
	margin: 0 0 0 30px;
	padding: 0;
	color: #444;
	font-size: 12px;
	line-height: 1.8;
	}
	

/*-- Column Three --*/
.colThree {
	float: left;
	width: 150px;
	margin: 0;
/*	background:green;*/
	}

.colThree .box {
	position: relative;
	width: 150px;
	margin: 0 0 6px 0;
	}

.travelGuide {
	margin: 0 0 20px 0;
	}

/*-- Business Login Box styles --*/
.survey {
	padding: 0 0 14px 0;
	background: #fff url(/images/surveyBG.gif) repeat-y left top;
	}

.survey .wrap {
	width: 120px; 
	margin: 8px 0 0 20px;
	padding: 0;
	}

.survey h2 {
	background: url(/images/surveyHeader.gif) no-repeat left top;
	height: 28px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	}

/*.survey table, .survey table td {
	width: 70px;
	margin: 0 auto;
	padding: 0;
	vertical-align: top;
	}*/

/*.survey input {
	margin: 0 0 5px 0;
	padding: 0;
	background: #fff;
	border: 0px none #fff;
	}*/

.survey .foot {
	position: absolute;
	bottom: -1px;
	background: url(/images/surveyFooter.gif) no-repeat left bottom;
	width: 150px;
	height: 12px;
	text-indent: -9999em;
	}

/*-- Footer --*/
.footer {
	width: 300px;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0 0 0 200px;
	/*background:red;*/}






















/*-- Default Styles --*/
ul, li, ol, form {margin:0; padding:0}
p {margin: 0 0 10px 0; padding: 0}

A {color: #000000; }
A:link {text-decoration: underline; }
A:visited {text-decoration: underline; }
A:active {text-decoration: underline; }
A:hover {text-decoration: none; }

p {
	margin:0 0 15px 0;
	}
.button {
	margin:12px 0 0 0;
	color: #fff;
	border: 1px solid #08177c;
	margin:0 10px 0 0;
	background-color: #08177c;
	font-size:10px;
	}
.button:hover, .submit:focus {
	border: 1px solid red;
	}

/*-- tables --*/
table .help { color: #006699; }
table .help A { color: #006699; }

.error {  color: #CC0000; 	font-weight: bold; }
.error A { color: #CC0000;}
.required { color: #CC0000; font-weight: bold; }

.plainlabel td label {
	font-weight: normal;
	float:none;
	display:inline;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.table1 {
	color: #000; 
	border:1px solid #9b5f0c; 
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	background:#eeefe1; 
	border-collapse: collapse; /* this sets cellspacing to 0 on tables */
	}
.table1 A { color: #003C7B;}

.table1 td { padding: 4px 15px 4px 4px;}
.table1 label {
	margin:4px 5px 0 0;
	float:left;
	font-weight: bold;
	width:180px;
	}

/* In the HTML, use "th" if possible. If .net does not support "th" then use "tablehead" class */
.table1 th, .table1 .tablehead {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9b5f0c;
	}

.table1 th, .table1 .tablehead td { text-align:left; padding: 4px 15px 4px 4px;}

.table1 th A, .table1 .tablehead A {color: #FFFFFF;}

.table1 .alt { background:#C8C8A8;}

.table1 .pager { color: #9b5f0c;}
.table1 .pager A { color: #9b5f0c;}

.table2 {
	color: #000;
	background:#FFFFFF;
	border:1px solid #FF9900;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	border-collapse: collapse;
	width:500px;
	}
.table2 A { color: #003C7B;}

.table2 td { padding: 4px 15px 4px 4px;}
.table2 label {
	display:block;
	margin:6px 0 0 0;
	font-weight: bold;
	}

/* In the HTML, use "th" if possible. If .net does not support "th" then use "tablehead" class */
.table2 th, .table2 .tablehead {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	background-color: #FF9900;
	}

.table2 th, .table2 .tablehead td { text-align:left; padding: 4px 15px 4px 4px;}

.table2 th A, .table2 .tablehead A { color: #000000;}

.table2 .alt {
	background:#FCE8DA;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #FFCC66;
}

.table2 .pager { color: #000000; background:#FFFFFF; }
.table2 .pager A { font-weight:bold; }


/* THESE TABLES ARE USED BY GLOBAL ADMIN */
.tablea 
{
	COLOR: #000; 
	background:#999999; 
	border:1px solid #999999; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	background:#c5c5c5; 
	width: 100%;
	border-collapse: collapse; /* this sets cellspacing to 0 on tables */
}
.tablea A:link { COLOR: #003C7B; text-decoration: underline;}
.tablea A:visited { COLOR: #003C7B; text-decoration: underline;}
.tablea A:active { COLOR: #003C7B; text-decoration: underline;}
.tablea A:hover { COLOR: #003C7B; text-decoration: none;}

.tablea td { padding: 2px; border: 1px;}

/* Use "th" if possible. If .net does not support "th" then use "header" class */
.tablea th {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #b39233;
	padding: 4px;
}
.tablea th A:link { color: #FFFFFF; text-decoration: underline;}
.tablea th A:visited { color: #FFFFFF; text-decoration: underline; }
.tablea th A:active { color: #FFFFFF; text-decoration: underline; }
.tablea th A:hover { color: #FFFFFF; text-decoration: none; }

.tablea .header {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 20px;
}
.tablea .header A:link { color: #FFFFFF; text-decoration: underline;}
.tablea .header A:visited { color: #FFFFFF; text-decoration: underline; }
.tablea .header A:active { color: #FFFFFF; text-decoration: underline; }
.tablea .header A:hover { color: #FFFFFF; text-decoration: none; }

.tablea .header td { padding: 2px;}

.tablea .footer { 
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #003C7B;
}
.tablea .footer td { text-align: center;}
.tablea .alt { background:#E2E2D2;}
.tablea .pager { font-size: 12px; COLOR: #000000; background:#FFFFFF; }
.tablea .pager A         { font-weight:bold; }

.tableb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	border-color: #000000;
	border-collapse: collapse; /* this sets cellspacing to 0 on tables */
}
.tableb A:link { COLOR: #003C7B; text-decoration: underline;}
.tableb A:visited { COLOR: #003C7B; text-decoration: underline;}
.tableb A:active { COLOR: #003C7B; text-decoration: underline;}
.tableb A:hover { COLOR: #003C7B; text-decoration: none;}

.tableb td { padding: 2px; border: 1px; }

/* Use "th" if possible. If .net does not support "th" then use "header" class */
.tableb th {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #0c5c5c5;
	padding: 4px;
	border:0px;
}
.tableb th A:link { color: #FFFFFF; text-decoration: underline;}
.tableb th A:visited { color: #FFFFFF; text-decoration: underline; }
.tableb th A:active { color: #FFFFFF; text-decoration: underline; }
.tableb th A:hover { color: #FFFFFF; text-decoration: none; }

.tableb .header 
{
    text-align:left;
    display: block;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold; 
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px;
}
.tableb .header A:link { color: #FFFFFF; text-decoration: underline;}
.tableb .header A:visited { color: #FFFFFF; text-decoration: underline; }
.tableb .header A:active { color: #FFFFFF; text-decoration: underline; }
.tableb .header A:hover { color: #FFFFFF; text-decoration: none; }

.tableb .header td { padding: 2px; }

.tableb .footer { 
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #003C7B;
}
.tableb .footer td { text-align: center;}
.tableb .alt { background:#DDD;}


tr.headerBG td {background-image:url(images/BG.gif); background-position:top; background-repeat:repeat-x; height:100px; vertical-align:top;}

tr.headerBG td div { padding:30px 0 0 0;}

.headerBG {font-family: Verdana; font-size: 12px;; background-repeat:repeat-x; background-position:top;}

/*-- Fieldset Styles --*/
fieldset {
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
	padding: 0 10px 0 10px;
	clear: both;
	width:400px;
	}
	
fieldset legend {
	font-size: 14px;
	margin: 0;
	padding: 0 10px;
	font-weight: bold;
	color: #b52227;
	}
	
fieldset ul  {
	list-style:none;
	margin: 0;
	padding: 0;
	}

fieldset li {
	width: 350px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	}

fieldset li label {	
	float: left;
	width: 150px;
	line-height: 1.8;
	vertical-align: top;
	}

fieldset li input {	
	float: left;
	width: 150px;
	line-height: 1.8;
	vertical-align: top;
	}

fieldset .required {
	color: red;
	}
fieldset .help {
	clear:both;
	color:#0066FF;
	margin:0 0 0 150px;
	}
fieldset ul li span {
	float: left;
	padding: 0 5px 0 0;
	}

fieldset ul li span input {
	float: none;
	width: 50px;
	}

fieldset ul li span label {
	width: auto;
	display: block;
	clear: both;
	}

/*-- Radio Styles --*/
fieldset ul li.radio span {
	padding: 0 5px 0 0;
	width: 130px;
	}

fieldset ul li.radio span input {
	float: left;
	width: auto;
	}

fieldset ul li.radio span label {
	float: left;
	display: inline;
	width: 100px;
	clear: none;
	}
.buttons li {
	float:left;
	padding:0 10px 0 0;
	list-style:none;
	}
	
