/* Main Layout *************************************************/
html, body {
	margin: 0;
	background-image: url('../images/watermark.gif');
	
	background-position: top left;
	font-family: Arial;
	font-size: 12px;
}

td {
	font-family: Arial,Helvetica,sans-serif;
	font-size: .85em;
}

img {
	border: none;
}


/* Formatting *********************************************/
h1 {
	margin: 0 0 15px 2px;
	font-size: 1.6em;
	color: #3B251E;
}

h2 {
	margin: 12px 0 2px 0;
	font-size: 1.2em;
	color: #3b251e;
}

em {
	text-decoration: underline;
}

p {
	margin-top: 2px;
	margin-bottom: 8px;
}

p.topMargin {
	margin-top: 1em;
}

blockquote {
	margin: 0 0 12px 0;
}

.dividerText {
	margin: 12px 14px 2px 14px;
	font-size: 1.16em;
	font-weight: bold;
	color: #5F5438;
}

.exception, .warning {
	color: #CD1127;
}

/* Link Styles *******************************************/
a, a:visited, a:hover {
	color: #3b251e;
}

#CrumbTrail a, #CrumbTrail a:visited {
	text-decoration: none;
	color: #E5CFB8;
}
#CrumbTrail a:hover {
	text-decoration: underline;
}

/* Global Form Styles ************************************/
div.formArea {
	position: relative;
	padding: 12px 20px 12px 12px;
	background-color: #f4e8dd;
	color: #5F5438;
}
.formWrapper {
	background-color: #EAEDE2;
}

fieldset {
	padding: 0 0 10px 0;
	margin: 0;
	border-top: 1px solid #3b251e;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

legend {
	padding: 0 2px 0 2px;
	margin: 0 0 5px 0;
	font-size: 1em;
	font-weight: bold;
	color: #3b251e;
}

label {
	color: #3b251e;
}
label.formattedLabel {
	display: block;
	margin: 2px 0 1px 0;
	font-weight: bold;
}
label.checkbox, label.radio {
	cursor: pointer;
}

.textField {
	padding: 1px 4px 1px 4px;
	margin: 0px;
	border: 1px solid #3b251e;
	font-size: .95em;
	font-family: Arial;
}

div.submitButtons {
	padding: 0 30px 0 0;
}

input.checkbox {
}
input.button {
	margin: 12px 0 12px 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #3b251e;
	background: transparent url('../images/form/button-background.gif') repeat-x scroll bottom left;
	color: #CE1127;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

div.buttonAreaText {
	padding: 6px 50px 6px 0;
	text-align: right;
	font-weight: bold;
	color: #4E422A;	
}

.formFlow {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.formError {
	color: #CD1127;
}
.formError ul {
	margin-top: 5px;
}

.required {
	color: red;
}

div.sslSeal {
	text-align: center;
}

/* Special formatting */
.floatLeft {
	display: inline;
	position: relative;
	float: left;
}
.floatRight {
	display: inline;
	position: relative;
	float: right;
}
.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}

.menuVisible {
	display: block;
}

.menuHidden {
	display: none;
}

.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}