/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#333;
}

a:hover {
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#00231a;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

h1 {
	margin-top:0.75em;
	font-size:18pt;
	line-height:1.2em;
	font-weight:bold;
	color:#154;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	background:url(../images/site/h1_bg.jpg) left bottom no-repeat;	
}

h2 {
	margin-top:0.75em;
	font-size:15pt;
	line-height:1.2em;
	font-weight:bold;
	color:#154;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

h3 {
	margin-top:0.75em;
	font-size:12pt;
	line-height:1.2em;
	font-weight:bold;
	color:#466;
}

.smallText {
	font-size:8pt;
}


ol {
    margin-left:1.5em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}

.tableBorder {
	border:solid 1px #777;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 1px;
	color: #000;
	background-color: #000;
	border:0;
}

.tableHeader {
	color:#fff;
	font-size:11pt;
	text-transform:uppercase;
	background:#aec8c0 url(../images/site/tableHeader_bg.jpg) repeat-x;
	font-weight:bold;
}

.tableHeader2 {
	background:#449999;
	font-weight:bold;
	text-align:center;
	border:solid 1px #333;
}

.tableHeader3 {
	background:#a8d8ca;
	font-weight:bold;
	text-align:center;
	border:solid 1px #333;
}

.required {
	color:#030;
	font-weight:bold;
}
.error {
	color:#f00;
	font-weight:bold;
}

.photo {
	padding:0 0 10px 10px;
}