/* general page styles */

/* black background, a hunter green navigation bar on the left side. Text is lightest gray, almost white */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #ddd;
}

img {
	border: 0;
}

#content a {
	color: #018f48;
}

a:link, a:active {
	color: #2B5DA6;
}

a:visited {
	color: #555A9C;
}

/* set min-width for standards-compliant browsers */
/* min-width ensures that the layout does not collapse when the page is opened in a small browser window */
.Dminwidth {
	min-width: 700px;
}
/* end set min-width for standards-compliant browsers */

/* workaround for min-width on IE */
/*\*/
* html .Dminwidth, * html .Dcontainer, * html .Dlayout, * html .DcontentWrapper {
	height: 1px;
}
/**/

* html .Dminwidth {
	padding-left: 700px;
}



.DminwidthL {
	min-width: 1700px;
}
/* end set min-width for standards-compliant browsers */

/* workaround for min-width on IE */
/*\*/
* html .DminwidthL, * html .DcontainerL, * html .DlayoutL, * html .DcontentWrapper {
	height: 1px;
}
/**/

* html .DminwidthL {
	padding-left: 1700px;
}

* html .DcontainerL {
	margin-left: -1700px;
	position: relative;
}

* html .Dcontainer {
	margin-left: -700px;
	position: relative;
}
/* end general page */

/* site header -- black background with a gold border on the bottom */
#siteHeader {
	border-bottom: 5px solid #018f48;
	background: #000;
}

#siteHeader h1 {
	font-family: Georgia, Times, serif;
	font-size: 170%;
	color: #ddd;
	margin: 40px 0 0 8px;
	line-height: 63px;
	vertical-align: middle;
	float: left;
	white-space: nowrap;
}

/* For the HHF logo */
#siteID {
	margin-left: 20%;
	margin-top: 8px;
	margin-bottom: 2px;
}

#siteSummary {
	width: 50%;
	float: right;
	font-size: 80%;
	text-align: left;
	margin: 40px 20px 0 0;
	color: #ddd;
}

/* end site header */

/* page header with rust-colored heading */
#pageHeader {
	padding-left: 8px;
}

#pageHeader h2 {
	padding: 18px 0 10px 0;
	margin: 0;
	font-size: 100%;
	color: #ddd;
}
/* end page header */

/* LeftNav styles -- hunter green background with silver gray font */
#LeftNav { float: left; width: 20%; font-size: .8em; color: #f1b62c; background: #063; padding-bottom: 600px; }
#LeftNav p { font-weight: bold; margin: .5em 5px .5em 10px; padding: 8px 0 2px 0; }
#LeftNav p.emailPhone { font-weight: normal; font-size: .9em; padding: 0; }
#LeftNav a { color: #ddd; text-decoration: none; }
#LeftNav a:visited { color: #ddd; }
#LeftNav a:hover { color: #fff; }

.menuCellPrimary {
	margin-top: 10px;
	padding: 2px 4px 2px 10px;
	font-size: 1em;
	font-weight: bold;
}

.menuCellSecondary {
	padding: 2px 4px 2px 30px;
	font-size: .9em;
	font-weight: bold;
}
/* end LeftNav styles */


/* content */
.DcontentWrapper {
	margin: 0 0 0 20%;
	padding-left: 5px;
}

#content {
	width: 95%;
	font-size: 85%;
	line-height: 150%;
	padding: 0 8px;
}

/* column styles */
.oneColumn {
	width: 97%;
}

.twoColumn { 
	width: 65%;;
}

.threeColumn {
	width: 32%;
}

#onlyColumn {
	float: none;
}

#leftColumn {
	float: left;
	margin-right: 8px;
}

#rightColumn {
	float: left;
	margin-right: 8px;
}

#sidebar {
	float: right;
}
/* end column styles */

#content li {
	margin: .5em auto;
}
/* end content */

/* CUSTOM STYLES */
.rightSidebar { width: 65%; float: right; background: #063; border: 1px solid #BF7C1C; padding: 12px; margin-bottom: 1em; }
.rightSidebar h4 { color: #ddd; } /* silver sidebar heading */
.rightSidebar p { font-style: italic; margin-bottom: 1em; }

.backtotop { text-align: right; }
.shaded { background: #e0f0e0; }
.centered { text-align: center; }

/* headings */
h1 {
	color: #ddd;
	font-size: 120%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 105%; color: #ddd; margin-bottom: .5em; 
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 90%;
}
/* end headings */

p {
	margin: 0 0 1em 0;
}

#content ul, #content ol {
	margin-top: .5em;
	margin-bottom: 0;
	padding-bottom: 1em;
}

#content hr { color: #000; }

.contentTable {
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
}

.contentTable caption { font-weight: bold; text-align: left; padding-bottom: .5em; }

.contentTable th, .contentTable td {
	border: 1px solid #018f48;
	padding: 7px 10px 7px 10px;
}

.contentTable td { vertical-align: top; }

/* end content */

/* footer */
#footer {
	clear: both;
	font-size: 70%;
	padding: 12px 8px 14px 12px;
	text-align: center;
	border-top: 5px solid #018f48;
	color: #ddd;
}

#footer a { color: #ddd; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer p { margin: .5em auto; }

.footerDivider {
	color: #018f48; margin: auto .5em;
}
/* end footer */

/* styles used on boarding.html, lessons.html, retirement.html */
#content .testimonial { border: 1px solid #018f48; padding: .5em; margin-bottom: 1em; }
#content p.quote { font-style: italic; margin-bottom: .2em; }
#content p.attribution { text-align: right; margin: 0 2em .5em auto; }

/* all photos have a thin gold border and all captions are in italics */
#content img { border: 1px solid #018f48; }
#content .photocaption { font-style: italic; }

.colorborder { border: 1px solid #018f48; }

