body {
	margin: 0px;
	padding: 0px;
/*
	background: #ffffff;
*/
	background: #E6E6E6;

	color: #000000;
	font-family: trebuchet ms, sans serif;
	font-size: 11px;
}

#header {
	margin: 0px;
	padding: 0px;
	background: #000000;
	height: 120px;
}

#threephotos {
	position: absolute;
	top: 120px;
	left: 0px;
	font-style: italic;
}

#mainheading {
	position: absolute;
	left: 140px;
	top: 25px;
	font-size: 24px;
	color: #fff;
}

table {
    padding: 0px;
    margin: 0px;
    background: #000000;
	font-size: 11px;
}

th {
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	font-size: 11px;
}

td {
	background: #ffffff;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
	font-size: 11px;
}

h1 {
	font-weight: normal;
	font-size: 18px;
}

h1.pageheading {
	font-size: 34px;
	color: #00acee;
	margin-bottom: 70px;
	font-weight: 50;
	text-transform: lowercase;
}

p {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}

.address {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 30px;
}

ul {
/*
	list-style-image: url(../images/gcbullet.gif);
	list-style-type: disc;
	list-style-position: outside;
*/
}

li {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -40px;
	font-size: 11px;
}

form {
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: red;
}

a {
	color: #009;
	text-decoration: none;
}

img {
	border: 0px;
}

input {
	font-family: trebuchet ms, sans serif;
	font-size: 11px;
	border: 1px solid #999999;
}

input.disabled {
	background: #eee;
}

button {
	font-family: trebuchet ms, sans serif;
	font-size: 11px;
	border: 1px solid #999999;
}

textarea {
	font-family: trebuchet ms, sans serif;
	font-size: 11px;
	border: 1px solid #999999;
}

select {
	font-family: trebuchet ms, sans serif;
	font-size: 11px;
	border: 1px solid #999999;
}

.login {
	width: 80px;
}

.label {
	text-align: left;
}

#glogo {
/*
	position: absolute;
	top: 7px;
	left: 10px;
*/
}

#graphicommlogo {
	position: absolute;
	top: 0px;
	right: 0px;
}

#menu {
	position: absolute;
	left: 35px;
	top: 300px;
}

#loginbox {
	position: absolute;
	left: 462px;
	top: 125px;
}

#clientinfo {
	position: absolute;
	left: 462px;
	top: 125px;
}

.loginboxcontent {
	/* background: url(../images/loginback.gif); */
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
	text-align: center;
}

#maincontent {
	position: absolute;
	left: 448px;
	top: 165px;
	padding-bottom: 20px;
	margin-right: 120px;
}

.menuitem {
	display: block;
	color: black;
	/* background: url(../images/buttonback.gif); */
	text-align: left;
	padding-top: 3px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	width: 125px;
	height: 20px;
	font-size: 12px;
}

.menuitem:hover {
	/* background: url(../images/buttonback-over.gif); */
	color: #00ACEE;
	text-decoration: underline;
}
