*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Optima, Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	height: 100%;
	background: #E8ECD5;
}
a, a:visited{
	text-decoration: none;
	color: #666666;
}
a:hover, a:active{
	color: #88A12B;
}
a img{
	border: none;
}
#loading{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #E8ECD5 url(images/ajax-loader.gif) center center no-repeat;
	z-index: 99;
}

#wrapper{
	width: 980px;
	margin: 5px auto;
}

#header{
	height: 75px;
	width: 350px;
	margin-left: 625px;
	background: url(images/logo.jpg) top right no-repeat;
	cursor: pointer;
}
#header h1{
	display: none;
}
#flash_menu{
	position: absolute;
	height: 150px;
	z-index: 1;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
#no_flash_menu{
	padding-left: 5px;
}
#no_flash_menu a{
	margin-right: 10px;
}
#submenus{
	font-family: 'SyntaxLTStd-Bold ttf', Optima, Helvetica, Verdana, Arial, sans-serif;
	position: absolute;
	z-index: 5;
	margin-left: 170px;
	margin-top: 30px;
	white-space: nowrap;
}
#submenus ul{
	list-style: none;
	width: 135px;
	background: url(images/overlay_bg.png);
	padding: 10px 0px 5px 15px;
	min-height: 180px;
}
#submenus.open ul{
	background: url(images/overlay_act_bg.png);
}
#submenus li{
	font-size: 16px;
	height: 22px;
}
#submenus ul .active{
	background: url(images/menu_arrow.png) right center no-repeat;
	color: #eee;
}
#main{
	height: 600px;
	padding-top: 30px;
	padding-left: 330px;
	padding-right: 90px;
}
#content{
	background: url(images/overlay_bg.png);
	color: #10130C;
	padding: 15px;
	position: relative;
	line-height: 16px;
	z-index: 2;
	min-height: 200px;
}
#content a, #content a:visited{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover{
	color: #cbdd44;
	text-decoration: none;
}
#content ul{
	padding: 10px;
	margin-left:10px;
	list-style: circle outside;
}
#content ul li{
	padding-left: 5px;
}
#content.light_content{
	color: #eee;
}
#content.light_content a, #content.light_content a:visited{
	color: #cbdd44;
}
#content.light_content a:hover{
	color: #fff;
	text-decoration: none;
}
#footer{
	clear: both;
	text-align: right;
	padding: 5px;
	padding-right: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
}

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}
.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}
.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}
.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}
.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}
.sIFR-active #submenus li{
	line-height: 1em;
	height: 20px;
}
.sIFR-active #content ul{
	padding: 5px;
}
.sIFR-active #content li{
	line-height: 1em;
	height: 16px;
}
.sIFR-active #footer{
	line-height: 1em;
}

/*form validation*/
form fieldset{
	border: 1px solid #ccc;
	color: #FFF;
}
input, textarea, select{
	color: #000;
	width: 200px;
	border: 1px solid #89A42F;
	background: #eee;
	font-size: 12px;
	line-height: 16px;
	padding: 2px;
	padding-top: 3px;
	font-weight: bold;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
textarea{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
input[type="submit"]{
	font-size: 12px;
}
input[type="button"]{
	font-size: 12px;
}
input[type="radio"]{
	width: 15px;
	border: none;
}
input[type="checkbox"]{
	width: 15px;
	border: none;
}
textarea{
	width: 240px;
}
input:focus, textarea:focus, select:focus{
	opacity: 0.99;
	filter: alpha(opacity=100);
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.required, textarea.required, select.required select {
	border: 1px solid #89A42F;
}
input.optional, textarea.optional, select.optional {
	border: 1px dotted #89A42F;
}
input.validation-failed, textarea.validation-failed, select.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
	background: #FFCCCC;
}
input.validation-passed, textarea.validation-passed, select.validation-passed {
	background: #cbdd44;
	border: 1px solid #89A42F;
}
input.validation-passed:focus, textarea.validation-passed:focus, select.validation-passed:focus {
	background: #eee;
}
form .form_btn{
	width: 70px;
	font-weight: bold;
	background: #cbdd44;
	color: #333;
	border: 1px solid #89A42F;
	cursor: pointer;
	padding-top: 1px;
	opacity: 0.90;
	filter: alpha(opacity=90);
}

form .form_btn:focus,.form_btn:hover{
	background: #eee;
	opacity: 0.99;
	filter: alpha(opacity=100);
}

.validation-advice {
	margin-left: 4px;
	font-size: 12px;
	padding: 2px;
	color : #c00;
	padding-left: 20px;
	background: url(images/exclamation.png) center left no-repeat;
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	margin-bottom: 0.5em;
}
legend {
	color: #319EFC;
	font-weight: bold;
}

.form-row{
	clear: both;
	height: 20px;
	margin-bottom: 5px;
}

.form-row label{
	display: block;
	width: 80px;
	float: left;
}

.field-widget {
	width: 420px;
	float: left;
}

.field-widget img{
	vertical-align: bottom;
}
#fmsg{
	color: #cc0000;
	background: url(images/exclamation.png) center left no-repeat;
	padding: 2px;
	font-size: 12px;
	padding-left: 20px;
	font-weight: bold;
}
#smsg{
	color: #eee;
	background: url(images/success.png) center left no-repeat;
	font-size: 12px;
	padding-left: 20px;
	font-weight: bold;
}
