/* GENERAL STYLES */
@import "navigation.css";
@import "frontpage.css";
@import "news.css";
@import "projects.css";
@import "board.css";
@import "management.css";
@import "employee.css";
@import "customer.css";

html {
	height: 101%;
}

body {
	font-family: arial, verdana, helvetica, sans-serif;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	font-size: 11px;
	color: #333;
}

form {
	margin: 0;
}

#homepage{
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
}

#pageimage{
	padding: 2px 5px 2px 9px;
	height: 434px;
}

.copyright{
	margin-right: 5px;
	font-family: Arial, Verdana;	
	font-size: 90%;
	color: #9F9F9F;
	text-align: center;
	padding: 5px 0px 15px 0px;
}

.noco2{
	position: relative;
	float: right;
	margin-right: 2px;
}

.logo{
	float: left;
	margin: 10px 0 0 20px;
}

a:link, a:visited{
	color: #65a3cf;
}
a.active {
	color: #65a3cf;
}
a:hover {
	color: #8d8d8d;
}

h1{
	font-family: Arial, Verdana;
	font-size: 140%;
	color: #65a3cf;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h3{
	font-family: Arial, Verdana;
	font-size: 110%;
	color: #333;
}

p{
	font-family: Arial, Verdana;	
	font-size: 100%;
	color: #333;
	margin: 10px 0 10px 0;
}

.header {
	height: 110px;
}

.clear { clear: both; }

/* BEGIN - CONTENT */
.containerTop{
	background: url(/gfx/containerTop.gif) top center no-repeat;
	height: 7px;
	width: 100%;
}

.containerTile{
	background: url(/gfx/containerTile.gif) top center repeat-y;
	width: 100%;
}

.containerBottom{
	background: url(/gfx/containerBottom.gif) top center no-repeat;
	height: 8px;
	width: 100%;
	clear: both;
}

.containerDivider{
	background: url(/gfx/containerDivider.gif) top center no-repeat;
	height: 11px;
	width: 100%;
}

.contentWrapper{
	padding: 10px 20px 10px 20px;
}

.contentLeft{
	width: 430px;
	float: left;
}

.contentRight{
	width: 430px;
	float: right;
}

.contentRow1{
	min-height: 400px;
}

.contentRow2{
	min-height: 100px;
}
/* END - CONTENT */













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {

}

h3 {

}


