
/********************************************  CSS RESET  *********************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
blockquote, q { quotes: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
th { text-align: left; }
address { font-style: normal; }
.clearFloat { clear: both; }
.hidden { display: none; }
body, select, input, textarea { font-family: arial, sans-serif; }
textarea { margin: 0; font-size: 100%; }

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}

a {
	color: #ED1B2E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	background: url('../images/bg/body-bg.jpg') no-repeat center top;
	min-width: 980px;
	padding: 59px 0 0 0;
}
#topPanel {
	width: 982px;
	height: 350px;
	margin: 0 auto 13px auto;
	background: url('../images/bg/top-panel-bg.jpg');
	text-indent: -9999em;
}
#bottomPanel {
	width: 982px;
	min-height: 430px;
	height: auto !important;
	heght: 430px;
	margin: 0 auto;
	background: url('../images/bg/bottom-panel-bg.jpg');
}
#footer {
	width: 980px;
	height: 168px;
	margin: 0 auto;
	background: url('../images/bg/footer-bg.jpg');
}
.col1 {
	width: 460px;
	text-align: justify;
	padding: 35px 30px 0 15px;
	float: left;
}
.colFull {
	padding: 35px 30px 0 15px;
}
.col2 {
	width: 214px;
	text-align: justify;
	padding: 35px 16px 0 0;
	float: left;
}
.col3 {
	width: 234px;
	text-align: justify;
	padding: 20px 0 0 0;
	float: left;
}
p {
	font-size: .75em;
	line-height: 1.25em;
	margin: 0 0 15px 0;
}
h1 {
	font-size: 1.5em;
	margin: 0 0 20px 0;
}
ul {
	height: 195px;	
}
li {
	margin: 0 0 20px 0;
	font-size: .875em;
	line-height: 1.25em;
}
div.headerNote {
	margin-bottom: -4px;
}
form {
	margin: 38px 0 0 0;
}
.txtInput {
	border: 1px #00275d solid;
	padding: 6px 0 6px 10px;
	font-size: .75em;
	width: 220px;
	float: left;
	clear: both;
	margin: 0 0 5px 0;
}
input.error {
	border: 1px #ED1B2E solid;
}

.registerBtn {
	margin: 14px 0 0 0;
}

p.errorSummary {
	color: #ED1B2E;
	font-weight: bold;
}
p.successful {
	font-weight: bold;
}




.pageForm {
	margin: 0;
}

.pageForm fieldset {
	position: relative;
	margin: 0 0 20px 0;
}
.pageForm legend span {
	color: #00275D;
	font-weight: bold;
	font-size: 1.125em;
	position: absolute;
}

.pageForm ul {
	width: 750px;
	margin: 40px 0 0 0;
	height: auto;
}
.pageForm ul li {
	margin: 0;
	padding: 5px 0 5px 0;
	float: left;
	width: 390px;
	height: 30px;
}

.pageForm ul li.secondRow {
	width: 360px;	
}
.pageForm ul li.fullRow {
	width: 750px;
}

.pageForm ul label {
	width: 150px;
	float: left;
	font-weight: bold;
	line-height:20px;
}

.pageForm ul label span {
	display: block;
	font-style: italic;
	font-size: 0.875em;
}

.pageForm ul .txtBox,
.pageForm ul select {
	width: 200px;
	border: 1px solid #00275D;
	padding: 2px;
}
.pageForm ul .lngBox {
	width: 590px;
}
.pageForm ul .shrtBox {
	width: 20px;
}

.pageForm ul select {
	width: 200px;
}
.pageForm ul .caption {
	font-size: 0.875em;
	font-style: italic;
}

.pageForm li span.details {
	line-height: 20px;
}


.pageForm li.errorli input,
.pageForm li.errorli select {
	border: 1px #ED1B2E solid;
}
.pageForm li.errorli label {
	color: #ED1B2E;
}


#errorSummary {
	color: #ED1B2E;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 325px;
}

#ajaxReturn {
	width: 100%;
	height: 42px;
}

.ajaxLoading {
	background: transparent url('../images/loading.gif') no-repeat 650px center;

}


.pageForm .submitBtn {
	float:right; 
	margin-right:5px;
}


.TotalSummary {
	float: right;
	line-height: 42px;
	font-size: 1.25em;
	font-weight: bold;
	margin-right: 20px;
}