﻿  /* CSS layout - masthead, heading, 4 cols, 3 footers */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
	background-image:url('../images/background.gif'); 
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family: Verdana, Trebuchet, Tahoma, Arial, Helvetica, san-serif; 
}

hr	{
	color: #ccffcc;
}

#container {
	width: 750px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#masthead {
	width: 750px;
	height: 150px;
	background-image: url('../images/webserve_logo.jpg');
	/* background-position: center; */
	background-repeat: no-repeat;
	background-color:black;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

#masthead .site-title {
	font-size: 20pt; 
	color: white;
	font-weight: bold; 
	margin-top: 80px; 
	margin-bottom: 0; 
	text-align: right;
}

#masthead .description {
	font-size: 10pt;
	color: white;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0px;
	text-align: right;
	padding-top: 10px;

}

#heading {
	width: 750px;
	height: 50px;
	margin: 0 auto;
	background-color:#006600;
	text-align:center;
}

#floatdiv {
	position: relative;
	margin-top: 5px; 
	padding-top: 2px;
	padding-bottom: 2px;
	width: 170px;
	height: 300px; 
	float: left;
	display: inline;
	color: #EAEBD8;
}

/*#floatdiv a {
	font-size: 9pt;
	color: #008000;
	margin-top: 2px;
	margin-bottom: 2px;
}

#floatdiv a:hover {
	font-size: 9pt;
	color: #ce0000;
	margin-top: 2px;
	margin-bottom: 2px;
}*/	

#col_2 {
	position: relative;
	margin-top: 25px; 
	padding-top: 2px;
	padding-bottom: 2px;
	width: 50px; 
	float: left;
	/* display: inline; */
}
	
#page_content {
	margin-left: 20px;
	width:480px;
	float: left;
	background-color:#FFF;
}

#col_4 {
	position: relative;
	margin-top: 25px; 
	padding-top: 2px;
	padding-bottom: 2px;
	width: 50px; 
	float: right;
	/* display: inline;*/
	color: #EAEBD8;
}

/*
#quicknav {
	clear: both;
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	text-align:center;
}
*/
#foot_fav_copyrght {
	clear: both;
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	text-align:center;
	background-color:white;
	font-size:6pt;
	font-weight:bold;
	margin-bottom:10px;
}

#foot_heading {
	width: 750px;
	background-color: #006600;
	height: 30px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align:center;
}

#foot_contact {
	width: 750px;
	background-color: #ccffcc;
	height: 30px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	border: 0;
	padding-top:12px;
	text-align:center;
}

/*  *********** FONTS *********** */

a:active     
{ 
	font-size: 9pt; 
	font-weight: bold; 
	color: navy; 
	margin-top: 2px; 
	margin-bottom: 2px; 
	text-decoration:underline; 
}

a:link
{
	font-size: 9pt; 
	font-weight: bold; 
	color: #006600; 
	margin-top: 2px; 
	margin-bottom: 2px;  
}

a:visited
{
	font-size: 9pt; 
	font-weight: bold; 
	color: #666666; 
	margin-top: 2px; 
	margin-bottom: 2px;  
}

a
{
	font-size: 9pt; 
	font-weight: bold; 
	color: black; 
	margin-top: 2px; 
	margin-bottom: 2px;  
}

a:hover
{
	font-size: 9pt; 
	color: #ce0000; 
	font-weight: bold; 
}

.floatdiv_a {
	color: #008000;
}

.floatdiv_a:hover {
	color: #ce0000;
}

.site-title
{
	font-size: 20pt; 
	color: red;
	font-weight: bold; 
	margin-top: 15px; 
	margin-bottom: 2px; 
	text-align: center;
}

.contact {
	font-size: 8pt;
	font-weight: bold;
	color: #808080;
	text-align: center;
	margin-left: 0;
}

.flashit {
}

.tiny {
	font-size: 6pt;
	color: #808080;
	font-weight:bold;
	text-align: center;
}

.small_bold {
	font-size: xx-small;
	font-weight: bold;
	text-align:center;
}

.slogan {
	font-size:12pt;
	font-weight:bold;
	color: white;
	text-align:center;
	margin-top:3px
}

.top {
	font-size: small;
	font-weight: bold;
	color: #008000;
}

ul#navigation 
{
	margin-left:17px;
	padding-left:0px;
	list-style-type:none;
}

h1
{ 
	font-size: 12pt; 
	color: #FFFFFF; 
	font-weight: bold; 
	margin-top: 0; 
	margin-bottom: 0; 
	text-align:center;
}

h2
{ 
	font-size: 10pt; 
	color: #CE0000; 
	font-weight: bold; 
	margin-top: 20px; 
	margin-bottom: 4px; 
	text-align:left; 
	padding-top:10px; 
}

h3
{ 
	font-size: 9pt; 
	color: #006600; 
	font-weight: bold; 
	margin-top: 20px; 
	margin-bottom: 0; 
	text-align:left; 
	margin-left:20px; 
	margin-right:30px; 
}

h4
{
	font-size: 12pt;
	color: #fff; 
	font-weight: bold; 
	margin-top: 10px; 
	margin-bottom: 3px; 
	text-align:center; 
}

h5
{ 	
	font-size: 12pt; 
	color: #006600; 
	font-weight: bold; 
	margin-top: 10px; 
	margin-bottom: 3px; 
	text-align:center; 
}

h6
{
 	font-size: 10pt; 
 	color: #CE0000; 
 	font-weight: bold; 
 	margin-top: 10px; 
 	margin-bottom: 3px; 
 	text-align:left; 
 }
 
p
{ 
	font-size: 9pt; 
	color: #000000; 
	margin-top: 0; 
	margin-bottom: 5px; 
	margin-left: 20px; 
	margin-right:10px; 
}

li
{
 	font-size: 9pt; 
 	color: #323232; 
 	margin-top: 0; 
 	margin-bottom: 5px; 
 	margin-left:0; 
 	margin-right:0; 
 }
 
button
{
	font-size: 8pt; 
	color: white; 
	font-weight: bold; 
	margin-top: 0; 
	margin-bottom: 0; 
}

textarea
{
	font-size: 8pt; 
	color: #323232; 
}

td
{
	font-size: 9pt; 
	color: #323232; 
}

th
{
	font-size: 9pt; 
	color: #323232; 
	font-style: italic; 
	font-weight: bold; 
}
