/* Common Font Properties */
body , p , h1 , h2 , h3 , h4, table , td , th , ul , ol , textarea , input 
	{
	font-family: verdana, arial, helvetica, sans-serif; 
	}


/* Master Page Layout elements */

/* Page Layout Table */

#layout{
        position:absolute;
		left:0px;
		top:0px;
		width: 100%;
		height: 100%;
		border-collapse: collapse;
		border: 4px outset #669999;
		z-index: 0;

}


#logospace {
		background-color:#F8D87D;
		width: 172px;
		height: 133px;
		font-size: 106%;
		border-style: hidden;
		margin: none;
}


#logo {
        position:absolute;
        top:17px;
		left: 17px;
		background-color:#F8D87D;
		margin:0px;
		border:none;
		font-size:100%;
}

#top2 {
        position:absolute;
        top:0px;
		left:0px;
		z-index: 1;
		width:100%;
		height:133px;
		padding-left:172px;
		font-size:100%;
}

/* Top Menu */

#topmenu{
	bottom: 0px;
	right: 0px;
	}

/* not used */

.circle{
	position: absolute;
	bottom: -1px;
	right: 738px;
	float: left;
	border: none;
	}

.tophome{
	position: absolute;
	top: 109px;
	right: 393px;
	float: left;
	border: none;
	}

.issues{
	position: absolute;
	top: 109px;
	right: 295px;
	float: left;
	border: none;
	}

.gov{
	position: absolute;
	top: 109px;
	right: 196px;
	float: left;
	border: none;
	}

.res{
	position: absolute;
	top: 109px;
	right: 196px;
	float: left;
	border: none;
	}

.about{
	position: absolute;
	top: 109px;
	right: 97px;
	float: left;
	border: none;
	}

.map{
	position: absolute;
	top: 109px;
	right: 97px;
	float: left;
	border: none;
	}

.contact{
	position: absolute;
	top: 109px;
	right: -2px;
	float: left;
	border: none;
	}

/* not used */

.block{
	position: absolute;
	top: 111px;
	right: 2px;
	float: left;
	border: none;
	}

/* END OF TOP MENU */




#left {
		width:150px;
		padding-top: 15px;
		padding-bottom:15px;
		padding-right: 9px;
		padding-left: 10px;
		text-align: left;
        font-size:80%;
		color: 336666;
		line-height: 180%;
		background-color:#F8D87D;
		border-style: hidden;
}

	/* Left menu space */

.leftmenu{
	border: none;
	}

.lm{
	line-height: 183%;
	font-weight: bold;
		color: 336666;
		font-size: 12px;
	}


.lmsmall{
	font-size: 1.5em;
	line-height: 110%;
	color: 336666;
	}

.lmsection{
	text-align: right;
	font-weight: bolder;
	font-size: 104%;
	color: 336666;
	}



/* Validator */

.w3{
	position: absolute;
	bottom: 15px;
	left: 16px;
	border: none;
	z-index: +1;
	}



/* Content Area */

#contenttable{
		width: 100%;
		height: 100%;
		border-collapse: collapse;
		border-top: 1px solid #669999;
		border-left: 1px solid #669999;
}

#leftcontent{
		width: 85%;
		padding: 12px 8px 8px 15px;	
		font-size: 12px;
}

#rightcontent{
		padding: 12px 8px 8px 15px;
}

#maincontent{
/*		padding: 22px 18px 15px 35px; */
		font-size: 12px;
}

#maincontent_draft{
		padding: 22px 18px 15px 35px;
		background: url('/images/draft_background.gif') no-repeat fixed center center;
}

#bottommenu{
		padding-top: 35px;
		padding-bottom: 10px;
		text-align: center;
		font-size: 12px;
		}


.innerdiv{
	width:100%;
	padding: 10px;
	vertical-align: middle;
	}

.fpsection{
	font-size: 118%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	}

/* for single page notes */

#note{
	font-family : verdana, arial, helvetica, sans-serif; 
	background-color: #ffff99;
	text-align: left;
	font-size: 90%;
	line-height: 130%;
	padding-left:35px;
	padding-right: 20px;
	padding-top:15px;
	padding-bottom:3em;
		}






/* To use on many pages, but not all */

.toppic1{
	position: absolute;
	top: 23px;
	right: 34px;

	border: none;
	z-index: +2;
	}

.toppic2{
	position: absolute;
	top: 28px;
	right: 60px;
	float: right;
	border: none;
	}

/* for large pictures on pages */

.mainpic{
	position: absolute;
	top: 25px;
	left: 25px;
	float: left;
	}

/* FRONT PAGE ELEMENTS ONLY */



/* For Front Page and other Layout Tables */

.fronttable{
	border: none;
	}

.biglisttable{
	padding: 4;
	font-size: 12px;
	}

.1 {
	text-align: left;
	vertical-align: top;
	line-height: 110%;
	}

.2{
	text-align: center;
	}

.3{
	right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.4{
	top: 0px;
	vertical-align: top;
	}

td{
	font-size: 100%;
	line-height: 130%;
	}
/* images */

.frontpic{
	border: solid black 1px;
	float: left;
	margin-top: 15px;
	margin-right: 12px;
	padding-bottom: 10px;
	}

.frontpic_l{
	float: left;
	margin-top: 15px;
	margin-right: 12px;
	}

.frontpic_r{
	float: right;
	margin-top: 12px;
	margin-left: 12px;
	text-align: center;
	}

.picborder{
	border: solid black 1px;
	}

.pic_r{
	float: right;
	border: solid black 1px;
	margin-left: 8px;
	margin-right: 10px;
	text-align: center;
	padding: 5px;
	}

.pic_rno{
	float: right;
	border: none;
	margin-left: 8px;
	margin-right: 10px;
	text-align: center;
	padding: 5px;
	}

.pic_l{
	float: left;
	border: solid black 1px;
	margin-right: 8px;
	}

.pic_lno{
	float: left;
	border: none;
	margin-right: 8px;
	text-align: center;
	padding: 5px;
	}

/* END OF Front Page elements */

/* Other Page Layout Tables */

.tableone{
	position: absolute;
	top: 30px;
	left: 222px;
	border: none;
	}

/* Book Table of Contents Tables, currently framed, some with this css */
/* I used a layout table after trying to make css positioning work
	I left the css code here, but I'm using tables */

.framecontent{
	background-color: #ffff99;
	}


/* Tables to display information */

.tablelist{
	width: 85%;
	border-collapse: separate;
	border: thin solid #F8D87D;
	vertical-align: middle;
	padding: 6px;
	empty-cells: show;
	}

.tablelistno{
	width: 85%;
	border: none;
	vertical-align: middle;
	padding: 6px;
	empty-cells: show;
	}

.tablelistr{

	border-collapse: separate;
	border: thin solid #F8D87D;

	padding: 6px;
	empty-cells: show;
	float: right;
	}

.list{
	font-size: 80%;
	line-height: 130%;
	border: thin solid #F8D87D;
	padding: 4px;
	}

.listno{
	font-size: 80%;
	line-height: 130%;
	border: none;
	padding: 5px;
	padding-bottom: 18px;
	vertical-align: top;
	}

.listcenter{
	font-size: 80%;
	line-height: 130%;
	text-align: center;
	border: thin solid #F8D87D;
	padding: 4px;
	}

.listright{
	font-size: 80%;
	line-height: 130%;
	text-align: right;
	border: thin solid #F8D87D;
	padding: 4px;
	}

.listblankrow{
	height: 12px;
	border: thin solid #F8D87D;
	}



/* Headings */

h1{
	font-size: 165%;
	color: #336666;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin-top: 22px;
	}

h2{ 	
	font-size: 125%;
	color: #336666;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 12px;
	}

h3{ 	
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	}

h3.front{
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
	}

h4{ 	
	font-size: 110%;
	color: black;
	font-weight: bold;
	margin: 0pt;
	}

.likeh4{ 	
	font-size: 110%;
	color: black;
	font-weight: bold;
	text-align: center;
	}

h5{
	font-size: 105%;
	color: black;
	font-weight: bold;
	text-decoration: underline;
	}

/* ECMC Colors */

.red{
	color: #cc0000;
	}

.redbold{
	color: #cc0000;
	font-weight: bold;
	}

.redital{
	color: #cc0000;
	font-style: italic;
	}

.green{
		color: #003300;
		}

.greenbold{
		color: #003300;
		font-weight: bold;
		}

.blue{
		color: #336666;
		}

/* Links and anchors */

a:link{
	color: #336666;
	text-decoration: underline;
	}

a:visited{
	color: #336666;
	text-decoration: underline;
	}

a:hover{
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
	}

a.table{
	font-size: small;
	color: #003300;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	}

a.table:visited{
	font-weight: bold;
	font-size: 90%;
	color: #003300;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	}

a.table:hover{
	background: #ffcc66;
	font-weight: bold;
	font-size: 103%;
	color: #ff3333;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	}

/* for no border link images */

a.noborder{
	font-size: small;
	color: #336666;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	border: none;
	}


/* blockquote styles */

.bqborder{
	border: thick groove #336666;
	padding: 10px;
	background-color:#F8D87D;
	}

/* MISC */

/* class to center text, and use for "non-css-compliant browsers to center tables */

.center{
	text-align: center;
	}

.noborder{
	border-style:none;
	}

li{
	margin: 3px 6px 6px 6px;
	}

.left{
	float: left;
	text-align: left;
	margin-right: 12px;
	margin-bottom: 3px;
	}

.right{
	float: right;
	text-align: left;
	margin-left: 8px;
	}

.small{
	font-size: 80%;
	line-height: 110%;
	}

.large{
	font-size: 108%;
	line-height: 118%;
	}

.smallright{
	font-size: 80%;
	line-height: 110%;
	padding: 6px;
	text-align: right;
	}

.imgroom{
	float: left;
	margin-left: 20px;
	margin-right: 40px;
	margin-bottom: 18px;
	}

.centerredbold{
	text-align: center;
	color: red;
	font-style: bold;
	font-size: 115%;
	}
