@font-face {
		font-family: 'mplus';
		src: url('../../../themes_defaults/effectiveadvance/fonts/mplus-1c-bold.eot');
		src: url('../../../themes_defaults/effectiveadvance/fonts/mplus-1c-bold_162a16fe.eot') format('embedded-opentype'),
				 url('../../../themes_defaults/effectiveadvance/fonts/mplus-1c-bold.woff') format('woff'),
				 url('../../../themes_defaults/effectiveadvance/fonts/mplus-1c-bold.ttf') format('truetype'),
				 url('../../../themes_defaults/effectiveadvance/fonts/mplus-1c-bold.svg') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'mplus';
		src: url('../../../themes_defaults/effectiveadvance/fonts/mplus-1c-heavy.eot');
		src: url('../../../themes_defaults/effectiveadvance/fonts/mplus-1c-heavy_162a16fe.eot') format('embedded-opentype'),
				 url('../../../themes_defaults/effectiveadvance/fonts/mplus-1c-heavy.woff') format('woff'),
				 url('../../../themes_defaults/effectiveadvance/fonts/mplus-1c-heavy.ttf') format('truetype'),
				 url('../../../themes_defaults/effectiveadvance/fonts/mplus-1c-heavy.svg') format('svg');
		font-weight: bold;
		font-style: normal;
}

body {
	background: white url(../../../themes_defaults/effectiveadvance/images/bgcenter.jpg) repeat-x center top;
	color: #041868;
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-family: arial, sans-serif;
}
form, fieldset {margin:0;padding:0;border-width:0;}
input, select, textarea {font-family:arial, sans-serif;font-size:14px;color:black;resize:none}
input:focus, select:focus, textarea:focus { outline: none; }
input[type=text], input[type=password], textarea { -webkit-appearance: none; appearance: none; }
p, ul {margin-top:1em;margin-bottom:1em}
img {vertical-align:bottom;}
a img {border-width:0;}
a { color:#041868; text-decoration:none; transition: color 0.4s linear; -o-transition: color 0.4s linear; -moz-transition: color 0.4s linear; -ms-transition: color 0.4s linear; -webkit-transition: color 0.4s linear; transition: background-color 0.4s linear; -o-transition: background-color 0.4s linear; -moz-transition: background-color 0.4s linear; -ms-transition: background-color 0.4s linear; -webkit-transition: background-color 0.4s linear;  transition: opacity 0.4s linear; -o-transition: opacity 0.4s linear; -moz-transition: opacity 0.4s linear; -ms-transition: opacity 0.4s linear; -webkit-transition: opacity 0.4s linear;}
a:hover {text-decoration: underline;}
.none {display:none;}
.columns {width:100%;overflow:hidden;}
.clear {clear: both;}
body.subpage { background-image: none; }

#bg-all { background: transparent url(../../../themes_defaults/effectiveadvance/images/bgcenter.jpg) no-repeat center top; }
#bg-suball { background: transparent url(../../../themes_defaults/effectiveadvance/images/bgsubcenter.jpg) no-repeat center top; }
#bg-right {background: transparent url(../../../themes_defaults/effectiveadvance/images/line.png); height: 1px; width: 50%; position: absolute; right: 0; top: 101px; }
#all { position: relative; z-index:3; }

#top { height: 120px; position: relative; width: 1000px; margin: 0 auto; z-index: 10; background: transparent url(../../../themes_defaults/effectiveadvance/images/bgcenter.jpg) no-repeat center top; }
#bg-suball #top { background-image: url(../../../themes_defaults/effectiveadvance/images/bgsubcenter.jpg); }
#top h1 { margin: 0 ;padding: 52px 0 0 130px; font-size: 14px; }
.t_menu ul { background: transparent url(../../../themes_defaults/effectiveadvance/images/line.png) repeat-x left bottom; height: 42px; font-family: mplus, sans-serif; list-style-type: none; margin: 0; padding: 0 20px 0 0; position: absolute; right: 0px; top:60px; line-height: 26px; text-align: right; max-width: 700px; }
.t_menu ul li { position: relative; text-transform:uppercase; color: white; text-shadow: 1px 1px #002a14; display: inline;  font-family: mplus, sans-serif; font-size: 14px; padding: 5px 13px; }
.t_menu ul li a { font-size: 14px; color: white; }
.t_menu ul li a:hover { text-decoration: none; }
.t_menu ul li.selected a { }
.t_menu ul ul { display: none; text-align: left; position: absolute; left: 0; top: 30px; width: 200px; height: auto; right: auto; bottom: auto; border-top: 1px solid #30a146; list-style-type: none; margin: 0; padding: 0; background: #00a44f; box-shadow: 3px 3px 3px #555555;}
.t_menu ul ul ul { left: 200px; top: -1px; }
.t_menu ul ul li { line-height: 16px; font-size: 14px;display: block; float: none; border-bottom: 1px solid #30a146; padding: 0; }
.t_menu ul ul a { float: none; background: none; display: block; padding: 7px 13px;}
.t_menu ul ul a:hover { background-color: rgba(255, 255, 255, 0.1); }
.t_menu ul li:hover { background-color: #00a44f; }
.t_menu ul li:hover > ul { display: block; }
.t_menu ul li:hover > ul li:hover > ul { display: block; }

#main-content { width: 1000px; margin: 0 auto 42px auto; position: relative; height: 450px;  }

#form { position: absolute; left: 380px; top: 208px; width: 570px;  z-index:2; height: 318px; }
#form  fieldset { width: 570px; padding-top: 30px; }
#form .select-line { padding-bottom: 9px; }
#form .select-line label {float: left; width: 269px; padding-left: 10px; }
#form .input-text { position: relative; margin: 0 9px 9px 0; float: left; }
#form .input-text label { display: none; }
#form .input-text .input { border: 1px solid #54715f; background: white url(../../../themes_defaults/effectiveadvance/images/input.png) repeat-x; color: #014120; height: 18px; padding: 8px 12px; font-size: 14px;  width: 244px; }
#form .input-text .input:focus { box-shadow: 0 0 8px white;}
#form .input-text .input.error-input {border-color: red;}
#form .input-text em { display: none; width: 16px; height: 16px; background: transparent url(../../../themes_defaults/effectiveadvance/images/icon_error.png) no-repeat; position: absolute; right: 20px; top: 12px; }
#form input[type=image]:hover { opacity: 0.8; }
#form p { text-align: center; width: 257px; padding-top: 10px; }
#main-text #form {position:static; height: auto; width: 100%;  }
#main-text #form fieldset { width: 100%; padding: 0 0 20px 0 }

#banner { height: 450px; position: relative; padding-top: 10px; }
#banner ul { list-style-type: none; margin: 0; padding: 0; }
#banner li { position: absolute; top: 0; left: 0; width: 100%; text-align: left; }
#banner li img { margin-left: 380px; margin-top: 10px; }

#steps {position: relative; height: 90px; width: 1000px; margin: 0 auto; }
.tags { list-style-type: none; position: absolute; right: 0; top; 0; height: 87px; padding: 0; margin:0; border-bottom: 1px solid #b2d8c4 }
.tags li { float: left; padding: 0 0 0 52px; height: 70px; }
.tags li:first-child { padding-left: 0; }


#main-text {
	width: auto;
	margin: 0 auto;
	padding-top: 34px;
	padding-bottom: 34px;
}
#main-text h2 { margin:0; font-size: 25px; font-family: mplus, sans-serif; color: #09285b; }
#main-text .box1 {
	float: right;
	padding-right: 20px;
	width: auto;
}
#main-text .box1 p { line-height: 23px; margin: 18px 0; }
#main-text .box2 { float: left; width: 345px; text-align: right; }
.m_menu ul { list-style-type: none; margin: 0; padding: 18px 0; line-height: 23px; }
.m_menu ul a { color: #018541; text-decoration: underline; }
.m_menu ul a:hover { text-decoration: none; }
.m_menu ul ul { padding: 0; text-align: right; }
.m_menu ul ul li { padding-right: 15px; background: transparent url(../../../themes_defaults/effectiveadvance/images/submenu.png) no-repeat 100% 10px; }


.h2 { width: 1000px; margin: 0 auto; }
.h2 h2 { margin: 0; padding: 26px 0 0 130px; height: 73px; font-family: mplus, sans-serif; color: #effc50; font-size: 45px; text-shadow: 2px 2px #002512 }
.h2 h2 img {margin-top: 10px;}
#subpage-bg { background: transparent url(../../../themes_defaults/effectiveadvance/images/bgsubpage.jpg) center top;  }
#subpage-shadow { background: transparent url(../../../themes_defaults/effectiveadvance/images/bgsubshadow.jpg) repeat-x center top; padding-bottom: 30px; padding-top: 30px; }
#subpage { padding: 0 0; width: 1000px; margin: 0 auto;}

#subpage .tags {position: static; height: auto; border-bottom-width: 0; padding-top: 20px; }
#subpage .tags li { padding-left: 0; float: none; height: 66px; }

#subpage { overflow: hidden; position: relative; }
#register-form { float: left; width: 580px; padding: 0 0 0 128px; }
#subpage #main-text { width: 271px; float: right; padding-top: 10px; padding-bottom: 400px; }
#subpage .box2 { padding: 0; float: none; width: 260px; text-align: left; }
#subpage .box2 ul {padding-bottom: 0;}
#subpage .box2 h2 { color: white;}
#subpage .box2 li a { color: #f0fd51; }

#text { color: white; padding: 10px;  line-height: 23px; border-radius: 10px; }
#text h3 { font-family: mplus, sans-serif; font-size: 20px; margin: 5px 0 18px 0; }
#text p { margin: 18px 0 18px 0; }

#contact { color: white; padding: 10px;  line-height: 23px; border-radius: 10px; }
#contact form { overflow: hidden; padding: 5px 0 20px 0; }
#contact form fieldset { float: left; width: 270px; }
#contact form .input-line { overflow: hidden; position: relative; padding: 0 5px 5px 5px; }
#contact form .input-line label { display: block;  }
#contact form .input-line input { border: 1px solid #54715f; background: white url(../../../themes_defaults/effectiveadvance/images/input.png) repeat-x; color: #014120; height: 21px; padding: 8px 10px; width: 216px; }
#contact form .input-line input:focus {box-shadow: 0 0 8px white;}
#contact form .input-line input.error-input {border-color: red;}
#contact form .input-line em { display: none; width: 16px; height: 16px; background: transparent url(../../../themes_defaults/effectiveadvance/images/icon_error.png) no-repeat; position: absolute; right: 40px; top: 35px; }
#contact form .textarea-line { overflow: hidden; position: relative; padding: 0 5px 5px 5px; }
#contact form .textarea-line label { display: block;  }
#contact form .textarea-line textarea { border: 1px solid #54715f; background: white url(../../../themes_defaults/effectiveadvance/images/input.png) repeat-x; color: #014120; height: 100px; padding: 8px 10px;width: 236px; }
#contact form .textarea-line textarea:focus {box-shadow: 0 0 8px white;}
#contact form .textarea-line textarea.error-input {border-color: red;}
#contact form .textarea-line em { display: none; width: 16px; height: 16px; background: transparent url(../../../themes_defaults/effectiveadvance/images/icon_error.png) no-repeat; position: absolute; right: 20px; top: 35px; }
#contact form .button input {color: #004220; background-color: #effc50; border-width: 0; height: 30px; width: 256px; cursor:pointer; margin-left: 5px; }
#contact form .button input:hover { opacity: 0.8 }

#footer { background: #eeeeee; }
.b_menu { line-height: 26px; border-bottom: 1px solid #d1dabf}
.b_menu ul { text-align: center; list-style-type: none; margin: 0 auto; padding: 15px 0; width: 1000px; }
.b_menu ul li { display: inline; padding: 0 25px; font-size: 12px; font-weight: bold; }
.b_menu ul li a { color: #014722; }
.footer-text { margin: 0 auto; width: 1000px; padding: 0; text-align: center; padding-bottom: 10px; }
.footer-text .copyright { padding: 22px 0; font-weight: bold; }
.footer-text p { color: #779787; font-size: 11px; line-height: 17px; }








/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	margin-right: 1px;
	position:relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #39434c;
	background: transparent;
	font-weight: bold;
	color: #23444f;
	height:34px;
	border: 1px solid #588a70;
}

#form .input-text.select-line { padding-top: 0; }
.input-text .jqTransformSelectWrapper { border: 1px solid #bbb6b6; background: white url(./images/input.png.html) repeat-x; color: #041868; height: 34px; padding: 0; font-size: 14px;  width: 268px !important;  }
.error-input .jqTransformSelectWrapper { border-color: red; }
.input-text .jqTransformSelectWrapper div span { color: #014120; height: 18px; padding: 2px 12px; font-size: 14px; font-family: arial, sans-serif; font-weight: normal; }
.input-text .jqTransformSelectWrapper ul { width: 268px !important;  }

.jqTransformSelectWrapper div span {
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 32px;
	color: white;
	line-height: 31px;
	padding: 2px 0 0 13px;
	overflow: hidden;
	font-size: 24px; 
	cursor:pointer;
	font-family: mplus, sans-serif;
	overflow: hidden; 
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 27px;
	height: 26px;
	background: transparent url(../../../themes_defaults/effectiveadvance/images/select.png) no-repeat center;
}


.jqTransformSelectWrapper ul {
	position: absolute;
	top: 34px;
	left: -1px;
	list-style: none;
	background-color: #f2f2f2;
	border: solid 1px #d5d5d5;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

.studio .jqTransformSelectWrapper ul { top: 30px; width: 200px !important; }
.bottom-navigator .jqTransformSelectWrapper ul { top: 30px; width: 68px !important; }

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px 13px;
	line-height: 16px;
	text-decoration: none;
	white-space:nowrap;
	color:#333;
}

.jqTransformSelectWrapper ul a.selected {
	background-color: #e5e5e5;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#e5e5e5;
}

.state-select .jqTransformSelectWrapper{
	border: 1px solid #bbb6b6; background: white url(../../../themes_defaults/effectiveadvance/images/input.png) repeat-x; color: #041868; font-size: 14px;
}

.state-select .jqTransformSelectWrapper span{
	color:#014120;
	font-weight:normal;
	font-size:14px;
	font-family:Arial;
}

.state-select .error-input{
	border-color:red;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}
