body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.national_weather {
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding: 4px;
}

.forecasticons {
	display: block;
	width: 70px;
	overflow:hidden;
	float: left;
	margin-left: 2px;
	text-align: center;
}

.forecasttitles {
	font-weight: bold;
}

.tableforms {
	display:block;
	width: 515px;
	margin:0 auto;
	background-color: #eeeeee;
}

.tableforms td {
	background-color: #eeeeee;
}

.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    border: none;
    font-weight: bold;
}

.msg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13.5px;
    text-decoration: none;
    font-weight: bold;
}

.msg a {
	text-decoration: none;
}


.Icon {
    width: auto;
    padding-left:20px;
    background-position: left center;
    background-repeat: no-repeat;
    color:#006699; 
    text-decoration: none;
}

a.Icon { text-decoration: none; }
   
a.Icon:hover {
    text-decoration: underline;    
}

    
.Icon.Ticket { background:url(http://lakeinfo.com/supports/images/icons/ticket.gif) 0 0 no-repeat; }
.Icon.webTicket { background:url(http://lakeinfo.com/supports/images/icons/ticket_source_web.gif) 0 0 no-repeat; }
.Icon.emailTicket { background:url(http://lakeinfo.com/supports/images/icons/ticket_source_email.gif) 0 0 no-repeat; }
.Icon.phoneTicket { background:url(http://lakeinfo.com/supports/images/icons/ticket_source_phone.gif) 0 0 no-repeat; }                
.Icon.otherTicket { background:url(http://lakeinfo.com/supports/images/icons/ticket_source_other.gif) 0 0 no-repeat; }


.Icon.attachment { background-image: url(http://lakeinfo.com/supports/images/icons/attachment.gif); }
.Icon.file { background-image: url(http://lakeinfo.com/supports/images/icons/attachment.gif); }
.Icon.refresh { background-image: url(http://lakeinfo.com/supports/images/icons/refresh.gif); }   
.Icon.thread {
    font-weight: bold;
    font-size: 1em;
    background-image: url(http://lakeinfo.com/supports/images/icons/thread.gif);
}

table.infotable td, table.infotable th {
    background-color: #F4FAFF;
}

table.infotable th {
    font-weight:bold;
    text-align:left;
    padding-left:3px;
}

/* Response & message background */
table.message, table.response {
    border-color:#ADADAD;
}

/* Message title */
table.message th {
    background-color: #C3D9FF;
}
/* Response title */
table.response th {
    background-color: #FFE0B3;
}

/* message & response header */
table.message tr.header td, table.response tr.header td {
    background-color: #EFEFEF;
    border-color:#ccc;
}

/* table cells bg */
table.message td, table.response td {
  background-color: #FAFAFA;
}

.rcol h3, .lcol h3 { color:#006699; }

.business_links td {
	text-align: left;
}

.cssform legend {
	font-size: 197%;
	font-weight: normal;
	color: #85C329;
}

#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 1;
	display:none;
}

.businesscenterdiv {
	width: 760px;
	height: 560px;
	overflow:auto;
	position:fixed;
	z-index:100;
}

.businessreports {
	background-color: #fff;
	padding:10px;
	z-index: 100;
}

#businesspopup {
	display:none;
}

.businessreports label {
	display: block;
	padding: 4px;
}

.businessreports span {
	display: block;
	font-weight: bold;
}

.businessreports p {
	text-align: justify;
}

#yourname, #youremail, #businesslisting, #businesssuggested, #security_code {
	width: 350px;
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');

}

#businesssuggested {
	resize:none;
}

.buttonHolder {
	text-align: left; 
	margin: 1.5em 0 0 0; 
	padding: 1.5em;
	/* CSS3 */
	border-radius:         4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	-o-border-radius:      4px;
	-khtml-border-radius:  4px;
}

.buttonHolder .primaryAction { 
	padding: 10px 22px; 
	line-height: 1; 
	background: #254a86; 
	border: 1px solid #163362; 
	font-size: 12px; 
	font-weight: bold; 
	color: #fff;
	/* CSS3 */
	border-radius:         4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	-o-border-radius:      4px;
	-khtml-border-radius:  4px;
	box-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: 1px 1px 0 #fff;
	-moz-box-shadow: 1px 1px 0 #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,.25);
}

.buttonHolder .primaryAction:active { 
	position: relative; 
	top: 1px; 
}


.cssform label {
font-weight: bold;
display: block;
}

.button {
width: 90px;
}

#response_close {
width: 300px;
visibility:hidden;
border: 1px solid #000000;
background-color: #ffffff;
position: absolute;
margin-top: -230px;
margin-left: 50px;
}

#response_click_close {
padding: 4px;
display:block;
text-align: right;
}

#response_contact {
padding: 4px;
display:block;
}

.myForm {
	width: 220px;
	float: left;
}

.myForm1 {
	width: 220px;
	float: left;
}

.myForm2 {
	width: 300px;
	float: left;
}

.myForm3 {
	width: 400px;
	float: left;
}

.forget_password {
	float: left;
}

.phone_links {
	display: block;
	clear: both;
}

.phone_options {
	width: 200px;
	float: right;
}

.myForm label { 
	display: block;
}

.myForm2 label { 
	display: block;
}

.myForm3 label { 
	display: block;
}

.forget_password label {
	display: block;
}

.myForm input {
	display: block;
}

.myForm_business .submit_blue {
	padding: 0px 6px;
	border: 1px solid #3b6e22;
	background-color: #145997;
	height:22px;
	line-height: 24px;
	color: #ffffff;
	font-size: 12px;
	margin-right: 10px;
	display:inline-block;
	text-decoration: none;
}

.forget_password .submit_blue2 {
	padding: 0px 6px;
	border: 1px solid #3b6e22;
	background-color: #145997;
	height:24px;
	line-height: 24px;
	color: #ffffff;
	font-size: 12px;
	margin-right: 10px;
	display:inline-block;
	text-decoration: none;
}

.myFormSubmit {
	float: right;
	position: absolute;
	margin-left: 380px;
	top: 40px;
	overflow:hidden;
	z-index:100;
}

.myForm .submit_blue {
	padding: 0px 6px;
	border: 1px solid #3b6e22;
	background-color: #145997;
	height:24px;
	line-height: 24px;
	color: #ffffff;
	font-size: 12px;
	margin-right: 10px;
	display:inline-block;
	text-decoration: none;
}

.myForm1 .submit_blue {
	padding: 0px 6px;
	border: 1px solid #3b6e22;
	background-color: #145997;
	height:24px;
	line-height: 24px;
	color: #ffffff;
	font-size: 12px;
	margin-right: 10px;
	display:inline-block;
	text-decoration: none;
}


.myForm3 .submit_blue {
	padding: 0px 6px;
	border: 1px solid #3b6e22;
	background-color: #145997;
	height:24px;
	line-height: 24px;
	color: #ffffff;
	font-size: 12px;
	margin-right: 10px;
	display:inline-block;
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #85C329;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 1em 3em;
	padding: 10px;
	background-color: #f6ebc1;
	border: 1px solid #000000;
}

blockquote * {
	line-height: normal;
}

a {
	color: #E06529;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* classifieds */

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.current{
border-bottom-color: black;
}

/* weather */

#weather_display {
	width: 500px;
	height: 150px;
}

.weather_almanac {
	float: right;
}

/* Header */

#header {
	display:block;
	width: 760px;
	height: 90px;
	margin: 0 auto;
}

#container {
  width:760px;
  margin:5px auto 0 auto;
  text-align:left;
}

#nav {
	clear:both;
}
   
#nav {
	clear:both;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding:0 40px 0 0;
	height:24px;
	border-bottom:1px solid;
}
    
#nav li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
    
#nav li a {
	height:24px;
	line-height:24px;
	display:block;
	float:left;
	padding-left:25px;
	margin:0 10px 0 10px;
	text-decoration:none;
	font-weight:bold;
	float:right;
}

#nav a.home { background:url(http://www.lakeinfo.com/supports/images/home.gif) 0 5px no-repeat; }
#nav a.new_ticket { background:url(http://www.lakeinfo.com/supports/images/new_ticket.gif) 0 5px no-repeat; }
#nav a.my_tickets { background:url(http://www.lakeinfo.com/supports/images/my_tickets.gif) 0 5px no-repeat; }
#nav a.ticket_status { background:url(http://www.lakeinfo.com/supports/images/ticket_status.gif) 0 5px no-repeat; }
#nav a.log_out { background:url(http://www.lakeinfo.com/supports/images/logout.gif) 0 5px no-repeat; }

/* Logo */

#logo {
	float: left;
	padding-top: 20px;
	background: url(images/network_world.png) no-repeat left bottom;
}

#logo h1, #logo h2 {
	margin: 0;
	padding-left: 60px;
	font-weight: normal;
	color: #E06529;
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 92%;
}

#logo a {
	text-decoration: none;
}

/* Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 32px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	padding: 0 20px;
	border-left: 1px solid #E06529;
	text-decoration: none;
	font-size: 92%;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu .first a {
	border: none;
}

.floatleftgoogle {
	display:block;
	width:60px;
	height:25px;
	float:left;
}

.floatrightfb {
	display:block;
	width:100px;
	height:25px;
	float:right;
}

#googleonebutton {
	position:absolute;
	margin-left: 520px;
	margin-top: 57px;
	display:block;
	width:230px;
	height:25px;
}

#fb-root {
	float:right;
}

/* Header 2 */

#header2 {
	width: 760px;
	height: 200px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 200px;
	height: 200px;
	background: url(images/img03.jpg);
}

#menu ul {
	margin: 0;
	padding: 20px 20px 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 8px 10px;
	background: url(images/img05.gif) repeat-x;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
}

div.phone_options {
	position: absolute;
	margin-left: 230px;
	top: 25px;
}

.phone_options ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-index: -1em;
}

.phone_options ul li {
	padding-left: 15px;
}

.phone_options ul li:before {
	content: "\00BB \0020";
}

/* Content */

#contents {
      clear:both;
      padding:2px 10px 10px 10px;
      line-height:14pt;
      margin:5px auto 5px auto;
}
    
#contents form {
      margin:0;
      padding:0;
}
    
#contents form.status_form fieldset { clear:none; border: none; }
    
#contents form label {
        display:block;
        width:60px;
        padding-right:10px;
        text-align:right;
        float:left;
        font-weight:bold;
}
      
#contents #index form input {
        width:175px;
        float:left;
}
        
#contents #bar {
      width:21px;
      height:auto;
      display:block;
      float:left;
}
   
#ticketform {
     padding:20px 20px 50px 20px;
     width:600px;
     margin:20px auto 20px auto;
}
   
#loginform {
     padding:20px 20px 50px 20px;
     width:400px;
     margin:20px auto 20px auto;
}
   
#ticketform input, #ticketform select {
     width:300px;
     float:left;
}

#loginform input {
     width:160px;
     float:left;
}
      
#ticketform label {
     width:130px;
     text-align:right;
     display:block;
     float:left;
     padding-right:10px;
}
   
#loginform label {
     width:130px;
     text-align:right;
     display:block;
     float:left;
     padding-right:10px;
}
   
#ticketform textarea {
     width:400px;
}
   
#ticketform .ticketsubmit {
     margin-left:410px;
}
   
#loginform .ticketsubmit {
     margin-left:170px;
}


#content {
	float: left;
	width: 480px;
	padding-left: 20px;
	text-align: left;
}



#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding-top: 3px;
}

.content {
	padding: 20px;
	background: url(images/img10.gif) no-repeat;
}

.content_movie {
	overflow:hidden;
	position: relative;
	width: 670px;
	padding: 20px;
	background: url(images/img10.gif) no-repeat;
}

.content_bb {
	position: relative;
	width: 670px;
	padding: 20px;
	background: url(images/img10.gif) no-repeat;
}

.content_pb {
	position: relative;
	width: 450px;
	padding: 20px;
	background: url(images/img10.gif) no-repeat;
}

.content_membership {
	position: relative;
	width: 670px;
	padding: 20px;
	background: url(images/img10.gif) no-repeat;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 220px;
}

.twocols .col2 {
	float: right;
	width: 220px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #E6E6E6 url(images/img07.gif) no-repeat right bottom;
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar h2 {
	height: 50px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(images/img06.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #145997;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	text-align: justify;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .first {
	border: none;
}

/* Footer */

#footer-wrapper {
	height: 100px;
	padding: 20px 0;
	background: #E6E6E6;
	border-top: 10px solid #CDCDCD;
}

#footer {
	width: 760px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}

#legal {
	padding: 10px 0 10px 60px;
	background: url(images/network_world1.png) no-repeat left center;
}

#links {
	text-align: center;
	padding: 10px 0 0 0;
}

#banner_advertise {
	width: 468px;
}

#banner {
	width: 468px;
	height: 60px;
}

#advertise {
	text-align: center;
	font-size: 100%;
	text-transform: uppercase;
}

#display_today_number {
	background: #E78454;
	color: #ffffff;
}

#calendar caption {
}

#calendar table {
	width: 100%;
	padding: 0;
	text-align: center;
}

#calendar thead th {
	border-bottom: 2px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
}

#calendar tbody td {
	padding: 5px 0;
	border-bottom: 1px solid #F2F2F2;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}


/* pagination */


div.pagination a {
	padding: 2px 5px 2px 5px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}



/* pagination1 */


div.pagination1 a {
	padding: 2px 5px 2px 5px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination1 a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination1 span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination1 span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}


/* username availability checker */

.messagebox{
	position:absolute;
	width:100px;
	margin-left:30px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}


/* coupon page */





.coupon
 {
	background:#ffffff;
	padding:10px;
	
border-width:2px;
	
border-style:dashed;
	
border-color:#000000;

}



img.logo
 {
	
width:100px;
	
float:left;
	
display:inline;

}



.restname
 {
	
position:relative;
	
left:5px;
	
float:left;

	display:inline;

	font-size:25px;
}



.phone
 {
	font-size:15px;
}



.discdescription
 {
	font-size:17px;

}



.restlocation
 {
	
font-size:12px;

}



.couponsubmit
 {
	
position: absolute;
	
top:320px;

	left:160px;

}

.clip_this_coupon a span {
text-decoration:none;
text-align:center;
display:block;
width:auto;
}

.clip_this_coupon a:hover span {
background: #1D6893;
display:block;
cursor:pointer;
color: #ffffff;
}


#opennewsupport {
background-image: url('http://www.lakeinfo.com/support/images/opennew.jpg');
background-repeat:no-repeat;
background-position:center left;
height:121px;
padding-left:122px;
}

#openexisting {
background-image: url('http://www.lakeinfo.com/support/images/openexisting.jpg');
background-repeat:no-repeat;
background-position:center left;
height:121px;
padding-left:122px;
}

#knowledgebase {
background-image: url('http://www.lakeinfo.com/support/images/knowledgebase.jpg');
background-repeat:no-repeat;
background-position:center left;
height:121px;
padding-left:122px;
}

.supportbox {
display:inline-block;
margin-top:35px;
}

#opennewsupport a, #openexisting a, #knowledgebase a {
display:block;
color:#000;
text-decoration: none;
}

#opennewsupport a:hover, #openexisting a:hover, #knowledgebase a:hover {
text-decoration: underline;
}

#opennewsupport, #openexisting, #knowledgebase {
float:left;
clear:left;
}

#supportForm label { 
position: absolute;
text-align:right;
width:130px;
}

#supportForm input, #supportForm textarea, #supportForm select { 
margin-left: 140px;
width:200px;
}

.formbreak {
display:block;
padding:4px;
}

#buttonsForm {
text-align:center;
}

.buttonsBlue {
	padding: 0px 6px;
	border: 1px solid #3b6e22;
	background-color: #145997;
	height:22px;
	line-height: 24px;
	color: #ffffff;
	font-size: 12px;
	margin-right: 10px;
	display:inline-block;
	text-decoration: none;
}


.lakecountynewsbriefs ul {
margin: 0;
padding: 0;
list-style: none;
}

#divnotes {
padding:4px;
}


.big { font-size:13pt; line-height:1.4em; }

.lcol { width:350px; float:left; }
.rcol { width:350px; float:right; }

.lcol h3, .rcol h3 { font-size:12pt; font-weight:bold; color:#ff8100; }

.lcol .btn, .lcol .btn a, .rcol .btn, .rcol .btn a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 5px;
    border: 1px solid;
}
