@charset "UTF-8";

/*******************
   General Styles
*******************/

.align-left { text-align: left; }
.align-center { text-align: center; }
del.align-center {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
}
.align-right { text-align: right; }
.align-top { vertical-align: top; }
.align-middle { vertical-align: middle; }
.align-bottom { vertical-align: bottom; }
.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }
.clear-right { clear: right; }
.clear-left { clear: left; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.indent { text-indent: 25px; }
.indent p { text-indent: 25px; }
.format-text { text-indent: 25px; }
.format-text p {
	text-indent: 25px;
}

.cushion { margin: 0 10px; }
.cushion-right {
	float: right;
	text-align: right;
	margin-right: 10px;
}
.cushion-left {
	margin-left: 10px;
}
.push-right {
	margin-left: 30px;
}
.push-far-right {
	margin-left: 80px;
}
.push-left {
	float: right;
	text-align: right;
	margin-right: 30px;
}
.push-far-left {
	float: right;
	text-align: right;
	margin-right: 80px;
}

h1 {
	display: block;
	width: 100%;
	height: 25px;
	position: relative;
	margin-top: 3px;
	background: #303f49 url('/template/images/h1_bg.gif') repeat-x left bottom;
	color: #ffffff;
	font-size: 1.35em;
	line-height: 1.55em;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
}
h4 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
}
h5 {
	font-size: .9em;
	line-height: 1.4em;
	font-weight: normal;
}

a, 
a:visited {
	border-bottom: 1px solid #004f88;
	color: #004f88;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted #666666;
	color: #666666;
	text-decoration: none;
}
a.no-style, 
a.no-style:visited, 
a.no-style:hover {
	text-decoration: none;
	border: 0;
}
a.red, 
a.red:visited {
	border-bottom: 1px solid #ff0000;
	color: #ff0000;
}
a.red:hover {
	border-bottom: 1px dotted #666666;
	color: #666666;
}

table { margin: auto; }

.form { margin-bottom: 4px; }

.error {
	background: #f7dcdc;
	border-top: 1px dashed #c94242;
	border-bottom: 1px dashed #c94242;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.success {
	background: #dff2df;
	border-top: 1px dashed #69c55d;
	border-bottom: 1px dashed #69c55d;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.submit,.submit:visited {
	padding: 3px 5px 2px 5px;
	background: #4a728f url('/template/images/menu_item.gif') repeat-x left 0;
	color: #ffffff;
	border: 1px solid #666666;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}
.submit:hover {
	padding: 3px 5px 2px 5px;
	background: #d6d6d6 url('/template/images/menu_item.gif') repeat-x left -30px;
	color: #555555;
	border: 1px solid #666666;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

.gray-text { color: #666666; }
.blue-text { color: #004f88; }
.red-text { color: #ff0000; }

ul { list-style-image: url('/template/images/diamond.gif'); }
ul.list { margin: 2px 0px 0px 56px; }
ul li { margin-bottom: 2px; }

img.middle { vertical-align: middle; }
img.survey-option {
	vertical-align: middle;
	border: 1px solid #000000;
	border-left: 0;
}

.sub-h1 {
	background: #f1f1f1;
	margin-bottom: 8px;
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #cccccc;
	z-index: 1;
	text-align: center;
}

.spacer {
	display: block;
	height: 2px;
}
.large-spacer {
	display: block;
	height: 5px;
}

div.hr-cushion-header {
	display: block;
	margin: 0 -10px 5px -10px;
	height: 1px;
	border-top: 1px solid #aaaaaa;
}
div.hr-cushion {
	display: block;
	margin: 5px -10px;
	height: 1px;
	border-top: 1px solid #aaaaaa;
}
div.hr-list-top {
	display: block;
	margin: 2px 0 4px 0;
	height: 1px;
	border-top: 1px solid #cccccc;
}
div.hr-list-bottom {
	display: block;
	height: 1px;
	border-top: 1px solid #cccccc;
}
div.hr-minimal {
	display: block;
	margin: 2px -10px;
	height: 1px;
	border-top: 1px solid #aaaaaa;
}

.gray-span {
	background: #f1f1f1;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	z-index: 1;
}
.blue-span {
	background: #ddecf6;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: 1px solid #8ec3e9;
	border-bottom: 1px solid #8ec3e9;
	font-weight: bold;
	text-align: center;
	z-index: 1;
}

.float-arrow {
	clear: both;
	float: left;
	padding: 8px;
}

.list-dark {
	background: #eeeeee;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 2px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	font-weight: normal;
}
.list-light {
	background: #f8f8f8;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 2px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	font-weight: normal;
}
