body{ 	
	font-family: Andale, "Andale Mono", "Courier New", Courier, monospace;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background-color: #ffffff;
	line-height: 110%;
}

#site{
	margin-top: 30px;
	margin-left: 40px;
	margin-right: 40px;
}

.divider{
	clear: both;
	font-size: 1px;
	height: 1px;
}

#menu{
	margin-top: 18px;
	height: 70px;
	font-size: 0px;
}

#menu img{
	margin-right: 2px;
}

#menu .dash{
	margin-right: 4px;
}

.submenu{
	position: absolute;
	margin-top: 25px;
	display: none;
}

#container h1{
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 1em 0px;
}

#container h2{
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 1em 0px;
}

#container h3{
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 1em 0px;
}

#container p{
	padding: 0px;
	margin: 0px 0px 1em 0px;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #7D8186;
}

.pageimage{
	float: left;
	margin-right: 1em;
}

.itemthumb{
	float: left;
	margin-right: 1em;
}

.newsitem{
	width: 47%;
	float: left;
	height: 150px;
}

.projectitem{
	width: 47%;
	float: left;
	height: 150px;
}

.thumb{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#photo{
	position: absolute;
	top: 158px;
	left: 360px;
	z-index: 10;
}

#photos{
	float: left;
	width: 225px;
	height: 350px;
}

.phototdbg{
	background: url('../img/loader.gif') center center no-repeat;
}

/*
*****************************
** TIPS
*****************************
*/

.tool-tip{
	width: 150px;
	z-index: 1000;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #A0A0A0;
}
 
.tool-title {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
}
 
.tool-text {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 13px;
	background-color: #ffffff;
}

/*
*****************************
** FORMS
*****************************
*/

#form{
	margin: 0px;
	padding: 0px;
}

.formset{
	clear: both;
}

.formset .formgroup{
	clear: both;
}

.formset .formtip{
	margin: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.formset .formfieldset{
	border: 2px solid #D8D2BD;
	margin-bottom: 1em;
	margin-top: 0px;
}

.formset .formfieldset legend{
	font-weight: bold;
}

.formset .formlabel{
	font-weight: bold;
}

.formset .forminput{
	border: 1px solid;
}

.formset .formbutton, .formbutton{
	border: 1px solid #FF00D0;
	background-color: #F0F0F0;
	color: #000000;
	font-size: 12px;
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 16px;
	padding-bottom: 4px;
}

.formset .formtextinput{
	width: 375px;
	font-family: Arial, helvetica, sans-serif;
}

.formset .noborder{
	border: 0px solid !important;
}

.formset .error{
	color: #ff0000 !important;;
}
.formset input .error{
	border: solid 1px #ff0000 !important;
}

.formset .formfield{
	margin-bottom: 1em;
}
