/* Universal Decalartions */
* {
	margin:0;
	padding:0;
}
/* End Universal Decalrations */

/* Standard Tags */
a:link {
	color: #36557B;
}

a:visited {
	font-weight: bold;
	color: #36557B;
}

a:hover {
	color: #0E1D2F;
}

a img {
	border: none;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
	font-size: .9em;
	line-height: 1.35em;
	background:  url("../images/emeryBG.gif") top left repeat-x ;
	height: 100%;
}

button {
	font-size: 9px;
	display: inline;
}

input, textarea, select {
	display:inline;
	font-size: 11px;
}

form {
	margin: 0 0 50px 30px;
}

td form {
	margin: 0;
}

h1 {
	font-size: 1.5em;
	margin: 0 0 7px 5px;
	color: #36557B;
}

h2 {
	font-size: 1.1em;
	margin: 0 0 0 15px;
	color: #666;
}

h3 {
	font-size: .9em;
	margin: 15px 0 3px 15px;
	color: #36557B;
}

p { 
	margin: 0 0 10px;
}

table {
	margin: 10px 0;
	width: 90%;
	margin: 0 auto;
}

td, th {
	padding: 2px;
	vertical-align: top;
	white-space: nowrap;
	margin-left: 60px;
	font-size: .8em;
	text-align: left;
}

th {
	text-align:right;
}

th a:link, th a:visited {
	color: #FFF;
}

th a:hover {
	color: #FF9;
}

table.docs th {
	background:#36557B;
	color: #FFF;
	text-align: left;
}

table.docs {
	margin-left: 25px;
}
/* End Standard Tags*/

/* Content Styles */
#content {
	text-align:left;
	margin: 20px 0 0 200px;
}

#content p  {
	margin: 0 10px 10px 25px;
}

#content ul  {
	line-height: 1.25em;
	margin: 0 20px 10px 45px ;
}

#content th  {
	font-weight: bold;
}
/*End Content Styles */

/* Fixed Styles */
#fixed {
	width: 760px;
	margin: 0 auto;
	background: #FFF;
}
/* End Fixed Styles */

/* Menu Styles */
#menu {
	height:240px;
	background: #0E1D2F url("../images/emeryHomeBanner.jpg") top center no-repeat;
}

.phones #menu {
	background: #0E1D2F url("../images/emeryPhoneBanner.jpg") top center no-repeat;
}

.copper #menu {
	background: #0E1D2F url("../images/emeryCopperBanner.jpg") top center no-repeat;
}

.fiber #menu {
	height:240px;
	background: #0E1D2F url("../images/emeryFiberBanner.jpg") top center no-repeat;
}

#menu ul {
	list-style: none;
	float: right;
}

#menu ul li { 
 	float: left;
}

#menu li a { 
	display: block;
	float: left;
	color: #FFF;
	font-size: 1.05em;
	text-decoration:none;
	font-weight: normal;
	padding: 206px 10px 0;
	height: 34px;
}

#menu li a:hover,
.home #menu li.home, 
.phones #menu li.phones, 
.copper #menu li.copper, 
.fiber #menu li.fiber, 
.monials #menu li.monials, 
.links #menu li.links, 
.contact #menu li.contact,
.employees #menu li.employees { 
	background:  url("../images/pointer.gif")  center 227px no-repeat;
}

/* End Menu Styles */

/* Logo */
#logo{
	margin: 50px 0 0 20px;
	width: 150px;
	float: left;
	clear: right;
}
/* End Logo  */

/* Copyright Styles */
#copy {
	width: 750px;
	margin: 20px auto;
	padding: 0 13px 0 3px;
	height: 30px;
	text-align: right;
	color: #999;
	font-size: .7em;
}
/* End Copyright Styles */

/* Classes */
