/* Visko Screen Stylesheet */

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basic Definitions*****/
body { 
	background: #8b8b8d url(../images/body-bg.png) repeat-x 0 174px;
	color: #333;
	font: 12px/18px Arial, Verdana, sans-serif;
	padding: 66px 0 20px;
}
h1 { 
	color: #8b8b8d;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}
h1, h2, h3 { font-weight: normal; }
h2, h3, h4 { color: #bfc600; }
h5, h6  { color: #333; }
h1 { margin-bottom: 20px; }
h2 { font-size: 20px; line-height: 22px; margin-bottom: 10px; }
h3 { font-size: 18px; line-height: 20px; margin-bottom: 10px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

th { text-align: left; }

a {  }
a:visited { }
a:hover { text-decoration: none; }
p, ul, ol, dl, table { margin-bottom: 18px; }
ul, ol, dd { margin-left: 36px; }
img { border: 0; }
img.pic { border: 1px solid #949294; }
label { color: #949294; font-weight: bold; }

/*****Simple Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }
.submit { background: #bfc600; color: #ffffff; font-weight: bold; }
.green { color: #bfc600; }
.partner { margin-bottom: 10px; }
.partner img { margin: 8px; vertical-align: top; float: left; }
.line_dashed { margin-top: 15px; margin-bottom: 15px; border-top: 1px dashed #ccc; clear: both; }

#map  img{
	border: 1px solid #949294;
}

#contact_msg {
    font-weight: bold; 
    margin-bottom: 15px; 
}

/*****Basic Layout*****/
#container { background: #fff url(../images/container-bg.png) repeat-y; margin: 0 auto; width: 750px; }
#wrapper { background: url(../images/top-bottom-bg.png) no-repeat bottom right; overflow: hidden; padding-bottom: 40px; }
#header { 
	background: url(../images/top-bottom-bg.png) no-repeat;
	float: left;
	overflow: hidden;
	padding: 38px 34px 31px 34px;
	width: 682px;
}
#sidebar { float: left; margin-left: 39px; width: 147px; }
#content { float: right; margin-right: 34px; width: 507px; }

/*****Header*****/
#header #logo { 
	display: block;
	float: left;
	height: 42px;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	width: 147px;
}
#header a#logo { cursor: pointer; }
#header #logo span {
	background: url(../images/logo.png) no-repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#navigation { 
	float: left;
	font-size: 11px;
	line-height: 1em;
	list-style: none;
	margin: 20px 0 0 28px;
	width: 507px;
}
#navigation li { float: left; margin-right: 9px; }
#navigation li:last-child, #navigation li.last { margin-right: 0; }
#navigation a {
	color: #949294;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation li.current a { color: #de8700; }
#navigation a:hover { color: #de8700; text-decoration: underline; }

/*****Sidebar*****/
#sidebar h1 { margin-bottom: 10px; }
#subnav {font-size: 11px; list-style: none; margin: 10px 0 20px; overflow: hidden; }
#subnav a {
	background: url(../images/subnav-bg-green.png) no-repeat 0 50%;
	color: #bfc600;
	display: block;
	padding: 2px 0 2px 15px;
	text-decoration: none;
	width: 132px;
}
#subnav li.current a { 
    background: url(../images/subnav-bg.png) no-repeat 0 50%;
    color: #de8700; 
}
#subnav a:hover { color: #de8700; text-decoration: underline; }

blockquote.pullquote { 
	background: url(../images/open-quote.png) no-repeat;
	color: #acacac;
	font: 15px/22px Georgia, Times, serif;
	text-indent: 19px;
}
blockquote.pullquote .quote { padding-left: 3px; vertical-align: top; }

#websiteby {
    color: #b0b0b0;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    text-align: center;
}
#websiteby a {
    color: #b0b0b0;
}
#websiteby a:hover {
    color: #ccc;
}