﻿/* CSS Document */
/* Style Sheet created by Johnny Authement - Complete Network Management*/
* {
padding: 0;
margin:  0;
}
html, body{
	margin: 0px;
	padding: 0px;
	border:0px;
}

/* 1em = 10px */
body {
font-size: 62.5%;
font-family:Arial,Trebuchet MS,  Sans-Serif;
background:url(images/background.gif) repeat-x #004B2A;
text-align:center;
}

a:link{ 
background-color: transparent;
color:#ff6e0f;
text-decoration:none;
}

a:visited{ 
background-color: transparent;
text-decoration:none;
color: #006330;
}

a:hover, a:active{ 
background-color: transparent;
text-decoration:underline;
color:#006330;
}


p { 
font-size: 1.2em; line-height:1.4em; padding-top:6px; padding-bottom:6px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h1 { font-size: 2.4em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.green{color:#006330;}
.orange{color:#ff6e0f; font-weight:bold;}
.lists{margin-top:6px;margin-left:25px; font-size:1.2em;}
.indent{margin-left:25px;}

/* container */
#container{
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	padding: 0px; /* messy method of overcoming a rendering bug in mozilla 1.4, maybe others */
	padding-right:0;
	padding-left:0;
	padding-bottom:10px;
	width: 700px;
	height:100%;
}

#innerbox{
	margin: 0px;
	padding: 0px;
	visibility:visible;
	text-align:left;
	height:auto;
	z-index:0;
	width:100%;
	background:#fff;
	color:#333333;
}

/* header */
#header{
	height:92px;
	padding-top:9px;
	padding-left:15px;
}
#headtext{float:right; text-align:right; font-size:1.4em;padding-right:20px;}
.bigphone{font-size:2em; font-family: Arial Black;color:#434343;}

#hmenu{
	height:30px;
	padding-bottom:0px;
	border-bottom:1px solid #acacac;
}
#hmenu ul{padding-left:15px;}
#hmenu ul li{display:table-cell;text-align:center;}
#hmenu ul li a {
text-align:center;
display:block; 
width:; 
background:#004919; 
height:30px; 
font-size:1.4em; 
line-height:2em;
padding-left:10px;
padding-right:10px;
color:#fff;
border-right:1px solid #acacac;
border-left:1px solid #acacac;
border-top:1px solid #acacac;
margin-right:-1px;
}

#hmenu ul li a:hover{
background:#fff; 
color:#004919;
text-decoration:none;}

#middleimg{margin-top:4px;}
/* content */
#pagebody{
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
}

#leftcol{
	width:190px;
	float:left;
}

#contactinfo{background:url(images/contactbg.gif) repeat-x #fbe5c8;border:1px solid #f3ddbd;padding:15px;margin-bottom:15px;}
#contactinfo h2{font-size:2em;}
#contactinfo p{}
#contactinfo .orange{color:#ff6e0f; font-weight:bold;font-size:1.2em;}

#rightcol{
	margin-left:210px;
	width:400px;
	padding-left:30px;
	padding-bottom:30px;
	border-left:1px solid #e5e5e5;
}

#rightcol h2{margin-top:6px;margin-bottom:6px;border-bottom:1px solid #004B2A;}

/* footer */
#footer{
	border-top:1px solid #e5e5e5;
	margin-left:15px;
	margin-right:15px;
	padding-top:15px;
	clear:both;
	text-align:center;
	margin-top:10px;
	height:100%;
	background-color:#fff;
}
#footlinks{
	text-align:left;
	font-size:1.2em;
}

#footadd{float:right;margin-top:-6px; color:#636363;}
#footcopy{clear:both;text-align:left; color:#636363;}

fieldset{padding:5px; font-weight:bold;}
fieldset label{font-size: 1.2em; line-height:2em; padding-top:10px; padding-bottom:10px;}

