﻿html{
	overflow-y: scroll;
	font-family:  Tahoma, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px; 
	color:#3c3c3c;
}

body{
	margin:0px auto 10px auto;
	width:100%;
	height:100%;

	background-color: #f3f3f3;
	background-image: url('images/body-background.gif');
	background-repeat: repeat-x;
}

a {
	color: #0066cb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
 	border: 0px;
}

/*------------------------------------------------------*/

h1 {
	
}

h2 {
	color: #0066cb;
	font-size: 16px;
	font-weight: bold;
	border-bottom: thin #c1d0e0 solid;	
	margin-top:0px;
}

h3 {
	color: #0066cb ;
	font-size: 14px;
	font-weight: bold;
	padding:0px;
	margin-top:50px;
	margin-bottom:0px;

}
/*------------------------------------------------------*/

#site_container{
	width:750px;
	padding:0px;
	margin:0px auto;
}

/*------------------------------------------------------*/

#header{
	background: #FFFFFF;
	height: 255px;
	border-left: 5px #c1d0e0  solid;
	border-right: 5px #c1d0e0  solid;
}

#newsticker{
	height: 13px;
	padding: 5px;
	font-size: 10px;
	font-family: "Courier New", Courier, monospace;
}

#splashadd {
	padding-left:3px;
	float:left;
	height: 198px;
	width: 430px;
	margin-right:00px;
	/*border-bottom: 2px #c1d0e0  solid;*/
}

#splashbanner{
	text-align: center;
	float:right;
	background-image: url('images/banner-backshade.gif');
	background-repeat: repeat-x;
	width: 300px;
	height: 198px;
	/*border-bottom: 2px #c1d0e0  solid;*/
}

#splashbanner ul {
	margin: 0px;
	padding:0px;
	padding-left:0px;
}

#splashbanner li {
	list-style: none;
	padding:0px 5px;
	float:left;
}

#splashbanner a:hover .imghighlight{
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80; 
	-khtml-opacity:0.80;
	padding-bottom: 3px;
	border-bottom: 2px #0066cb solid;
}


#nav {
	clear:both;
	text-align: left;
	background-image: url('images/banner-navbackshade.gif');
	background-repeat: repeat-x;
	height:32px;

}

#nav ul {
	margin: 0px;
	padding:0px;
	padding-left:20px;
}

#nav li {
	list-style: none;
	float:left;
}

#nav a {
	float:left;
	padding-top: 10px;
	padding:8px 25px;
}

#nav a:hover {
	border-bottom: 2px #0066cb solid;
	text-decoration:none;
}

/*------------------------------------------------------*/

#content {
	background: #FFFFFF;
	min-height: 300px;
	border-bottom: 5px #c1d0e0  solid;
	border-left: 5px #c1d0e0  solid;
	border-right: 5px #c1d0e0 solid;
	padding:2px;
}

#innercontent-left {
	float: left;
	width: 425px;
	margin:10px 0px 10px 5px;
}

#innercontent-right {
	float: right;
	width: 270px;
	padding:0px 5px; 
	margin:5px 5px 10px 0px;
}

.content-cell {
	background-image: url('images/banner-backshade-green.gif');
	background-repeat: repeat-x;

	margin-bottom:10px;
	padding:10px;
	border:1px #c1d0e0 solid ;
	text-align: justify;
	line-height: 20px;
}

/*------------------------------------------------------*/

#footer {
	color:#3c3c3c ;
	margin-top:10px;
	text-align:center;
}

.callout {
	margin:0px 20px;
	border: 1px #4E5E9F solid;
	text-align: center;
	font-weight: bold; 
	padding:10px;
	color:#4E5E9F;
}

#clientlist {
	 margin:10px;
	 padding:10px;
}

#clientlist li {
	 list-style: none;
	 margin:0px;
	 padding:0px;

}

#form_contact label{
	font-size: 14px;
	padding-bottom: 2px;
}
