﻿body {
    margin-top:25px;
    font-size:62.5%;
    color:#333;
    font-family:Georgia, Times, Times New Roman, serif;
    margin-left:20pt;
    margin-right:20pt;
    text-align:center;
    background:#FFF url(imgs/bkgd.jpg) repeat-x top left}
br.clear{clear:both;}

#holder{
    width:680px;
    margin:15px  auto 0;
    z-index:0;
    background-color: #3b3b3d;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: none;
    padding:10px;}

#main{
    position:relative;
    margin-top:1px; /*puts line between nav and content*/
    background:#fefefe url(imgs/bkgdGrad.jpg) repeat-x;
    float:left;
    margin-bottom:5px;/*gives gap between content and footer*/
    padding:5px 5px 10px 5px;/*gives gap between content and footer*/
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    }
/*used on index*/
#main div.content{
    width:380px;
    float:left;
    text-align:left;
    padding:10px;
    font-size:1.2em;
    line-height:130%;
    }
#main div.news{
	line-height:130%;
	text-align:left;
	padding:10px;
	font-size:1.2em;
	height:200px;
	overflow:auto;
	width:640px;
}
.news p{text-indent:8px}

/*used on services as main content*/
#main h1{margin:10px;font:Georgia, Times New Roman, sans-serif bold 1.8em; text-align:center; text-decoration:underline}
#main h2{margin:5px 10px 5px 0;font:Georgia, Times New Roman, sans-serif bold 1.4em; text-align:left;}
#main h2.bold{font-weight:bolder;font-size:1.8em;text-decoration:underline}
#main div.services{
    float:left;
    text-align:left;
	padding:10px;
	font-size:1.2em;
    line-height:130%;
	width:650px
    }

#main img{float:left}
#main div#flash{float:left;width:262px;}

	/** The Links **/
a:link, a:visited, a:active{
    text-decoration:underline;
    color:#000}	
    
a:hover{
    color:#009; 
    text-decoration:underline}
	
	/**For Gallery styles on Client page**/
div.gallery {
	padding-left:30px; 
	padding-top:10px}    
div.gallery img{
	margin:5px; 
	border:ridge 3px #333;}
    
