/* -------------------------------typography---------------------------------------- */
a:link {	
	color: #30f;	
	text-decoration: none;
	border-bottom: 1px dotted; 
	}
	
a:visited {	
	color: #69f;
	text-decoration: none;
	border-bottom: 1px dotted;	
	}
	
a:hover, a:active {
	border-bottom-style: solid;
	}

h4 a:link, h4 a:visited {
	color: #000;
}
	
.external, .mail, .excel, .pdf {
	padding-right: 16px;
}

.external {
	background: url(../images/externalLink.gif) no-repeat right center;
	}

.mail {
	background: url(../images/mailtoLink.gif) no-repeat right center;
	}
	
.excel {
	background: url(../images/excelLink.gif) no-repeat right center;
	}
		
.pdf {
	background: url(../images/pdfLink.gif) no-repeat right center;
	}
	
h1, h2, ul#mainNav {
	font-family: "Courier New", Courier, monospace;
}

h1, h2 {
	line-height: 97px;
	background: url(../images/3in1LogoPrint.jpg) no-repeat left center;
	padding: 0 0 0 80px;
	margin: 0;
}

h1 {
	text-indent: 0px;
}
	
h2 {
	font-size: 2em;
}

h3 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 10pt 0;
	padding: 0;
	}

h4 {
	margin: 0;
	padding: 0 0 0 11px;
	background: url(../images/arrowDotsBlack.gif) no-repeat left center;
}

h3, strong, em {
	color: #30f;
}

ul {	
	list-style-type: square;	
	}

p {
	margin: 10pt 0;
	padding: 0;
}

.tagline {
	font: bold 1.5em "Courier New", Courier, monospace;
	text-align: center;
	margin: 0;
	padding: 0;
}

.editButtons {
	display: none;
}

.errorMessage {
	color: red;
	font-weight: bold;
}
	
	
/* -------------------------------general layout---------------------------------------- */
img {
	border: none;
	}

body {
	font: 10pt "Gill Sans", "Gill Sans MT", "Lucida Grande", "Lucida Sans Unicode",  Verdana, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 100%;
	margin: 0;
}

#branding, #primaryContent, #secondaryContent {
	display: inline;
}

#branding {
	overflow: hidden;
}

#branding a {
	display: none;
}

#primaryContent {
	width: 100%;
	padding: 0;
	}

#secondaryContent {
	width: 100%;
	padding: 0;
	background: none;
}

#footer {
	width: 100%;
	font-size: .75em;
	text-align: center;
	padding: 0;
	background: none;
	clear: both;
	border-top: 1px solid #666666;
}	

#footer form {
	display: none;
	}

/* box that contains images in photo album */
.box {
	border: 1px #666666 solid;
	padding: 5px;
	margin: 5px;
	float: left;
	text-align: center;
}

/*These styles format the main navigation bar*/
ul#mainNav {
	display: none;
	}
/*-----------------------------Bread Crumbs------------------------------------*/

.breadcrumb {
	margin: 0;
	padding: 0;
}

.breadcrumb a {
	background: url(../images/verticalDots.gif) no-repeat center right;
	border: none;
	padding-right: 10px; /*adjust bullet image padding*/
	margin-right: 5px;
}

.breadcrumb a:hover{
	text-decoration: underline;
}
	
/*-----------------------------Form Layout------------------------------------
note: nn to add a class for radio, checkbox, submit elements so they won't be 20em away from their label!*/
/* these styles pertain to the login form in the footer, which we want to make very inconspicuous */
form p {
	position: relative;
}

#calendar  #primaryContent fieldset {
	width: 18em;
	}
	
#calendar  #primaryContent select, #calendar  #primaryContent input {
	float: left;
	margin-right: 1em;
	}

input, fieldset, textarea,  {
	border: 1px #666666 solid;
	background: none;
	color: #000;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
}

legend {
	font-weight: bold;
	color: #000;
}

label {
	float: left;
	width: 15%;
}

input, textarea {
	width: 55%;
}

textarea {
	height: 5em;
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.radio, input.checkbox, input.submit  {
	width: auto;
	border: none;
}

input.radio {
	float: left;
	margin-right: 1em;
}

input:focus, textarea:focus {
	background:#333;
	}

.helpText {
	font-style: normal;
	position: absolute;
	display: block;
	left: 72%;
	top: -2px;
	width: 28%;
}

* html .helpText {
	width: 10em;
	left: 57%;
	}

table {
	width: 100%;
	border-collapse: collapse;
}

th, td, .calendarHeader {
	padding: 3px;
	width: 14%;
	border: 1px #666666 solid;
}

th, td.calendarHeader {
	color: #fff;
	text-align: center;
	font-weight: bold;
	height: 1em;
	vertical-align: middle;
	background: url(../images/mainNavGradient.jpg) repeat-x center;
}

td {
	color: #000;
	height: 5em;
	vertical-align: top;
}

td a {
	font-weight: bold;
}
