body{
	font:11px "Lucida Grande", Arial, sans-serif;
	margin:0;
	text-align:center;
	background:url(../img/body-back-alt.jpg) #dfd9c5 repeat-y center top;
}

.background {
    background:url(../img/back.jpg) #dfd9c5 no-repeat center top;
}

a{
	color:#4c7291;
	text-decoration:none;
}
a:hover{
	color:#c5511b;
}
.clear {
	clear: both;
}
h1, h2{
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1{
	font-size:18px;
	font-weight:normal;
	color:#c5511b;
	margin:0 0 16px 0;
	padding:0;
}
h2{
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	margin:0 0 16px 0;
	padding:0;
}
p {
	margin:16px 0 16px 0;
	line-height:16px;
}
.list-items {
	font-size:  13px;
	margin:16px 0 16px 0;
	line-height:18px;
	list-style: none;
	padding-left: 0;
}

table {
	border-collapse: collapse;
}

table.list-items {
	width: 600px;
}

table.list-items tr:hover {
	background-color: #705f52;
}

.more{
	padding:0 0 0 8px;
	background:url(../img/bullet-alt.jpg) no-repeat 0 4px;
}
.more:hover{
	background-image:url(../img/buller-over-alt.jpg);
}
img{
	border:none;
}
:focus{
  -moz-outline-style: none;
}

.background{
	width:100%;
	overflow:hidden;
	background:url(../img/back.jpg) no-repeat center top;
}

input.button{
	width:113px;
	padding:6px 0;
	color:#fff;
	background:url(../img/btn.jpg) no-repeat;
	border:none;
	cursor:pointer;
}


/*Wrapper*/

#Wrapper{
	width:960px;
	margin:0 auto;
	text-align:left;
	background:url(../img/body-back.jpg) #f9f1dc repeat-y center top;
}


/*Header*/

#Header{
	width:890px;
	height:112px;
	padding:26px 35px 0 35px;
	overflow:hidden;
	background:url(../img/header-back-alt.jpg) #473d36 no-repeat;
}

#Logo{
	width:540px;
	height:56px;
	margin:0 auto;
	display:block;
}

#GlobalNavigation{
	font-size:12px;
	margin:28px 0 0 0;
	padding:0 0 0 1px;
	list-style:none;
	background:url(../img/nav-border-alt.jpg) no-repeat left top;
}
#GlobalNavigation li{
	float:left;
	border-top:1px solid #a4907e;
	background:url(../img/nav-back-alt.jpg) #716153 repeat-x;
}
#GlobalNavigation li a{
    font-weight: bold;
	height:27px;
	line-height:27px;
	padding:0 21px;
	float:left;
	display:block;
	color:#e5ceb1;
	background:url(../img/nav-border-alt.jpg) no-repeat right top;
}
#GlobalNavigation li a:hover{
	color:#403733;
	background-color:#998976;
}
#GlobalNavigation li.active{
	background:url(../img/nav-active-alt.jpg) #f9f1dc repeat-x;
	border-top-color:#cec0ac;
}
#GlobalNavigation li.active a, #GlobalNavigation li.active a:hover{
	color:#736357;
	background-color:inherit;
}

#Lang{
	font:11px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:28px 0 0 0;
	padding:0;
	list-style:none;
	float:right;
}
#Lang li{
	float:left;
	margin:0 0 0 10px;
}
#Lang li a{
	height:27px;
	line-height:27px;
	color:#342B26;
}
#Lang li a:hover{
	text-decoration:underline;
}
#Lang li.active a{
	color:#fff;
}


/*Content*/

#Content{
	width:890px;
	padding:35px;
}

#MainColumn{
    font-size: 12px;
	width:522px;
	margin:0 35px 0 0;
	float:left;
}

#Sidebar{
	width:150px;
	height:300px;
	float:left;
	margin:0 33px 0 0;
	position:relative;
}
#SubMenu{
	font-size:10px;
	width:211px;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	left:-55px;
}
#SubMenu li{
	margin:0 0 18px 0;
}
#SubMenu li a{
	padding:6px 0 0 40px;
	display:block;
	line-height:10px;
	font-weight: bold;
}
#SubMenu li.active{
	margin:0 0 -18px 0;
}
#SubMenu li.active a{
	height:58px;
	color:#fff;
	background:url(../img/submenu-active-alt.gif) no-repeat;
}


#AttributeColumn{
	width:150px;
	float:left;
	font-size:10px;
}
#AttributeColumn p{
	line-height:13px;
}
.home #AttributeColumn{
	width:333px;
	font-size:11px;
}

#AttributeColumn.wide {
	width: 333px;
}

.short {
	width:  330px;
}
.home #AttributeColumn p{
	line-height:16px;
}

#Projects{
	width:100%;
	clear:both;
	position:relative;
}
.tab{
	width:522px;
	height:180px;
	float:left;
	position:relative;
}
.tab h2{
	font:9px "Lucida Grande", Arial, sans-serif;
	width:184px;
	margin:0;
	padding:10px;
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	background:#362f2d;
}

#Projects-nav{
	width:407px;
	margin:0;
	padding:0;
	float:right;
	list-style:none;
	position:absolute;
	top:38px;
	right:-54px;
	*right:-55px;
}
#Projects-nav li{
	height:58px;
	margin:0 0 -28px 0;
}
#Projects-nav li a{
    font-weight: bold;
	height:58px;
	line-height:30px;
	padding:0 0 0 19px;
	display:block;
}
#Projects-nav li a.active{
	color:#fff;
	background:url(../img/project-active-alt.jpg) no-repeat;
}


/*Footer*/

#Footer{
	font-size:9px;
	margin:35px 0 0 0;
	padding:10px 35px;
	clear:both;
	color:#a4907e;
	border-top:1px solid #dfd9c5;
}
#Footer p{
	margin:0;
	padding:0;
}
.createdby{
	float:right;
}

/* Form */

form{
	width:30%;
	overflow:hidden;
	margin:0 0 25px 0;
	padding:0;
}
form label {
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	display:block;
	overflow:hidden;
	line-height:22px;
}

form input, form textarea, span.input{
	font-size:12px;
	width:130px;
	height:16px;
	margin:0;
	padding-top:4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom:2px;
	border:1px solid #ccbeaa;
	float:right;
}

span.input {
	height: auto;
	width: auto;
	border: none;
	vertical-align: middle;
}

form select {
	width: 300px;
	float: right;
	height: 20px;
	font-size: 12px;
}

form textarea {
	width: 300px;
	height: 300px;
}

form input.submit, .button {
	width:113px;
	height:24px;
	margin:0 30px 0 0;
	padding:0;
	cursor:pointer;
	border:none;
	background:url(../img/button.gif) no-repeat;
	font-size:  11px;
	color: #fff;
	font-weight: bold;
}

.button:hover {
	color: #fff !important;
}

/*.button {
	font-size: 12px;
	display: inline-block;
	padding: 2px 2px 2px 2px;
	color: #000;
}*/

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

.success {
	padding: 5px 5px 5px 5px;
	background-color: #496D8B;
	color: #fff;
	border:1px solid #ccbeaa;
}

.error {
	padding: 5px 5px 5px 5px;
	background-color: #c2311a;
	color: #fff;
	border:1px solid #ccbeaa;
}

.director {
	width: 250px;
	float: left;
	margin-right: 10px;
}

.separator {
	text-align: center;
}

.separator img {
	margin-bottom: 10px;
}

