/* CSS Document */

body {
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
}

.centerwrapper {
	height:auto;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

.top {
	background-color:#333333;
	height:120px;
	width:100%;
}

.middle {
	width:100%;
	height:auto;
	margin:20px 0px 0px 0px;
}

.middlelisted {
	width:100%;
	height:auto;
	margin:20px 0px 0px 0px;
}

.middlelisted a {
	color:#666666;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.middlelisted b {
	font-weight:normal;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.6em;
	text-align:justify;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a {
	color:#333333;
}

a:hover {
	text-decoration:none;
	color:#000000;
}

.bottom a {
	color:#999999;
	text-decoration:none;
}

.bottom a:hover {
	color:#333333;
	text-decoration:underline;
}

.rightbar {
	float:right;
	width:255px;
}

/* Navigation bar buttons */

#logob a {
	float:left;
	border:0px;
	height:120px;
	width:250px;
	background-image:url(logo.jpg);
}

#homeb a {
	float:left;
	border:0px;
	height:120px;
	width:100px;
	background-image:url(button_home.jpg);
}

#homeb a:hover {
	background-image:url(button_home_over.jpg)
}

#currenthomeb a {
	float:left;
	border:0px;
	height:120px;
	width:100px;
	background-image:url(button_home_over.jpg);
}

#aboutb a {
	float:left;
	border:0px;
	height:120px;
	width:100px;
	background-image:url(button_about.jpg);
}

#aboutb a:hover {
	background-image:url(button_about_over.jpg)
}

#currentaboutb a {
	float:left;
	border:0px;
	height:120px;
	width:100px;
	background-image:url(button_about_over.jpg);
}

#servicesb a {
	float:left;
	border:0px;
	height:120px;
	width:100px;
	background-image:url(button_services.jpg);
}

#servicesb a:hover {
	background-image:url(button_services_over.jpg)
}

#currentservicesb a {
	float:left;
	border:0px;
	height:120px;
	width:100px;
	background-image:url(button_services_over.jpg);
}

#portfoliob a {
	float:left;
	border:0px;
	height:120px;
	width:100px;
	background-image:url(button_portfolio.jpg);
}

#portfoliob a:hover {
	background-image:url(button_portfolio_over.jpg)
}

#currentportfoliob a {
	float:left;
	border:0px;
	height:120px;
	width:100px;
	background-image:url(button_portfolio_over.jpg);
}

#contactb a {
	float:left;
	border:0px;
	height:120px;
	width:100px;
	background-image:url(button_contact.jpg);
}

#contactb a:hover {
	background-image:url(button_contact_over.jpg)
}

#currentcontactb a {
	float:left;
	border:0px;
	height:120px;
	width:100px;
	background-image:url(button_contact_over.jpg);
}

form {
	margin-left:150px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

label {
	display:block;
	margin-top:20px;
}

textarea {
	border:1px grey solid;
	background-color:#FFFFFF;
}

.iclass {	
	border:1px grey solid;
	background-color:#FFFFFF;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.submitclass {
	display:block;
	width:175px;
	margin-top:20px;
	margin-left:100px;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}