/* CSS Document */

/* --------- 1. defaults  --------- */
* {
margin: 0;
padding: 0;
}
body {
	background-color: #15a377;
	color: #000000;
	background-image: url(assets/bodyBg.gif);
	background-repeat: repeat;
	padding-bottom: 40px;
	text-align: center;
}
a {
	color: #15A377;
}
a:link {
	color: #15A377;
	}
a:hover {
	color: #CC3300;
}
a:visited {
	color: #CC3300;
}
/*------- 2.Structure --------*/

#masthead {
	position:absolute;
	z-index:10;
	height: 153px;
	width: 772px;
	left: 0;
	top: 0;
	
}
#introPar {
	position:absolute;
	left:55px;
	top:54px;
	width:555px;
	height:703px;
	z-index:30;
}
#localLine {
	position:absolute;
	left:117px;
	top:173px;
	width:26px;
	height:447px;
	z-index:20;
	background-image: url(assets/locaPeopleGrn.png);
	background-repeat: no-repeat;	
}
#h_about {
	position:absolute;
	left:55px;
	top:14px;
	z-index:20;
	width: 60%;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #15A377;
	height: 28px;
}
#mainContent {
	position:absolute;
	left:124px;
	top:153px;
	width:639px;
	height:auto;
	z-index:1;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#bodyContent {
	position:absolute;
	left:55px;
	top:54px;
	width:555px;
	height:535px;
	z-index:30;
	text-align: left;
}

#introPar {
	position:absolute;
	left:55px;
	top:54px;
	width:555px;
	height: auto;
	z-index:30;
}

/* ---------- 3. links and navigation ---------- */
#navigation {
}
#navigation ul {
	list-style-type: none;
}
#footer a {color: #000000;}
#footer a:link {color: #000000;}
#footer a:hover {color:#993300;}


/*----------- 4. Font Styles -------------------*/
html {
font-size: 100%;
}
body {
font-size: 62.5%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #15A377;
	letter-spacing: 0.3em;
}
h2 {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
p {
	font: 1.1em/1.4em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}
.bold {font-weight: bold;
}
#footer {
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.pmainline {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 100%;
	font-weight: bold;
	color: #000000;
}
.bigp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 130%;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.1em;
}
.light18 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
}
#returnTop {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: .05em;
}


/*------ 5.class Styles -----*/
.lftimg {
	float: left;
	padding-right: 5px;
}
.rtimg {
	float: right;
	padding-left: 5px;	
}
/*list styles in round*/
.blueboxList {
	
	border: 0;
	
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 10px;
}
.blueboxLine  {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 5px;
	list-style-position: outside;
	margin-left: 10px;
	list-style-type: disc;
	margin-right: 5px;
}
.blueboxLineNumber  {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 5px;
	list-style-position: outside;
	margin-left: 10px;
	list-style-type: decimal;
	margin-right: 5px;
}
.blueboxLineSquare  {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 5px;
	list-style-position: outside;
	margin-left: 25px;
	list-style-type: square;
	margin-right: 5px;
}

.blueboxHeading {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

.blueboxText {
	margin: 0 10px;
}

ol {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 20px;
	list-style-position: outside;
	margin-left: 50px;
	margin-right: 5px;
	
}
ol li {padding-bottom: 5px;
}


/*-------archived styles------*/
/*------- #bodyContent {
	position:absolute;
	left:50px;
	top:62px;
	width:520px;
	height:535px;
	z-index:30;
} ------*/
