/* index main values */

* {
margin : 0;
padding : 0;
}
html {
height : 100%;
}
body {
	height : 100%;
	color : #333333;
	cursor : default;
	font-size : 12px;
	line-height : 16px;
	text-align : justify;
	background: #fff url(../../images/bg.jpg) repeat-y center top;
	font-family : "Helvetica Light", Helvetica, Arial, Sans-Serif;
	background-color: #91AB23;	
}

a {
	color: #1D6C9B;
}

a:link, a:visited, a:active {
	color : #1D6C9B;
	text-decoration : none
}

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

ul
{
list-style-type:none;
padding:0px;
margin:0px;
}

li
{	list-style-type: none;}

/* main content structure */

#topheader { width:auto;
}

#nav { width:auto;
}

#footer { width:auto;
}

#container {
	width: 768px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#box_container {
	width: 768px;
	background-color: #FFFFFF;
	position: relative;
	height: 1460px;
	overflow: hidden;
}


#content_box {
	width:737px;
	position: absolute;
	left: 14px;
	top: 17px;
	overflow: hidden;
	height: 1435px;
}

/* text styles */
.h1 {
	font-family: "Helvetica Light", Helvetica, Arial, Sans-Serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}


/* object styles */
.red_line { border-bottom: 1px dotted #990000;}

.dotted-line {
	border-top: 1px #1C658E dotted;
}

.thin_vertical-line {
	border-top: 1px solid #CCCCCC;
}

ul.bullets{
list-style-position: inside;
list-style-image: url(../../images/block.png);
}

.img_spacer{margin-right:30px;}

/* Form Objects and Styles */

form.formular {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	width:100%;
}

.formular fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #B5B8C8;
	
}

.formular legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	width: 195px;
	color: #555;
	padding: 4px;
	border: 1px solid #811F24;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
}	
	
.formular .text-input1 {
	width: 195px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
		
}

.formular textarea {
	width: 195px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #811F24;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}

.formular textarea1 {
	width: 195px;
	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;
	
}

.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	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;
}

