body{
	font-family: Arial,sans-serif;
	font-size:12px
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}

#wrapper{
	width: 780px;
	margin: 0 auto;
	border: 1px solid #5FA5C0;
	background-image: url(../images/top_back.gif);
	background-repeat:no-repeat;
}

#masthead{
	margin: 0;
	padding:0;
	width: 100%;
}

/********************* navigation **********************/

#navBar{
	text-align:center;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #2F4359;
	border-bottom:1px solid #5FA5C0;
}

/********************* navigation - location **********************/

#home .home, #contact .contact, #about .about, #services .services{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #4B6B8E;
	text-decoration: none;
}

/********************* content **********************/

#container{
	width: 100%;
	margin: 0;
	padding: 5px 0px 0px 0px;
	background-color: #000000;
}

#content{
	float:left;
	width: 505px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #A6A6A6;
	margin: 0;
	padding:0px 12px 0px 5px;
	background-color: #000000;
}

#sidebar{
 	float:right;
	width: 220px;
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size:14px;
	color: #cccccc;
	margin:0px;
	padding:0px 10px 0px 20px;
	border-left: 3px solid #2F4359;
	background-color: #666666;	
}

/********************* footer **********************/
#siteInfo{
	clear: both;
	text-align:center;
	font-size: 10px;
	color: #cccccc;
	padding: 10px 0px 5px 0px;
	margin-top: 0px;
	background-color:#2F4359;
	border-top:3px solid #5FA5C0;
}

/********************* image boxes **********************/

div.float {
  float: left;
  }
  
div.float p {
   text-align: left;
   }
   
div.container {
  border: 1px solid #009999;
  background-color: #ebeaea;
  }

div.spacer {
  clear: both;
  }   

/************** text **************/

.phocredit{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	color: #000000;
	}
	
#menu p{margin:5px 0;
}

#sidebar p{margin:5px 0;
}

#siteInfo p{
	margin:0px; line-height:.85;
}	

/************** header tag styles **************/

#sidebar h2{
 font: Georgia, "Times New Roman", Times, serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h1{
 font: bold 24px Arial,sans-serif;
 color: #567CA7;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 18px Georgia, "Times New Roman", Times, serif;
 color: #567CA7;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 14px Arial,sans-serif;
 color: #567CA7;
 margin: 0px;
 padding: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #BCB475;
	text-decoration: none;
}

a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #cccccc;
	text-decoration: none;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

/********************* image **********************/

.content img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}

#sidebar img{
	float:none;
	padding: 0px 0px 0px 0px;
	margin: 0;
	border: 1px solid #000000;
}

/********************* decor **********************/

.divider{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	color: #4B6B8E;
}

/********************* new links **********************/
#sidebar a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #BCB475;
}

#sidebar a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #BCB475;
}

#sidebar a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #C5AD1D;
}

#content a:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #BCB475;
	font-weight: bold;
}

#content a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #BCB475;
	font-weight: bold;
}

#content a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #ffffff;
	font-weight: bold;
}

/*********** #sidebar link styles ***********/

#sidebar ul a:link, #sidebar ul a:visited {display: block;}
#sidebar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar li {border-bottom: 1px solid #ffffff;}

/* fix for browsers that don't need the hack */
html>body #sidebar li {border-bottom: none;}