/* CSS Document */

body 
{
	color: #333;
	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 40px 0px;
}


#wrapper{margin:auto;
		 width:780px;
		 background: url(images/bg.jpg) repeat-x;	
		 border:2px solid #999;}


a:link, a:visited, a:active 
{
	color: #036;
	background-color: transparent;
	font-weight: normal;
}

a:hover  
{
	color: #c00;
	background-color: transparent;
}

h1
{
   color: #797956;
   font-size: 17px;
   font-weight: normal;
   margin: 10px 0px 10px;
   padding: 2px;
   border-bottom: 1px #C7C790 solid;
}

h2
{
   color: #797956;
   margin: 10px 0px 2px;
   padding: 2px;
   font-size: 13px;  
}

p
{
   margin: 5px;
   padding: 5px;  
}

p, ul, ol
{
   line-height: 20px;  
}

img
{
   border: 0px;  
   padding-top:0px;
  
}

hr
{
    display: block;
    height: 2px;
    border-top: 1px solid #3672b5;
    border-left: 0px none;
    border-right: 0px none;
    border-bottom: 0px none;
    margin: 0px 0px 20px;
    padding: 0px;
    width: 100%;
    clear: both;
}


ul#topnav
{
   position: absolute;
   left: 658px;
   top: 99px;
	height: 25px;
	width: 200px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 16px;
}

#topnav li
{
	color: #000;
   background: url(images/topnavmenu.gif) top left no-repeat;
   float: left;
	text-align: center;
	font-size: 10px;
}

#topnav li a
{
   color: #fff;
   background-color: transparent;
	display: block;
	width: 100px;
	height: 15px;
	margin: 0px; 
	padding: 0px;
	text-decoration: none;
	background: url(images/topnavmenu.gif) top left no-repeat;
}

#topnav li a:hover
{
	background: url(images/topnavmenu1.gif) top left no-repeat;
	color: #003;
}
	
#topnav li a:active
{
	background: url(images/topnavmenu.gif) top left no-repeat;
	color: #fff;
}

#container
{
   width: 780px;  
}

#logo
{
   margin: 0px 0px 4px;
}

#nav
{
   margin: 0px;
	padding: 0px;
	float: left;
	width:160px;
}

#nav a:link, #nav a:visited, #nav a:active
{
   color: #2E5270;
	background-image: url(images/button_bg.gif);
   width: 150px;
	font-size: 10px;
	font-weight: bold;
   text-decoration: none;
   display: block;
   padding: 6px 4px 6px 4px;
   border: 1px solid #2E5678;
	margin: 3px 2px 6px 3px;
   text-decoration: none;
   text-indent: 2px; 
}

#nav a:hover
{
   color: #1E364B;background-image: url(images/button_bg2.jpg);
}

#image_section
{
   width: 600px;
   float: right; 
   padding-top:2px; 
   margin-top:0px;
}

#image_section img {
	padding-left:10px;
	}
#contents
{
   width: 600px;
   margin: 10px 20px 20px 40px;  
}

#footer
{
   border-top: 1px solid #ccc;
   width: 600px;
   margin-left: 40px;
   padding: 10px 10px 10px 34px;
   font-size: 11px;
   clear: both;
   text-align: center;
}

.box
   {
      border: 4px #c3d9ff solid;
      margin: 15px;
      padding: 5px;
      width: 720px;
      float: left;
   }
.logo_banner {
	font-family: "Arial Black";
	font-size: 36px;
	color: #316AC5;
	font-weight: bold;
}
.no_decor {
	list-style-type: none;
}

#client_comments{
margin:auto;
width:98%;
border:1px dashed #CCC;}

.style1 a {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
	line-height:25px;
	text-decoration:none;
}