/* Base Elements *******************************************************/

body {
   margin: 0px;
   background: #B2CE19 url(../images/bg.gif) repeat-x;
   font-family: "arial";
   font-size: 11px;
   color:  #443B2B;
}
/*
body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
	font: 83%/1.4 arial, helvetica, sans-serif;
}*/
a{
   color: #9FA177;
   text-decoration: none;
}

a:hover {
   color: #000;
   text-decoration: none;
}

img {
   border: none;
}

.em_color{
   color: #009FC5;
}

hr {
	border: none;
	background-color:none;
	color:transparent;
	border-top:1px dashed #CCCCCC;
	margin:15px 0 0 0;
}

.wrapper h3 {
    color: #919D0D;
    padding: 0px;
    padding-bottom: 9px;
    margin: 0px;
    font-size: 17px;
	font-weight:bold;
}

.info_bar h3{
   	color: #8E7A09;
    padding: 0px;
    padding-bottom: 9px;
    margin: 0px;
    font-size: 17px;
	font-weight:bold;
}



ul{
   padding: 0px;
   padding-left: 23px;
   margin: 0px;
   padding-bottom: 15px;
}
ul li{
   margin-bottom: 6px;
}

.hr_tweak{
   border-top: 1px dashed #A7A721;
   width: 634px;
   margin-top: 18px;
   padding-bottom: 18px;
   margin-left: auto;
   margin-right: auto;
}

.preloader{
   display: none;
}

/* *******************************************************/






.header_wrapper{
   width: 100%;
   height: 87px;
   background-color: #FFFFFF;
}
.header{
   width: 763px;
   margin-left: auto;
   margin-right: auto;   
}
.header img{
   margin-left: 18px;
}

.main_nav{
	float: right;
	margin-top: 10px;
	padding-right: 10px;
	color: #8E7A09;
	font-size: 13px;
	font-family: "verdana";
	font-weight: bold;
	text-align: right;
}
.main_nav a{
   text-decoration: none;
   color: #8E7A09;
}
.main_nav a:hover{
   text-decoration: none;
   color: #B2CE19;
}
.main_nav span{
   letter-spacing: 1px;
}
 
.wrapper{
   width: 763px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
}


.logo{
   position: absolute;
   width: 236px;
   height: 168px;
   top: -80px;
   left: 11px;
}


.content_w{
   width: 686px;
   border-left: 4px solid #ffffff;
   border-right: 4px solid #ffffff;
   border-bottom: 4px solid #ffffff;
   position: relative; 
   margin-bottom: 83px;
   padding-left: 35px;
   padding-right: 35px;
}

.content_w_rejection{
   width: 686px;
   border-left: 4px solid #ffffff;
   border-right: 4px solid #ffffff;
   border-bottom: 4px solid #ffffff;
   position: relative; 
   margin-bottom: 83px;
   padding-left: 35px;
   padding-right: 35px;
   background:url(../images_rejection/rejection_bg.jpg) no-repeat;
}

.navbar{
   height: 32px;
   margin-left: 298px;
   width: 388px;
}
.nav_link{
   display: block;
   float: left;
   background: transparent url(../images/nav_button_mid.gif) no-repeat;
   width: 97px; 
   color: #FFFFFF;
   font-size: 12px;
   font-family: "verdana";  
   height: 32px;
   text-align: center;
   line-height: 26px;
}
.nav_link:hover{
   background: transparent url(../images/nav_button_midH.gif) no-repeat;
   color: #FFFFFF;
}

.nav_link_rejection{
   display: block;
   float: left;
   background: transparent url(../images_rejection/nav_button_mid.gif) no-repeat;
   width: 97px; 
   color: #FFFFFF;
   font-size: 12px;
   font-family: "verdana";  
   height: 32px;
   text-align: center;
   line-height: 26px;
}
.nav_link:hover_rejection{
   background: transparent url(../images_rejection/nav_button_midH.gif) no-repeat;
   color: #FFFFFF;
}

.write_letter{
   position: absolute;
   top: 10px;
   left: 31px;
}

.step_bar{
   text-align: center;
   padding-top: 40px;
   padding-bottom: 32px;
}
.step_button_bar{
   margin-left: auto;
   margin-right: auto;
   padding-top: 2px;
   margin-bottom: 17px;
}

.flash{
   margin-left:auto;
   margin-right: auto;
}

.editor{
   margin-left:auto;
   margin-right: auto;
   margin-bottom: 20px;
}
.editor_options{
   margin-left:auto;
   margin-right: auto;
   margin-bottom: 35px;
}
.editor_switch{
   display; block;
   height: 27px;
   line-height: 27px;
   font-weight: bold;
   color: #009FC5;
   text-decoration: underline;
}
.editor_switch:hover{
   color: #007B98;
   text-decoration: underline;
}


.login_bar{
   height: 144px;
   background: transparent url(../images/bg_login.gif) no-repeat;
   margin-left: auto;
   margin-right: auto;
   margin-top: 14px;
   margin-bottom: 21px;
   color: #8E7A09;
   font-size: 14px;
   font-weight: bold;
}

.login_bar .left{
   padding-left: 18px;
   padding-top: 11px;
}
.login_bar .left div{
   padding-left: 75px;
   padding-top: 18px;
}
.login_bar em{
   font-style: normal;
   color: #009FC5;
   font-size: 12px;
   font-weight: normal;
}
.login_bar .right{
   border-left: 1px solid #8E7A09;
   float: right;
   width: 246px;
   height: 130px;
   padding-right: 18px;
   padding-left: 36px;
   padding-top: 7px;
   margin-top: 4px;
}
.login_bar .right div{
   padding-top: 13px;
   padding-left: 11px;
}
.login_bar .right td{
   font-size: 12px;
   font-weight: normal;
   padding-bottom: 9px;
   text-align: right;
}



.info_bar_top{
   position: relative;
   height: 5px;
   width: 683px;
   background: #FFFFFF url(../images/box_top_l.gif) no-repeat;
   margin-left: auto;
   margin-right: auto;   
}
.info_bar_top_r{
   position: absolute;
   top: 0px;
   left: 0px;
   height: 5px;
   width: 683px;
   height: 5px;
   background: transparent url(../images/box_top_r.gif) 100% no-repeat;
}

.info_bar{
   position: relative;
   width: 643px;
   background: transparent url(../images/bg_info.gif) no-repeat;
   margin-left: auto;
   margin-right: auto;   
   margin-bottom: 28px;
   color: #4D4D4D;
   padding-top: 12px;
   font-size: 14px;
   padding-right: 20px;
   padding-left: 20px;
}

.info_bar .info_top{
   margin-left: 138px;
}

.info_top2{
   width:643px;
   height:255px;
}

.info_top_text {
	width:400px;
	float:left;
}

.info_top_testimonial{
	width:240px;
	float:right;
}

.stamp{
   position: absolute;
   top: 0px;
   left: -20px;
   width: 173px;
   height: 131px;
   background: transparent url(../images/stamp.gif) no-repeat; 
}

.info_footer{
   width: 634px;
   height: 24px;
   margin-left: auto;
   margin-right: auto;
   background-color: #EDF4C9;
}
.info_footer table{
   height: 24px;
   float: left;
}
.info_footer td{
   padding: 0px;
}
.info_footer a{
   color: #0CA4C8;
   font-size: 10px;
}
.info_footer a:hover{
   color: #08718B;
}
.info_footer img{
   margin-left: 18px;
   margin-right: 14px;
}





/* user buttons *******************************************************/

.user_button{
   display: block;
   width: 212px;
   height: 27px;
   line-height: 27px;
   font-size: 14px;
   font-weight: bold;
   color: #009FC5;
   background: transparent url(../images/button_user.gif) no-repeat;
   margin-bottom: 13px;
   text-align: center;
}
.user_button:hover{
   color: #009FC5;
   background: transparent url(../images/button_userH.gif) no-repeat;
}


.user_button2{
   display: block;
   width: 57px;
   height: 21px;
   line-height: 21px;
   font-size: 12px;
   font-weight: bold;
   color: #009FC5;
   background: transparent url(../images/button_user2.gif) no-repeat;
   margin-bottom: 13px;
   text-align: center;
   margin-left: 170px;
   
}
.user_button2:hover{
   color: #009FC5;
   background: transparent url(../images/button_user2H.gif) no-repeat;
}


.user_button3{
   float: left;
   display: block;
   width: 245px;
   height: 27px;
   line-height: 27px;
   font-size: 14px;
   font-weight: bold;
   color: #B2CE19;
   background: transparent url(../images/button_user3.gif) no-repeat;
   margin-bottom: 13px;
   text-align: center;
   margin-right: 15px;
}
.user_button3:hover{
   color: #B2CE19;
   background: transparent url(../images/button_user3.gif) no-repeat;
}


.user_button_blue_l{
   display: block;
   width: 78px;
   height: 26px;
   line-height: 26px;
   font-size: 14px;
   font-weight: bold;
   color: #FFFFFF;
   background: transparent url(../images/button_blue_l.gif) no-repeat;
   text-align: center;
   padding-left: 4px;
}
.user_button_blue_l:hover{
   color: #FFFFFF;
   background: transparent url(../images/button_blue_lH.gif) no-repeat;
}

.user_button_blue_r{
   float: right;
   display: block;
   width: 60px;
   height: 26px;
   line-height: 25px;
   font-size: 14px;
   font-weight: bold;
   color: #FFFFFF;
   background: transparent url(../images/button_blue_r.gif) no-repeat;
   padding-left: 22px;
}
.user_button_blue_r:hover{
   color: #FFFFFF;
   background: transparent url(../images/button_blue_rH.gif) no-repeat;
}




/*  *******************************************************/






/* FORMS *******************************************************/

input{
   font-weight: bold;
   /*width: 150px;*/
   margin: 0px 8px 0 0;
   padding: 0px 0px 0 0;
   margin-left: 3px;
}


/* *************************************************************/



/* LISTS********************************************************/
.iwiList .row0 {
	background-color:#c2d369;
}

.iwiList .row1 {
	background-color:#acbd57;
}

.iwiList .selected {
	background-color:#6ac7dd;
}

.reminderBox {
	padding:4px 0 4px 12px;
}

.timeStamp {
	width:120px;
	float:left;
}

.reminderText {
	width:400px;
	float:left;
}

.reminderControls {
	float:left;
}
.reminderControls a {
	color: #009FC5;
}
.reminderControls a:hover {
	text-decoration: underline;
}
.linksPage a {
	color: #009FC5;
}
.linksPage a:hover {
	color: #009FC5;
	text-decoration: underline;
}
* *************************************************************/


h1 {
	margin-top:0; padding-top:0;
	font-size:18pt;
	
}


#letterView{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	background-color:#fff;
	padding:40px;
	border:#666666 1px solid;
}

#letterView h1 {
font-family:Helvetica;
font-size:13px;
margin:0; padding:0;
font-weight:normal; display:inline;
}

#letterView h2 {
font-family:"Courier New", Courier, monospace;
font-size:13px;margin:0; padding:0;font-weight:normal; display:inline;
}

#letterView h3{
font-family:"Times New Roman", Times, serif; color:#333333;
font-size:14px;margin:0; padding:0;font-weight:normal; display:inline;
}



#letterView h4 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;margin:0; padding:0;font-weight:normal; display:inline;
}



/***** fieldsets *****/

fieldset {
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: 15px;
	clear: left;
	font: 110%/1.4 arial, helvetica, sans-serif;
} * html fieldset { padding-top: 0; }

legend {
	font-size: 135%;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
	color:#93a62d;
	padding: 0 0.5em; /* Top and Bottom for IE7 */
} * html legend { margin-bottom: 15px; padding: 0 0.5em; }

fieldset fieldset legend {
	font-size: 105%;
	font-weight: bold;
}

legend span {
	color: #999;
	font-size: 90%;
	letter-spacing: 0;
}



/***************/

fieldset dl {
	margin: 0;
	padding: 0;
}

fieldset dt {
	clear: left;
	float: left;
	width: 18em; /* increase for wider dt text */
	text-align: right;
	padding: 0 1em 0.5em 0;
}

fieldset dd {
	padding: 0 0 0.5em 0;
	font-weight: bold;
}

fieldset.labels  {
	width: 15em;
	float: left;
	text-align: right;
	font-size:13pt;
	display: block;
	padding: 0 0.5em 0.2em 0;
}



fieldset fieldset input {
	font-size: 100% !important;
}


.form-big .form-text, .form-big .form-text-variable, .form-big textarea, #topic-default1, #topic-default2, #topic-default3, .form-big select, .form-big .form-blurb {
	font-size: 126%;
	background: #f4f8e0 url(/images/inputbg.gif) repeat-x;
	border: 1px solid #CBB945;
	color: #776B1B;
	padding: 2px;
}


.form-big select {
	padding: 1px 0;
}

.form-big textarea.disabled {
	background: #eee;
	border: 1px solid #ccc;
	color: #666;
}

.form-big input {
	font-size: 126%;
	padding: 3px 7px !important;
}

.form-big div {
	padding-bottom: 1em;
	clear: left;
}

.form-big .inline {
	float: left;
	clear: none;
	padding-right: 5px;
}



.form-big .form-text {
	width: 260px;
	padding: 3px;
	cursor: text;
}

.form-big .form-blurb {
	width: 200px;
} /*IE6*/

.form-big .form-text-variable {
	width: 96%;
}

.form-big textarea  {
	height: 7em;
	width: 92%;
}

.form-big label {
	float: none;
	display: block;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #817A71;
	margin: 0.7em 0 0.1em 0;
}

.form-big label span {
	font-size: 80%;
	font-weight: normal;
	color: #999;
	letter-spacing: 0;
}

.form-big label.form-checkbox {
	display: inline;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.form-big .form-field {
	padding-bottom: 1em;
}

/***************************/







#pathBar{
	padding: 10px 0 10px 0;
	height:30px;
}

#leftSide{
	float:left;
}

#rightSide{
	float:right;
}





input.nextButton, input.backButton{
	width: 83px;
	height: 26px;
	outline: none;
	border:none;
	color: #fff;
}

input[type=submit] {
	cursor:pointer;
	_cursor:hand;
}




input.nextButton {
	background: url(/images/blank-next.gif) no-repeat;
	padding: 0 12px 4px 0;
	cursor:pointer;
	_cursor:hand;
	

}

input.nextButton:hover {
	background: url(/images/blank-next.gif) no-repeat 0 -26px;
	cursor: pointer;
	cursor: hand;
	border:1px solid pink;

}

input.greyButton {
	width: 241px;
	height: 26px;
	background: url(/images/grey-button.gif) no-repeat;
	outline: none;
	border:none;
	padding: 0 0 4px 0;
	color: #393939;
	cursor:pointer;
	_cursor:hand;	
}

input.greyButton:hover {
	background: url(/images/grey-button.gif) no-repeat 0 -26px; color: #000;
	cursor: hand;
}

input.bigBlueButton {
	width: 110px;
	height: 26px;
	background: url(/images/bigbluebutton.gif) no-repeat;
	outline: none;
	border:none;
	padding: 0 0 4px 0;
	color: #fff;
	cursor:pointer;
	_cursor:hand;	
}

input.bigBlueButton:hover {
	background: url(/images/bigbluebutton.gif) no-repeat 0 -26px; color: #000;
	color: #fff;
	cursor: hand;
}


input.backButton {
	background: url(/image/blank-back.gif) no-repeat;
	padding: 0 0 4px 12px;
	cursor:pointer;
	_cursor:hand;
}

input.backButton:hover {
	background: url(/image/blank-back.gif) no-repeat 0 -26px;
	cursor: hand;
}



.boxContent {
 	margin: 0 20px 0px 20px;
}

.boxWhite { 
	background-color:#fff; 
	margin: 0 0 40px 0;
}

.roundTop { 
	background: url(/images/corner-wg-2.gif) no-repeat top right; 
}

.roundBottom {
	background: url(/images/corner-wg-3.gif) no-repeat top right; 
}

.roundTop_rejection { 
	background: url(/images_rejection/corner-wg-2.gif) no-repeat top right; 
}

.roundBottom_rejection {
	background: url(/images_rejection/corner-wg-3.gif) no-repeat top right; 
}

img.corner {
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}

.formErrMsg {
  color:#FE7676;
  padding: 0 0 0 5px;
  font-size:11px;
}

.formErr {
	background-color:#FFD5D6;
	color:#fff;

}

.infoMsg,.errorMsg{
	color:#006600;
	border:1px dashed #ccc;
	display:block;
	padding:15px;
	background-color:#F3FFF0;
	margin-bottom: 8px;
}

.errorMsg{
	background-color:#FFECEC;
	color:#660000;
}

#pdflink {
	background-color: #f0f7f9;
	padding: 10px 20px 10px 20px;
	border:1px dashed #666666;
	margin:15px 0 15px 0;
}

#pdflink span {
	font-size:11px;
	color:#666666;
}

#pdflink div {
	padding: 2px 0px 2px 5px;
	border:1px solid #ccc;
	margin:6px;
	width:280px;
}


#pdflink a.big {
	font-size:15pt;
	border-bottom:1px solid #ccc;
	color:#5bafc4;
	margin-top:5px;
}

#pdflink a.big:hover {
	color:#000;
	background-color:#CCCCCC;
}

.text-blurb {
  font-size:11px; color:#999999; padding-bottom:10px;
 }
 
 #footer{
 	float:right;
	font-size:7pt;
	color:#006600;
	margin: 0 0 15px 0;
 }
  #footer_rejection{
 	float:right;
	font-size:7pt;
	color:#FFFFFF;
	margin: 0 0 15px 0;
 }
