body{
	background:#fff;
	text-align:center;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	color:#000
}
/* P classes */
.title{
	color:#0A4E87;
	font-size:1.5em;
	background-color:#fff;
	
	
}
.services-first{
	border-bottom:dashed 1px #000;
	width:330px;
}
.services{
	border-bottom:dashed 1px #000;
	
}
.big{
	color:#336699;
	font-weight:bold;
}
h3{
	color:#4B5C94;
	background-color:#fff;
}
a.linkage:link,a.linkage:visited{
	color:#0A4E87;
	font-size:1.2em;
	background-color:#fff;
	text-decoration:underline;
}
a.linkage:hover{
	color:#fff;
	background:#000;
	text-decoration:underline;
	padding:5px;
}
#wrapper{
	width:780px;
	color:#000;
	background:#fff url(../images/runner.jpg) ;
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header{
	background:#fff url(../images/header.jpg);
	width:780px;
	height:306px;
	color:#000;
}
#top{
	width:804px;
	height:57px;
	background:#fff url(../images/nav-top.jpg);
	color:#000;
}
#navcontainer { 
	width: 180px;
	margin-left:15px;

 }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
height:26px;
color:#333;
background: #999 url(../images/menu-off.jpg);
background-repeat:no-repeat;
text-indent:25px;
text-decoration:none;


}

#navcontainer a:link, #navlist a:visited
{
display: block;
padding: 3px;
width: 160px;
color:#000;
background: #999 url(../images/menu-off.jpg);
background-repeat:no-repeat;
text-indent:25px;

}
#active a:link, #active a:visited, #active a:hover
{
background: #999 url(../images/menu-on.jpg);
background-repeat:no-repeat;
color: #fff;
}
#navcontainer a:hover
{
background: #999 url(../images/menu-on.jpg);
background-repeat:no-repeat;
color: #fff;
}
#bottom{
	background:#fff url(../images/nav-bottom.jpg);
	width:803px;
	height:37px;
	color:#000;
}
#content{
	margin-top:-200px;
	margin-left:200px;

}
#recent{
	float:right;
	text-align:center;
	border:1px solid #666;
	color:#4C5D93;
	margin-left:5px;
	background-color:#fff;
}
#caption{
	
	background:#232B43;
	color:#ccc;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.img-box{
	
	float:right;
	border:1px solid #666;
}
.box{
	border-top:dashed 1px  #666;
	
}

.capclear2{
margin:10px auto;
width:35em;
text-align:left;
border-top:1px dashed #000;
background:#fff;
padding:1px;
padding-bottom:60px;
color:#000;
}
.capclear2 img {margin:5px;display:inline;border:1px solid #666;}
.capclear2 ul{

margin:0;
padding:0;
list-style:none;
}
.capclear2 ul li{margin:1em 0}

.capclear2 ul{
overflow:auto;/* this is the key for good browsers*/
}
/* mac hide - this is for ie6 and less \*/
* html .capclear2 ul {height:1%}
/* end hide*/

/* Images */
.imgright{
	padding:5px;
	float:right;
}
.image-container{
	width:590px;
	
	background:#fff;
	padding-bottom:10px;
}

/** Contact Form **/
#contact_form{
	width:310px;

	margin-left:150px;
	
}
.c_head{
	background: #000;
	color:#fff;
	width:310px;
	text-align:center;
	font-weight:bold;
}
.c_row2{
	background :#99CCFF;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
	
}
#scale{
	height:50px;
}