body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-image:url(../images/back.jpg);
  background-repeat:repeat;
  line-height:1.7em;
  font-size:12px;
  color:#000;
}
a {
	font-size:12px;
	color:#336699;
	text-decoration:none;
	}
	a:hover {text-decoration:underline;}
	
h1 {font-size:16px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	color:#336699;
	padding-top:0px;
  }
  
  .talk  {
    font-size:16px;
	line-height:1.4em;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	color:#336699;
	padding-top:0px;
	font-weight:bold;
	}
	.form {display:none;height:25px;}
	
	  .smalltalk  {font-size:12px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	color:#336699;
	padding-top:0px;
	font-weight:bold;
	
	}
#shadow {
padding-top:1px;
padding-bottom:2px;
background-color:#CCCCCC;
margin:40px 0 0 50px;
width:757px;
}

#container {
background-color:#FFF;
padding-bottom:11px;
margin:0px 2px 0px 1px;
}

#header {
height:105px;
background-color:#FFFFFF;
padding-top:20px;
padding-left:502px;
}

#navholder {
margin:0 11px 0 11px;
padding-left: 10px;
border: #336699 1px solid;
height:22px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.7;
}

#nav a {
	font-size:10px;
	line-height:2.3em;
	display: block;
	color:#336699;
	text-decoration:none;
	width: 10em;
}

#nav a:hover {
background-color:#336699;
	color:#FFF;
font-size:10px;
	display: block;
	text-decoration:none;
	width: 10em;
}
#nav #currentpage a {
background-color:#336699;
	color:#FFF;
	}


#nav li { 
/* all list items */
font-size:10px;
text-align:center;
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

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

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

#bodyholder {
margin:11px 11px 0px 11px;
border: #336699 1px solid;
}


#linkbutton {
padding:10px 4px 4px 8px;
text-align:right;
color: #336699;
font-size:11px;
background-color:#FFFFFF;
border: #336699 1px solid;
width:138px;
height:35px;
}

.footer{font-size:10px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	color:#336699;
	padding-top:0px;
  }
  
  #footer {
padding-bottom:0px;
margin:5px 0 0 50px;
text-align:right;
width:757px;
}
  /*.threverything.net/explorer/threepxtest.html
*/
  .cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.services a {color:#000000;}
.services a:hover {text-decoration:underline;}



