body {
	background: #f4f4f4 url(/images/bg.gif) top center repeat-y;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

p,dd {
	line-height: 1.3em;
}

h1,h2,h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #737373;
	font-variant: small-caps;
}

h1 { font-size: 1.7em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }

a:link, a:visited {
	color: #00176d;
	text-decoration: none;
}

a:hover, a:active {
	color: #00176d;
	text-decoration: underline;
}

.formContainer br {
	clear: left;
}

label {
	width: 5em;
	float: left;
	margin-bottom: 3px;
	
	font: bold Verdana,Sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #737373;
}

input, textarea, select {
	font-size: 0.9em;
	
	background-color: #bdbdbd;
	border: 1px solid #737373;
	
	float: left;
	margin-bottom: 3px;
}

input[type=text], textarea {
	padding: 2px;
}

input[type=submit] {
	font-weight: bold;
}

#topContainerShadow {
	height: 6px;
	background: url(/images/topc-shadow.gif) top repeat-x;
}

#header {
	background: #c9c9c9 url(/images/header-bg.gif) top repeat-x;
	border-bottom: 1px solid #000;
}

#header-logo3p { text-align: center; }

#header-logo3p h3 {
	font-variant: normal;
	font-weight: normal;
	font-size: 1.0em;
	padding-top: 5px;
}

#header-num p {
	text-align: center;
    font: bold 1.2em Tahoma,Sans-serif;
    color: #192433;
}


#middleContainer {
	background: url(/images/middlec-bg.gif) top center repeat-y;
}

ul#navList {
	/*border-right: 1px solid #b8b8b8;*/
}

ul#navList li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #737373;
	border-bottom: 2px solid #bdbdbd;
}

ul#navList li a:hover {
	color: #ebc910;
	border-bottom: 2px solid #f5e487;
}

.testimonial {
	background-image: url(/images/quotemarks.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #D7D7D7;
	padding: 3px 12px 12px 12px;
	margin: 10px 0 10px 0;
	font-size: .9em;	
}

.testimonial p.who {
	margin: 0 0 0 25px;

	font-style: italic;
	font-weight: bold;
}

dl#faq dt {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	margin: 1em 0 1em 0;
}

dl#faq dd {
	font-size: 1em;
}

#contactform  table th, #contactform  table td {
	text-align: left;
}

#contactform  table th {
	padding-right: 1em;
}


/*
	yDSF (ydnar Drop-Shadow-Fu)
	ydnar@sixapart.com - http://www.sixapart.com
*/

.shadow {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(/images/shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body .shadow {
	margin: 10px -10px -10px 10px;
	background: url(/images/shadow.png) right bottom no-repeat;
}

/* shadow corners */
.shadow:before,
.shadow:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
}

.shadow:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.shadow:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.shadow .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .shadow .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}