/* CSS Document */

body {
	background-color: #171f96;
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #12187a;
}

object {
	outline: none;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 1em;
}

a {
	color: #91cd88;
	font-weight: bold;
}

a:hover {
	text-decoration: none;	
}

#mastheadContainer {
	background-image: url(../images/masthead-cont-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 257px;
}

#masthead {
	background-image: url(../images/masthead-bg.gif);
	height: 257px;
	width: 965px;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#navbarContainer {
	background-image: url(../images/navbar-cont-bg.gif);
	height: 44px;
	background-repeat: repeat-x;
}

#navbar {
	background-image: url(../images/navbar-bg.gif);
	height: 44px;
	width: 950px;
	padding-left: 15px;
	margin: 0 auto;
}

#contentContainer {
	background-color: #FFFFFF;
	background-image: url(../images/content-bg.gif);
	background-repeat: no-repeat;
	overflow: auto;
	width: 100%;
	background-position: center top;
}

#contentWidth {
	width: 965px;
	margin: 0 auto;
}

#content {
	float: left;
	padding-top: 37px;
	padding-left: 56px;
	padding-right: 34px;
	width: 657px;
}

#content p {
	padding: 12px 6px;
	line-height: 1.4em;
}

#content h3 {
	font-size: 1.2em;
	padding: 0px 10px;
}

#sidebar {
	float: left;
	background-image: url(../images/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 204px;
	padding-right: 11px;
	margin-top: 20px;
	overflow: auto;
}

#sidebar a {
	color: #12187a;
}

#testimonial {
	background-image: url(../images/test-hdr-bg.gif);
	background-repeat: no-repeat;
	background-position: 1px top;
}

#testimonial h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #ffffff;
	padding: 10px 0px 0px 10px;
}

#testimonial p.quote {
	font-size: .75em;
	line-height: 1.5em;
	padding: 10px;
}

#testimonial p.client {
	font-size: .65em;
	padding: 0px 10px 10px;
}

#testimonial img {
	padding: 6px;
}

/* Products */

ul#products { 
  margin : 10px 0px 0px 0px;
  padding : 0;
  list-style-type : none;
}

ul#products li {
  padding: 3px;
  float: left;
}

ul#products a { 
  display : block;
  background-color : #91cd88;
  width: 150px;
  height: 190px;
  padding : 5px 4px 3px;
  text-align : right;
  text-decoration : none;
  color : #181f96;
}

ul#products a:hover, ul#products a:focus, ul#products a:active, 
ul#products a.selected, ul#products a.selected:hover, ul#products a.selected:focus, ul#products a.selected:active { 
  background-color : #181f96;
  color : #fff;
}

ul#products a.selected { 
  text-align : left;
}

/* Product & Project Pics */

#imageContainer {
	width: 615px;
	background-color:#CCCCCC;
	overflow: auto;
}

ul#images { 
  margin : 10px 0px 0px 0px;
  padding : 0;
  list-style-type : none;
  clear:both;
}

ul#images li {
  padding: 10px;
  float: left;
}

ul#images a { 
  display : block;
  background-color : #91cd88;
  padding : 5px 4px 3px;
  text-align : right;
  text-decoration : none;
  color : #181f96;
}

ul#images a:hover, ul#images a:focus, ul#images a:active, 
ul#images a.selected, ul#images a.selected:hover, ul#images a.selected:focus, ul#images a.selected:active { 
  background-color : #181f96;
  color : #fff;
}

ul#images a.selected { 
  text-align : left;
}

/* Our Customers Say It Best */

#letter {
	width: 600px;
	background-color: #ffffff;
	border: 1px solid #003399;
	margin: 20px 0px;
	padding: 20px;
}

#letter p {
	font-size: .8em;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

#letter img {
	padding-bottom: 5px;
}


/* Contact Us */

#contact {
	margin: 15px auto;
	width: 500px;
}

#contact p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

#contact p.label {
	display: block; 
	float: left; 
	width: 46%; 
	text-align: right;
	clear: left;  
}

#contact p.text {
	font-weight: bold;
	display: block; 
	float: left; 
	width: 45%;
}

/* Blog */

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li h2 {
	background-color: #182099;
	color: #fff;
	padding: 6px 0 4px 10px;
	font-size: 1.2em;
}

#sidebar ul li ul {
	margin: 0 0 10px 0;
}

#sidebar ul li ul li {
	padding: 4px 12px;
}


/* Footer */

#footerWrap {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 72px;
}

#footer {
	padding: 10px 15px;
	width: 965px;
	margin: 0 auto;
}

#footer p {
	font-size: .8em;
	color: #e2e4fe;
	text-align: center;
	padding: 4px;
}

#footer a {
	color: #ffffff;
}

/* Classes */

.pagehdrs {
	padding-bottom: 19px;
}

.imgBorder {
	border: 7px solid #cae2c6;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}
