 {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	line-height: 16px;
	font-family: arial, Verdana, sans-serif;
	background-color: #535353;
	color: #ccc;
	margin-top: 28px;
	margin-bottom: 50px;
}


body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #ccc;}
a:active { text-decoration: none; color: #ccc; }
a:visited { text-decoration: none; color: #ccc; }
/*a:hover { text-decoration: none; color: #999933; text-decoration: none;}*/
a:hover { color: #fff}

a img { border: none; }

#menu {
    width: 230px; /** was 250 */
    overflow: none;
     position: absolute;
    top: 125px;
	left: 23px;
    font-size: 12px;
    line-height: 18px;
    color: #ccc;

}



.header{
width: 220px;
padding-bottom: 2px;
border-bottom: #ccc solid 1px;
margin-bottom: 8px;

}



#container {
 	position: absolute;
	left: 260px;
    padding: 0px 0px 0px 0px;
    width: 650px;
   
}


#once { clear: left; }



#header{
  position: absolute;
  left: 60px;
  top: 36px;
}



#main {
  position: absolute;
  left: 60px;
  top: 150px;
}



#footer {
  position: absolute;
  left: 60px;
  top: 665px;
}

#content {
  padding-left: 16px;
  padding-top: 2px;
}



#email {
  position: absolute;
  left: 760px;
  top: 665px;
}





.text {
    font-size: 12px;
    line-height: 18px;
    color: #ccc;
	padding-top: 4px;
}


.text a:link {
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}

.text a:active {
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}


.text a:visited {
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}

.text a:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}





.contact {
    font-size: 12px;
    line-height: 18px;
    color: #ccc;
	padding-top: 4px;
}


.contact a:link {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

.contact a:active {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}


.contact a:visited {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

.contact a:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}



#menu {
width: 230px;
	margin-left: 39px;
	margin-top: 8px;
}


#menu-top {

border-bottom: solid 1px #ccc;
padding-bottom: 1px;
padding-top: 14px;
padding-left: 0px;
width: 230px;
}




#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 4px;
}

#nav a {
	display: block;
	width: 230px;
}

#nav li { /* all list items */
	
	width: 230px; /* width needed or else Opera goes nuts */
}


#nav li.off ul { /* second-level lists */
	position: absolute;
	background: #535353;
	width: 230px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav li.on ul {
  /*display active subnav list*/
  display: block;
  left: auto;
}




#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}





.hiddenPic {display:none;}




