/*----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; }

.edit {
	display: none;
}

.Image-Left {
	float: left;
	margin: 7px 20px 20px 0;
}

.Image-Right {
	border: 1px solid #b4d2c3;
	display: block;
	float: right;
	margin: 7px 0 20px 20px;
	padding: 7px;
}

/**/

/*----HTML Structural Elements--------------------------------------------*/

a {
	color: #39c;
	font-weight: bold;
	text-decoration: none;
}

address {
	font-style: normal;
	margin-bottom: 1.5em;
}

body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 20px 20px 40px 20px;
}

cite {
	font-style: normal;
}

h1 {
	font-size: 185%;
	font-weight: normal;
	margin-bottom: 1em;
}

h2 {
	border-bottom: 1px solid #b4d2c3;
	font-size: 138%;
	font-weight: normal;
	margin: 1.5em 0 1em 0;
	padding-bottom: .3em;
}

h3 {
	font-size: 115%;
	margin: 2em 0 .6em 0;
}

h4 {
	font-weight: bold;
	margin: 2em 0 1em 0;
}

h5 {
	font-weight: bold;
	margin: 2em 0 1em 0;
}

hr {
	display: none;
}

div.hr {
	border-top: 1px solid #b4d2c3;
	clear: both;
	display: block;
	height: 1px;
	margin: 2em 0;
}

img {
	display: block;
}

p {
	line-height: 130%;
	margin-bottom: 1.5em;
}

small {
	color: #999;
	font-size: 85%;
	font-weight: normal;
}

/**/

/**----Blockquotes--------------------------------------------------------*/

blockquote p {
	color: #333;
	font-size: 138%;
	line-height: 1.5em;
	margin: -.5em 0 1em 0;
	padding: 0;
}

blockquote p.testimony {

}

blockquote p.testimony cite {

}

/**/

/**----Unordered Lists----------------------------------------------------*/

ul {
	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;
}

/**/

/**---Forms----------------------------------------------------*/
	
fieldset {
	display: none;
}

/**/

/*----Page Structural Elements/Wraps--------------------------------------*/

#wrap {
	font-size: 130%;
}

#leftCol {
	display: none;
}

#rightCol {
	display: none;
}

/**/

/*----Header--------------------------------------------------------------*/

p#logo {
	margin: 0 0 40px 0;
}

#flashNav {
	display: none;
}

#offices {
	position: absolute;
	right: 0;
	top: 0;
}

#offices address {
	color: #666;
	display: block;
	font-size: 85%;
}

#offices address strong {
	color: #333;
}

/**/

/*----Footer--------------------------------------------------------------*/

#footer {
	border-top: 1px solid #999;
	color: #666;
	font-size: 85%;
	padding-top: 30px;
}

#footer img {
	display: none;
}

#footer a {
	color: #666;
}

/**/

/*------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------*/
/*------------------------------------------------------------------------*/

/*----Home----------------------------------------------------------------*/

/**/

/*----Contact-----------------------------------------------------*/

.map {
	border: 1px solid #979797;
	height: 300px;
	margin-bottom: 15px;
	width: 100%;
}

.map h3 {
	margin-bottom: 0;
}

.map span {
	display: none;
}

/**/

/*----Search-----------------------------------------------------*/

p.searchURL {
	margin-top: -1.5em;
}

div.pageNavigation {
	margin: 20px 0;
}

div.pageNavigation a {
	border: 1px solid #b4d2c3;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 3px 7px;
}

div.pageNavigation a:hover {
	text-decoration: none;
}

div.pageNavigation a strong {
	color: #666;
}

/**/