/* CSS Document */

body {
	background-color: #6F8C8F;
	
	background-position: left top;
}
a:link {
	color: #00463D;
}
a:visited {
	color: #00463D;
}
a:hover {
	color: #6F8C8F;
}
a:active {
	color: #00463D;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #254F50;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
}
div.centercontainer {
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 820px;
	height: 553px;
	margin-left: -410px; /* half of the width */
	margin-top: -276px; /* half of the height */
	background:url(images/site_background.jpg);
}

.menusectionhome, .menusectionservices, .menusectionaboutus, .menusectionprojects, .menusectioncontact, .menusectionnews {
	position:absolute;
	top: 166px;
	left: 32px;
	width: 128px;
	height: 251px;
	padding-top:87px;
}

.menusectionhome { 	background: url(images/image_home.jpg) no-repeat; }
.menusectionservices { 	background: url(images/image_services.jpg) no-repeat; }
.menusectionaboutus { 	background: url(images/image_aboutus.jpg) no-repeat; }
.menusectionprojects { 	background: url(images/image_projects.jpg) no-repeat; }
.menusectioncontact { 	background: url(images/image_contact.jpg) no-repeat; }
.menusectionnews { 	background: url(images/image_news.gif) no-repeat; }

a.homebutton, a.servicesbutton, a.aboutusbutton, a.projectsbutton, a.contactbutton, a.newsbutton  {
	display:block;
	width: 115px;
	height: 23px;
	color:white;
	font-size: 11px;
	font-weight:bold;
	padding-top:9px;
	padding-left:13px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
}


a.homebutton { background: url(images/button_home.jpg) no-repeat; }
a.homebutton:hover { background: url(images/button_home-over.jpg) no-repeat; }
a.homeselected, a.homeselected:hover { background: url(images/button_home-selected.jpg) no-repeat; cursor:default; }

a.servicesbutton { background: url(images/button_services.jpg) no-repeat; }
a.servicesbutton:hover { background: url(images/button_services-over.jpg) no-repeat; }
a.servicesselected, a.servicesselected:hover { background: url(images/button_services-selected.jpg) no-repeat; cursor:default; }

a.aboutusbutton { background: url(images/button_aboutus.jpg) no-repeat; }
a.aboutusbutton:hover { background: url(images/button_aboutus-over.jpg) no-repeat; }
a.aboutusselected, a.aboutusselected:hover { background: url(images/button_aboutus-selected.jpg) no-repeat; cursor:default; }

a.projectsbutton { background: url(images/button_projects.jpg) no-repeat; }
a.projectsbutton:hover { background: url(images/button_projects-over.jpg) no-repeat; }
a.projectsselected, a.projectsselected:hover { background: url(images/button_projects-selected.jpg) no-repeat; cursor:default; }

a.contactbutton { background: url(images/button_contact.jpg) no-repeat; }
a.contactbutton:hover { background: url(images/button_contact-over.jpg) no-repeat; }
a.contactselected, a.contactselected:hover { background: url(images/button_contact-selected.jpg) no-repeat; cursor:default; }

a.newsbutton { background: url(images/button_news.gif) no-repeat; }
a.newsbutton:hover { background: url(images/button_news-over.gif) no-repeat; }
a.newsselected, a.newsselected:hover { background: url(images/button_news-selected.gif) no-repeat; cursor:default; }

#content {
	position: absolute;
	top: 135px;
	left: 181px;
	width: 478px;
	height: 288px;
}

#title {
	position: absolute;
	top:16px;
	left: 29px;
	padding: 2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 35px;
	width: 207px;
	height: 29px;
	margin: 0px;
	color: #ffffff;
	letter-spacing: 1px;
}

#contenttext,  #contenttextservices,  #contenttextprojects, #contenttextaboutus, #contenttextprojects, #contenttextcontact, #contenttextnews {
	position: absolute;
	top:60px;
	left: 15px;
	margin: 0px 4px;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	color: #012F30;
	font-size: 12px;
	height: 245px;
	width: 472px;
	overflow: auto;
}


#contenttextservices { font-size: 12px; }
#contenttextaboutus { font-size: 12px; }

#contenttextservices ul {
	margin-left: 20px;
	padding:0px;
	list-style-image: url(images/bullet.gif);
	list-style-type: disc;
}

#contenttextservices ul li ul li {
	font-weight: normal;
}

p.column {
	float: left;
	padding: 4px;
}

#contenttextprojects p.column {
	width: 140px;
	font-size: 12px;
}

#contenttextcontact p.column {
	width: 125px;
	font-size: 12px;
	margin-left:0px;
}

#contenttextcontact a:link, #contenttextcontact a:active, #contenttextcontact a:visited {
	color: #333399;
	text-decoration: none;
}

#contenttextcontact a:hover {
	color: #666666;
}
