* {
	margin: 0;
	padding: 0;
}

html, body {
	 min-height:100%; margin-bottom:1px;
}

body {
	background-color: #D0D3D4;
	text-align: center;
	font-size: 84%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0; 
	margin-bottom: 20px;
	color: #322C32;
}

a:link, a:visited {
   color: #0F529F;
   text-decoration: none;
}

a:hover, a:active {  
  color: #A0A8D1;;
}

#container {
	width: 828px;
	border: none;
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 20px;
	text-align: left;
	background-color: #fff;
}

#header {
	background: url(images/header.gif) no-repeat;
	background-position: 224px 10px;
	height: 152px;
	margin-top:0px;
}

#header h1 {
	color: #fff;
	position: absolute;
	font-weight: normal;
	right: 90px;
	top: 74px;
	font-size: 1.28em;
	text-align: right;
}

img.logo {
	border: none;
	padding-top: 10px;
}

#content {
	margin-left: 226px;
	padding: 10px 20px 10px 0;
	background-color: #fff;
	text-align: left;
	min-height:500px;
   height:auto !important;
   height:500px;
   overflow: visible;
}

#content h1 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 16px;
	color: #0745A4;
}

#content h2 {
	font-size: 1.1em;
	color: #322C32;
	margin-bottom: 4px;
}

#content h3 {
	font-size: 1em;
	color: #0745A4;
	margin-bottom: 4px;
}


#content ul {
	padding: 6px 0 10px 10px;
	margin-left: 20px;
}

#content ul li {
	padding: 0 0 6px 0;
}

p.footnote {
	font-style: italic;
	font-size: .8em;
}

p.headline {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 4px;
	margin-top: 16px;
}

#content p {
   margin-bottom: 10px;
	line-height: 1.2em;
}

#navbar {
	float: left;
	width: 200px;
	display: inline;
	text-align: center;
	background-color: #DEE5F1; /* new */
	margin-left: 10px; /* new */
	margin-top: 10px; /* new */
}

#navbar ul {
	list-style: none;
	/* margin-top: 20px;
	margin-bottom: 20px; */
	margin-top: 10px;
	margin-bottom: 10px; 
	font-weight: bold;
}

#navbar ul li {
	padding-bottom: 16px;
	padding-top: 4px;
	background-image: url(images/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#navbar a.even {
	color: #322C32;
}

#navbar a.odd {
	color: #0F529F;
}

#navbar li a:hover, #navbar a:active {  
  color: #A0A8D1;
}


#footer {
	font-size: .8em;
	clear: both;
	width: 750px;
	padding-top: 14px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	color: #000;
	text-align: center;
}

#footer a {
   color: #0F529F;
   text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

table.productlist {
	width: 100%;
	margin-top: 16px;
}

table.productlist td {
	padding: 4px 4px 0 0;
	width: 33%;
}

/* form */
.formlabel {	
	font-weight: bold;
	padding-right: 6px;
	vertical-align: top;
}

table.form td {
	padding: 0px 6px 6px 0;
	font-size: 1em; 
}

table.form {
	width: 520px;
	margin-top: 10px;
}

fieldset {
	padding: 20px;
	border: 1px solid #A0A8D1;
}

legend {
	color: #322C32;
	padding-left: 6px;
	padding-right: 6px;
}

/* testimonials */
p.quote {
	font-style: italic;
}  

p.quoteauthor {
	color: #0745A4;
} 

/* tables with images and copy - main services pages */

table.categories {
	margin-top: 20px;
}

table.categories td {
	padding: 0 6px 20px 0;
}

table.categories td.copy {
	width: 30%;
}

.textbox {
	border: 1px solid #A0A8D1;
}

table.basic {
	margin: 10px 0 10px 0;
}
table.basic td {
	padding: 0 20px 6px 0;
}

.alert {
	color: #ff0000;
}

/* styles for portfolio script */

table.portfolio {
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

table.portfolio td {
	text-align: center;
	padding: 0 6px 20px 0;
	width: 150px;
}

table.portfolio-large {
	margin-top: 20px;
	width: 500px;
	margin-right: auto; 
	margin-left: auto; 
	text-align: center;
}

/* large image page - image title */
p.title {
	font-weight: bold;
}

/* large image page - description */
p.desc {
	
}

div.largenav {
	display: block;
	width: 500px; 
	margin-right: auto;
	margin-left: auto;
	position:relative;
	margin-bottom: 10px;
	margin-top: 18px; 
	height: 20px; 
}