/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#d22;
}

a:hover {
	color:#000;
}

p {
	margin:0 0 1em 0;
	padding:0;
}

.indented_content {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#333;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*------------------- HEADINGS -------------------*/

h1 {
	font-size:20px;
	line-height:1.2em;
	font-weight:bold;
	color:#333;
	border-bottom:solid 1px #aaa;
}

h2 {
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	color:#d22;
}

h3 {
	font-size:12px;
	line-height:1.2em;
	font-weight:bold;
	color:#d22;
	border-bottom:solid 1px #aaa;
}

h1,h2,h3 {
	margin:0;
	padding:0;
}

/*------------------- LISTS -------------------*/
ol {
    margin-left:2.25em;
	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 */
}

.no_bullet_list {
	/* this one inherits the padding from ul above */
	list-style:none;
	font-weight:normal;
}

/*------------------- TABLES AND BORDERS -------------------*/
.table_border {
	border:solid 1px #aaa;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 0px;
	border:0;
	border-top:solid 1px #777;
}

.table_header {
	background:#b00;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	line-height:1em;
}

/*------------------- FORMS -------------------*/
fieldset {
	border:solid 1px #aaa;
}

.button {
	border:solid 1px #aaa;
	background:#777 url(../images/site/button_bg.jpg) top center repeat-x;
	color:#fff;
}

/*------------------- PHOTOS AND PORTFOLIO -------------------*/
.photoBorder1 {
	padding:5px;
	background:#fff;
	border:solid 1px #aaa;
}

.thumbnail {
	margin:0 5px 5px 0;
	border:solid 1px #ccc;
}

/*------------------- TEXT -------------------*/
.smallText {
	font-size:8pt;
}
.smallText a:link, .smallText a:visited {
	color:#333;
	text-decoration:none;
}

.notes {
	background:#FFFF99;
}

.red_text, a.red_text {
	color:#d22;
}

.large_red_text, a.large_red_text {
	color:#d22;
	font-size:18px;
	font-weight:bold;
}

#backToTop {
	border:1px solid #d8d8d8;
	padding:2px 2px 0px 2px;
	color:#267CBE;
	font-size:8pt;
	text-align:right;

	z-index:4; 
	bottom:15px; 
	margin-left:auto; 
	margin-right:auto; 
	border:1px; 
	position:fixed;
}

.light_gray, a.light_gray {
	color:#777;
}

.dark_gray, a.dark_gray {
	color:#333;
}
.staging a:link, .staging a:visited {
	color:#777;
}
.staging a:hover {
	color:#d22;
}