/* CSS Document */


p {
	
	color: #0d1c03; 
	font-family: Georgia, "Times New Roman", Times, serif, Arial, sans-serif;
	font-size: 13px;
	line-height: 180%;
	
}

.green {
	
	color: #67a100; 
	font-family: Georgia, "Times New Roman", Times, serif, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height: 180%;
	
}

h1 {
	
	color: #0d1c03; 
	font-family: Georgia, "Times New Roman", Times, serif, Arial, sans-serif;
	font-size: 17px;
	line-height: 180%;
	
}

h2 {
	
	color: #d3d3d3; 
	font-family: Georgia, "Times New Roman", Times, serif, Arial, sans-serif;
	font-size: 12px;
	line-height: 180%;
	font-weight:100;	
}


h3{
	
	color: #4d7800; 
	font-family: Georgia, "Times New Roman", Times, serif, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height: 180%;
	font-weight:100;	
}


a:link,a:active{color:#4d7800;font-weight:normal; text-decoration:underline}
a:visited{color:#4d7800;font-weight:normal;text-decoration:underline}
a:hover{color:#4d7800;font-weight:normal;text-decoration:none}


a.bottom:link,a.bottom:active{color:#999999;text-decoration:none}
a.bottom:visited{color:#999999;font-weight:normal;text-decoration:none}
a.bottom:hover{color:#999999;font-weight:normal;text-decoration:none}


/* Layout */

#container {
	margin: 0 auto;
	width: 935px;
}

#underNav {
	background: url(images/underNav.jpg) no-repeat top left;
	width: 935px;
	height: 15px;
}

#content {
	float: left;
	display: inline;
	margin-left: 45px;
	width: 530px;

}

#rightColumn {
	float: left;
	display: inline;
	width: 308px;
	margin-left: 47px;
	overflow: hidden;

}

#footer {
	clear: both;
}

#menu {
		  background: #2C566F url(images/menu.jpg) no-repeat top left;
	  }
#underNav { height: 15px; overflow: hidden; }

#top { height: 205px; overflow: hidden; }
.style1 {color: #3F3F3F}

body {
        background-image: url(images/background_image.jpg);
    }


#blackBox {
	background-color: #3F3F3F;
	width: 308px;

}

#belowBanner {
	background: url(images/belowBanner.jpg) no-repeat top left;
	width: 935px;
	height: 41px;
}

#email_address {
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	float: left;
}

#signup {
	margin-top: 21px;
	float: left;

}

#rightColumn form {
	margin: 3px 0;
}

#footer {
	margin-top: 40px;
	width: 100%;
	background-color: #3F3F3F;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #929292;
}

.footerimg {
margin-top:0px;
margin-left:4px;
margin-bottom:-10px;
}

/* Typography */

#rightColumn h4 {
font-family: "Georgia";
	font-size: 20px;
	margin: 0;
	margin-top: 6px;
}
#rightColumn h3 {
	background-color: #999999;
	color: #fff;
	font-family: "Georgia";
	font-size: 16px;
	line-height: 53px;
	display: block;
	height: 53px;
	width: 308px;
	text-indent: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}

h1 { margin-top: 0; }


/* --------------- code for registration form --------------- */

form.formular {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 5px;
	border: 0px solid #A5A8B8;
	width:500px;
	margin-left:0px;
}

.formular fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #B5B8C8;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

.formular legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.formular label span {
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

.formular .text-input1 {
	width: 190px;
	color: #555;
	padding: 7px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	margin-top: 10px;
	margin-left:8px;
	margin-bottom:8px;
}

.formular textarea {
	width: 250px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	/*background: url('/img/form/button-bg.png') repeat-x; */
	background-color:#67A100;
	color:#FFF;
	border: 1px solid #AAA;
	padding: 7px;
	margin-top: 20px;
	float: left;
	text-decoration: none;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
}

.formular .submit1 {
	/*background: url('/img/form/button-bg.png') repeat-x; */
	background-color:#67A100;
	color:#FFF;
	border: 1px solid #AAA;
	padding: 7px;
	margin-top: 10px;
	margin-left:7px;
	margin-bottom:8px;
	float:left;
	text-decoration: none;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

/* --------------- end code for registration form --------------- */
