/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../images/bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
	list-style-image: url(../images/miniflake14.gif);
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 2%;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#pageNav{
	float: left;
	width:177px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: solid #cccccc 1px;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 177px;
	border-left: solid #ccd2d2 1px;
}

#content h2{
	text-align: center;
}

#content h3{
	text-align: center;
}

#admin{
	position: absolute;
	left: 0;
	top: 0;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom: solid #ccd2d2 1px;
}

#mast{
	padding: 0px;
	margin: 4px 10px 8px 0px;
	height: 76px;
	background: url(../images/Mast.jpg) no-repeat;
}

/************** feature styles *****************/
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	height: 200px;
}

html>body .feature {height: auto;}

.feature h3{
	font: bold 200% Arial,sans-serif;
	color: #000000;
	padding: 18px 0px 0px 0px;
}

.feature p{
	margin: 8px 0px 10px 0px;
}

/************** bylaw styles *****************/
.bylaw{
	border-top: 1px solid #ccd2d2;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	height: 200px;
}

html>body .bylaw {height: auto;}

.bylaw h5{
	font: bold 100% Arial,sans-serif;
	padding: 24px 0px 0px 0px;
	color: #334d55;
}

.bylaw h4{
	font: bold 90% Arial,sans-serif;
	padding: 8px 0px 0px 20px;
	float: left;
}

.bylaw h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 18px 0px 0px 0px;
}

.bylaw h2{
	font: bold 180% Arial,sans-serif;
	color: #006699;
	padding: 18px 0px 0px 0px;
	text-align: center;
}

.bylaw h1{
	font: bold 100% Arial,sans-serif;
	padding: 16px 0px 0px 0px;
}

.bylaw p{
	margin: 8px 0px 0px 85px;
}

.bylaw span{
	font: bold 100% Arial,sans-serif;
	margin: 0px 15px 0px 10px;
	color: #334d55;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a:hover.capsule{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/*************** member styles ******************/
.member{
	border-top: 1px solid #ccd2d2;
	width: auto;
	font-size: 110%;
	color: #006699;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 13px;
	padding-bottom: 0px;
}

.member div{
	margin-top: 2px;
	margin-bottom: 1px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.company{
	width: auto;
	font-size: 70%;
	font-weight: normal;
	color: #333333;
	padding-left: 5%;
	margin-right: 3%;
	border-top:1px solid #f0f0f0;
}

div.company span{
	float: right;
}

div.company span img{
	margin: 0px 2px;
}

/************** contactInfo styles ****************/

#contactInfo{
	clear: both;
	border-top: solid #cccccc 1px;
	font-size: small;
	color: #777777;
	padding: 5px 10px 5px 10px;
	text-align:	center;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: solid #cccccc 1px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: solid #ffffff 1px;
	border-bottom: solid #cccccc 1px;
	background-image: url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: solid #cccccc 1px;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 8px 4px;
	border-bottom: solid #cccccc 1px;
	background-color:#99FFFF;
}

.relatedLinks h3{
	padding: 8px 0px 4px 0px;
	text-align: center;
	font-size: 120%;
}

.relatedLinks a:link, .relatedLinks a:visited {
	display: block;
	border-top: solid #ffffff 1px;
	border-bottom: solid #cccccc 1px;
	background: #ffffcc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	text-align: center;
}

.relatedLinks a:hover{
	border-top: solid #cccccc 1px;
	background: #DDEEFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
/************* assocLinks styles **************/

.assocLinks{
	margin: 0px;
	padding: 8px 4px 10px 10px;
	border-bottom: solid #cccccc 1px;
}

.assocLinks h3{
	padding: 10px 0px 2px 0px;
}

.assocLinks a{
	margin-top: 4px;
}

/************** contact styles *****************/
.contact{
	border-top: 1px solid #ccd2d2;
	padding: 40px 2% 40px 0px;
	font-size: 80%;
	height: 100%;
	text-align: center;
}

.contact p{
	font: 120% bold;
	
}

.contact h1{
	font: 150% bold;
}

.contact h4{
	font: 130% bold;
}

/************** officer and board styles *****************/
.officer{
	border-bottom: 1px #cccccc solid;
	padding-bottom: 10px;
}

.officer h2{
	margin-top: 15px;
	margin-right: 0px;
}

.officer div{
	text-align: center;
}

.board h1{
	margin-top: 10px;
}

.board div{
	text-align: center;
}

/************* TOClinks styles **************/

.TOClinks{
	margin: 0px;
	padding: 8px 4px 10px 0px;
	border-bottom: solid #cccccc 1px;
}

.TOClinks h3{
	padding: 10px 0px 2px 0px;
	text-align: center;
}

.TOClinks a{
	background-image: url(../images/bg_nav.jpg);
	display: block;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 17px;
	height: 18px;
	font-size: 12pt;
}

/************* misc styles **************/

#cons table {
	font-family: "Times New Roman", Times, serif;
}

#cons td {
	width: 50%;
	font-size: 80%;
}

#cons td a {
	color: #000000;
}

/************* form styles **************/

fieldset.login{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 20em;
}

label.login{
	float: left;
	width: 7em;
	margin-right: .5em;
	text-align: right;
}

input[type=submit].login{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

label.edit{
	display: block;
}

label.edit:hover, label.edit:hover input{
	background-color: #CCFFFF;
}

.edit input{
	border: 0px;
	text-decoration: underline;
}

/************* misc styles **************/
.adobePDF {
	background:url(/images/pdficon_small.gif) no-repeat left center; 
	padding:1px 17px 1px 34px;
}
/********************* end **********************/
