/*
#############################################################
### Author:		Joshua Jarman [josh@redesigned.com]		  ###
### Copyright:	Copyright 2008 - All rights reserved.     ###
#############################################################
*//*
####### WEBSITE COLOR SCHEME #######
Background Beige:			#E1DED0;
Light Beige:				#FAF9E4;
Medium Beige:				#B8B191;
Cream:						#C9B683;
Orange:						#ED7B23;
Red:						#812703;
Light Blue:					#39C;
White:						#FFF;
Black:						#000;
####################################
*/
/* Set Default Attributes */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	border: 0px hidden transparent;
}
body {
	width: 100%;
	height: 100%;
	font-family: Optima,'Lucida Grande', Arial, Tahoma, Verdana, Helvetica, Geneva, Lucida, sans-serif;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	background: url('../images/background.png') center top repeat-x;
}
img { border: none; }
a { color: #FFC000; text-decoration: none; }
a:hover { color: #FF7800; text-decoration: none; }
div {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}
h1, h2, h3, h4 {
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
h2 { font-size: 30px; font-weight: normal; }
form { display: inline; margin: 0px; padding: 0px; }
p { margin: 0px; padding: 0px; }
hr { display: block; background: none; border: none; border-bottom: 1px solid #000000; margin: 0px; padding: 0px; }
select { letter-spacing: normal; }
.ReplaceWithImage {
	margin-left: -999em;
	left: -999em;
	display: block;
	height: 1px;
	width: 1px;
	position: absolute;
}
#PageColumn { width: 720px; margin: 0px auto; padding-top: 40px;
}
#DharmaSun {
	display: block;
	position: absolute;
	top: 0px;
	width: 503px;
	height: 88px;
	background: url('../images/dharmasun.png') left top no-repeat;
	_background: url('../images/dharmasun.jpg') left top no-repeat;
	margin-left: -108px;
}
#TopShadow {
	height: 70px;
	width: 100%;
	position: absolute;
	top: 0px;
	background: url('../images/topshadow.png') left bottom repeat-x;
	_background: none; /*ie5-6 fix*/
}
.NavLink { color: #FFC000; }
.NavLink:hover { color: #FF7800; text-decoration: none; }
.NavDivider { color: #FFC000; padding: 0px 2px; }
#LoginLinks {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 20px;
}
#SideShadows {
	display: block;
	position: absolute;
	width: 730px;
	height: 562px;
	background: url('../images/leftshadow.png') left top no-repeat;
	_background: none; /*ie5-6 fix*/
	top: 70px;
	margin: 0px 0px 0px -5px;
	z-index: 2;
}
#SideShadows span {
	display: block;
	position: absolute;
	width: 5px;
	height: 562px;
	background: url('../images/rightshadow.png') left top no-repeat;
	_background: none; /*ie5-6 fix*/
	right: 0px;
}
#PageContent {
	position: absolute;
	display: block;
	width: 700px;
	top: 70px;
	background-color: #FFF;
	padding: 10px;
	z-index: 100;
}
#PageContent h2 { padding: 20px 10px 10px 20px; color: #0E3042; letter-spacing: 0.2em; }
.ContentSection a { color: #006598; }
.ContentSection a:hover { color: #FFC000; }
#PageTitle {
	display: block;
	height: 144px;
	background: url('../images/header.png') left top no-repeat;
}
#PageTitle a { display: block; width: 100%; height: 100%; }
.ContentSection {
	min-height: 180px;
	min-height: 20px;
	background: url('../images/background_section.png') center top repeat-x;
	padding: 10px 30px 20px 30px;
}
.ContentSection p { text-align: left; text-align: justify; padding: 5px 60px 5px 60px; }
.ContentSection h2 { font-size: 1.8em; line-height: 45px; vertical-align: middle; }
.ContentSection h3 { font-size: 1.2em; font-weight: bold; font-style: italic; color: #0E3042; letter-spacing: 0.05em; margin: -20px 0px 0px 100px; }
.OnlineForm td { padding: 5px; }
.OnlineForm .FormLabel {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	line-height: 25px;
}
.input_text {
	background-color: #FFF;
	border: 1px solid #0E3042;
	padding: 4px 10px;
	width: 160px;
}
.format_select { width: 160px; }
.input_text:active { background-color: #FFFFCC; border: 1px solid #0E3042; padding: 4px 10px; }
.OnlineForm td { vertical-align: top; }
.OnlineForm .FormTip { width: 20px; font-size: 20px; }
.OnlineForm .Error .input_text { background-color: #FFD6D6; }
.OnlineForm .error_label, .OnlineForm .error_symbol, .OnlineForm .good_label, .OnlineForm .good_symbol { display: none; }
.OnlineForm .Error .error_label, .OnlineForm .Error .error_symbol { display: inline; color: #F00; }
.OnlineForm .Error .error_label { font-size: 12px; }
.OnlineForm .Good .input_text { background-color: #E5FFD6; }
.OnlineForm .Good .good_label, .OnlineForm .Good .good_symbol { display: inline; color: #090; }
.OnlineForm .labelnote { font-size: 12px; line-height: 12px; color: #CCC; }
.errorMessage { color: #900 !important; }
#PrimaryNavigation {
	display: block;
	list-style: none;
	height: 20px;
	background: url('../images/background_menu.png') center top repeat-x;
	border-top: 2px solid #0E3042;
	border-bottom: 2px solid #0E3042;
	margin: 0px;
	padding: 4px 0px 0px 4px;
	text-align: center;
}
#PrimaryNavigation li { list-style: none; display: inline; margin: 0px; padding: 0px; }
#PrimaryNavigation li a {
	font-size: 13px;
	line-height: 18px;
	height: 25px;
	padding: 4px 17px 2px 16px;
	border-left: 1px solid #069;
	border-right: 1px solid #0E3042;
	margin: 0px;
	margin-left: -4px;
}
#PrimaryNavigation .First { border-left: none; }
#PrimaryNavigation .Last { border-right: none; }
#PrimaryNavigation li a:hover {
 	background-color: #790100;
	color: #DCA200;
	background: url('../images/background_menu_over.png') center top repeat-x;
}
#BottomBar {
	background-color: #FCF6DE;
	height: 25px;
	border-top: 1px solid #0E3042;
	border-bottom: 1px solid #0E3042;
}
.Note { color: #555; }
.Note b { color: #900; }
#FullPage { width: 600px; border: 1px solid #333; margin: 0px auto; background-color: #FFF; background: url('../images/gradient_background.png') center top repeat; }
#TopBrocadeBorder { width: 100%; height: 24px; background: url('../images/brocade_border.png') center top repeat-x; }
#FullPageContent { padding: 10px; }