/* CSS Document */

img, div, span {
	padding:0;
	border:0;
    margin:0;
}

ul { margin-bottom:5px; }

li {
	margin-bottom:10px;
	margin-top:5px;
}

body,td,th {
	font-size: 95%;
	color: #444;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-color: #fff;
	min-width:830px;	
	margin: 0 auto;
	max-width:1240px;
	line-height:1.28em;
}

a {
	font-size: 95%;
	color: #666600;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #66330;
}

a:visited {
	text-decoration: none;
	color: #999900;
}

a:hover {

	text-decoration: underline;
	color: #CCFF00;
}


h1, h2, h3, h4 {
	color:#39C;
	line-height: 1.4em;
}

table {
	border:2px solid #39C;
	

}
th {
	background:#cdc;
	color:#000;
	font-weight:bold;
}

td {
	border:2px solid #CCC;
	padding: 6px;
	color:#444;

}

/* -------  Generic Class Styles  -------- */

.lfloat { float:left }
.rfloat { float:right }
.clear { clear:both }
.clrt { clear:right }
.cllft { clear:left }
.padr { padding-right:16px; }
.padl {	padding-left:14px;
}

.qblock {
	display:block;
	background:#eee;
	padding:12px 9px;
	width:90%;
	color:#333;
}


/*  --------- Layout --------- */

#pagecont {
	overflow:hidden;
	background:#fff;
	padding-right:4px;
	min-width:830px;
}

#colcont {
margin: 0px 25px;
	overflow:hidden;
}



#header {


overflow:hidden;
background:#fff;
}
#header h1 {
margin: 12px 16px;
}
#header img {
float:left;
border-bottom:4px solid #EFB;
}

#main {
float:right;
background:#fff;
width:76%;
padding:10px 0px 10px 10px;
z-index:999;

padding-bottom:40px;

}


.menuside {
	z-index:-999;
	padding:6px;
border-top:2px solid #dea;
	color:#000;
	float:left;
	background:#fbfbfb;
	width:220px;
border-right:1px solid #eee;
	margin-bottom:-16383px;
	padding-bottom:16383px;
}

.menuside h3 {
	margin:0;
	color:#555;
	font-size:1.07em;
	font-weight:normal;
font-family:segoe ui,arial,serif;
letter-spacing: 0.05em;
font-variant:small-caps;
border-bottom: 1px solid #555;
padding-bottom:2px;
margin-bottom:4px;
line-height:1.0em
}


#footer {
font-size:0.8em;
clear:both;

padding:14px;
background:#000;
color:#999;
z-index:99;
position:relative; 


height:60px;
border-top:8px solid #333;
border-bottom:4px solid #333;

}
#footer a {
color:#bbb;
}


#loop {
border-top: 1px dashed #ccc;
border-bottom: 1px dashed #ccc;
padding:12px 0px;
}
.caption {
	text-align:center;
	border-top:6px solid #555;
	font-style:italic;
	background:#fbfbfb;
	padding:6px 12px;
	color:#bbb;
	margin-left:16px;
	margin-bottom:12px;
	

}

/* -------------- table styles ------------ */

.weather {
border: 1px dotted #ccc;
}
.weather td {
padding:1px;
border:1px dotted #ccc;
}
.weather th {
	background:#fff;
}

.tbcont {
width:400px;
border:2px solid #eee;
margin-bottom:50px;
}
.tbcont p {
margin: 10px 14px;
}

.tinvis {
border:0;
margin:0;

}
.tinvis th {
background:0;
color:0;
font-weight:bold;
}

.tinvis td {
border:0;
padding: 0;
margin:0;
color:0;
background:#fff;
}

/*  --------- Menu Stuff ------------- */
#top {
position:relative;
top:-20px;
left:-9px;
width:600px;
}

.topnav {
list-style-type:none;
margin:0 0 0 0px;
padding:0;
width:100%;
}

.topnav li {
display:inline;
}
.topnav li a {
display:block;
float:left;
background:#fff;
border:1px dotted #eee;
padding:4px 10px;
margin-right:4px;
}

.nav {
	list-style-type:none;
letter-spacing: 0.025em;
	padding:0;
	margin:0 0 16px 0;

}
.nav li {
	font-size:1.0em;
	margin-bottom:4px;
	margin-top:0;
}
.nav li a {
color:#550;
	padding:5px 6px;
	display:block;
font-family: lucida sans unicode, georgia,tahoma,serif;
	background:#fff;
	border: 1px solid #eee;
font-weight:normal;
}

.nav li a:hover {
	background:#fff;
	text-decoration:none;
	color:#110;
        border: 1px solid #bbb;
}

.active {
	background:#fff !important;
	color:#444 !important;
border: 2px solid #ccc !important;
}

