#content h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

#content h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

#content h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

#content h1,#content h2,#content h3 {
	/* Top & bottom margin based on font size. */
	margin: 0 0 1em 0;
	padding-top: 1em;
	color: #294D70;
}

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6,#content strong,#content dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
#content optgroup {
	font-weight:normal;
}

#content abbr,#content acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

#content em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

#content del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

#content blockquote,#content ul,#content ol,#content dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

#content ol,#content ul,#content dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

#content ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

#content ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

#content dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

#content th,#content td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #000;
	padding: .5em;
}

#content th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

#content caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

#content sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

#content sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

#content p,
#content fieldset,
#content table,
#content pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
#content button,
#content input[type="checkbox"],
#content input[type="radio"],
#content input[type="reset"],
#content input[type="submit"] {
	padding:1px;
}















































body {
	margin: 0 auto;
	background: white url(../images/top.jpg) repeat-x left top;
}

#page {
	margin: 0 auto;
	width: 1020px;
	position: relative;
}

a {
	color: #183d59;
	text-decoration: underline;
}

a:hover {
	color: #08243a;
	text-decoration: underline;
}

a:active {
	color: black;
}

/* @group colors */


.light-blue {
	background-color: #93b4d3;
}

.med-blue {
	background-color: #80a6d0;
}

.dark-blue {
	background-color: #294d70;
}



/* @end */

/* @group head */

#hd {
	position: relative;
	height: 60px;
}

#hd em {
}

#hd ul {
	float: left;
	list-style-type: none;
	width: 100%;
	text-align:left;
}
#hd li {
	text-align: left;
	list-style-type: none;
	display: inline;
	float: left;
}

#menu-top {
	position: absolute;
	top: 27px;
	left: 30px;
	width: 960px;
	height: 47px;
}

#menu-top a {
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

#menu-top a:hover {
	text-decoration: none;
	color: black;
}




/* @end */

/* @group contact */

.input_hint_text {
	color: #666666;
}

.mini_menu_input {
	display: block;
	background-color: #CCCCCC;
	margin: 3px 0;
	padding: 3px;
	border: solid 1px #000;
	font-size: 12px;
}



/* @end */

/* @group body */

/* @group sidebar */

#sidebar {

	text-align: left;
	position: absolute;
	width: 235px;
	right: 60px;
	top: 15px;
}

#sidebar #ff_column {
	position: relative;
	top: -35px;
}

#sidebar #ff_column h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 14px;
}

#sidebar #ff_column p {
	margin-bottom: 10px;
	font-size: 10px;
	color: #294d70;
}

#sidebar #ff_column a {
	font-size: 12px;
}

#sidebar img {
	margin-bottom: 16px;
}

#sidebar h3 {
	color: #294D70;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}

#sidebar p {
	margin-bottom: 12px;
}

#sidebar ul {
	list-style-position: outside;
	margin-bottom: 12px;
}

#sidebar li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}

#sidebar li a img {
	position: relative;
	top: 0px;
	margin: 0;
	left: -2px;
}


/* @end */

/* @group crumbs */

#crumbs {
	margin: 10px 0;
	padding: 0 0 0 8px;
	height: 16px;
	width: 560px;
}
#crumbs a {
	background-image: url(../images/crumb-arrow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 32px 0 0;
	display: inline-block;
	margin: 0 0 0 8px;
	height: 16px;
	width: auto;
	text-decoration: underline;
	color: #294D70;
	/*
	float: left;
	border: solid 1px #000;
	*/
}
#crumbs a:hover {
	color: #black;
	text-decoration: none;
}


/* @end */

#bd {
	position: relative;
	/*
	background: url(../images/in-bd.jpg) repeat-y;
	*/
	/* 
	min-height:800px; sidebar is absolutely positioned to undo a spacing bug, and is about this high */
}

#content {
	text-align: left;
	margin: 0 322px 0 43px;
}

#content h1 {
	font-weight: bold;
	margin-bottom: 14px;
}

.testimonial_src {
	font-size: 10px;
	color: #294d70;
	display: inline;
	margin-left: 12px;
}

.testimonial {
	margin-bottom: 12px;
}



/* @end */

/* @group foot */

#ft {
	text-align: left;
	margin-top: 14px;
}

#ft p {
	text-align: left;
	color: gray;
	font-size: 10px;
	padding-left: 50px;
}



/* @end */


/* @group banner */

.btmbanners {
	text-align: center;
	margin: 12px auto 0 auto;
}
.btmbanners a {
	display: block;
	margin-bottom: 7px;
}


/* @end */
