* { margin:0; padding:0;}
html, body { height:100%;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em;
	color:#898376;
	background-color: #dedacf;
	background-image: url(images/bg.gif);
	background-position: left top;
}

input, select, textarea { font-family:Arial, Helvetica, sans-serif; font-size:1em; margin-bottom: 10px;}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { width:100%; overflow:hidden;}
.container { width:100%;}

p { margin-bottom:18px;}

.main-wrapper {
	background-image: url(images/logo2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal; }
img {border:0; vertical-align:top; text-align:left;}
object { vertical-align:top;}

#contacts-form label { display:block; height:42px;} 
#contacts-form label input { width:194px; padding:2px 0 3px 3px; color:#91867f; float:left; background:none; border:1px solid #a09b96; }

#contacts-form .link1 { float:right; margin-left:18px;}


/*==================list====================*/
ul { list-style:none;}

.list1 li { background:url(images/arrow-1.gif) no-repeat left 7px; padding:0 0 4px 13px;}
.list1 li a { color:#aea584; font-weight:bold; text-decoration:none;}
.list1 li a:hover { color:#000;}
.list1 li a.alt { text-decoration:underline;}
.list1 li a.alt:hover { text-decoration:none;}

.list2 { padding-bottom:4px;}
.list2 li { float:left; margin-right:16px;}
.list2 li.alt { margin-right:0;}
.list2 li img { margin-bottom:16px;}
.list2 li strong { display:block;}

.list3 li { background:url(images/arrow-2.gif) no-repeat left 7px; padding:0 0 4px 13px;}
.list3 li a { color:#7a715c; font-weight:bold; text-decoration:none;}
.list3 li a:hover { color:#000;}

.list4 li { width:100%; overflow:hidden; background:url(images/line-dotted.gif) left bottom repeat-x; margin-bottom:4px; vertical-align:top;}
.list4 li a { float:left; background:url(images/arrow-1.gif) no-repeat left 7px #edece8; padding:0 0 0 13px; color:#aea584; font-weight:bold; text-decoration:none;}
.list4 li a:hover { color:#000;}
.list4 li span { float:right; background:#edece8; color:#aea584;}

.pagination li.aligncenter a { color:#898376; font-weight:bold; text-decoration:none;}
.pagination li a:hover { color:#000;}

/*==================other====================*/
.img-indent { margin:0 20px 0 0; float:left;}
.img-box { width:100%; overflow:hidden; padding-bottom:10px;}
.img-box img { float:left; margin:0 20px 0 0;}

.extra-wrap { overflow:hidden; }

.p1 { margin-bottom:18px;}
.p2 { margin-bottom:27px;}
.p3 { margin-bottom:9px;}
.p4 { margin-bottom:0px;}
.p5 { margin-bottom:0px; font-weight: bold;}

/*==================txt, links, lines, titles====================*/
a {
	color:#898376;
}
a:hover{
	text-decoration:none;
}

h4 { font-size:1em; color:#898376; margin-bottom:0px;}
h5 { font-size:1em; color:#898376; margin-bottom:0px; font-weight:bold;}

.link1 { display:block; float:left; background:url(images/link1-left.gif) no-repeat left top #a8937a; color:#fff; text-decoration:none;}
.link1 b { display:block; background:url(images/link1-right.gif) no-repeat right top; padding:0 7px 0 17px; font-weight:normal; font-style:normal;}
.link1:hover { text-decoration:underline;}

.line-hor { background:#3a3c52; height:1px; overflow:hidden; font-size:0; line-height:0; margin:20px 0 20px 0;}
.line-ver { background-image:url(images/line-ver.gif); background-repeat:repeat-y; width:100%;}

.title { margin:0 0 16px 5px;}
.title1 { margin:0 0 5px 5px;}

/*==================boxes====================*/
.cont-box {margin:0;}
.cont-box span { float:left; width:79px;}

.content-box { position:relative; top:-18px; margin:0 2px 0 5px;}
.content-box .border-left { background:url(images/border-left.png) left top repeat-y; padding-left:8px;}
.content-box .border-right { background:url(images/border-right.png) right top repeat-y; padding-right:8px;}
.content-box .inner {
	padding:11px;
	padding-bottom:0;
	background-color: #FFFFFF;
}

.box {
	width:100%;
	background-color: #edece8; 
}
.box .inner { padding:24px 24px 8px 22px; background:none;}

/*header*/
#header .logo { position:absolute; top:245px; left:353px; z-index:10;}
.nav {
	position:absolute;
	top:250px;
	left:24px;
	width: 759px;
}
.nav a {
	text-decoration: none;
	color: #edece8;
}
.nav a:hover {
	text-decoration: blink;
	color: #333333;
}


.nav li {
	float:left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: medium;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

.nav li.alt { margin-right:456px;}

/*content*/
#content { width:100%;}
#content .indent { padding:26px 0 20px 0px;}
#content .indent2 { padding:13px 0 10px 0px;}
#content .indent3 { padding:10px 0 0px 0px;}
#content .indent4 { padding:26px 0 20px 0px; color:Black;}
#content .indent5 { padding:10px 0 0px 0px; color:#9b976b;}


/*footer*/
#footer { text-align:center; color:#9b976b;}
#footer a { color:#9b976b; text-decoration:none;}
#footer a:hover { text-decoration:underline;}
#footer .indent { padding:28px 0 0 0;}

/*==========================================*/
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
    width: 100px;
}

.label
{
	width: 331px;
}

.validator
{
	float: left;
    width: 300px;	
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    
    width: 200px;
    border: 1px solid #CCC;
    margin-right: 10px;
    margin-bottom: 10px;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="submit"] 
{
    margin-top: 10px;
    margin-bottom: 10px;
}



/* TABLE
----------------------------------------------------------*/

table
{
	text-align: left;
	margin: 5px;
	width: 700px;
	border-collapse: collapse;
	
	font-size: 12px;
}

tr
{
	text-align: left;	
	border-collapse: collapse;
	font-size: 12px;
}

th
{
	border-bottom: #6678b1 2px solid;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	color: #039;
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
	text-align : left;
}

td
{
	border-bottom: #ccc 1px solid;
	padding-bottom: 6px;
	padding-left: 8px;
	color: #669;
	padding-top: 6px;
	text-align : left;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
    
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input 
{
	width: 200px;
	
	
}


.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.ListFont {
	font-size: 1em;
	color: #898376;
	
}

.ListFontBold
{	
	font-size: 1em;
	color: #898376;
	font-weight: bold;
}

.EnglishVersion
{
	float:right;	
}
