body
{
 	background-color: #273454;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: white;
	line-height: 14px;
}

/* navigation
--------------------------------------------------*/

#navigation {
 	height: 24px;
 }

#navigation a {
	color: #fff;
}

body.home #navigation a.home,
body.who #navigation a.who,
body.connect #navigation a.connect,
body.what #navigation a.what,
body.visionblog #navigation a.visionblog, 
#navigation a:hover {
    color:  #ff6400;
    text-decoration:none;
    background-position: 0px -24px;
}
a.home { line-height: 25px; background: url(/images/nav1.png); }
a.what { line-height: 25px; background: url(/images/nav2.png); }
a.who { line-height: 25px; background: url(/images/nav3.png); }
a.visionblog { line-height: 25px; background: url(/images/nav4.png); }
a.connect { line-height: 25px; background: url(/images/nav5.png); }


#navigation ul {
	margin:0;
	padding:0;
        display: inline;
}

#navigation li {
	clear:right;
        float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	white-space:nowrap;

}


#navigation li a {
  font-family: verdana, sans-serif;
  display:block;
  padding:0 14px;
 background-position: 0px 0px;

}

#navigation li a:hover { background-position: 0px -24px; }

* html #navigation a
{
	width: 1%;
}

/* LAYOUT ELEMENTS */

#frame
{
	background-color: #303030;
	width: 940px;
	margin: 30px auto;
	border: 1px solid #62635b;
	padding: 5px 20px 20px 20px;
 } 

#head
{
	background-image: url(/images/header.png);
	width: 939px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: right;
	padding-right 20px;
	padding-top: 1px;
	color: #ddd;
  
}

#topnav
{
   
    width: 900px;
    height: 30px;
    white-space: nowrap;
    
}


#sectionA
{
 	width: 939px;
    margin-top: 15px;

}

#A1 { vertical-align: top;  }

#A1 img { margin-top: 10px; }
#A2 { width: 350px; 
		vertical-align: top; 
		margin: 0 0 0 20px;
		padding: 0 20px;
		
		}
#A3 { width: 250px; 
		vertical-align: top;
		margin: 0 0 0 20px;
		border-left: 1px solid #62635b;
		padding: 0 0 0 20px;
}

#sectionB
{
    width: 939px;
    margin-top: 4px;
}

#B1 {  width: 300px; 
       vertical-align: top;  
      margin: 0 0 0 12px;
      padding:0 20px 0 0;
}

#B1and2 {  width: 620px; 
       vertical-align: top;  
      margin: 0 0 0 13px;
      padding:0 20px 0 0;
}


#B2, #B3 { width: 300px; 
      vertical-align: top; 
      margin: 0 0 0 13px;
      padding:0 20px 0 20px;
      border-left: 1px solid #62635b;
}

#footer {
  background-color: #353535;
  width: 939px;
  margin-top: 20px;
  color: #ccc;
}
#footer td { padding: 5px; }

hr 
{ 
    color: #62635b; 
    background-color: #62635b; 
    border: 0;
    height: 3px;
    margin: 10px 0;
}


/* FORMAT ELEMENTS */

input.publish {
color: #fff;
background-color: #ff6400;
font-size:9px;
border-width: 1px;
border-style: solid;
border-color: #F60 #C30 #C30 #F60;
}

a, .accent{ Color: #ff6400;
	text-decoration: none; 
	font-weight: bold;
	}
.orange { color: #ff6400; }
h5 { color: #ff6400; font-size: 11px;}
h5 a {color: white; }
a[href ^="mailto:"] { color: white; }

.tags a { color: #4a96ec; }
a:hover { text-decoration: underline; }

img { border: 1px solid white; }
#topnav img { border: none; }

.seedbugs img {border: none; }
.seedbugs { float: right; }
.seedbugs a {color: white; }

img.bioexcerpt, img.blog { float: left; clear: both; margin: 0 10px 10px 0; }
.small { font-size: 9px; }

#faqquestions a {color:#fff;}