/*img, div, a, input, h5, h4, h3, h2, h1, span { behavior: url(iepngfix.htc) }*/

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, strong, sub, sup, tt,  
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
	margin:0;
	padding:0;
	border:none;
}

@font-face {
		font-family: 'Calibri';
		src: url('fonts/calibri.eot');
		src: url('fonts/calibri.eot?#iefix') format('embedded-opentype'),
				 url('fonts/calibri.woff') format('woff'),
				 url('fonts/calibri.ttf') format('truetype'),
				 url('fonts/calibri.svg#calibri') format('svg');
		font-weight: normal;
		font-style: normal;
}

html {
	min-height: 100%;
	height: auto;
	overflow-x:hidden;
}

body {
	color: #000;
	font-family: 'Calibri', Arial,Helvetica,sans-serif;
	font-size: 16px;
	background-color:#2b4984;
}

/*body {
	color: #606060;
	font-family: 'Calibri', Arial,Helvetica,sans-serif;
	font-size: 18px;
	background-image:url(img/bg_body.png);
	background-repeat:repeat-x;
	background-color:#2b4984;
}*/

.final {
	clear: both;
	float: none;
	width: 0px;
	height: 0px;
	overflow: hidden;
	border: 0px solid red;
}
.fl {
	float: left;
	margin: 0 5px 5px 0;
}
.fr {
	float: right;
	margin: 0 0px 5px 5px;
}

ol, ul {
	list-style-position: outside;
	margin-left:25px;
}

ul li {
	list-style-image:url(img/item.png);
}

ol div {
	display:inline;
}
ul div {
	display:inline;
}



a {
	outline-width: medium;
	outline-style: none;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

#LoginLink a {
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	color:#7D9AD5;
}





h1, h2, h3, h4, h5, h6 {
	font-size: 28px;
	font-weight: normal;
	font-family: Century Gothic, sans-serif;	
	margin: 0px;
	color: #176d38;
}

h1 {
	font-weight: bold;
	text-transform:uppercase;
}


h2 {
	font-size: 25px;
	font-weight: bold;
	color: #d9d923;
}

h3 {
	color: #176d38;
	font-size: 26px;
	font-weight:bold;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}





p {
/*	padding: 0 0 0px 0;*/
}
span {

}

blockquote {
	padding:3px 3px 3px 20px;
	font-style:italic;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

div.container {
	width: 1000px;
	margin: 0 auto;
}

.bodyFake01 {
	background-image:url(img/bg_body.png);
	background-repeat:repeat-x;
	background-color:#fafafa;
	background-position:0 100%;
}


.module01 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
	position:relative;
}

.module01.bis {
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
}


.module02,
.module03 {
	background-color:#eaeaea;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	position:relative;
	padding:5px 32px;	
}

.module03 {
	background-color:#FFF;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding:0;
	position:relative;
}

.module03 #SeparatorColorBar {
	width:1024px;
	height:36px;
	left:-12px;
	top:-16px;
	position:absolute;
	background-image:url(img/patch.png);
	background-repeat:no-repeat;
}



.published module01,
.published module02,
.published module03 {
	behavior: url(/skins/pie.htc);
}

.module04 {
	width:323px;
	margin:auto;
}

.module04 .top {
	background-image:url(img/form_top.png);
	height:16px;
}

.module04 .content {
	background-image:url(img/form_body.png);
	background-repeat:repeat-y;
	color:#FFF;
	padding:0 12px;
}

.module04 .bottom {
	background-image:url(img/form_bottom.png);
	height:16px;
}

.module04 input[type=submit] {
	background-image:url(img/bt_learn_more.png);
	width:195px;
	height:67px;
	text-indent:-9999px;
	border:none;
	margin:10px 0;
	cursor:pointer;
}

.module04 select {
	padding:5px;
	width:95%;
}


.EditorPanel {
	min-height:20px;
}


#Header_wrapper .EditorPanel {
	padding:10px 0;
}

#Banner_wrapper {
	background-image:url(img/arrow.png);
	background-repeat:no-repeat;
	width:663px;
	height:95px;
	position:absolute;
	z-index:5;
	left: -50px;
	top: 15px;
	padding-top:20px;
	padding-left:10px;
}


#Banner_wrapper .EditorPanel {
	color:#FFF;
	width:610px;
	height:45px;
	overflow:hidden;
}

#Banner_wrapper .EditorPanel h1,
#Banner_wrapper .EditorPanel h2,
#Banner_wrapper .EditorPanel h3,
#Banner_wrapper .EditorPanel h4,
#Banner_wrapper .EditorPanel h5,
#Banner_wrapper .EditorPanel h6 {
	color: #d9d923;

}

#Panel1_wrapper .EditorPanel {
	margin-top:90px;
	position:relative;
	z-index:6;
	min-height:325px;
}

#Panel2_wrapper .EditorPanel {
	margin-top:5px;
	min-height:410px;
}

#Panel3_wrapper {
	padding:30px;
}

#Panel3_wrapper .EditorPanel {
}

#Footer_wrapper {
	width:1000px;
	margin:auto;
	margin-top:10px;
	color: #FFF;
}


.col01 {
	width:560px;
	float:left;
}

.col02 {
	width:42px;
	height:42px;
	float:left;
}

.col03 {
	width:325px;
	float:left;

}

.table01 {
	width:100%;
	margin:auto;
}

.table01 td {
	padding:10px 3px;
}

.table01 .cell01 {
	text-align:right;
	color:#FFF;
}

.table01 .cell02 input {
	width:90%;
	padding:4px;
}