

body{
	font-size: 62.5%;
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
	background: #fff;
	margin: 0;
	padding: 0;
}

html{ margin: 0; padding: 0;}

.noFloat{
	float: none;
}
.floatRight{
	float: right;
	margin: 0 !important;
}
.floatLeft{
	float: left;
}

.clear{
	clear:both;
}

.right{text-align: right; margin-right: 5px;}


em{background-color: #ffff99;}

/* -----------------------------------------
	1.1: GENERIC FIXES [fixes clearing issues with floats]
	http://www.positioniseverything.net/easyclearing.html
----------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */




/* GENERIC FONT STYLES  ---------------------------------------------------- */
div{font-size: 1.0em;} /* = 10px */
p, dl, td, th, li, cite, pre, input{
}

p{
}

p.left{text-align: left;}
p.right{text-align: right;}
p.center{text-align: center;}
strong{font-weight: bold;}
em{font-style: italic;}
cite{font-style: italic;}
label{
}
abbr{}

/* Cascading font size should remain same! */
td td,li ul li,td p,blockquote p,li p,ul li ul li,ul li ul li p{
	font-size: 1em;
}
#content .wide .smaller{
	font-size: 1.2em;
}
/* HEADER STYLES  ---------------------------------------------------------- */
#logo{
	font-size: 1em;
	float: left;
	text-transform: uppercase;
	margin: 0;
	padding:0;
}

	#logo a span{display: none;}
	#logo a:link, #logo a:visited, #logo a:active, #logo a:hover{display: block;}
	
h1, h2, h3, h4, h5, h6{font-family: Helvetica, Arial, sans-serif, Verdana; margin-top: 0.5em;}
h1{
	font-family: Georgia, Palatino, serif, "Times New Roman";
	font-size: 2.4em;
	font-weight: lighter;
	color: #424139;
	margin: 0;
	line-height: 23px;
}
h1 span{
	color: #adaca0;
}

h2{
	font-family: Georgia, Palatino, serif, "Times New Roman";
	background: transparent;
	color: #424139;
	font-size: 1.9em;
	margin: 1em 0 0.4em 0;
	line-height: 1.5em;
	font-weight: normal;
}

h2.separator{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #3399cc;
	color: #fff;
	font-size: 1.4em;
	text-transform: capitalize;
	padding: 0.2em;
}

h3{	
	font-size: 1.6em;
	color: #424139;
	font-weight: normal;
	margin: 1em 0 0 0;
}

#sidebar h3,
h3.special{
	font-size: 1.1em;
	text-transform: uppercase;
	color: #56554b;
}

h4{
	font-size: 1.4em;
	color: #424139;
	margin: 1.7em 0 0 0;
}

h5{
	font-size: 1.2em;
	color: #999;
	margin: 2em 0 0 0;
}

h6{}


/* LINKS-------------------------------------------------------------------- */
a{
	background-color: transparent;
	text-decoration: underline;
	color: #336699;
	outline: none;
}
a:hover{
	text-decoration: underline;
	text-decoration: none;
	color: #336699;
}

a img{ text-decoration: none; border: 0;}

a.btn{
	margin: 15px 0;
	height: 21px;
	display: block;
	line-height: 24px;
	text-indent: 10px;
	width: 90px;
	background: #afae99 url(/static/images/btn.gif) no-repeat top left;
	color: white;
	font-family: Helvetica, Arial, sans-serif, Verdana; 
	margin-top: 0.5em;
	font-size: .8em;
	text-decoration: none;
	position: relative;
}



a.btn.small{
	width: 50px;
}
a.btn.medium{
	width: 100px;
}
a.btn.large{
	width: 120px;
}
a.btn span{
	background: #afae99 url(/static/images/btn.gif) no-repeat top right;
	height: 21px;
	width: 10px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

a:hover.btn{
	color: white;
	background: #afae99 url(/static/images/btn.gif) no-repeat 0 -21px;
}
a:hover.btn span{
	background: url(/static/images/btn.gif) no-repeat right -21px;
}

/* no arrow */
a.btn.noArrow{
	background: #afae99 url(/static/images/btnNoArrow.gif) no-repeat top left;
}
a.btn.noArrow span{
	background: #afae99 url(/static/images/btnNoArrow.gif) no-repeat top right;
}
a:hover.btn.noArrow{
	color: white;
	background: #afae99 url(/static/images/btnNoArrow.gif) no-repeat 0 -21px;
}
a:hover.btn.noArrow span{
	background: url(/static/images/btnNoArrow.gif) no-repeat right -21px;
}



a.dropButton{
	width: auto;
	font-size: 1.2em;
	padding-right: 30px;
	background: url(/static/images/btn_arrow_down.gif) no-repeat 0 0;
}
a:hover.dropButton{
	background: url(/static/images/btn_arrow_down.gif) no-repeat 0 -21px;
}
a.dropButton span{
	border-left: 1px solid #a09f90;
	width: 20px;
	background: url(/static/images/btn_arrow_down.gif) no-repeat right 0;
}

a:hover.dropButton span{
	background: url(/static/images/btn_arrow_down.gif) no-repeat right -21px;
}

.linkList a:link,
.linkList a:visited,
.linkList a:hover,
.linkList a:active{
	color: #658cb2;
	padding: 5px 10px 0 15px;
	margin: 0;
	font-size: 1em;
	display: block;
	height: 30px;
	background: transparent url('/static/images/read_more_icon.gif') no-repeat 5px center;
	text-decoration: none;
}
.linkList a:hover,
.linkList a:active{
	background: transparent url('/static/images/read_more_icon.gif') no-repeat 5px center;
	text-decoration: underline;
}
.linkList .row a:link,
.linkList .row a:visited,
.linkList .row a:hover,
.linkList .row a:active{background-color: #F2F2ED;}

.readMore a{
	color: #658cb2;
	padding: 0 10px 0 0;
	margin: 0;
	font-size: 1em;
	line-height: 1em;
	display: inline;
	background: url(/static/images/read_more_icon.gif) no-repeat right 5px;
}

.wide .linkList{
	margin-top: 10px;
	width: 95%;
}

.wide .linkList li{
	font-size: 1em;
	background: none;
	padding: 0;
	line-height: 1.6em;
	text-indent: 0;
}
.showFullList .showList, .downloadLink a{
background:transparent url(/static/images/read_more_icon.gif) no-repeat right 8px;
padding-right:10px;
}
.showFeaturedList .showList{
background:transparent url(/static/images/back_icon.gif) no-repeat left 8px;
padding-left:10px;
}
.showFeaturedList .showList,
.showFullList .showList{
	float: right;
	margin-right: 25px;
}

.backBtn,
.back a{
	padding-left: 10px;
	background: url(/static/images/back_icon.gif) no-repeat left 5px;	
}

.line{
display: block;
width: 100%;
clear: left;
height: 2px;
margin: 20px 0;
background: white url(/static/images/horizontal_rule.gif) repeat-x scroll left top;
}

h1 a, h2 a, h3 a, h4 a, h5 a{ color: inherit; }

h2 a{
	color: #424139;
}

/* LISTS ------------------------------------------------------------------- */
ul, ol{}

ul, ol{	
padding: 0; 
margin: 0;
color: #727169;
line-height: 1.5em;
}

.wide ul,
.wide ol{
	font-size: 1.4em;
}

.wide ul ul,
.wide ol ol,
.wide ol ul,
.wide ul ol{
	font-size: 1em;
}

	ul li{
		list-style-position: outside;
		list-style-type: none;
		font-size: 1em;
	}
	
	ol li{
		list-style-position: outside;
	}

		ul li ul, ol li ol{
			margin-left: 1.5em;
			font-size: 1em;
		}

dt, 
dd{
	color: #727169;
	line-height: 1.5em;
}


dt{
	border-bottom: 1px dotted #727169;
	font-size: 1.4em;
}
dd{
	padding: 10px 0;
	font-size: 1.4em;
}

blockquote{
	margin: 20px;
	padding-left: 15px;
	font-style: italic;
	border-left: 1px dotted #727169;
}

hr{
	background: #727169;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	border: none;
}

/* -------------------- STYLES FOR TABLES ------------------------ */
table{
	color: #727169;
	font-size: 1.4em;
	line-height: 1.5em;
	width: 100%;
	border-right: 1px dotted #727169;
	border-bottom: 1px dotted #727169;
}
caption{
	text-align: left;
	color: #727169;
	line-height: 1.3em;
	text-indent: 5px;
}
th{
	border-top: 1px dotted #727169;
	border-left: 1px dotted #727169;
	font-weight: normal;
}
td{
	border-top: 1px dotted #727169;
	border-left: 1px dotted #727169;
}
td, th{
	vertical-align: top;
	text-align: left;
	padding: 5px;
}


/* GENERIC, REUSABLE CLASSES */
.hidden{ display: none;}
.noBorder, .noBorder *{ border: none; background: none!important;}

/* -------------------- STYLES FOR HORIZONTAL LISTS ------------------------ */
ul.horizontal, ul.horizontal li, ol.horizontal, ol.horizontal li{float: left;}

/* FRAME  ------------------------------------------------------------------- */
.outerWrapper{
width: 100%;
background: white url('/static/images/bg_main.gif') repeat-x top left;
}
.innerWrapper{
	margin: 0 auto;
	width: 830px;
	clear: both;
}

.block{
	float: left;
	width: 49%;
}

.wide{
	width: 57%;
	margin-bottom: 70px;
}
.side{
	width: 20%;
}

.threeCols .wide{
	width: 51%;
	padding: 0 20px 0 0;
	background: url(/static/images/sidebar_shadow.gif) repeat-y top right;
	position: relative;
}

	.topRight{
		position: absolute;
		right: 0;
		top: -15px;
		background: white url(/static/images/sidebar_shadow_corners.gif) repeat-y top left;
		display: block;
		height: 20px;
		width: 8px;
	}
	
	.bottomRight{
		position: absolute;
		right: 0;
		bottom: 0;
		background: url(/static/images/sidebar_shadow_corners.gif) repeat-y bottom left;
		display: block;
		height: 20px;
		width: 8px;
	}
	
	
.threeCols .side{
	width: 20%;
}

/*---GENERIC TOP MENU---*/

/*---HEADER---*/
	#header{
		padding: 0;
		position: relative;
		height: 140px;
		z-index: 100;
	}
	
	#searchForm{
		font-size:1em;
		position: absolute;
		z-index: 20;
		right: 0;
		padding-top: 22px;
	}
		
		#searchForm input{
			width: 9.7em;
			margin-top: 2px;
			margin-right: 0.2em;
			padding: 0.1em 0.2em 0.1em 0.2em;
			float: left;
			border: 1px inset #CCC;
			background: white url(/static/images/bg_form_input.gif) repeat-x scroll left top;
			color: #555;
			font-size: 1.2em;
		}
		
		#srch_fld:focus,
		#srch_fld.focus{
			background: #FFFCDF url(/static/images/bg_form_input.gif) repeat-x scroll left top
		}		
		
		#searchForm p{
			margin: 2px 0 0 2px;
		}
		
		.btnGo{
			padding: 0;
			margin: 0;
			background: transparent;
			border: none;
		}
		
		#faqBtn{
			margin: 10px 0 0 0;
			position: absolute;
			right: 3px;
			padding-top: 45px;
		}
		
		/* Dropdown - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		#sidebar .dropButton,
		#faqBtn .dropButton{
			z-index: 30;
			margin-bottom: 0;
		}
		
		#faqBtn .dropButton{
			width: 200px;
		}
		.dropList{
			width: 142px;
			margin-left: 4px;
			margin-top: -1px;
			border-top: 1px solid #bebda9;
		}
		
		#faqBtn .dropList{
			position: absolute;	
			width: 440px;
			right: 20px;
			z-index: 31;
			font-size: 1.2em;
			line-height: 1.3em;
		}
			
			#faqBtn .dropList li{
				background: #f2f2ed;
				background-image: none;
				border-bottom: 1px solid #e7e7e0;
			}
			#sidebar .dropList li,
			#faqBtn .dropList li{
				border: 1px solid #bebda9;
				background-image: none;
				margin-top: -1px;
			}
			
			#faqBtn .dropList li a{
				padding: 4px 0;
				width: 100%;
				display: block;
				height: 100%;
				padding-left: 10px;
			}

			#sidebar .dropList li a,
			#faqBtn .dropList li a{
				color: #737267;
				width: 97.7%;
				text-decoration: none;
				display: block;
			}

			#sidebar .dropList li a:hover,
			#sidebar .dropList li a:active,
			#faqBtn .dropList li a:hover,
			#faqBtn .dropList li a:active{
				background-color: #CDE4E4;
			}
			
/*---NAV---*/
	#nav{
		position: absolute;
		left: 0;
		z-index: 10;
		top: 121px;
		margin: 0;
		padding: 0;
	}

	#nav li{
		text-transform: uppercase;
		margin-right: 30px;
		font-size: 1.2em;
	}
	
		#nav li a:link, #nav li a:visited, #nav li a:active{
			text-decoration: none;
			color: white;
		}
		
		#nav li.active a:link,
		#nav li.active a:visited,
		#nav li.active a:hover,
		#nav li.active a:active{
			padding-bottom: 2px;
			border-bottom: 3px solid white;
		}

		#nav li a:hover{
			padding-bottom: 2px;
			text-decoration: none;
		}
		
		#nav li.active a:hover{ text-decoration: none;}

/*---CONTENT---	*/

#content{
	padding-top: 20px;
	font-family: Georgia, Palatino, serif, "Times New Roman";
}
	#content p{
		font-size: 1.4em;
		line-height: 1.5em;
		color: #727169;
		margin: 5px 0 12px 0;
	}
	

/*--- FORMS ---	*/

	.form legend{
		display: none;
	}
	
	fieldset.form{
		width: 340px;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 100px;
	}
	
	.form,
	.form fieldset,
	.form fieldset p{
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.form p{
		padding: 0;
		margin: 15px 0 10px 0;
	}

	.form label{
		clear: left;
		display: block;
		line-height: .9em;
		padding: 0;
		margin: 0;
		color: #77766f;
	}
	
	.form label img{
		float: none;
		margin: 0;
	}

	.form input,
	.form textarea{
		width: 300px;
		padding: 5px 3px 4px 3px;
		line-height: 1.5em;
		border: 1px solid #c4c4c4;
		border-top: none;
		border-bottom: 1px solid #dedede;
		background: white url('/static/images/bg_form_input.gif') repeat-x top left;
		font-family: Helvetica, Arial, sans-serif, Verdana;
		font-size: .9em;
	}
	
	.form input:focus,
	.form input.focus{
		background: #FFFCDF url('/static/images/bg_form_input.gif') repeat-x top left;
	}
	
	.form .error label img{
		margin-right: 5px;
	}
	
	.form .error input{
	}
	.form .error{
	}
		.form .error img{
			margin-right: 4px;
		}
	.form input.check,
	.form input.radio{
		background: none;
		width: auto;
		float: left;
		border: none;
		margin-left: 0;
	}
	
	.form ul{
		float: left;
		border-right: 13px solid #F2F2ED;
	}
	
	.form .noBorder{
		clear: both;
	}

	.form .sendBtn{
		border: 1px outset #333;
		width: auto;
		padding: 6px;
		margin: 10px 10px 0 0;
		background: none;
	}
	
	.form #btnSend{
		margin: 0 0 5px 0;
		padding: 0 0 6px 0;
	}

	
	.form li{
		float: none;
		background: none;
		clear: both;
		line-height: 1em;
	}
	
	fieldset.form{
		position: relative;
		background: #f2f2ed;
		padding: 0 25px;
		font-family: Arial, Verdana, sans-serif;
	}
	.form p{
		background: url('/static/images/horizontal_rule.gif') repeat-x bottom left;
		padding: 0 0 15px 0;
	}

	.form label{
		font-size: .9em;
		padding-bottom: 2px;
	}
	
	.form select{
		font-size: .9em;
	}

	.form ul{
		background: url('/static/images/horizontal_rule.gif') repeat-x bottom left;
		width: 100%;
		margin: 0;
		min-height: 30px;
		position: relative;
	}

		.form ul li{
			margin: 0;
			line-height: 1em;
			width: 50%;
			display: inline;
		}
		
		.form ul.horizontal li{
			width: 80px;
			display: block;
			position: absolute;
			top: 0;
			font-size: .9em;
			text-indent: 0;
		}
		
		.form ul.horizontal li.secondOption{
			left: 100px;
		}

			.form ul li label{
				line-height: 1.5em;
				font-size: 1em;
			}	
			
	#contactForm ul.errorlist{
		margin: 2em 0;
		width: 94%;
		font-size: 1.1em;
	}
	
	 #contactForm ul.errorlist li{
		background: none;
		text-indent: 0;
		margin: 0;
		font-size: 1.1em;
		line-height: 1.5em;
		font-style: italic;
		list-style-position: outside;
	}
	
	#contactForm ul.errorlist li label{
		border: 1px solid blue;
	}	
		#contactForm ul.errorlist li img{
			margin: 0 4px 0 0;
			float: none;
		}
		#contactForm ul.errorlist li em{
			background: none;
			margin-left: 5px;
			font-weight: bold;
		}

/* FOOTER */
#footer{
	padding-top: 5px;
	padding-bottom: 50px;
	border-top: 1px solid #deded9;
}
#footer p.footerLink{
	float: right;
	font-size: 1.1em;
	font-weight: lighter;
	font-family: Georgia, Palatino, serif, "Times New Roman";
	margin: 0 10px 0 0;
	padding-top:1px;
}
	#footer p.footerLink a:link,
	#footer p.footerLink a:visited,
	#footer p.footerLink a:hover,
	#footer p.footerLink a:active{
		color: #424139;
		text-decoration: none;
	}
	#footer p.footerLink a:hover,
	#footer p.footerLink a:active{
		text-decoration: underline;
	}
#footer ul{
	margin-top: 4px;
	font-weight: lighter;
	font-family: Georgia, Palatino, serif, "Times New Roman";
}
	#footer ul li{
		float: left;
		margin: 0 .5em;
		font-size: 1.2em;
		height: 1em;
		line-height: 1em;
		color: #9d9c8f;
		padding-right: 15px;
		border-right: 1px solid #9d9c8f;
	}
	
	#footer ul li.last{
		border: none;
	}
	#footer ul a:link,#footer ul a:visited,#footer ul a:active{ 
		font-weight: normal;
		color: #9d9c8f;
		text-decoration: none;
	}
	
	#footer ul li a:hover{
		text-decoration: underline;
	}
	
	#footer ul#subFooter{
		color: #838279;
		clear: both;
		padding: 10px 0 30px 0;
		font-style: italic;
		font-size: .8em;
	}
	
		#footer ul#subFooter li{
			border: none;
			margin: 0;
			padding-right: 9px;
		}
