/*
#####################################################################################
#		Element Styles 																#
#####################################################################################
*/
body {
	width:720px;
	margin:10px auto 10px;
	background: #D0DCE0 none repeat scroll 0%;
	color:#000000;
	font-family: 'Times New Roman', Times, serif;
}
img {
	border:0px;
}
img:hover {
	text-decoration: none;
}
img.clickable {
	cursor: pointer;
}
img.iconLeft {
	float:left;
	padding-right:10px;
}
img.iconRight {
	float:right;
	padding-left:10px;
}
img.iconLeft, img.iconRight {
	height:16px;
	width:16px;
	padding-top: 2px;
}
div {
	float:left;
}
/*
#####################################################################################
#		Text Styles 																#
#####################################################################################
*/
.justify {
	text-align:justify;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
/*
#####################################################################################
#		Site Overide Styles 														#
#####################################################################################
*/
#site_logo_title {
	background: url(./images/wizard_logo_bar_2.png) no-repeat;
	height: 190px;
	width:800px;
	clear: both;
	margin-bottom:10px;
}
#site_title_contents {
	margin-left: 100px;
	margin-top: 10px;
	width:600px;
}
/*
#####################################################################################
#		Navigation Overide Styles 													#
#####################################################################################
*/
#navigationMain ul.nav_main {
	list-style: none;
	float: left;
	padding-top: 0px;
	margin-top: 0px;
}
#navigationMain li.horizontal {
	float: left;
	padding-right: 0px;
	border-bottom: 1px solid #868D90; 
	border-top: 1px solid #868D90;
	
}
#navigationMain li.vertical {
	float: left;
	clear: both;
	width:180px;
	padding: 3px 0px 4px 8px;
	border-bottom: 1px solid #868D90; 
	border-right: 1px solid #868D90; 
	border-left: 1px solid #868D90; 
}
#navigationMain li:hover > a.nav_item_main:hover {
	background: url(./images/bullets/arrow_right.gif) no-repeat center left;
}
#navigationMain a.nav_item_main {
	text-decoration: none;
	font-weight: bold;
	padding: 0px 9px 0px 20px;
	color:#053B7B;
}
#navigationMain a.nav_item_main_selected {
	background: url(./images/bullets/bullet_1.gif) no-repeat center left;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 9px 0px 20px;
	color:#932914;
}
/*
#####################################################################################
#		Main Content Styles 														#
#####################################################################################
*/
#content {
/*	border: 1px solid #66ccff; */
	float: left;
	clear:both;
	width: inherit;
	height: auto;
	margin-top:5px;
}
#content a:visited, #content a:link, #content a:active {
	text-decoration: none;
	color: #FF0000;
}
#content a:hover {
	text-decoration: none;
	color: #0000FF;
}
#content .sectionHeading, .mainTitle {
	font-size: 16pt;
	color: #000000;
}
.mainTitle {
	font-weight:bold;
	clear:both;
}
#content .sectionBody,  .canceled, .normal {
	font-size: 12pt;
	color: #000000
}
/*
#####################################################################################
#		Page Styles 																#
#####################################################################################
*/
#pageTitle, #pageBody {
	float:left;
	clear: both;
	display: block;
	width: inherit;
}
.Page {
	clear: both;
	width: inherit;
}
.pageTitle {
	color:#D0DCE0;
	font-size:22pt;
	font-weight:bold;
	width: inherit;
	margin: 0px;
	padding:0px;
	text-align: center;
}
/*
#####################################################################################
#		Footer Styles 																#
#####################################################################################
*/
#footer {
	float:left;
	clear:both;
	width:660px;
	text-align:right;
	padding: 2px 10px 2px 10px;
	font-size:10pt;
	margin-top:15px;
}
#footer a:visited, #footer a:link, #footer a:active {
	text-decoration:none;
	color: #053B7B;
}
#footer a:hover {
	text-decoration: none;
	color: #932914;
}
/*
#####################################################################################
#		Form Styles 																#
#####################################################################################
*/
.formLabels {
	float:left;
	padding-right: 10px;
	height:25px;
	color: #000000;
}
.formInputs, .formText {
	float:left;
	padding-left:10px;
	height:25px;
	color: #000000;
}
.formText {
	clear:both;
}
.formTextArea {
	float:left;
	padding-left:10px;	
}
.labels, .inputs {
	float: left;
}
.shortInputs {
	float: left;
	width:120px;
}
.shortLabels {
	float: left;
	width:75px;
}
.bottomInputs {
	float: left;
}
/*
#####################################################################################
#		Input Styles 																#
#####################################################################################
*/
input.standardInput, input.tinyInput, input.stdTextBox {
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	width: 100px;
	margin: 3px;
}
input.stdTextBox{
 	width:150px;
}
input.standardInput{
 	width:285px;
}
input.tinyInput{
 	width:20px;
}
input.submit {
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	margin: 3px;
	cursor:pointer;
}
input.imageInput {
	cursor: pointer;
	vertical-align: bottom;
}
textarea.standardTextarea, textarea.stdTextArea {
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	width: 285px;
	height: 150px;
	margin: 3px;
}
select.dateOption, select.standardSelect {
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	margin: 3px;
}
select.standardSelect {
 	width:287px;
}
/*
#####################################################################################
#		Contact Overide Styles 														#
#####################################################################################
*/
fieldset.contactGroup {
	float:left;
	clear: both;
	border: 1px outset #868D90;
	background-color:#90A6B4;
	color:#5630EF;
	margin:  5px 0px;
}
legend.contactGroup {
	border: 1px solid #ABC4AD;
	background-color:#FFFFFF;
	color:#053B7B;
	font-size: 16pt;
	font-weight:bold;
	padding: 0px 10px 0px 0px;
}
.ContactsList {
	padding-left:8px;
	width:762px;
	font-size:12pt;
	font-weight:bold;
	clear:both;
}
.contactLabels {
	color: #053B7B;
	float:left;
	clear:left;
	padding-right: 10px;
	height:25px;
	width:200px;
}
.contactInputs, .contactText, .contactAddress {
	float:left;
	clear:right;
	padding-left:10px;
	height:25px;
}
.contactAddress {
	height:auto;
}
.contactText {
	clear:both;
}
.contactTextArea {
	float:left;
	padding-left:10px;	
}
img.iconContact {
	vertical-align: middle;
	padding:4px 0px 4px 4px;
}
#contacts a:visited, #contacts a:link, #contacts a:active {
	text-decoration:underline;
	color: #053B7B;
}
#contacts a:hover {
	border-bottom: 1px dashed #868D90;
	text-decoration: none;
	color:#932914
}
/*
#####################################################################################
#		Label Styles 																#
#####################################################################################
*/
label.loginLabels {
	list-style: none;
	float: left;
	padding-top: 0px;
	margin-top: 0px;
}
label.stdLabels {
	color:inherit;
	font-weight:bold;
}
/*
#####################################################################################
#		Text Button Styles 															#
#####################################################################################
*/
#content ul.textButtons,  #content ul.iconButtons{
	list-style: none;
	float: left;
	padding-top: 0px;
	margin-top: 0px;
}
#content li.textButton:hover > a.textButton:hover {
	border: 1px solid #66ccff; 
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
	padding: 2px 10px 2px 10px;
}
#content a.textButton {
	border: 1px solid #66ccff; 
	text-decoration: none;
	padding: 1px 10px 1px 10px;
	color:#000000;
	background-color: #999999;
}
#content li.horizontal {
	float: left;
	padding-right: 10px;
}
#content li.vertical {
	float: left;
	clear: both;
	padding-bottom: 10px;
	width:200px;
}
/*
#####################################################################################
#		Paragraph Styles 															#
#####################################################################################
*/
.subHeading {
	clear: both;
	font-weight:bold;
	font-size:13pt;
	color:#00FF00;
}
.Heading {
	clear:both;
	font-weight:bold;
	font-size:15pt;
	color:#5630EF;
	margin:0px;
	padding:0px;
}
.Paragraph {
	clear:both;
	margin-left:10px;
	margin-top:8px;
}
.paragraphSpacer {
	float: left;
	clear:both;
	padding:10px;
}
/*
#####################################################################################
#		Misc Styles 																#
#####################################################################################
*/
.previewImage {
	float: left;
	padding: 0px 20px 5px 0px;
}
div.spacer {
	float:left;
	clear:both;
	display:block;
}
br.short {
	font-size:4pt;
}
div.resultsBox {
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	width: 500px;
	margin: 3px;
	padding: 5px;
	overflow: auto;
}
#banner {
	float: left;
	width:683px;
	margin:10px auto 0px auto;
}
.block, #content .FlashMovie {
	float:left;
	display:block;
	margin-bottom: 10px;
	width:680px;
}
.FlashMovie {
	clear: both;
}
.colorBlue {
	color:#66CCFF;
}
table.pluginDisplay {
	width:300px;
	text-align:left;
}
tr.pluginDisplayHeading {
	color:blue;
}
tr.pluginDisplayPlugin {
	color:white;
	font-weight:normal;
}
tr.hoverOn {
	background: #7D9BE3 ;
	color:#000000;
	cursor:pointer;
}
tr.hoverOff {
	background: #1A1817 ;
	color:#ffffff;	
}
th.subTitle {
	font-size: 14pt;
	font-weight:bold;
}
td.icon {
	width:16px;
}
.image {
	float:left;
	padding-left:20px;
	padding-right:20px;
}
.imageTitle {
	text-align:center;
	font-weight:bold;
	color:#66ccff;
	font-size:14pt;
}
.canceled {
	vertical-align: top;
	text-decoration:line-through;
}
.normal {
	vertical-align: top;
	text-decoration: none;
}
.Rearange {
	float:right;
}
