﻿html, body
{
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}
body
{	
	background: url('images/white_highlight_top.png') repeat-x top left;
}
 
.PageContainer
{	
	background:url('images/content_bg.png') no-repeat top right;
	
	width:800px;
	height:500px;
}
.Container
{
	width:700px;
	height:496px;
	background-color:Transparent !important;
}
.Container div
{
	margin:1em;
}
 
.PageContainer a.Tab
{
	width:100px;
	height:51px;
	
	margin-top:1px;
	margin-left:1px;
	
	padding:4px 0 0 0;
	
	display:block;
	text-align:center;
	line-height:20px;
	overflow:hidden;
	
	cursor:default;
	position:relative;
	
	font-weight:bold;
	font-size:14px;
}
.PageContainer a.LinkAbout
{	
	margin-top:5px;
	padding-top:0;
	line-height:50px;
	margin-bottom:1px;
	height:54px;
}
.PageContainer a.LinkWebDev
{
}
.PageContainer a.LinkDeskDev
{
}
.PageContainer a.LinkMailHosting
{
}
.PageContainer a.LinkBusInt
{
}
.PageContainer a.LinkNtwkSvcs
{	
}
.PageContainer a.LinkHRPayroll
{
}
.PageContainer a.LinkInvAuto
{
}
 
.PageContainer a.Current
{
	background:url('images/tab_up.png') no-repeat top left;
	color:#000;
}
.PageContainer a.Inactive
{
	background:url('images/tab_down.png') no-repeat top left;
	color:#fff;
	width:90px;
	margin-left:11px;
	cursor: pointer;
}
 
.PageContainer h1
{
	text-indent:-1000px;
	width:290px;
	height:51px;
	background: url('images/chattooganet_logo01.jpg') no-repeat top left;
	margin: 5px 15px 0 0;
	overflow:hidden;
	position:absolute;
	right:0;
	padding:0;
}
.PageContainer h2
{
	font-size:x-large;
	margin:0;
	height:51px;
	display:block;
	border-bottom:solid 1px #808080;
}
.PageContainer p
{
	margin:0;
	padding:.25em 0 .25em .5em;
}
.PageContainer ul
{
	margin:0;
	padding:.25em 0 .25em 1.5em;
}
 
.PageContainer h3
{
	margin:1em 0 0 0;
}
 
.ContactBox
{	
	position:absolute;
	right:0;
	bottom:0;
	margin-bottom:-44px;
	margin-right:4px;
}
.ContactBox a.ContactUp,
.ContactBox a.ContactDown
{
	width:175px;
	height:53px;
	
	overflow:hidden;
	text-indent:-1000px;
	display:block;
	
	cursor:pointer;
}
.ContactBox a.ContactDown
{
	background:url('images/contact_tab_down.png') no-repeat right top;
}
.ContactBox a.ContactUp
{
	background:url('images/contact_tab_up.png') no-repeat right top;
}
.ContactForm
{
	width:354px;
	height:354px;
}
.ContactForm .WindowBar
{
	height:37px;
	cursor:default;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:small;
	background:url('images/contact_form_top.png') no-repeat left top;
	overflow:hidden;
}
.ContactForm .WindowBar .WindowTitle
{
	line-height:30px;
	float:left;
	margin-left:10px;
	color:#fff;
}
.ContactForm .WindowBar .WindowClose
{
	background:url('images/contact_form_close.png') no-repeat center;
	height:30px;
	width:30px;
	text-indent:-1000px;
	overflow:hidden;
	float:right;
	margin-right:3px;
	margin-top:1px;
}
.ContactForm fieldset
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	overflow:hidden;
	clear:right;
	padding:5px 1em 0 1em;
	margin:0;
	background:url('images/contact_form_middle.png') repeat-y left top;
}
.ContactForm .Address
{
	padding:2.25em 0 0 0;
	font-size:small;
	text-align:center;
	width:354px;
	height:90px;
	background:url('images/contact_form_bottom.png') no-repeat left top;
}
.ContactForm textarea
{
	display:block;
	width:97%;
	margin:auto;
	clear:both;
}
 
.ContactForm label
{
	width:110px;
	display:block;
	float:left;
}
.ContactForm label,
.ContactForm input,
.ContactForm select
{
	margin:3px 0 0 0;
}
 
.ContactConfirm
{
	position:absolute;
	top:-1em;
	left:106px;
	background-color:#ffff99;
	text-align:center;
	padding:2px 5px 5px 5px;
	height:1em;
	margin-top:-8px;
	
	border: solid 1px #aaa;
	border-bottom:solid 1px #aaa;
}
 
.ModalBackground
{
	background-color:#000;
	opacity:.4;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
}
 
.ValidatorHighlight
{
	background-color:#ffffcc;
	border:solid 1px #900;
}
 
.CopyrightBox
{
	position:absolute;
	bottom:-0.5em;
	left:125px;
	
	font-size:x-small;
}
