/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#252;
}

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,h2,h3 {
	margin:0;
	padding:0;
}

h1 {
	font-size:26px;
	line-height:1.2em;
	font-weight:bold;
	color:#131;
	border-bottom:solid 1px #777;
}

h2 {
	font-size:18px;
	line-height:1.2em;
	font-weight:bold;
	color:#353;
}

h3 {
	font-size:16px;
	line-height:1.2em;
	font-weight:bold;
	color:#333;
}

h4 {
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
}


/*------------------- 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;
	background:#fff;
}

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;
}

/*------------------- 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;
}

/*------------------- TEXT -------------------*/
.smallText {
	font-size:8pt;
}

.notes {
	background:#ff0;
}
