* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	text-align: center;
	font-size: 84%;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0; 
	color: #505050;
}

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

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

#container {
	border-top: none;
	width: 740px;
	border-bottom: #C8C8C8 1px  solid;
	border-right:  #C8C8C8 1px solid;
	border-left: 1px solid #C8C8C8;
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 100px;
}

body.home #container  {
	background-image: url(images/front-bkg.jpg);
	background-position: 0 110px;
}

body.contact #container {
	background-image: url(images/contact-bkg.jpg);
}

body.clientarea #container {
	background-image: url(images/clientarea-bkg.jpg);
}
body.portfolio #container {
	background-image: url(images/portfolio-bkg-pencils.jpg);
}

body.resources #container {
	background-image: url(images/resources-bkg.jpg);
}

body.about #container {
	background-image: url(images/about-bkg.jpg);
}

body.map #container {
	background-image: url(images/sitemap-bkg.jpg);
}

#header {
   text-align: left;
}

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

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

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

#content {
	text-align: left;
	color: #626262;
	padding-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 475px;
	line-height: 1.3em; 
}

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

#content h1, h2 {
	color: #E76004;
	margin-bottom: 4px;
	font-weight: bold;
}

#content h1 {
	font-size: 1.2em;
}

#content h2 {
	font-size: 1em;
	margin-top: 10px;
}

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

#content ul {
	list-style-image: url(images/bullet.gif);
	margin-left: 30px;
	margin-bottom: 10px;
}

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

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

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

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

/* sub navigation on the left */
#subnav {
   display: none;
	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-image: url(images/curr-arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

#subnav li a.current {
	background-image: url(images/curr-arrow.gif);
	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: #0097C2;
	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 : #75BD26;
	font-weight: bold;
	font-size: .8em;
	padding-right: 10px;
	vertical-align: top;
}

table.form td {
	padding: 4px 4px 4px 0; 
}

td.formsection {
	color: #75BD26;
	font-weight: bold;
	padding-left: 10px;
}

input.submit {
    background-color: #F09100;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
	padding: 2px;
}

.textbox {
	background : #F9E3C5;
	font-size : 12px;
	font-family: arial, sans-serif;
}

ol.numbered {
	list-style: decimal;
	margin-left: 30px;
}