* {
	margin: 0;
	padding: 0;
}

html, body {
	 min-height:100%; margin-bottom:1px;
}

body {
	background-color: #FFFFCC;
	text-align: left;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	margin-top: 10px;
	color: #000000;
	margin-left: 10px;
}

a:link, a:visited {
   color: #D5612B;
   text-decoration: none;
}

a:hover, a:active {  
  color: #0097C2;
  text-decoration: none;
}

#container {
	width: 610px;
	background-color: #FFFFCC;
	text-align: center;
}

body.home #container  {
	background-position: 0 110px;
}

body.contact #container {
}

body.clientarea #container {
}
body.portfolio #container {
}

body.resources #container {
}

body.about #container {
}

body.map #container {
}

#header {
   text-align: left;
}

#header h1 {
	position: absolute;
	top: 150px;
	right: 10px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: right;
	color: #003333;
	white-space: 4;
}

#header img {
	margin-top: 10px;
	border: none;
}

body.home #header img {
	margin-top: 0;
}

#content {
	text-align: left;
	color: #000000;
	padding-top: 0px;
	margin-bottom: 10px;
	width: 590px; 
}

body.home #content {
	padding-top: 200px;
}

#content h1, h2 {
	color: #003333;
	margin-bottom: 4px;
	font-weight: normal;
	white-space: 4;
	font-family: "Trebuchet MS", Arial;
}

#content h1 {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial;
	white-space: 4;
}

#content h2 {
	font-size: 1.2em;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial;
}

#content p {
	margin-bottom: 10px;
}

#content ul {
	margin-left: 30px;
	margin-bottom: 10px;
}

#content li {
	padding-top: 4px;
	line-height: 2;
}

#topnav {
	position: absolute;
	text-align: left;
	top: 80px;
	left: 0px;
	background-color: #FFffcc;
	width: 740px;
	height: 22px;
}

body.home #topnav {
	top: 90px;
}

#globalnav {
	position: absolute;
	top: 10px;
	right: 10px;
	color: Silver;
	font-size: .7em;
}

/* sub navigation on the left */
#subnav {
	float: left;
	width: 180px;
	text-align: left;
	margin-top: 60px;
	margin-left: 10px;
}

body.home #subnav {
	margin-top: 150px;
}

#subnav ul {
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
}

#subnav li {
	margin-top: 6px;
	margin-bottom: 4px;
}

#subnav li a {
	padding: 0px 0px 0px 24px;
	color: #EC5D01;
	font-size: 1em;
	text-decoration: none;
}

#subnav ul ul {
	margin-left: 10px;
	margin-bottom: 10px;
}

#subnav ul ul li {
	margin-top: 2px;
	margin-bottom: 2px;
}

#subnav ul ul li a:hover {
	background-image: none; 
}

#subnav li a:hover {
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

#subnav li a.current {
	background-repeat: no-repeat;
	background-position: 10px 5px;;
}

#subnav img.site {
	border: 1px #666 solid; 
	margin: 4px 0 4px 0;
}

#subnav h2 {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	font-size: 14px;
}

#subnav p {
	text-align: center;
}

#subnav img {
	margin-bottom: 10px;
}

#subnav p.caption {
	color: #545454;
	font-size: .8em;
	text-align:center;
 	margin-top: 0;
	margin-bottom: 6px;
}

#footer {
	font-size: .8em;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
	color: #626262;
}

#footer p {
	margin: 6px 0 6px 0;
}

hr {
	color: #91DA43;
	height: 1px;
	width: 80%;
	text-align: center;
}

img.portfolio {
	border: 1px solid #666;
	margin: 10px 10px 10px 0;
}

img.logo-portfolio {
	margin: 10px 10px 10px 0;
}

/* forms */
td.formlabel {
	color : #000000;
	font-weight: bold;
	font-size: .9em;
	padding-right: 10px;
	vertical-align: top;
	font-family: "Trebuchet MS", Arial;
}

table.form td {
	padding: 4px 4px 4px 0;
	text-align: left;
}

td.formsection {
	color: #003333;
	font-weight: bold;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial;
	letter-spacing: 4px;
	font-size: 14px;
}

input.submit {
	background-color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #FF3333;
	padding: 2px;
	letter-spacing: 2px;
}

.textbox {
	background : #E6E6E6;
	font-size : 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E6E6E6;
	text-align: left;
	width: 100%;
}

ol.numbered {
	list-style: decimal;
	margin-left: 30px;
}
.form {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}

