@charset "utf-8";
/*
OPSEU Local 330
Author: Ty Walkland

/*GLOBAL*/

* { margin:0; padding:0; }

body {
	margin:0 0 0 0;
	background:#f3f3f3;
}

img { border:none; }

.divider {
	width:100%;
	height:1px;
	margin: 20px 0;
	background:#B7B7B7;
}

.clear { clear:both; content:"."; }

.floatLeft { float:left; }

.floatRight { float:right; }

.tiny { font:normal 12px Arial, Helvetica, sans-serif; }

/*STRUCTURE*/

#header {
	margin:0;
	padding:0;
	background:url(../../images/bg-header.png) #0d72ba bottom repeat-x;
	border-bottom: 3px solid #eee;
}

#headerLarge {
	margin:auto;
	width:1010px;
	height:230px;
	position:relative;
}

#headerSmall {
	margin:auto;
	width:1010px;
	height:70px;
	position:relative;
}

#headerStripe {
	width:320px;
	height:270px;
	background:url(../../images/bg-dark.png) #095fab bottom repeat-x;
	position: relative;
	left: 685px;
}

#headerStripeSmall {
	width:320px;
	height:70px;
	background:url(../../images/bg-dark.png) #095fab bottom repeat-x;
	position: relative;
	left: 685px;
	text-align: center;
}

#body {
	width:100%;
	height:auto;
	background:#fff;
}

#bodyContainer {
	margin:auto;
	width:1010px;
	position:relative;
	height: auto;
}

#bodyLeft {
	width:610px;
	float: left;
	padding: 45px 30px 45px 30px;
	position: relative;
}

#bodyRight {
	width:290px;
	float: right;
	padding: 15px 20px 35px 30px;
}

#greyIndex {
	border-top:1px solid #B7B7B7;
	width:610px;
	margin-left: -20px;
	clear: both;
	margin-bottom: 1.5em;
	padding: 20px;
	background: url(../../images/bg-box.png) #f7f7f7 top repeat-x;
	padding-bottom: 10px;
}

.span {
	width:610px;
	clear: both;
	margin-bottom: 2em;
	margin-top: -20px;
	margin-right: 0px;
}

#left {
	float:left;
	width:285px;
}

#right {
	float:right;
	width: 285px;
}

#footer {
	margin:0;
	padding:0;
	background:#f3f3f3;
	height: auto;
	border-top: 3px solid #eee;
}

#footerContent {
	margin:auto;
	width:1010px;
	height:50px;
}

#navFooter {
	padding-top: 16px;
	margin-left: 30px;
	height: 34px;
}

/*NAV*/

#navTop {
	width: 775px;
	background: #074e8c;
	padding: 0 15px;
	position: absolute;
	left: 180px;
	font: normal 12px "Trebuchet MS", sans-serif;
	color: #d4ecfd;
	height: 30px;
}

#navTop a {
	text-decoration:none;
	color:#d4ecfd;
	border-bottom: 1px solid #0d72ba;
}

#navTop a:hover {
	color:#fff;
	text-decoration: none;
}

ul#navRight {
	list-style:none;
	padding: 0;
	overflow: inherit;
	margin-bottom: 1.5em;
}

ul#navRight li {
	font:normal 20px Arial, Helvetica, sans-serif;
	color: #095fab;
	border-bottom: 1px dotted #b7b7b7;
	padding: 3px 0 3px 20px;
}

ul#navRight li:hover {
	background:url(../../images/bg-button-blue.png) repeat-x;
}

ul.expand {
	list-style:none;
	padding:5px 0;
	border-top: 1px dotted #b7b7b7;
	margin-top: 3px;
	margin-left: -1em;
}

ul#navRight li.expanded {
	font:normal 17px Arial, Helvetica, sans-serif;
	color: #333;
	border-bottom:0;
	padding-left: 30px;
}

ul#navRight li.expanded:hover {
	background:#fff;
}

ul#navRight li.expanded a {
	color: #095fab;
	text-decoration:none;
}

ul#navRight li.expanded a:hover {
	color: #333;
}

ul#navRight li a {
	color: #333;
	text-decoration:none;
	border: none;
}

ul#navRight li a:hover {
	color: #095fab;
	text-decoration:none;
}

ul#navTrace {
	list-style:none;
	position:absolute;
	top:12px;
	left:15px;
}

ul#navTrace li {
	font:normal 11px Arial, Helvetica, sans-serif;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	color:#666;
}

ul#navTrace li a {
	color:#909090;
	text-decoration:none;
	border-bottom: 1px solid #B7B7B7;
}

.slash {
	background:url(../../images/icon-slash.gif) 0 50% no-repeat;
	padding-left:10px;
}

ul#navBottom {
	list-style:none;
}

ul#navBottom li {
	float:left;
	font:normal 13px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding-left: 1em;
}

ul#navBottom li a {
	text-decoration: none;
	color: #666;
}

ul#navBottom li a:hover {
	color: #095fab;
}


	/*TEXT*/
	
	p#presWelcome {
	margin:0;
	font:normal 12px/1.4 Arial, Helvetica, sans-serif;
	color:#d4ecfd;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0.5em;
	}
	
	p#headerDesc {
	margin:0;
	padding:0;
	width:610px;
	position:absolute;
	font:normal 16px/1.3 Arial, Helvetica, sans-serif;
	color:#d4ecfd;
	left: 360px;
	bottom: 45px;
	}
	
	p#headerDesc a {
	font:bold 14px/1 "Arial Narrow", Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	}
	
	p#headerDesc a:hover {
	color:#d4ecfd;
	border-bottom: 1px solid #f7f7f7;
	}
	
	.header {
	font:bold 21px/1 "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	margin-bottom: 0.2em;
	list-style: none;
	}
	
	#bodyLeft h1 {
	font:bold 22px Arial, Helvetica, sans-serif;
	color: #095fab;
	margin-bottom: 0.5em;
	}
	
	#bodyLeft h1#welcome {
	font:bold 19px Arial, Helvetica, sans-serif;
	}	
	
	#bodyLeft p {
	font:normal 14px/1.4 Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	color: #111;
	}
	
	#bodyLeft p.sub {
		font:normal 12px/1.2 Arial, Helvetica, sans-serif;
		margin-bottom: 1em;
		color: #606060;
	}
	
	#bodyLeft blockquote {
		font:normal 14px/1.2 Arial, Helvetica, sans-serif;
		color: #333;
		background: #eee;
		padding: 10px;
		margin: 1.5em 2em;
	}
	
	#bodyLeft p.profile {
		font:normal 17px Arial, Helvetica, sans-serif;
		margin-bottom: 1em;
	}
	
	#bodyLeft p a {
		text-decoration:none;
		border-bottom:1px solid #B7B7B7;
		color: #606060;
	}
	
	#bodyLeft p a:hover {
		text-decoration:none;
		color: #0d72ba;
	}
	
	#bodyLeft p.presWelcome {
		font:normal 14px/1.3 Arial, Helvetica, sans-serif;
		color: #333;
		margin-bottom: 0em;
	}
	
	.faq {
		font:normal 35px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #b7b7b7;
		text-transform: uppercase;
		float: left;
		clear: left;
		width: 35px;
		margin-left: 10px;
		margin-bottom: 0px;
	}
	
	#bodyLeft p.question {
	font:italic 14px "Georgia", serif;
	margin-bottom: 0.8em;
	color: #606060;
	padding-top: 0.7em;
	}
	
	#bodyLeft p.answer {
	font:normal 14px/1.4 Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 0.7em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #b7b7b7;
	padding-bottom: 2em;
	}

	address.president {
	font:italic 13px/1.4 "Georgia", serif;
	color: #333;
	background:url(../../images/preswelcome.gif) no-repeat;
	padding-left: 7em;
	height: 82px;
	margin-bottom: 2em;
	margin-left: 2em;
	}
	
	address.president a {
	text-decoration:none;
	border-bottom:1px solid #999;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	}
	
	address.president a:hover {
	text-decoration:none;
	color: #095fab;
	}
	
	address.president a.exec {
	text-decoration:none;
	color:#606060;
	font: normal 11px Arial, Helvetica, sans-serif;
	border: none;
	position: absolute;
	margin-top: 1em;
	}
	
	address.president a.exec:hover {
	text-decoration:none;
	color: #111;
	}
	
	address.msgs {
	font:italic 13px/1.4 "Georgia", serif;
	color: #333;
	margin-bottom: 2.5em;
	margin-left: 1em;
	}
	
	address.msgs a {
		text-decoration:none;
		border-bottom:1px solid #B7B7B7;
		color: #333;
	}
	
	address.msgs a:hover {
		text-decoration:none;
		color: #0d72ba;
	}
	
	#bodyRight h1 {
	font:bold 17px/1 "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #444;
	margin-bottom: 0.5em;
	}
	
	#bodyRight h1.yellow {
	font:normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c71f44;
	margin-bottom: 0.5em;
	}
	
	#bodyRight p {
		font:normal 13px/1.3 Arial, Helvetica, sans-serif;
		color: #333;
		margin-bottom: 1em;
	}
	
	#bodyRight p a {
		text-decoration: none;
		border-bottom: 1px solid #B7B7B7;
		color: #606060;
	}
	
	#bodyRight p a:hover {
	text-decoration: none;
	color: #111;
	}
	
	#bodyRight p.welcome {
		font:normal 14px/1.2 Arial, Helvetica, sans-serif;
		color: #606060;
		margin-bottom: 1em;
	}
	
	h2 {
	font:bold 19px/1 "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#1a1a1a;
	margin-bottom: 1em;
	}
	
	.urgent {
		color:#c71f44;
	}
	
	h3 {
	font:bold 17px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #444;
	margin-bottom: 0em;
	border-bottom: 1px dotted #b7b7b7;
	}
	
	h4 {
	font:bold 17px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #444;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #b7b7b7;
	}
	
	h5 {
	font:normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 0em;
	}
	
	h6 {
	font:normal 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	margin-bottom: 0.5em;
	}
	
	.date {
	font:normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	display: block;
	margin-bottom: 0.5em;
	}
	
	#greyIndex p {
	font:normal 14px/1.4 Arial, Helvetica, sans-serif;
	color: #111;
	margin-top: 0.2em;
	}
	
	#greyIndex p a {
	text-decoration:none;
	border-bottom:1px solid #B7B7B7;
	color: #095fab;
	}
	
	#greyIndex p a:hover {
	text-decoration:none;
	color: #111;
	}
	
	p#credits {
	float:right;
	padding-right: 30px;
	font:normal 12px "Trebuchet MS", sans-serif;
	color: #666;
	padding-top: 16px;
	}
	
	p#credits a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #b7b7b7;
	}
	
	p#credits a:hover {
	color: #095fab;
	text-decoration: none;
	}
	
	p#redirect {
		font:normal 11px Arial, Helvetica, sans-serif;
		color: #606060;
		margin:0;
		display: block;
		clear: both;
	}
	
	.required {
		font: 12px Arial, Helvetica, sans-serif;
		color: #FF0000;
		padding-right: 0.2em;
	}
	
	.archives {
	float: right;
	position: absolute;
	right: 15px;
	top: 12px;
	}
	
	#baseContent address {
		position:absolute;
		font:italic 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #d4ecfd;
		top: 22px;
		left: 215px;
		border-left: 1px solid #d4ecfd;
		padding-left: 15px;
	}
	
	
	a#home {
		font:normal 11px/1.3 Arial, Helvetica, sans-serif;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid #d4ecfd;
	}
	
	#boxRight {
	float: right;
	width: auto;
	padding: 10px;
	background: url(../../images/bg-button-blue.png) bottom repeat-x;
	border: 1px solid #d4ecfd;
	margin-left: 1em;
	margin-bottom: 1em;
	}
	
	#newsletter {
	text-align:center;
	margin-top: 1.2em;
	float: left;
	margin-left: 1em;
	}
	
	#boxRight h1 {
	font:normal 15px "Trebuchet MS", sans-serif;
	color: #1a1a1a;
	margin-bottom: 0px;
	margin-top: 2px;
	}
	
	#boxRight a {
	font:italic 12px "Georgia", serif;
	}
	
	.pdf { font:normal 10px/1.4 Arial, Helvetica, sans-serif; color: #606060; }
	
	dl.buttonBlue {
	width:125px;
	height:45px;
	background: url(../../images/bg-button-blue.png) repeat-x;
	border: 1px solid #d4ecfd;
	padding: 10px;
	float: left;
	margin-right: 6px;
	text-align: center;
	}
	
	dl.buttonBlue:hover {
	border: 1px solid #b0ddfd;
	}
	
	dl.buttonBlue dt {
	font:normal 13px "Trebuchet MS", sans-serif;
	margin-top: 5px;
	}
	
	dl.buttonBlue dt a {
	text-decoration:none;
	color: #1a1a1a;
	}
	
	dl.buttonBlue dd {
	font:italic 11px "Georgia", serif;
	}	

	dl.buttonBlue dd a {
	text-decoration:none;
	color: #666;
	}	
	
	dl.buttonEnd {
	margin-right:0px;
	}
	
	.home {
	float:right;
	padding-top: 5px;
	}

	a#calendar {
	text-decoration: none;
	width: 60px;
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #095fab;
	}

		
		/*LISTS*/
		
		ul.body {
			margin-bottom: 1em;
			margin-left: 40px;
		}
		
		ul.body li.profile {
			font:italic 14px/1.2 Arial, Helvetica, sans-serif;
			color: #333;
		}
		
		ul.body li {
			font:normal 14px/1.4 Arial, Helvetica, sans-serif;
			color: #333;
		}
		
		ul.list {
	list-style:circle;
	margin-bottom: 1em;
	margin-left: 1em;
		}
		
		ul.list li {
	font:normal 14px/1.4 Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 1em;
		}
		
		ul.list li a {
			text-decoration: none;
			border-bottom: 1px solid #B7B7B7;
			color: #606060;
		}
		
		ul.list li a:hover {
		text-decoration: none;
		color: #111;
		}

		ol.list {
	margin-bottom: 1em;
	margin-left: 3em;
		}
		
		ol.list li {
	font:normal 13px/1.4 Arial, Helvetica, sans-serif;
	color: #333;
		}
		
		ol.list li a {
			text-decoration: none;
			border-bottom: 1px solid #B7B7B7;
			color: #606060;
		}
		
		ol.list li a:hover {
		text-decoration: none;
		color: #111;
		}
		
		dl#events {
	background:#FF9;
	padding: 12px 10px 12px 10px;
	margin-bottom: 1em;
	margin-top: 1em;
	position: relative;
		}
		
		dl#events dt {
	font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222;
	text-transform: uppercase;
	margin-left: 0.5em;
		}
		
		dl#events dt.title {
	font:bold 14px/1 "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	color: #2c2c2c;
	text-transform: uppercase;
	margin-left: 0px;
		}
		
		dl#events dd {
	font:normal 13px Arial, Helvetica, sans-serif;
	margin-bottom: 0.8em;
	color: #0d72ba;
	margin-left: 0.5em;
		}
		
		dl#events dd a {
			color: #095fab;
			text-decoration: none;
		}
		
		dl#events dd a:hover {
	color: #111;
	text-decoration: none;
		}

		ul#forms {
	margin-bottom: 0.8em;
	margin-left: 25px;
		}
		
		ul#forms li {
			list-style:url(../../images/icon-pdf.png);
			font:normal 14px/1.4 Arial, Helvetica, sans-serif;
			color: #333;
		}
		
		ul#forms li.formsSide {
			font:normal 13px/1.4 Arial, Helvetica, sans-serif;
		}
		
		ul#forms li.memo {
			font:normal 12px Arial, Helvetica, sans-serif;
			margin-left: 20px;
			margin-top: 0.4em;
			margin-bottom: 0.4em;
			list-style:url(../../images/icon-pdf-small.png);
		}
		
		ul#forms li.noBullet {
			list-style:none;
		}
		
		ul#forms li.header {
			list-style:none;
			font:bold;
		}
		
		ul#forms li a {
			text-decoration: none;
			border-bottom: 1px solid #B7B7B7;
			color: #606060;
		}
		
		ul#forms li a:hover {
	text-decoration: none;
	color: #111;
		}

		ul#map {
	list-style:disc;
	margin-left: 25px;
		}
		
		ul#map li {
	font:normal 14px/1.4 Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 0.5em;
		}
		
		ul#map li.sub {
	font:normal 12px Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-bottom: 0.5em;
	list-style:circle;
		}
		
		ul#map li a {
			text-decoration: none;
			border-bottom: 1px solid #B7B7B7;
			color: #606060;
		}
		
		ul#map li a:hover {
	text-decoration: none;
	color: #111;
		}
		
		dl#contactsIndex {
			margin-top: 30px;
			float: right;
			margin-right: 30px;
		}

		dl#contactsIndex dt {
	font:bold normal 13px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #ffff00;
	display: inline;
	margin-left: 1em;
		}
		
		dl#contactsIndex dt.title {
			font:bold 14px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
			margin-bottom: 0.8em;
			color: #606060;
			text-transform: uppercase;
		}
		
		dl#contactsIndex dd {
			font:italic 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #d4ecfd;
			display: inline;
			margin-left: 0.1em;
		}
		
		dl#contactsIndex dd a {
			color: #d4ecfd;
			text-decoration: none;
			border-bottom: 1px solid #0d72ba;
		}
		
		dl#contactsIndex dd a:hover {
			color: #fff;
		}

		dl#contacts {
	margin-bottom: 1em;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #d4ecfd;
	background: url(../../images/bg-button-blue.png) bottom repeat-x;
	width: 475px;
	padding-left: 10px;
		}

		dl#contacts dt {
	font:bold normal 13px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #c71f44;
	display: inline;
		}
		
		dl#contacts dt.title {
			font:bold 14px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
			margin-bottom: 0.8em;
			color: #606060;
			text-transform: uppercase;
		}
		
		dl#contacts dd {
	font:italic 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #606060;
	display: inline;
	margin-left: 0.2em;
	margin-right: 10px;
		}
		
		dl#contacts dd a {
	color: #606060;
	text-decoration: none;
		}
		
		dl#contacts dd a:hover {
	color: #111;
		}
		
	dl.meetings {
	width:180px;
	margin-right: 20px;
	float: left;
	}
	
	dl.meetings dt {
	font:normal 14px "Trebuchet MS", sans-serif;
	margin-bottom: 0.2em;
	margin-top: 8px;
	}
	
	dl.meetings dd {
	font:italic 12px "Georgia", serif;
	color: #333;
	}	
				
		/*TABLES*/
		
		table#contacts {
			width: 590px;
			background: #eee;
			border-top: 1px solid #b7b7b7;
			margin-left: 10px;
			margin-bottom: 1em;
		}
		
		table#contacts td {
			vertical-align:top;
			font: normal 12px/1.5 Arial, Helvetica, sans-serif;
			color: #333;
			width: 50%;
			padding: 5px;
			border-bottom: 1px solid #b7b7b7;
		}
		
		table#formIndex {
			border:none;
		}
		
		table#formIndex td {
			vertical-align:top;
			padding-right: 10px;
			font: normal 12px/1.5 Arial, Helvetica, sans-serif;
			color: #606060;
		}
		
		table#newsletterLatest {
	width: 580px;
	margin-left: 20px;
	border: none;
	margin-top: -0.5em;
		}
		
		table#newsletterLatest td.pg {
	vertical-align:top;
	padding-right: 10px;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #606060;
	width: 30px;
		}
		
		table#newsletterLatest td {
	vertical-align:top;
	font: normal 14px/1.2 Arial, Helvetica, sans-serif;
	color: #111;
	padding: 2px 0;
		}
		
		table.calendar {
	width: 610px;
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
		}
		
		table.calendar td.month {
	vertical-align:middle;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222;
	width: 30px;
	background: #eee;
	text-align: center;
	text-transform: uppercase;
		}
	
			table.calendar td.unit {
	vertical-align:top;
	padding-right: 10px;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #606060;
	width: 100px;
	text-align: left;
		}
		
		table.calendar td.grey {
	background: #f5f5f5;
		}
		
		table.calendar td {
	vertical-align:top;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #111;
	padding: 5px;
	text-align: center;
		}

		table.date {
	width: 60px;
	height: 60px;
	border: 1px solid #d4ecfd;
	float: left;
	margin-right: 1em;
		}
		
		table.date td.month {
	vertical-align:middle;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222;
	background: url(../../images/bg-button-blue.png) bottom repeat-x;
	text-align: center;
	text-transform: uppercase;
	height: 25px;
		}
		
		table.date td {
	vertical-align:middle;
	font: italic 20px "Georgia", serif;
	color: #666;
	text-align: center;
		}
		
		table#grievances {
	width: 610px;
		}
		
		table#grievances td.title {
	vertical-align:middle;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222;
	background: #eee;
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
		}
		
		table#grievances td.grey {
	background: #f5f5f5;
		}
		
		table#grievances td {
	vertical-align:top;
	font: normal 14px/1.4 Arial, Helvetica, sans-serif;
	color: #111;
	padding: 5px;
		}
		
		/*FORMS*/
		
		#formIndex input {
	padding: 4px 4px;
	border:1px solid #B7B7B7;
	font:normal 13px/1.4 Arial, Helvetica, sans-serif;
	color:#1a1a1a;
		}
	
	
		#formIndex input:focus {
	border:1px solid #606060;
		}
		
		#formIndex input.box {
	width:200px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
		}
		
		
		#formIndex input.button {
			padding: 3px 3px;
			border:1px solid #B7B7B7;
			font:normal 13px "Arial Narrow", Arial, Helvetica, sans-serif;
			color:#333;
			margin-top: 3px;
			margin-left: 3px;
			background: #e2e2e2;
			cursor: pointer;
		}
		
		#formIndex textarea {
	padding: 6px;
	width:372px;
	border:1px solid #B7B7B7;
	font:normal 13px/1.4 Arial, Helvetica, sans-serif;
	color:#1a1a1a;
		}

		#formIndex textarea:focus {
	border:1px solid #606060;
		}

	
	/*IMGS*/
	
	img#photos {
	float: right;
	margin-top: 30px;
	margin-left: 20px;
	}
	
	img#logoLarge {
	position:absolute;
	left: 20px;
	bottom: 40px;
	}
	
	img.pdf {
		border:none;
		vertical-align:text-bottom;
		margin-right:6px;
	}
	
	img.icon {
		border:none;
		margin-right:6px;
	}

	img.dotted {
	border:none;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: text-bottom;
	}
	
	img.buttonIcon {
	border:none;
	margin-right:10px;
	float: left;
	}
	
	img.link {
		border:none;
		vertical-align:middle;
	}

	img#presWelcome {
	border:none;
	float: left;
	padding-right: 1em;
	margin-top: 4px;
	}
	
	img#logoBase {
		margin-top: 18px;
	}
	
	img#logoSmall {
	margin-top: 10px;
	position: absolute;
	left: 10px;
	}
		
	img#schoolwork {
	margin-bottom:1em;
	float: left;
	}
