/* CSS Document */

/* Layout Styles */
body {
	background-color: #e5e4e0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #333333;
	text-align: left;
}

div#leftnavbar {
	background-color: #FFFFFF;
	float: left;
	height: 100%;
	width: 140px;
	text-align: right;
}
hr {
	color: #333333;
	background-color: #333333;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}
div#rightsidebar {
	font-size: 11px;
	background-color: #FFFFFF;
	line-height: 12px;
	height: 100%;
	width: 150px;
	text-align: left;
	float:right;
	margin:0;
	margin-top:0;
	padding:15px;
}
div#rightsidebar a {
	font-size: 11px;
}


/* Text Styles */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #350000;
	text-decoration: none;
	margin-top:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #e38026;
	text-decoration: none;
	margin-top:0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-top:0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #333333;
	font-weight:normal;
}
h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h4 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	text-align: left;
}

blockquote {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	padding: 10px;
	background-color: #e5e4e0;
	border: thin dashed #333333;
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float:left;
}
div#featurebox {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	padding: 10px;
	background-color: #e5e4e0;
	border: thin dashed #333333;
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float:none;
	width:280px;
}

blockquote a {
	color: #e38026;
}
blockquote a:hover {
	color: #333333;
}


/* Photo Styles */

img {
	border: 0px;
}
img.photo {
	padding:7px;

}
img.photoLeft {
	padding-right:15px;
	padding-bottom:3px;
	float:left;
}
img.photoLeftFeature {
	padding-right:15px;
	padding-bottom:15px;
	float:left;
}
img.photoRight {
	padding-left:15px;
	padding-bottom:3px;
	float:right;
}


/****************
Photo
****************/
.photofeatureLeft
{
	text-align: left;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	width:150px;
}
.photofeatureRight
{
	text-align: left;
	float: right;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 30px;
	width:150px;
}
.caption
{
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	margin-bottom:10px;
}
.caption em
{
	font-size: 10px;
	font-style: normal;
}
a.captionlink
{
	font-size: 10px;
	font-style: italic;
	line-height: 11px;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
}
a.captionlink:hover
{
	font-size: 10px;
	font-style: italic;
	line-height: 11px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

/* Link Styles */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;text-decoration: underline;
	color: #e38026;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
a.notelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: underline;
}
a.notelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}
a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-decoration: none;
	color: #350000;
	background-color: #FFFFFF;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	color: #350000;
	text-decoration: underline;
}
a.navselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	color: #350000;
	text-transform: uppercase;
	text-decoration: none;
}
a.navselect:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: underline;
	color: #350000;
}
a.navsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
}
a.navsub:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: underline;
}

