﻿html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
html{
    background:#999;/*#F2F6F9;*/
    margin:0;
}
body{
    font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	padding:0px;
    margin:0px;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	text-indent:10px;
}
h1{
	font-size:160%;
	font-stretch:ultra-expanded;
	display:block;
	background-color:#EEE;
	padding:0.1em;
	border-bottom:2px solid #ccc;
	border-left:1px solid #ccc;
	margin-right:10px;
}
h2{
	font-size:140%;
}
h3{
	font-size:130%;
}
h4{
	font-size:120%;
}
h5{
	font-size:90%;
}
h6{
	font-size:85%;
}
a{
	font-weight:bold;
	text-decoration:none;
	color:#369;
}
a:hover{
	color:#999;
}
a:visited{
	color:#333;
}
p{
	text-indent:20px;
	margin:10px 10px 15px 10px;
}
#wrapper{
	position:absolute;
    min-width:912px;
	min-height:760px;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
}

#bg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	min-width:912px;
	min-height:706px;
	z-index:-2;
	background:url(../images/sstile.jpg) top left repeat-x;
	opacity:.25;
	filter:alpha(opacity=25);
}
#head{
	z-index:3;
	position:relative;
	float:left;
	width:100%;	
	height:10%;
	min-width:912px;
}
#navbg{
	position:absolute;
	top:0px;
	left:0px;
	background:#F2F6F9 url(../images/header_slice.jpg) top left repeat-x;
	width:100%;
	min-height:58px;
}
#nav{
	z-index:2;
	width:912px;
	min-height:58px;
	margin:0px auto 0px auto;
    padding:0px;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:1.5em;
}
#nav ul{
	height:10%;
    margin:0px auto 0px auto;
    padding:0px;
    list-style-type:none;
    list-style-position:outside;
    position:absolute;
    line-height:1.5em;
    position:absolute;
    width:120px;
    float:left;
    display:none;
 }
#nav a:link, #nav a:active, #nav a:visited{
    display:block;
    color:#333;
	border-top:1px solid #999;
    text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
#nav a:hover{
    color:#333;
}
#nav li{
	top:-1px;
    padding:0px;
	margin:0px 4px;
    float:left;
    position:relative;
}
#nav li a.members{
	width:74px;
	height:58px;
	background:url(../images/members.jpg) top left no-repeat;
}
#nav li a.members:hover{
	background-position:-86px;
}
#nav li a.news{
	width:58px;
	height:58px;
	background:url(../images/news_r.jpg) top left no-repeat;
}
#nav li a.news:hover{
	background-position:-58px;
}
#nav li a.events{
	width:74px;
	height:58px;
	background:url(../images/events.jpg) top left no-repeat;
}
#nav li a.events:hover{
	background-position:-74px;
}
#nav li a.lcon{
	width:118px;
	height:58px;
	background:url(../images/legislation_contact.jpg) top left no-repeat;
}
#nav li a.lcon:hover{
	background-position:-120px;
}
#nav li a.about{
	width:74px;
	height:58px;
	background:url(../images/about.jpg) top left no-repeat;
}
#nav li a.about:hover{
	background-position:-118px;
}

#nav li a.contact{
	width:74px;
	height:58px;
	background:url(../images/contact.jpg) top left no-repeat;
}
#nav li a.contact:hover{
	background-position:-118px;
}
#nav ul ul {
    float:left;
    display:inline;
}
#nav li ul a{
    width:120px;
    float:left;
	padding-left:10px;
	border-left:1px solid #ccc;
    background:#F2F6F9 url(../images/subnav_slice.jpg) top left repeat-x;	
	color:#333;
}
#nav li ul a:hover{
	background:#369 url(../images/subnav_slice_h.jpg) top left repeat-x;
	color:#fff;
}    
#nav ul ul{
     top:auto;
}
#nav li ul ul{
    left:120px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;

}
#nav li.logo{
	margin-left:60px;
	margin-right:10px;
}
#homeflash{
	position:relative;
	margin-bottom:20px;
	width:912px;
	/*
	padding-top:10px;
	padding-bottom:10px;

	margin-left:4%;
	margin-right:4%;	*/
	background:#fff url(../images/content_slice_small.jpg) bottom left repeat-x;
}
#homevideo, #hometext, #homenews{
	position:relative;
	float:left;
	display:inline;
	padding-bottom:10px;
	height:210px;
	background:#fff url(../images/content_slice_small.jpg) bottom left repeat-x;
}
#homevideo{
margin-right:1%;
width:24%;
}
#homevideo a{
padding-left:4.5%;
}
#homenews{
margin-left:1%;
margin-right:1%;
width:50%;
}
#hometext{
margin-left:1%;
width:22%;
}
#hometext a{
padding-left:8.5%;
}
div.block{
	position:relative;
	height:180px;
	overflow:auto;
	font-size:90%;
}
.tagline{
	font-weight:bold;
	text-indent:0px;
}
.caption{
	font-size:75%;
	text-indent:0px;
}
.newsblock{
	width:100%;
}
.newsblock a{
	font-size:95%;
}
.newsblock h6{
	text-indent:0px;
	font-weight:normal;
	font-style:italic;
	font-size:75%;
}
.newsblock li{
	border:none;
}
#teamnav{
}
#teamnav a{
	font-size:100%;
	font-weight:bold;
	color:#369;
}
#teamnav h2{
	font-size:120%;
	text-indent:0px;
}
#teamnav h3{
	font-size:110%;
	text-indent:0px;
	background-color:#bcc9d3;
	padding:0.1em;
	margin-bottom:4px;
}
#teamnav h5{
	font-size:60%;
	font-weight:none;
	text-indent:0px;
	margin-left:10px;
	color:#666;
}
#teamnav li{
	margin-left:10px;
	margin-bottom:5px;
	list-style-type:square;
	color:#369;
}
#content{
	position:relative;
	width:100%;
	height:83%;
	min-height:400px;
	min-width:740px;
	float:left;
}
#main{
	position:relative;
	width:912px;
	height:90%;
	margin:10px auto 0px auto;
}
#main.bg{
	padding:10px;
	border-bottom:2px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #eee;
	background:#fff url(../images/content_slice_small.jpg) bottom left repeat-x;
}
#main.nobg{
	background-image:none;
	background-color:transparent;
}
.address{
	margin-left:20px;
}
.address h5{
	text-indent:0px;
}
.leftside{
	position:relative;
	display:inline;
	float:left;
	width:20%;
	height:90%;
	min-width:200px;
	padding-top:10px;
}
.newsbar{
	padding:10px;
}
.newsbar a{
	font-size:75%;
	font-weight:bold;
}
.newsbar a:hover{
	color:#369;
}
.newsbar li{
	margin-bottom:4px;
	border-bottom:1px solid #ccc;
}
.contentblock, .contentblockwide{
	position:relative;
	display:block;
	float:left;
	height:90%;
	margin:10px 0px 0px 0px;
	border-left:1px solid #ccc;
	overflow:auto;
}
.contentblock{
	width:75%;
}
.contentblock h3{
	font-size:110%;
	text-indent:0px;
	background-color:#bcc9d3;
	padding:0.1em;
	margin-bottom:4px;
}
.contentblockwide{
	width:90%;
	margin-left:10%;
}
.aboutlist{
	text-indent:0px;
	font-size:84%;
	margin-left:20px;
}
.aboutlist li{
	font-weight:bold;
	list-style-type:square;
	margin-bottom:5px;
}
.wrapimage{
	position:relative;
	display:inline;
	float:right;
	margin-right:20px;
}
.productvideo{
	text-indent:0px;
	position:relative;
	float:right;
	margin-right:15px;
	width:320px;
	height:284px;
}
.aboutvideo{
	text-indent:0px;
	position:relative;
	float:right;
	margin-right:15px;
	width:320px;
	height:220px;
}
.flashvideo{
	position:relative;
	float:right;
	margin-right:15px;
}
#swfcontent{
	position:relative;
	float:right;
	/*margin:10px;
	border:2px solid #eee;*/
}
#news{
	position:relative;
	display:block;
	float:left;
	/*
	height:100%;
	width:100%;
	*/
}
#news h2{
	text-indent:0px;
}
#news h5{
	font-weight:normal;
	color:#666;
}
#news h6{
	margin-bottom:10px;
}
#news p{
	margin-bottom:5px;
	text-indent:0px;
}
#news ul{
	position:relative;
	height:90%;
	padding:0px 10px;
}
#news li{
	border-bottom:1px solid #ccc;
	padding:10px;
}
#news .source{
	margin:0px;
	text-indent:0px;
}
#news .newspdf{
	background: url(../images/pdf.png) bottom left no-repeat;
	height:30px;
	display:block;
	text-indent:0px;
	padding-left:32px;
}
#news .newsimage{
	position:relative;
	display:block;
	float:right;
}
#news .newsimage img{
	border:1px solid #eee;
	padding:2px;
}
#video{
	position:relative;
	display:inline;
	float:left;
	width:40%;
}
#footer{
	position:relative;
    float:left;
	background:#F2F6F9 url(../images/footer_slice.jpg) top left repeat-x;
	width:100%;
    height:7%;
    min-width:740px;
	min-height:45px;
}
#footer ul{
	position:relative;
	float:left;
	text-align:center;
	width:100%;
	top:10px;
	font-stretch:ultra-condensed;
	font-size:70%;
	color:#333;
}
#footer li{
	display:inline;
	text-align:center;
	margin:0px 2em 0px 2em;
}