@import "reSet.css";
  
body{

	font-size: 22px;
	font-family: 'AvalonBook', Arial Narrow, Arial, Helvetica, sans serif;
	font-weight: normal;
	background-color: #fff;
	text-rendering: optimizeLegibility;
	color: #6b7983;
	text-align: left;
	line-height: 140%;


}

#bac{
	position: relative;
	background-color: #fff;
	left: 0px;
	width: 100%;
	
	padding-top: 0px;
	padding-left: 0px;
	height: auto;
	z-index: 1;
	
	border-bottom-style: solid;
	border-bottom-color:  #e9eeef;
	border-bottom-width: 10px;	

}



.wrapper{
	position: relative;
	width: 940px;
	height: auto;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;

}

/*----header------*/

header{
	position: relative;
	height: auto;
	width: 940px;
	margin-top: 0px;
	padding-top: 30px;
	padding-top: 20px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #61a2aa;
	font-size: 2em;
	line-height: 160%;

	
	
}




#web{
	float: left;
	margin-left: 4px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


/* ---SECTION--- */



#info{
	position: relative;
	margin-top:0px;
	width: 940px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	
	
}






/*---TEXT---*/

/*---headings---*/
h1{
	margin-top: 40px;
	font-size: 1.95em;
	font-weight: normal;
	
	color: #61a2aa;
	line-height: 150%;
	letter-spacing: 0.045em;
 }
 
 h2{
	 margin-top: -20px;
	font-size: 1.4em;
	line-height: 140%;

	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	
	
}











/*LISTS—————————————-*/
ul{
	text-align: right;
	padding-right: 50px;
	line-height: 30%;
	padding-bottom: 20px;
}

li{
display: inline;
list-style-type: none;
padding-right: 30px;
}





/*FLOATS—————————————-*/




.floatLeft{
	float: left;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-width: 0px;

}
.floatLeftSmall {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
	border-width: 0px;

}

.floatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 60px;
	margin-top: 10px;
	border-width: 0px;

}


.clearFloat {
	clear: both;

}











/*footer—————————————-*/



footer {
position: relative;
	margin-top:0px;
	width: 940px;
	height: auto;
	padding-bottom: 40px;
	padding-top: 40px;
margin-left: auto;
margin-right: auto;
	z-index: 1;
	font-size: 2em;
	clear: both;
color: #61a2aa;






/*-----QUOTES______*/

}
 #timQuote{
	font-family: 'ClearfaceSerialLightRegular';
	margin-left: 30px;
	margin-right: 20px;
	font-style: normal;
	display: block;
	font-size: 1.3em;
	line-height: 140%;
	width:90%;
	color: #6c797b;
	padding-bottom: 30px;
	padding-top: 20px;
}


q:before { 
content: '\201C'; 
font-style: normal;
font-family: Times New Roman, Times, serif;
font-size: 1.7em;
margin-left: -28px;
margin-top: 20px;
color: #6c797b;
}
q:after {
content: '\201D';
font-style: normal;
font-family: Times New Roman, Times, serif;
font-size: 1.7em;
color: #6c797b;
margin-top: 20px;
}

.quote{
text-align: right;
font-family: Arial Narrow, Arial, sans serif;
font-style: italic;
	}
cite{
	text-align: right;
	font-style: italic;
	color: #61a2aa;
	font-family: 'FranklinGothicFSBook', Arial Narrow, Arial, Helvetica, sans serif;
	font-size: 0.7em;
	}
q:lang(en)
{
quotes: "«" "»" "'" "'";
}
 q { quotes: '\201C' '\201D' '\2018' '\2019'; }

/*---NAVIGATION--*/



/*--links--*/
#mainNav{
	position:relative;
	width: 940px;
	margin-top: -44px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	line-height: 130%;	
	z-index: 500;
	
	}
a:link {
	font-size: .5em;
	color:  #3699a5;
	line-height: 100%;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #a4a43b;
	border-bottom-width: 0px;

}

a:visited {
	font-size: .5em;
	color:  #3699a5;
	line-height: 100%;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color:  #a4a43b;
	border-bottom-width:0px;

}

a:hover {
	font-size: .5em;
		color: #a4a43b;
	line-height: 100%;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #3699a5;
	border-bottom-width: 0px;

}

