/* CSS Document */

/* Hello! how are you today? */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	font: 62.5%/1.6 Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/body_bg.jpg);
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}


h1, h2 {
  margin-bottom: .5em 0;
}

p {
  margin: 0 0 12px 0;
}


#branding {
  height: 108px;
  background-image: url(images/masthead.jpg);
  background-repeat: no-repeat;
}

#brandingA {
  height: 108px;
  background-image: url(images/masthead1.jpg);
  background-repeat: no-repeat;
}

#branding_nohat {
  height: 108px;
  background-image: url(images/masthead_nohat.jpg);
  background-repeat: no-repeat;
}





/* The Core Technique
================================= */


#wrapper {
  width: 785px; 
  margin: 0 auto; 
  background-image: url(images/main_bg.jpg);
}

#telephone {
  width: 775px; 
  margin: 0 auto; 
  text-align: right;
  color: #CCCCCC;
  font-size: 1.1em;
  padding: 5px 10px 0 0;
}


#content { 
  width: 785px;
  margin: 0 auto;
  height: 285px;
}

#NavImageSet {
  background-image: url(images/menu_bg.jpg);
  background-repeat: no-repeat;
  height: 153px;
}

#NavImageSetA {
  background-image: url(images/menu_bg1.jpg);
  background-repeat: no-repeat;
  height: 153px;
}

#NavImageSetB {
  background-image: url(images/menu_bg2.jpg);
  background-repeat: no-repeat;
  height: 153px;
}

#NavImageSetC {
  background-image: url(images/menu_bg3.jpg);
  background-repeat: no-repeat;
  height: 153px;
}

#NavImageSetD {
  background-image: url(images/menu_bg4.jpg);
  background-repeat: no-repeat;
  height: 153px;
}


#MainNav {
  height: 153px;
  padding-left: 12px;
  font-size: 11px;
}

/* Top Section including header and maintenance button */

#Header {
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  height: 67px;
}

.header_wrap {
	width: 760px;
	margin: 0 auto;
}

/* This contains the maintenance button */

.header_left {
	padding-left: 25px;
	width: 155px;
	float: left;
	padding-top: 20px;
	text-align: center;
}

.header_right {
	width: 575px;
	float: right;
}

.header_right h1 {
  	text-align: center;
	font-size: 1.4em;
	margin: 0;
	padding: 5px 0 0 0;
}

.header_clear {
	clear: both;
}

/* Main content - text section */

.content_wrap {
	width: 760px;
	margin: 0 auto;
}


.content_left {
	width: 150px;
	float: left;
	padding-left: 5px;
}

/* Content right - main text body */

.content_right {
	width: 545px;
	float: right;
	font-size: 1.1em;
	padding: 0 20px;
}

.content_right h1 {
  	text-align: center;
	font-size: 1.4em;
	margin: 0;
	padding: 5px 0 0 0;
}

.content_right h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 5px 0 0 0;
}

.content_clear {
	clear: both;
}


.services {
	background-color: #346372;
	width: 148px;
	padding: 5px 5px 5px 8px;
	border-style: solid;
	border-color: #344F58;
	border-width: 2px;
}

.services h1 {
   font-size: 1.2em;
   color: #000000;
   text-align: center;
   margin: 0;
   padding: 0;
}

.services p {
	padding: 0;
	margin: 0;
	color: #FFF;
}

.services a {
	color: #FFF;
	font-size: 1em;
}

.services a:link, a:visited {
	text-decoration: none;
}

.services a:hover {
	color: #999;
	text-decoration: underline;
}


#text_area {
	width: 480px;
	position: absolute;
	height: 282px;
	overflow: auto;
	padding: 7px;

}

#text_area p {
	font-size: 1.2em;
}




#footer { 
  background: url(images/footer.jpg);
  height: 65px;
} 
#footer a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
}


#footer_text {
	width: 785px;
	margin: 0 auto;

}

#footer_text p {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer_text h1 {
	font-size: .9em;
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	text-align: center;
}

#text_change {
 width: 750px;
 margin: 0 auto;
 padding: 2px 0 0 12px;
}

/* Main Nav Section */

#MainNav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
 
#MainNav li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

#MainNav a {
  display: block;
  width: 178px;
  height: 29px;
  line-height: 29px;
  color: #E6E6E6;
  text-decoration: none;
  background: #94B8E9 url(images/rollover.jpg) no-repeat left bottom;
  text-indent: 20px;
}

#MainNav a:hover, #MainNav .selected a {
  background-color: #369;
  background-position: right bottom;
  color: #fff;
}

#MainNav .first a {
  height: 29px;
  line-height: 29px;
}


/* Maintenance Button  */


#button a:link, #button a:visited {
  display: block;
  width: 122px;  /* dimensions needed for IE5.x/Win */
  padding: 0.2em;
  line-height: 1.6;
  background-color: #BABABA;
  border: 1px solid black;
  color: #000;
  text-decoration: none;
  text-align: center;
}

#button a:hover {
 background-color: #666666;
 color: #fff;
}
