/* Default CSS Stylesheet for a new Web Application project */

body
{
	font-size: 12px;
	margin: 0px auto;
	font-family: Verdana, Arial, 'Microsoft Sans Serif' , 'Trebuchet MS';
/*	background-color: #cccc99;   */
	text-align: center;
}

* 
{
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 110%;
	font-weight: bold;
}

p
{
	margin-top: 10px;
}

#development
{
	position: absolute;
	left: 220px;
	top: -40px;
}

#ablecs
{
	position: absolute;
	left: 0px;
	top: -40px;
	
}

#wrapper
{
	border-right: #505050 thin solid;
	border-top: #505050 thin solid;
	margin: 60px auto 0px;
	border-left: #505050 thin solid;
	width: 780px;
	color: #505050;
	border-bottom: #505050 thin solid;
	position: relative;
	height: 450px;
	background-color: white;
	text-align: left;
}

#logo
{
	position: absolute;
	top: 15px;
	left: 20px;
}

#header
{
	left: 0px;
	width: 780px;
	position: absolute;
	top: 0px;
	height: 60px;
	background-color: #505050;
}

#infoemail
{
	position: absolute;
	top: 22px;
	left: 639px;
	font-size: 120%;
}


#menu
{
	position: absolute;
	top: 32px;
	left: 410px;
}


#menu li
{
	float: left;
	list-style-type: none;
	display: inline;
}


#menu a, #menu a:visited, #infoemail a, #infoemail a:visited
{ 
	font-size: 110%;
	color: White;
	text-decoration: none;
	margin-right: 19px;
}

#menu a:hover, body#home #mhome a, body#websites #mwebsites a, body#services #mservices a, body#contactus #mcontactus a, body#aboutus #maboutus a, #infoemail a:hover
{
	color: #cc6600;
}

#footer
{
	left: 0px;
	width: 780px;
	color: white;
	position: absolute;
	top: 390px;
	height: 60px;
	background-color: #505050;
	font-size: 80%;
	text-align:center;
}
