/*
*******************************************************************

Title:			secondary.css
Browser(s):		Safari, Firefox, IE7+

Author:			Andy Davis (www.raddsigns.com)
Created:		04.02.2009
Last modified:	04.28.2009

Don't steal, yo!

*******************************************************************
*/
#sub-content p {
	padding: 10px 0 10px 0;
}

#sub-content ol {
	margin-top: 10px;
}

#sub-content ul {
	margin-bottom: 20px;
}

#sub-content h3 {
	margin-top: 20px;
	color: #444;
}

.dotted-line {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #b9b9b9;
}

.article-info {
	width: 600px;
	padding: 10px;
	border-top: 1px dotted #b9b9b9;
	border-bottom: 1px dotted #b9b9b9;
	margin: 15px 0;
	text-transform: uppercase;
}

.article-info p {
	color: #707070;
	font: normal 10px "Georgia", "Times New Roman", Times, serif;
	margin-bottom: 0px!important;
	margin-top: 0px!important;
	padding: 2px!important;
}

.readable p {
	color: #4a4a4a;
	line-height: 22px;
}

.article {
	width: 620px;
	border-bottom: 1px dotted #b9b9b9;
	margin: 15px 0;
	padding: 0 0 25px 0;
}

.article p {
	line-height: 22px;
}

p.italic {
	font-style: italic;
}

#sub-content p.page-title {
	position: absolute;
	font-size: 34px;
	color: #680067;
	background-color: #EEEFDF;
	padding: 15px 20px 0px 0;
	margin: -42px 0 0 0;
}

#sub-content p.page-title.no-photo {
	font-size: 34px;
	color: #680067;
	position: relative;
	margin: 0 0 25px 0;
	padding: 0;
}

.secondary-content {
	width: 940px;
	margin-top: 35px;
	line-height: 22px;
}

div#side-nav {
	width: 300px;
	display: block;
	float: left;
}

#side-nav ul li.selected a {
	font-weight: bold;
	padding-left: 20px;
}

#sub-content {
	width: 620px;
	display: block;
	float: left;
}

.sub-content-photo {
	border: 1px solid #898989;
	display: block;
}

.space {
	margin-top: 30px;
}

.gray-rule {
	width: 620px;
	height: 38px;
	display: block;
	background: url(../images/gray-sep-line.gif) no-repeat;
	border: none;
	margin: 30px 0 30px 0;
}

a.download-link {
	display: block;
	background: url(../images/download-icon.gif) no-repeat left;
	padding: 15px 0 0 44px;
	height: 28px;
	font: normal 18px "Georgia", "Times New Roman", Times, serif;
	color: #538b0d;
	text-decoration: underline;
	margin: 0 0 15px 18px;
}

a.download-link:hover {
	text-decoration: none;
}

.notice-box {
	width: 560px;
	margin-left: 60px;
	display: block;
}

p.notice1 {
	font-size: 11px;
	font-style: italic;
}

p.notice2 {
	font-size: 11px;
	position: relative;
}

p.notice2 span {
	display: inline;
	position: absolute;
	left: 70px;
}

a.link-arrow {
	color: #5e9512;
	text-decoration: none;
	margin-top: 6px;
	display: block;
	width: 80px;
}

a.link-arrow:hover {
	color: #333;
	text-indent: 5px;
}

.back-btn {
	position: relative;
	top: -10px;
}

a.back-btn:hover {
	text-indent: -5px;
}

.back-btn2 {
	position: relative;
	top: -50px;
	float: right;
}

a.back-btn2:hover {
	text-indent: -5px;
}
/******** contact form *************/
.contact-form th,
.contact-form td {
	vertical-align: top;
}
.contact-form th {
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}

.contactbox {
	width: 440px;
	background-color: #fff;
	border: 1px solid #707070;
	padding: 8px;
	font: normal 14px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #676650;
}

.contactarea {
	width: 440px;
	background-color: #fff;
	border: 1px solid #707070;
	padding: 8px;
	font: normal 14px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #676650;
}