/* IAME Cascading Style Sheet c 2006 for layout
Original work by Andrew Harrison http://andrew.harrison.org */

/* ----- GENERAL LAYOUT ----- */



#content-surrounds {
	position: relative;
	top: -15px;
	height: auto;
	width: 875px;
/*	background-color:#EE0000;*/
	margin-left: auto;
	margin-right: auto;
}
#content-top-container {
	position: relative;
	top: 0px;
	height: 25px;
	/*background-color: #66CC66;*/
	width: 875px;
}
#content-top-shadow-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 25px;
	background-image: url(images/shadow-left-top.png);
	background-repeat:no-repeat;
	z-index: 1;
}
#content-top-main {
	position: absolute;
	top: 0px;
	left: 12px;
	height: 24px;
	width: 851px;
	background-color:#ebebeb;
	background-image:url(images/left-content-headerbg.jpg);
	background-repeat:repeat-x;
	border: 1px solid orange;
	border-bottom: none;
	z-index: 2;
}

#content-top-goes-here {
	position: relative;
	top: 0;
	width: 100%;
	padding-top: 1px;
	left: 3px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #374879;
	font-weight: bold;  
	font-variant:small-caps; 
	z-index: 50;
}
#content-top-shadow-right {
	position: absolute;
	top: 0px;
	right: -1px;
	width: 12px;
	height: 25px;
	background-image: url(images/shadow-right-top.png);
	background-repeat: no-repeat;
	z-index: 1;
}

#content-main-container {
	position: relative;
	top: 0px;
	height: auto;
/*	background-color: #66CC66;*/
	width: 875px;
}
#content-main-shadow-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 100%;
	background-image: url(images/shadow-left.png);
	background-repeat:repeat-y;
}
#content-main {
	position: relative;
	top: 0px;
	left: 12px;
	height: auto;
	width: 851px;
	background-color:#ebebeb;
	border: 1px solid orange;
	border-top: none;
	border-bottom: none;
	padding: 0px;
	z-index: 2;
	}
	
#content-main-goes-here {
	position: relative;
	width: 100%;
	padding-left: 6px;
	padding-right: 6px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #050b39;
	z-index: 4;
	
}
#content-main-shadow-right {
	position: absolute;
	top: 0px;
	right: -1px;
	width: 12px;
	height: 100%;
	background-image: url(images/shadow-right.png);
	background-repeat:repeat-y;
}

#content-bottom-container {
	position: relative;
	top: 0px;
	height: 25px;
	/*background-color: #66CC66;*/
	width: 875px;
	z-index: 2;
}
#content-bottom-shadow-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 25px;
	background-image: url(images/shadow-left-bottom.png);
	background-repeat: no-repeat;
}
#content-bottom-main {
	position: absolute;
	top: 0px;
	left: 12px;
	height: 24px;
	width: 851px;
	background-image:url(images/content-headerbg-reverse.jpg);
	border: 1px solid orange;
	border-top: none;
	z-index: 2;
}

#content-bottom-goes-here {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top:5px;
	width: 300px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #050b39;
	text-align:center;
	vertical-align:bottom;
}
#content-bottom-shadow-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 12px;
	height: 25px;
	background-image: url(images/shadow-right-bottom.png);
	background-repeat: no-repeat;
	z-index: 1;
}

/* ----- PAGE SPECIFIC ----- */

#index-left {
	position: relative;
	top: 0px;
	left: 20px;
	padding: 3px;
	width: 450px;
	border: 1px solid #ebebeb;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #374879;
	font-weight: normal;
	text-align: justify;
}

#index-left a {
	text-decoration: none;
	color: #050b39;
	
}

#index-left a:hover {
	text-decoration: underline;
	color: #050b39;
	
}
	
#index-left h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #374879;
	font-weight: normal;
	font-variant:small-caps;
}

#index-left h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #880000;
	font-weight: normal;
	font-variant:small-caps;
}

#index-right {
	position: absolute;
	top: 0px;
	left: 530px;
	width: 270px;
	border: 1px solid #AAA;
	padding: 3px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #374879;
	font-weight: normal;
	background-color: #fff;
}

#index-right h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #374879;
	font-weight: normal;
	font-variant:small-caps;
}

#index-right h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #880000;
	font-weight: normal;
	font-variant:small-caps;
}

#index-right a {
	text-decoration: none;
	color: #050b39;
	
}

#index-right a:hover {
	text-decoration: underline;
	color: #050b39;
	
}

#staticcontent {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	width: 97%;
	border: 1px solid #FFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #374879;
	font-weight: normal;
}
	
#staticcontent h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #374879;
	font-weight: normal;
	font-variant:small-caps;
}

#staticcontent h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #880000;
	font-weight: normal;
	font-variant:small-caps;
}

#contactdata {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	width: 75%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #374879;
	font-weight: normal;
}

#contactform {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	width: 45%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #374879;
	font-weight: normal;
}

#councilexec {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	width: 97%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #374879;
	font-weight: normal;
}

#councilexec h1 {
	font-size: 1.1em;
	font-variant:small-caps;
	text-align: center;
	}
	
.councilexechead {
	font-size: 1em;
	font-variant: small-caps;
	font-weight:bold;
}

#councilmembers {
	position: relative;
	top: 0px;
	right: 0px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	width: 97%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #374879;
	font-weight: normal;
	text-align: center;
}

#councilmembers h1 {
	font-size: 1.1em;
	font-variant:small-caps;
	text-align: center;
	}
	
#confnon {
	position: relative;
	top: 5px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	width: 50%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #374879;
	font-weight: normal;
	text-align: center;
	border: 1px solid #aaa;
}

#confnon h1 {
	font-size: 1.1em;
	font-variant:small-caps;
	text-align: center;
	}
	
#confcurrent {
	position: relative;
	top: 0px;
	right: 0px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	width: 50%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #374879;
	font-weight: normal;
	text-align: center;
	border: 1px solid orange;
}

#confcurrent h1 {
	font-size: 1.1em;
	font-variant:small-caps;
	text-align: center;
	}
	
.confhead {
	position: relative;
	left: 5px;
	width: 65%;
	height: auto;
	padding: 3px;
	border: 1px solid orange;
	font-size: 1.1em;
	font-variant:small-caps;

}

.confdetails{
	position: relative;
	left: 5px;
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	font-variant: normal;

}

.confdetailshead{
	font-size: 1em;
	font-variant:small-caps;
	text-decoration: none;

}

.confdetailshead a{
	font-size: 1em;
	font-variant:small-caps;
	text-decoration: none;

}

.conftitle {
	cursor:move;
}

#confadd {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	width: 100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #374879;
	font-weight: normal;
}


#members {
	position: relative;
	width: 65%;
	left: 40px;
	margin-right: auto;
	padding-top: -20px;
	padding: 3px;
	border: solid 1px orange;
}

#nonmembers {
	width: 80%;
}

#memberbar {
	position:absolute;
	top: -25px;
	right: 0px;
	padding-right: 5px;
}

#loginbox { 
	float:right;
	height: 50px;
	vertical-align:middle;
	margin-right: 50px;
	border: 1px orange solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px; 
	padding-bottom: -15px;
	background-color: #ebebeb;
}

#newsletter {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	text-align:center;
	padding: 0px;
	border: 1px solid #AAA;
}



.newsmall {
	font-size: 0.8em;
	text-decoration: none;
}

#newsarchive {
	position: relative;
	top: 5px;
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid orange;
	padding-bottom: 5px;
}

#memberpubs {
	width: 65%;
	border: 1px solid orange;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align:center;
}

#memberpubs h1 {
	font-size: 1.1em;
	font-variant:small-caps;
}

#memberpubs h2 {
	font-size: 0.8em;
}

#recentpubs h1 {
	font-size: 1.1em;
	font-variant:small-caps;
	text-align: center;
}

#recentpubs h2 {
	font-size: 0.8em;
}

#otherpubshead {
	width: 98%;
	top: 15px;
	text-align: center;
	font-variant: small-caps;
	
}

#otherpubshead a{
	text-decoration: none;
	}
	
	#otherpubshead a:hover{
	text-decoration: underline;
	}


#otherpubs {
	width: 75%;
	border: 1px solid orange;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
}


#apv-left {
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	min-height: 450px;
	padding: 3px;
	width: 550px;
	border: 1px solid orange;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #374879;
	font-weight: normal;
}

#apv-left a {
	text-decoration: none;
	color: #050b39;
	
}

#apv-left a:hover {
	text-decoration: underline;
	color: #050b39;
	
}
	
#apv-left h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #374879;
	font-weight: normal;
	font-variant:small-caps;
}

#apv-left h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #880000;
	font-weight: normal;
	font-variant:small-caps;
}

#apv-right {
	position: absolute;
	top: 0px;
	left: 566px;
	width: 270px;
	border: 1px solid #AAA;
	padding: 3px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #374879;
	font-weight: normal;
	text-align:center;
}

#apv-right h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #374879;
	font-weight: normal;
	font-variant:small-caps;
}

#apv-right h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #880000;
	font-weight: normal;
	font-variant:small-caps;
}

#apv-right a {
	text-decoration: none;
	color: #050b39;
	
}

#apv-right a:hover {
	text-decoration: underline;
	color: #050b39;
	
}

#apv-right label {
width: 4em;
float: top;
margin-right: auto;
margin-left: auto;

}

#membersapply {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #374879;
	font-weight: normal;
	font-variant:small-caps;
	}
	
#apv_p {
	position: relative;
	width: 90%;
	border: 1px solid orange;
	height: auto;
	z-index: 9;
}

#apv_v {
	position: relative;
	width: 90%;
	border: solid, 1px, Orange;
	height: auto;
}

	
/* FORMS */

label
{
width: 4em;
float: top;
margin-right: auto;
margin-left: auto;
}

.submit input
{
margin-left: 4.5em;
} 
input
{
color: #374879;
background: #FFF;
border: 1px solid orange;
}

textarea {
color: #374879;
background: #FFF;
border: 1px solid orange;
}

.submit textarea
{
color: #374879;
background: #FFF;
border: 1px solid orange;
} 

.submit input
{
color: #374879;
background: #FFF;
border: 1px solid orange;
} 
fieldset
{
border: 1px solid #781351;
width: 20em
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}


