/* 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-bg.gif) repeat-x #ebe9e1;
text-align:center;
}

a:link{ 
background-color: transparent;
color:#006480;
text-decoration:underline;
}

a:visited{ 
background-color: transparent;
text-decoration:none;
color: #0000fe;
}

a:hover, a:active{ 
background-color: transparent;
text-decoration:underline;
color:#fe6600;
}

p { 
font-size: 1.2em; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}
h1 { font-size: 2.4em;}
h2 { font-size: 1.5em; }
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; }
.newsp{padding-left:20px;}

/* container */
#container{
	position: relative;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 0px;
	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:0px;
	width: 720px;
	height:100%;
}

#innerbox{
	margin: 0px;
	padding: 0px;
	visibility:visible;
	text-align:left;
	height:auto;
	z-index:0;
	width:100%;

}

/* header */
#header{
	height:150px;
	background:url(images/header2.jpg) no-repeat;
}
#hmenu{
	margin-right:24px;
	border-right:1px solid #678b9e;
	border-left:1px solid #678b9e;
	margin-top:119px;
	height:30px;
	padding-bottom:0px;
	float:right;
}

#hmenu ul{display:table;}
#hmenu ul li{display:table-cell;text-align:center;}
#hmenu ul li a {
	text-align:center;
	display:block; 
	border-top:1px solid #678b9e;
	background:url(images/menu-bg.gif) repeat-x;
	height:30px; 
	font-size:1.4em; 
	line-height:2em;
    padding-left: 13px;
    padding-right: 12px;
	color:#fff;
	margin-right:0px;
	text-decoration:none;
}

#hmenu ul li a:hover{
	background:url(images/menu-bg-over.gif) repeat-x;
	border-top:1px solid #fff;
	color:#004919;
	text-decoration:none;
	}
/* content */
#pagebody{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
	float:left;
}

#centercol{
	background:url(images/infohead0.jpg) no-repeat 0 0;
	width:700px;
	height:auto;
	margin-top:15px;
	padding-top:257px;
}
#contentbox{
	margin:0px 15px 0px 15px;
	padding:10px;
	border:1px solid #d9d9d9;
	background:#f5f4f0;
	}
#innercontent{
	border-top:1px solid #e5e5e4;
	background:url(images/content-bg.gif) repeat-x #f5f4f0; 
	padding-left:35px;
	padding-right:35px;
	padding-top:10px;
	padding-bottom:25px;
}

#innercontent p{margin-bottom:1.2em;}

#heading{
	color:#fe6600;
	display:block;
	padding-top:15px;
	margin-bottom:30px;
	}
/* footer */
#footer
{
	clear:both;
	height:160px;
	background:url(images/footer.gif) repeat-x 0 30px;
}
#innerfooter
{
	padding-top:55px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	color:#707070;
}


/* Form Items */

.textfield {
	border: 1px solid #929292;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

/* Login View */

.login .label {
	display:block;
}

.login .textbox {
	border: 1px solid #929292;
	width: 140px;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

.login .button {
	display:block;
	margin-top:8px;
	margin-bottom:8px;
}

.view {margin-left:auto; margin-right:auto; text-align:center;font-size:1.4em;}
.item {padding:15px;}
.photo-frame{margin:5px;}
#tblcontact{margin-left:auto;margin-right:auto;}
#tblcontact td{vertical-align:top;text-align:center;padding:10px;}

#tbltools{margin-left:auto;margin-right:auto;}
#tbltools td{vertical-align:top;padding:10px;}
#tbltools h3{display:block;background:#F27736; color:#fff;padding:4px;font-size:1.4em;border:1px solid #ac5526;}
#tbltools p{padding:4px;}

#adminmenu{border:1px solid #000;margin-left:15px;margin-top:20px;margin-right:15px;height:20px;padding:3px; width:660px; font-size:1.4em;background:#000; color:#fff;}
#adminmenu a{display:inline-block; color:#F27736;line-height:1.4em;padding-right:2px;padding-left:2px;}
#adminmenu a:hover{background:#fff; color:#000;}

.lists{font-size:1.2em; margin-left:20px;}

