a img {
	border: 0;
	}

html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0;
	border: 0;
	font-size: 100%;

}

#container {
	width: 1024px;
	margin: 0;
	padding: 0;
	display: block;
	border-top: #00423c 1px solid;
}

#header {
	margin: 0;
	padding: 0;
	width: 1024px;
	clear: both;
	}

#secImage {
	margin: 0;
	width: 188px;
	float: left;
}

#logo {
	margin: 0;
	width: 120px;
	border: 0;
	float: left;
}

#headerImage {
	margin: 0;
	width: 468px;
	float: left;
	background: transparent url(../../../images/headerImage.jpg) top left no-repeat;
	height: 175px;
}

#mastHead {
		text-align: left;
		margin: 55px 0px 0px 5px;
	}

#mastHeadTitle {
	color: #faedc9;
	font-size: 180%;
	font-weight: bold;
}

#mastHeadTitle p {
	line-height: 35%;
}

#mastHeadSubTitle {
	
	color: #ffffff;
	font-size: 95%;
	font-style: italic;
	font-weight: bold;
}

#mastHeadSubTitle p {
	line-height: 5%;
}

#iconNavContainer {
	margin: 0;
	width: 248px;
	float: left;
	background: transparent url(../../../images/iconNavBckgnd.jpg) top left no-repeat;
	height: 175px;
	overflow: hidden;
}

#iconNav {
	margin: 15px 0px 0px 10px;
	float: left;
	text-align: center;
}

.icon {
	text-align: left;
	font-size: 90%;
}

.iconPadding {
		padding-bottom: 5px;
}

.icon a, .icon a:hover {
	color: #00423c;
	font-weight: bold;
	text-decoration: none;
}



#iconText {
	margin: 20px 0px 0px 10px;
	float: left;
	line-height: 185%;
	
}

#contentArea {
	background-color: #ffffff;
	width: 1024px;
	margin: 0;
	padding: 5px 0px 0px 0px;
	font-size: 100%;
	clear: both;
	}

#contentLeft {
	width: 179px;
	padding: 5px;
	float: left;
	display: block;
}

#contentCenter {
	width: 581px;
	padding: 5px;
	float: left;
}

#contentCenter.fullWidth {
	width: 825px;
	padding: 5px;
	float: left;
}

#contentRt {
	width: 233px;
	float: left;

}

	
#breadcrumbs {
	display: block;
}
#breadcrumbs a {
	color: #00907c;
	text-decoration: underline;
}

#breadcrumbs a:hover {
	color: #00907c;
	text-decoration: underline;
}

#bulletins {
	display: block;
	margin-bottom: 5px;
}

#bulletins.admin {
	border-color: #FFFFFF;
	border-style: solid;
	border-width:2px 1px 1px 2px;
	padding:1px 5px 1px 1px;
	margin-right: 4px;
	/* added overflow: auto to moz stylesheet so long urls dont extend outside of the container in FF, see moz.css */
}

#bulletins, #bulletins a {
	padding-bottom: 10px;
	color: #755195;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	}
	
#bulletins input{
	font-size: 100%;
	color: #755195;
	width: 500px;
}
	
#bulletins img.clickable{
	margin-left: 5px;
	cursor: pointer;
}

#bulletins.editableBulletin{
	cursor: text;
	background-color:#FFFFFF;
	border-color:#FF0000;
	border-style:inset;
}

#bulletins span#bulletinContent
{
	
}

#bulletins span#bulletinContent span#newBulletinMarker
{
	background-color:#E9E9E9;
	border:1px dashed #F0F0F0;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	padding: 2px 5px;
}


#bulletins.editableBulletin span#bulletinContent span#newBulletinMarker{
	background-color:transparent;
	border:none;
	color:#755195;
	font-weight:inherit;
	opacity:inherit;
	cursor: inherit;
}

#breadcrumbs {
	color: #00907c;
	padding-bottom: 5px;
	font-size: 75%;
}
#contentMid {
	min-height: 250px;
	display: block;
	border-top: #c29925 1px solid;
	padding-top: 5px;
	font-size: 95%;
	}
	
#contentMid a {
	color: #755195;
}

#contentMid a:visited {
	color: #c2bac5;
}

#contentBottom {
	background: transparent url(../../../images/bottomFooter.gif) top left no-repeat;
	height: 75px;
	min-height: 75px;
	padding: 10px 0px 0px 10px;
	font-size: 75%;
	color: #faedc9;
	line-height: 40%;
	margin-top: 10px;
}

/** Start Scott's Additions for the admin menu **/

#contentBottom div span#copyright{
	float: left;
	padding-right: 4px;
}

#contentBottom a {
	color: #faedc9;
	text-decoration: none;
}

#contentBottom a:hover {
	text-decoration: underline;
}

ul#adminMenu {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul#adminMenu li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align: left;
	float: left;
	position: relative;
	width: 115px;
}

ul#adminMenu li div{
	padding-bottom: 5px;
}

ul#adminMenu li ul {
	bottom: 100%;
	position: absolute;
	top: -142px;
	left: 45px;
}

ul#adminMenu li ul li{
	background-color: #FAF1D7;
	width: 110px;
}

ul#adminMenu li a {
	color: #00423C;
	display: block;
	line-height: 100%;
	padding: 7px 5px;
	text-decoration: none;
}

ul#adminMenu li a:hover {
	text-decoration: none;
}

ul#adminMenu li ul li.hover {
	background-color: #E6CE88;
}

li#adminMenuTop {
	z-index: 4;
}

/** End Scott's Additions for the admin menu **/

#pageTitle {
	font-size: 175%; /* Slightly smaller in IE 170% (see IE Specific .css) */
	color: #00423c;
	font-weight: bold;
}
#pageInstructions {
	margin-bottom: 20px;
}

#pageInstructions p {
	line-height: 95%;
	margin-top: 10px;

	}

.red {
	color: #9b0404;
}
.asterisk {
	color: #9b0404;
	}
	
.fieldBlock {
	margin-bottom: 20px;
}
	
.field {
	display: block;
}

.field .textField_long
	{
		width: 350px; 
		}


.field .textField_medium
	{
		width: 300px;
	}

.field .textField_short
	{
		width: 150px;
	}

.field .textArea_large
	{
		height: 200px;
		width: 300px;
	}

.field .textArea_small
	{
		width: 200px;
		height: 150px;
	}

.help {
	font-size: 75%;
	color: #9b9b9b;
	margin-left: 5px;
}




#buttons {
	clear: left;
	clear: right;
	font-size: 80%;
	padding: 0;
	margin: 20px 0 10px 0;
	}
#buttons {
	margin: 20px 0 10px 0;
	}
 
#buttons a {
	background-color: #00423c;
	color: #faedc9;
	font-size: 90%;
	border-width: 1px;
	border-color: #00423c;
	border-style: solid;
	text-decoration: none;
	text-align: center;
	margin: 0px 5px 0 0;
	padding: 2px 4px 2px 4px;
	}
	
#buttons a:hover {
	background-color: #e4eaea;
	color: #00423c;
	border-width: 1px;
	border-color: #00423c;
	font-size: 90%;
	border-style: solid;
	text-decoration: none;
	text-align: center;
	padding: 2px 4px 2px 4px;
	margin: 0px 5px 0 0;
	}

#tabNavigation {
	padding-top: 10px;
}

#tabNavigation div.tabNavigator {
	display: inline;
	padding: 5px 5px 0px 5px;
	margin-left: 5px;
	color: #00423c;
	
}

#tabNavigation div.tabNavigator.first {
	margin-left: 0px;
}

#tabNavigation div.tabNavigator.open {
	border: 1px solid #00423c;
	background: #e6ce88 url(../../../images/tabOpenBack.gif) top repeat-x;
	font-weight: bold;
}

#tabNavigation div.tabNavigator.closed {
	background: #fbf1d8 url(../../../images/tabClosedBack.gif) top repeat-x;
	cursor: pointer;
	border-color: #e6ce88;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
}

div.tab {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #00423c;
	position: relative;
}

div.tab.open, #calendarNode_c div.bd div.tab div.open {
	border-width: 1px;
	border-style: solid;
	border-color: #00423c;
}

div.tab.closed {
	display: none;
}

/* Start Confirm Box Styles */
#customConfirm span.button-group button.default, #customConfirm span.button-group button, #customAlert span.button-group button.default, #customAlert span.button-group button {
	background-color: #00423c;
	color: #faedc9;
	border-width: 1px;
	border-color: #00423c;
	border-style: solid;
	text-decoration: none;
	text-align: center;
	margin: 0px 1px 0px 0px;
	padding: 2px;
	cursor: pointer;
	display: inline;
	font-size: 92%;
}

#customConfirm div.hd, #customAlert div.hd {
	background-image: none;
	background-color: #e5d29d;
	border: #c29925 1px solid;
}

#customConfirm div.bd, #customAlert div.bd{
	border-color: #c29925;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	background-color: #fdfaf1;
}

#customConfirm div.ft, #customAlert div.ft {
	border-color: #c29925;
	border-width: 0px 1px 1px 1px;
	background-color: #fdfaf1;
}

#customComfirm div.underlay, #customAlert div.underlay {
	background-color: #4a3e04;
	filter: alpha(opacity=50);
	opacity: .50;
	height: 100%;
}


/* End Confirm Box Styles */

/* Form Styles */
div.removed {
	text-decoration: line-through;
}

span.attachmentItemDetails a, span.attachmentItemDetails a:hover, span.attachmentItemDetails a:visited, div.attachmentItem a, div.attachmentItem a:hover, div.attachmentItem a:visited {
	text-decoration: none;
	color: #00423c;
}

.icon, .fileIcon, .attachmentItem_removeIcon {
	margin-right: 3px;
}

.attachmentItemRelativeLinkIcon  {
	margin-left: 3px;
}
/* End Form Styles */
