/* -------------- homepage styles */


/* -------------- div containers */

#bottombox {
	position: relative;
	width: 100%;
}
#footer #footerheader {
	background-position: 0px -10px;
	height: 42px;
}

/* -------------- inside panel formatting */

#ajaxcontainer {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#ajaxcontainer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #dbdbdb;	
}
#ajaxcontainer h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #dbdbdb;
	padding: 0px;
	margin: 5px;
	font-size: 12px;
	line-height: 13px;
}
#ajaxcontainer h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #dbdbdb;
	padding: 0px;
	margin: 5px;
	font-size: 12px;
	line-height: 13px;
	text-align: center;
}

#bottombox #ajaxcontainer a:visited, #bottombox #ajaxcontainer a:active, #bottombox #ajaxcontainer a:link {
	color: #dbdbdb;
}
#bottombox form, #bottombox select {
	margin: 0px;
}


/* -------------- mootabs */


.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
	height: 24px;
}

ul.mootabs_title {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 110px;	

}

.mootabs_title li {
	float: left;
	background-color: #8f8c6b;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;	
	
	color: #dbdbdb;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	
}

.mootabs_title li a:link {
	color: #dbdbdb;	
}


.mootabs_title li.active {
	background-color: #706e53;
	color: #FFFFFF;	
}

.mootabs_panel {
	display: none;
	background-color: #8f8c6b;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	padding: 0px;
}

.mootabs_panel.active {
	background-color: #706e53;
	display: block;
	background-image: url(../../images/layout_images/projects_back_x.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.cellbackgroundprojects {
	background-image: url(../../images/layout_images/project_thumb_back.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 2px;
	padding-bottom: 5px;
}
.projectimagethumb {
	border: 1px solid #333;
}

