@charset "utf-8";
/* CSS Document */


/*********************************/
/*       UNIVERSIAL ELEMENTS     */
/*********************************/
body {
	background-color: #f4eeee;
	background-image: url(../images/bkgrnd2.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #151b54;
	margin: 0;
	padding: 0;
}

span {
	display: none;
}

h1 {
	font-family: "High Tower Text", "New Times Roman", "Bookman Old Style", serif;
	font-size: 24px;
	font-weight: bold;
	color: #c56b0e;
}

h2 {
	font-size: 14px;
	margin: 0;
	padding: 10px 0 0 15px;
}

h3 {
	margin: 0;
	padding: 10px 0 0 0;
}

h4 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding:0 0 10px 25px;
}

a {
	text-decoration: none;
}

a:link {
	color: #151b54;
	text-decoration: none;
}

a:visited {
	color: #003;
	text-decoration: none;
}

a:active {
	color: #151b54;
	text-decoration: none;
}

a:hover {
	color: #36F;
	text-decoration: none;
}

img {
	border: none;
}

ul {
	margin: 0;
	padding: 0 0 10px 55px;
}

/*********************************/
/*         	PAGE CONTAINER       */
/*********************************/
#pg-container {
	width: 960px;
	height: 100%;
	background-color: #f4eeee;
	margin: 20px auto;
	padding: 0;
}


/*********************************/
/*         	HEADER               */
/*********************************/

#header {
	position: relative;
	top: 57px;
	left: 0;
	z-index: 5;
	background-color: #fff;
/*	border-top: 7px solid #e58725;
	border-bottom: 18px solid #e58725;
	background-image: url(../images/bk-head.png);eff4f7
	background-repeat: repeat-x;*/
	height: 230px;
	margin: 0 0 0 0;
	padding: 0;
}


.logo {
	float: left;
	padding: 50px 0 0 0;
	margin: 0;
}

#phone {
	position: absolute;
	top: -45px;
	right: 10px;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
}
/*
.orangebar {
	position: absolute;
	bottom: 15px;
	right: 0px;
	z-index: 30;
	font-style: italic;
	font-size: 17px;
	font-family: "High Tower Text", "New Times Roman", "Bookman Old Style", serif;
	margin: 5px 0 0 0px;
	padding: 5px 25px 0 0;
	border-top: 10px #e58725 solid;
}

*/
/*********************************/
/*     	NAVIGATION DIVISION      */
/*********************************/
#nav {
	position: relative;
	top: 0;
	left: 0px;
	z-index: 10;
	padding: 0;
	height: 230px;
	width: 960px;
}

.top {
	vertical-align: top;
	padding-right: 10px;
}

.top2 {
	margin-top: -64px;
	padding-right: 15px;
}


/*********************************/
/*         	MAIN CONTENT         */
/*********************************/
#content-home {
	background-image: url(../images/building2.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 390px;
	margin: 30px 0 0 0;
	padding: 0px;
}

#content { position: relative; top: 0; left: 0;
	width: 900px;
	height: auto;
	/* min-height: 400px; */
	margin: 90px 0 10px 0;
	padding: 0 4%;
}

#content-sub {
	width: 960px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
}

#subnav {
	text-align: center;
	margin: 70px 0 0 0;
	padding: 0;
	font-size: 16px;
	width: auto;
	height: 20px;
}

#lt-content, #rt-content {
	width: 40%;
	height: 100%;
	margin: 50px 0 10px 0;
	padding: 0 4%;
}
	
#lt-content {
	float: left;
}

#rt-content {
	float: right;
}

.headpad {
	margin: 20px 0 10px 0;
	padding: 0;
}

.subpad{
	margin: 0;
	padding: 0 0 0 25px;
	color: #369;
	letter-spacing: 1px;
}

#contact-page #content-sub #lt-content {
	width: 60%;
}

#contact-page #content-sub #rt-content {
	width: 18%;
}

#lt-content2, #rt-content2 {
	width: 40%;
	height: 100%;
	margin: 0;
	padding: 0 4%;
}
	
#lt-content2 {
	float: left;
}

#rt-content2 {
	float: right;
}

#address-content {
	position: absolute;
	top: 50px;
	right: 70px;
	background-image: url(../images/bk-address.png);
	background-repeat: no-repeat;
	width: 220px;
	height: 265px;
	padding: 30px 15px;
}

.net {
	float: right;
}

/*********************************/
/*         	FOOTER               */
/*********************************/
#footer {
	font-size: 9px;
	background-color: #f19f3e;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0; border-top: thick groove #909090;
}
	
#copyright {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	
}

#links, #cpyrt {
	float: left;
	margin: 0;
	padding: 0 30px;
}

#links {
	margin-left: 150px; 
}

/*********************************/
/*         	SUB-FOOTER           */
/*********************************/
#sub-footer {
	background-color: #b2aaaa;
	width: 100%;
	height: 180px;
	margin: 0;
	padding: 0;
}

#network, #resident, #internet, #consult {
	float: left;
	margin: 0;
	padding: 10px 15px;
}

#network {
	margin-left: 150px; 
}

#sub-footer h3 {
	font-size: 9px;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: dotted thin #000;
}

.sub-foot {
	margin: 0 0 0 -40px;
	padding: 0;
	list-style: circle;
}

/*********************************/
/*        FORM & TABLE           */
/*********************************/
table {
	margin-left: 25px;
	padding-bottom: 10px;
}

th {
	text-align: left;
	font-weight: normal;
	font-variant: small-caps;
	padding-top: 10px;
}

td {
	padding-right: 40px;
	padding-left: 10px;
}

#contact-info, #company-info, #service-info {
	margin-top: 15px;
}
	
.bkgcolor {
	background-color: #F3F3F3;
}

label {
	width: 5px;
}

#service-pg {
	margin: 80px 0 0 0;
	padding: 0 40px 15px 40px;
}

/*  This is for the h3 on the payment page to align it with the rest of the items. */
.h3payments {
	margin-left: 25px;
}

/* This is to align the pictures to the right */
.algnrt {
	float:right;
	padding-bottom: 5px;
	padding-left: 10px;}

/* This is for the web site designs on the internet service page */
#int-lt {
		float: left;
width: 60%;}

#int-rt {
	float: right;
	width: 29%;
	padding-left: 25px;}
	
.int-btm {
	margin-bottom: 10px;
	border: #000080 groove 3px;}
