@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	height: 100%;
	background-color: #f1f1f1;
}

a {
  color: #3245a6;
  text-decoration: underline;
}

a img, img a {
  border: none;
}

 
h1, h2, ul, li, h3 {
  margin: 0;
  padding: 0;
}


h1, h3{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 5px;
}

h3 {
  line-height: normal;
}

#column-full-yellow a.service-title {
  text-transform: uppercase;
  text-decoration:none;
  font-weight: bold;
  color: #ed1c24;
}

#column-full-yellow a.service-title:hover {
  text-decoration: underline;
}

.first-para {
  margin-top: 0px;
 }
 
.services-table tr td {
  background: url('images/services/service_bg.jpg') top center no-repeat; 
}

#header {
  width: 100%;
  height: 90px;
  background-image: url(images/layout_header_bg.png);
  background-repeat: repeat-x;
  border-bottom: solid 2px #333333;
}

#head-container {
  margin: 0 auto;
  width: 800px;
}

#header h1 {
  font-family:"Times New Roman", Times, serif;
  font-size: 24px;
  padding-top: 15px;;
  font-weight: bold;
  line-height: normal;
}

#header h2 {
  font-size: 14px;
  color: #3245a6;
}

/* Banner Area */

#banner-bg {
  width: 100%;
  background-color: #a49f9a;
  padding-top: 7px;
  padding-bottom: 3em;
}

#content-banner {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.banner-4-column {
  background-image: url(images/layout_4_banner_bg.png);
}

.banner-full {
  background-image: url(images/layout_banner_full_bg.png);
}

.column-full {
  margin-right: 10px;
  margin-top: 8px;
  width: 790px;
  height: 400px;
  float: left;
  display: inline;
  background-repeat: no-repeat;
}

#column-full-yellow {
  background-image: url(images/layout_yellow_banner_full.png);
}

#column-full-blue {
  background-image: url(images/layout_blue_banner_full.png);
}

#column-full-green {
  background-image: url(images/layout_green_banner_full.png);
}

#column-full-red {
  background-image: url(images/layout_red_banner_full.png);
}

.column-full-content {
  width: 780px;
  padding-top: 3px;
  margin: 0 auto;
}

#content-banner h3, #content-banner a {
  color: #ffffff;
  margin: 0;
}

#column-yellow {
  background-image: url(images/layout_yellow_banner.png);
}

#column-blue {
  background-image: url(images/layout_blue_banner.png);
}

#column-green {
  background-image: url(images/layout_green_banner.png);
}

#column-red {
  background-image: url(images/layout_red_banner.png);
}

.column {
  margin-top: 8px;
  margin-right: 10px;
  width: 190px;
  height: 400px;
  float: left;
  display: inline;
}

.column-content {
  width: 180px;
  padding-top: 5px;
  margin: 0 auto;
}

#column-blue .column-content h3, #column-green .column-content h3 {
  padding-bottom: 7px;
}

.underline {
  text-decoration: underline;
}

/*Bottom Content */

#bottom-content {
  border-top: solid 2px #333333;
  padding-bottom: 5px;
}

#additional-content {
  width: 800px;
}

#add-left {
  width: 390px;
  float: left;
}

#add-right {
  width: 390px;
  margin-left: 410px;
}

/* Nav Styles */

#nav-menu {
  width: 800px;
  height: 35px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

#nav-menu a {
  text-decoration: none;
  color: #000000;
}

#nav-menu li.active a {
  color: #ffffff;
}

#nav-menu li {
  width: 130px;
  height: 35px;
  background-repeat: no-repeat;
  text-align: center;
  list-style: none;
  display: inline;
  float: left;
  margin-right: 2px;
}

#nav-menu li:hover {
  background-image: url(images/nav/nav_hover_bg.png);
}

li.active  {
  color: #ffffff;
  background-image: url(images/nav/nav_active_bg.png);
}

#nav-menu li.active:hover {
  background-image: url(images/nav/nav_active_bg.png);
}

/* Footer Styles */

#footer {
	width: 100%;
	height: 25px;
	border-top: solid 1px #cccccc;
	text-align: center;
	clear: both;
	line-height: 5px;
}

/* General Styles */

.center {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.right {
  float: right;	
}

.left {
  float: left;
}