/*----Undo HTML-----------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, pre, code, table { font-size: 1em; }
* { margin: 0; padding: 0; }
a img, :link img, :visited img { border: none; }

/**/

/*----General classes-----------------------------------------------------*/

.alignleft { float: left; }
.alignright { float: right; }

.caption {
	border: 1px solid #e5e5e5;
	color: #999;
	font-size: 85%;
	padding: 10px;
	text-align: center;
}

.caption img {
	margin-bottom: 7px;
}

.clearfix:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.imageLeft {
	float: left;
	margin: 7px 20px 20px 0;
}

.imageRight {
	float: right;
	margin: 7px 0 20px 20px;
}

/**/

/*----HTML Structural Elements--------------------------------------------*/

a {
	color: #32b1ef;
}

address {
	font-style: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

cite {
	font-style: normal;
}

h2 {
	border-bottom: 1px solid #e5e5e5;
	font-size: 185%;
	font-weight: normal;
	margin-bottom: 1em;
	padding-bottom: .4em;
}

h3 {
	font-size: 138%;
	margin: 2em 0 1em 0;
}

p {
	line-height: 130%;
	margin-bottom: 1.5em;
}

/**/

/**----Blockquotes--------------------------------------------------------*/

blockquote {

}

blockquote p.testimony {

}

blockquote p.testimony cite {

}

/**/

/**----Unordered Lists----------------------------------------------------*/

ul {
	list-style-type: square;
	margin: 1em 0 3em 3em;
}

ul li {
	line-height: 1.5em;
	margin-bottom: 1em;
}

/**/

/**----Ordered Lists----------------------------------------------------*/

ol {
	margin: 1em 0 3em 3em;
}

ol li {
	line-height: 1.5em;
	margin-bottom: 1em;
}

/**/

/**---Definition Lists----------------------------------------------------*/
	
dl {

}
	
dd, dt {
	margin-bottom: 1em;
}

dt {
	font-weight: bold;
}

/**/

/*----Page Structural Elements/Wraps--------------------------------------*/

#wrap {
	font-size: 130%;
}

#leftCol {
	display: none;
}

/**/

/*----Header--------------------------------------------------------------*/

#header {
	padding-bottom: 40px;
}

#header h1 a {
	color: #000;
	font-style: italic;
	text-decoration: none;
}

#header h1 a span {
	display: block;
	font-size: 218%;
}

/**/

/*----Nav-----------------------------------------------------------------*/

ul#nav {
	list-style: none;
	margin: 0;
}

ul#nav li {
	background: url(images/bg_nav_btn_top.gif) no-repeat 0 0;
	height: 1%;
	margin: 0 0 10px 0;
}

ul#nav li:hover, ul#nav li.sfhover {
	background: url(images/bg_nav_btn_top.gif) no-repeat -150px 0;
}

ul#nav li a {
	background: url(images/bg_nav_btn_btm.gif) no-repeat left bottom;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 6px 10px 7px 10px;
	text-decoration: none;
	width: 150px;
	width/**/:/**/ 130px;
}

ul#nav li a:hover {
	background: url(images/bg_nav_btn_btm.gif) no-repeat -150px bottom;
}

ul#nav li.current_page_item {
	background: url(images/bg_nav_btn_top.gif) no-repeat -300px 0;
}

ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover {
	background: url(images/bg_nav_btn_btm.gif) no-repeat -300px bottom;
}

/**/

/*----Footer--------------------------------------------------------------*/

#footer {
	border-top: 1px solid #e5e5e5;
	font-size: 85%;
}

#footer span {
	display: none;
}

#footer p {
	line-height: 2em;
}

#associates {
	margin-top: 30px;
}

#associates img {
	margin-right: 20px;
}

/**/

/*------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------*/
/*------------------------------------------------------------------------*/

/*----Home----------------------------------------------------------------*/

blockquote p {
	font-size: 138%;
	line-height: 1.5em;
}

/**/

/*----Contact-----------------------------------------------------*/



/**/