/* 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;}

#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: 1780px;
	overflow: hidden;
}

#content_box {
	width:737px;
	position: absolute;
	left: 14px;
	top: 17px;
	overflow: hidden;
	height: 1752px;
}
#gallery_box {
	width:201px;
	position: absolute;
	left: 537px;
	top: 376px;
	overflow: hidden;
	height: 25px;
}

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

.red_line { border-bottom: 1px dotted #990000;}

/* object styles */

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


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



.img_spacer_left {margin-left:20px;}

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

/* Form Objects and Styles */
.list_input {
	width: 100%;
	border:1px #811F24 solid;
	height: 30px;
	padding:4px;
	margin-top: 4px;
}

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;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

