/*
	dark blue #222a58
	light blue 758fc2
	really light blue c7d7ec
	light gray e9e6de
	dark gray 9B9081
*/
body {
	color:#171717;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:10pt;
	margin:0; 
	padding:0;
}
div, h1, h2, h3, h4, h5, h6, form, label, input, span, p, a {
	margin:0; padding:0;
}
ul {
	list-style:none;
}
ol {
	margin-left:20px;
}
a {
color: #334F73;
text-decoration:none;
}
a:hover{ 
text-decoration:underline;
}
input {
	color: #888888;
}
img {
	border:none;
}
td {
	font-size: 9pt;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
td input {
	color: #000000;
}

/* -- top navigation start -- */
#topNav{
	background:#739dd3 url(/images/background-header.gif) repeat-x scroll 0pt 0pt;
	width:100%;
	height:32px;
}
.nav { 
	width:800px;
	margin:0 auto;
}

.nav li {
	height:32px;
	float:left;
	color:#ffffff;
	border-left: 1px solid #ffffff;
	position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	padding:0 7px; 
	width: 100px;
	height:32px;
	float:left; 
	text-align:left;
	display:block;
	color:#ffffff;
	font:bold 11px/35px Georgia,"Times New Roman",Times,serif;
}

.nav li a:hover {
	background: #334f73;
	height: 31px;
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
	background: #334f73;
	height: 31px;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	background: #334f73;
	height: 31px;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	background: #334f73;
	height: 31px;
}

.nav ul {
  background: #334f73;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;100;
  z-index: 100;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 32px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 100px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}
/*
#topNav ul {
	width:800px;
	margin:0 auto;
	}
#topNav ul li {
	height:32px;
	float:left;
	color:#ffffff;
	border-left: 1px solid #ffffff;
}
#topNav ul li a {
	padding:0 7px; 
	width: 90px;
	height:32px;
	float:left; 
	text-align:left;
	display:block;
	color:#ffffff;
	font:bold 11px/35px Georgia,"Times New Roman",Times,serif;
}
#topNav ul li a:hover {
	background: #334f73;
	height: 31px;
}
#topNav ul li a.hover{
	background: #334f73;
	font:bold 11px/35px Georgia,"Times New Roman",Times,serif;
	height: 31px;
}

*/
/* -- body -- */
#body{
	width:750px;
	margin:0 auto;
	padding:0 0 0 0;
	color: #171717;
}
.body h1 {
	font-size: 1.2em;
}
.body a {
	color: #000;
	border: none;
}

/* tagclouds */
.tc1 { font-size: 0.9em;padding:5px;text-decoration:none;}
.tc2{ font-size: 1.1em;padding:5px;text-decoration:none;}
.tc3{ font-size: 1.3em;padding:5px;text-decoration:none;}
.tc4{ font-size: 1.5em;padding:5px;text-decoration:none;}
.tc5{ font-size: 1.7em;padding:5px;text-decoration:none;}
.bc1 { font-size: 0.9em;padding:5px;text-decoration:none;text-decoration:none;}
.bc2{ font-size: 1.2em;padding:5px;text-decoration:none;text-decoration:none;}
.bc3{ font-size: 1.5em;padding:5px;text-decoration:none;text-decoration:none;}
.bc4{ font-size: 1.8em;padding:5px;text-decoration:none;text-decoration:none;}
.bc5{ font-size: 2.1em;padding:5px;text-decoration:none;text-decoration:none;}

/* signup form */
.signupform {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#739dd3;
padding:10px;
color:#ffffff;
width:335px;
font-size: 8pt;
}
.signupform span {
width:85px;
float:left
}
.signupform a {
color:#ffffff;
}
.signupform h3 {
font-size:10pt;
color:#ffffff;
}
.signupform p {
width:325px;
padding-bottom:10px;
}
.signupform input {
margin-bottom: 2px;
}
.signupform label {
	width: 75px;
}
.signupform label.error {
	width: 300px;
	color: #000000;
	border: none;
}
.signupform input.submit { 
	margin-left:100px;
}

/* bottom  */
.bottom {
	padding-top: 18px;
	background:#9b9081 url(/images/background-bottom.gif) repeat-x scroll 0pt 0pt;
	color:#ffffff;
	width:100%;
	height:275px;
	font-size:8pt;
}
.bottom h3 {
	text-align:left;
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	float:left;
}
.bottom a {
	color: #ffffff;
}
.bottom a:hover, .footer a:hover{ 
	color: #334f73;
}

/* =FOOTER */
.footer{
	padding-top: 15px;
	background:#9b9081 url(/images/background-footer.gif) repeat-x scroll 0pt 0pt;
	color:#ffffff;
	width:100%;
	height:105px;
}
.footer a{
	color: #ffffff;
}

/* paging */
.Pages {
text-align: center;
margin-bottom: 20px;
margin-top: 20px;
clear: both;
}
.Paginator {
font-size: 12px;
padding-top: 10px;
margin-left: auto;
margin-right: auto;
}
.Paginator a, .pageList .this-page {
padding: 2px 6px;
border: solid 1px #ddd;
background: #fff;
text-decoration: none;
}
.Paginator .AtStart {
margin-right: 20px;
padding: 2px 6px;
color: #334f73;
}
.Paginator .Prev {
margin-right: 20px;
padding: 2px 6px;
border: solid 2px #ddd;
background: #fff;
}
.Paginator .Next {
margin-left: 20px;
padding: 2px 6px;
border: solid 2px #ddd;
background: #fff;
}
.Paginator .AtEnd {
margin-left: 20px;
padding: 2px 6px;
color: #334f73;
}
.Paginator .this-page {
padding: 2px 6px;
border-color: #999;
font-weight: bold;
font-size: 13px;
background: #fff;
color: #334f73;
}
.Paginator .onthis{
color: #fff;
background: #739dd3;
border-color: #334f73;
text-decoration: none;
}
.Paginator a:hover {
color: #fff;
background: #739dd3;
border-color: #334f73;
text-decoration: none;
}
.Pages div.Results {
text-align: center;
font: 11px/15px Arial, Helvetica;
color: #aaa;
margin-top: 8px;
}

/* various classes */
ul.borderedlist li{
	border-bottom: 1px dashed #d1cfcd;
}
ul.borderedlist li a{
	display: block;
	padding:3px 0 0 2px;
	color: #ffffff;
}
ul.borderedlist li a:hover{
	background: #739dd3;
	color: #42423b;
}
ul.borderedlist2 li{
	border-bottom: 1px dashed #d1cfcd;
	text-align: left;
}
ul.borderedlist2 li a{
	display: block;
	padding:3px 0 0 2px;
	color: #000000;
}
ul.borderedlist2 li a:hover{
	background: #e9e6de;
	color: #42423b;
}

.sectionheader {
float:left;
font-size:12pt;
font-weight:bold;
}
.sectionheaderright {
float:right;
text-align:right;
font-size: 7.5pt;
}

.dashedline {
clear: both;
background:transparent url(/images/black_dot.gif) repeat-x scroll left center;
font-size:1px;
height:1px;
margin-bottom:8px;
}
.solidline {
clear: both;
border-bottom:1px solid #888888;
font-size:1px;
height:1px;
margin-bottom:8px;
}
.dashedlinewhite {
clear: both;
background:transparent url(/images/white_dot.gif) repeat-x scroll left center;
font-size:1px;
height:1px;
margin-bottom:8px;
}
.spacer {
	font-size:0; 
	line-height:0; 
	clear:both;
}
.active {
	color: #000;
}
.complete {
	color: #2f5278;
}

.subleft {
	width:180px;
	float:left;
	padding-right:10px;
	margin-top:10px;
	font-size:8pt;
}
.subright {
	width:525px;float:left;margin-top:10px;
}
.subright p {
	margin: 10px;
}
.subright ol {
text-align:left;
margin-left: 45px;
}
.subright ul {
text-align:left;
margin-left: 30px;
list-style-type: square;
}

fieldset {
border: 0;
border: 1px solid #9B9081;
padding: 15px;
margin: 1em 0pt;
}
fieldset legend {
color:#9B9081;
font-size:135%;
font-weight:bold;
letter-spacing:-0.03em;
line-height:1;
padding:0pt 0.5em;
}
fieldset ul {
font-size: 12px;
line-height: 1.3em;
list-style-type: square;
padding: 6px;
margin: 10px;
}
.niceul {
font-size: 12px;
line-height: 1.3em;
list-style-type: square;
padding: 6px;
text-align:left;
margin: 10px;
}
.plainul {
font-size: 10px;
line-height: 1.2em;
list-style-type: square;
padding: 6px;
text-align:left;
margin-left: 5px;
}
.popular {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#e9e6de none repeat scroll 0% 50%;
color:#12127D;
padding:7px 10px;
width: 90%;
margin-left: auto;
margin-right: auto;
text-align:left;
}
.populardark {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#9B9081 none repeat scroll 0% 50%;
color:#ffffff;
padding:7px 10px;
width: 90%;
margin-left: auto;
margin-right: auto;
text-align:left;
}
.popularblue {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#739dd3 none repeat scroll 0% 50%;
color:#ffffff;
padding:7px 10px;
width: 90%;
margin-left: auto;
margin-right: auto;
text-align:left;
}
.popularlight {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#c7d7ec none repeat scroll 0% 50%;
color:#000;
padding:7px 10px;
width: 90%;
margin-left: auto;
margin-right: auto;
text-align:center;
font-variant: small-caps;
font-stretch: semi-expanded;
}
.populargray {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#e0e0e0;
color:#000;
padding:7px 10px;
width: 90%;
margin-left: auto;
margin-right: auto;
text-align:center;
}
.smallright {
margin-bottom:3px;
font-size:10px;
text-align:right;
}
.picbackground {
list-style-type:none;
margin:0pt 0pt 0pt -5px;
min-height:100px;
padding:0pt;
width:90px;
text-align:center;
font-size: 0.8em;
}

#gmaps_container{
width: 340px;
height: 202px;
color: #000;
text-align: left !important;
float:left;
margin-left:20px;
}
#gmaps_container a{
color: #0000ff;
}
#gmaps_container_who{
width: 280px;
height: 275px;
color: #000;
text-align: left !important;
float: left; 
}
.clean {
	text-decoration: none;
}
.pic {
border:  1px solid #ccc;
margin:10px;
}
.picstaff {
padding: 10px;
border:  1px solid #ccc;
background-color: #eee;
margin:2px;
}
.on {
	font-weight: bold;
	text-decoration:none;
}
.on  a {
	color: #334f73;
	text-decoration: none;
}
.helpbox {
background:#e0e0e0;
color:#12127D;
margin-bottom:1em;
}
.commiton {
	width: 67px;
	height: 74px;
	background: url(/images/commit-on.gif) no-repeat;
	text-align:center;
	float:left;
	margin-left:20px
}
.commitoff {
	width: 67px;
	height: 74px;
	background: url(/images/commit-off.gif) no-repeat;
	text-align:center;
	float:left;
	margin-left:20px
}
.commitoff:hover {
	width: 67px;
	height: 74px;
	background: url(/images/commit-hover.gif) no-repeat;
	text-align:center;
	float:left;
	margin-left:20px
}
.actionimg {
	margin-left:10px;
	margin-bottom:-5px;
	border: 0;
}
.peoplebox {
float:left;
margin:2px;
width:105px;
height:87px;
text-align:center;
font-size:8pt;
}
.groupbox {
float:left;
margin:2px;
width:125px;
height:87px;
text-align:center;
font-size:8pt;
}
.picthumb {
	border:  1px solid #000;
}
.commitmentleft {
width:720px;
float:left;
margin:10px;
}
.commitmentleft  p {
margin:10px;
}
.fixp p {
margin:10px;
}
.error {
border: 1px solid red;
color: red;
}
.inputerror {
color: red;
}
.buttonbackground {
font-weight: bold;
font-size:9pt;
background: #dfa21e;
width:80px;
height:24px;
color:white;
}
.buttonbackgroundred {
font-weight: bold;
font-size:9pt;
background: red;
width:80px;
height:24px;
color:white;
}
.buttonbackgroundgreen {
font-weight: bold;
font-size:9pt;
background: green;
width:80px;
height:24px;
color:white;
}
.buttonbackgroundgray {
font-weight: bold;
font-size:9pt;
background: #e0e0e0;
width:100px;
height:24px;
color:#000000;
}
.black {
	color: #000000;	
}
.help {
	color: #334f73;
	font-size:9pt;
	font-style:italic;
}
blockquote {
background:#F9F9F9 url(/images/quote.gif) no-repeat scroll top left;
border-bottom:1px solid #EAEAEA;
border-top:1px solid #EAEAEA;
color:#555555;
display:block;
font-family:sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:1em 0pt;
padding:0.6em 1em 0.2em 40px;
}
.niceblockquote {
background-color:#F5F5F5;
border-bottom:2px solid #EAEAEA;
border-top:2px solid #EAEAEA;
font-size:14px;
font-style:italic;
line-height:22px;
margin:5px 0px 15px;
padding:30px 30px 25px;
width:auto;
}
.article{
margin-bottom:15px;
border: 1px solid #888888;
background:transparent url(/images/splash.jpg) repeat-x scroll 0pt 0pt;
padding:12px 18px 0pt;
}
.blog{
margin-left:15px;
margin-bottom:5px;
padding:12px 8px 0;
}
.blog p {
margin-left:10px;
margin-top: 5px;
}
.articletitle {
font-size:16px;
font-weight:bold;
}
#kanutabs {
background:#DAE0D2 url(/images/bg.gif) repeat-x scroll center bottom;
float:left;
font-size:93%;
line-height:normal;
width:100%;
}
#kanutabs ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:10px 10px 0pt;
}
#kanutabs li {
background:transparent url(/images/left.gif) no-repeat scroll left top;
float:left;
margin:0pt;
padding:0pt 0pt 0pt 9px;
}
#kanutabs a {
background:transparent url(/images/right.gif) no-repeat scroll right top;
color:#776655;
display:block;
float:left;
font-weight:bold;
padding:5px 15px 4px 6px;
text-decoration:none;
}
#kanutabs a {
float:none;
}
#kanutabs a:hover {
color:#333333;
}
#kanutabs #current {
background-image:url(/images/left_on.gif);
}
#kanutabs #current a {
background-image:url(/images/right_on.gif);
color:#333333;
padding-bottom:5px;
}
#header {
background:#DAE0D2 url(/images/bg.gif) repeat-x scroll center bottom;
float:left;
font-size:93%;
line-height:normal;
width:100%;
}
#header ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:10px 10px 0pt;
}
#header li {
background:transparent url(/images/left.gif) no-repeat scroll left top;
float:left;
margin:0pt;
padding:0pt 0pt 0pt 9px;
}
#header a {
background:transparent url(/images/right.gif) no-repeat scroll right top;
color:#776655;
display:block;
float:left;
font-weight:bold;
padding:5px 15px 4px 6px;
text-decoration:none;
}
#header a {
float:none;
}
#header a:hover {
color:#333333;
}
#header #current {
background-image:url(/images/left_on.gif);
}
#header #current a {
background-image:url(/images/right_on.gif);
color:#333333;
padding-bottom:5px;
}
.ontextmenu {
font-weight:bold;
text-decoration:none;
color:#000000;
border:1px solid #000;
padding:3px;
background:#ffffcc;
}
