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

a:hover {
}

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

.indentedContent {
	padding: 0 50px;
}

body { /*controls default font for entire site*/
	color:#333;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0.75em;
	font-size:18pt;
	line-height:1.2em;
	font-weight:normal;
	color:#500;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0.75em;
	font-size:14pt;
	line-height:1.2em;
	font-weight:normal;
	color:#633;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0.75em;
	font-size:12pt;
	line-height:1.2em;
	font-weight:bold;
	color:#544;
}

.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 #006c28;
}

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;
}

.portfolioDropShadow {
	padding:0 7px 3px 0;
	background:url(../images/site/porfolio_drop_shadow2.jpg) bottom right;
}

.bookEdgeBottom {
	background:url(../images/site/book_edge_bottom.jpg) top left no-repeat;
}

.bookEdgeSide {
	background:url(../images/site/book_edge_side.jpg) bottom left no-repeat;
}

.thumbnails img {
	margin:0 5px 5px 0;
	border:solid 1px #ccc;
	width:35px;
	height:35px;
}

.leader {
	background:url(../images/site/leader.jpg) bottom left repeat-x;
}

.whiteBg {
	background:#fff;
}

.largeRedBold, a.largeRedBold {
	font-size:12pt;
	font-weight:bold;
	color:#633;
}

.required {
	color:#633;
	font-weight:bold;
}
.error {
	color:#900;
	font-weight:bold;
}

.photo  {
	padding:5px;
	border:solid 1px #999;
}