/* CSS Document */

* {
margin: 0;
padding: 0;
}

html {
font-size: 100%;
}

body {
background: #fff url(images/monkey_bwbg2c.gif) repeat; 
width: 100%;
margin: 0;  
padding: 0; 
font-size: 62.5%;
font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
text-align: left;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: bold;
letter-spacing: 2px;
padding: 10px 15px 0 35px; 
margin: 0; 
color: #333;
}

h1 { 
font-size: 2.6em;
}
h1.pagetitle {
height: 162px;
width: 460px;
text-align: left;
position: relative;
font-size: 1.4em;
padding: 0;
margin: 0;
}
h1 span.topbanner {
position: absolute;
background: #fff url(images/top_logo.jpg) no-repeat top left;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
}
h2 { 
font-size: 2.4em;
padding-left: 35px;
}

/*    the following all deal with the hidden heading text for screen readers will displaying a absolute positioned graphic in the boxtop...*/
h2.boxtop {
height: 86px;
width: 660px;
background: #fff;
text-align: center;
padding: 0;
	margin: 0;
}
h2 span.intro {
	position: absolute;
	height: 86px;
	background: #fff url(images/green_box_top3.jpg) center top;
	width: 660px;
	left: 140px;
	top: 222px;
}
span.hometitle {
	background: #0f3 url(images/top_title.gif) no-repeat;
	position: absolute;
	height: 42px;
	width: 328px;
	left: 233px;
	top: 248px;
}
span.about_us {
	background: #0f3 url(images/about_us_title.gif) no-repeat;
	position: absolute;
	height: 42px;
	width: 328px;
	left: 233px;
	top: 248px;
}
span.press_info {
	background: #0f3 url(images/press_info_title.gif) no-repeat;
	position: absolute;
	height: 42px;
	width: 328px;
	left: 233px;
	top: 248px;
}

h2 span.service {
	position: absolute;
	height: 86px;
	background: #fff url(images/green_box_top3.jpg) center top;
	width: 660px;
	left: 140px;
	top: 222px;
}
span.service_title {
	background: #0f3 url(images/services_title.gif) no-repeat;
	position: absolute;
	height: 42px;
	width: 374px;
	left: 230px;
	top: 245px;
}
h2 span.project {
	position: absolute;
	height: 86px;
	background: #fff url(images/green_box_top3.jpg) center top;
	width: 660px;
	left: 140px;
	top: 222px;
}
span.project_title {
	background: #0f3 url(images/projects_title.gif) no-repeat;
	position: absolute;
	height: 42px;
	width: 374px;
	left: 230px;
	top: 245px;
}
h2 span.contact {
	position: absolute;
	height: 86px;
	background: #fff url(images/green_box_top3.jpg) center top;
	width: 660px;
	left: 140px;
	top: 222px;
}
span.contact_title {
	background: #0f3 url(images/contact_title.gif) no-repeat;
	position: absolute;
	height: 42px;
	width: 372px;
	left: 230px;
	top: 245px;
}

h3 { 
font-size: 2em;
padding-left: 35px;
}

h4 { 
font-size: 1.7em;
padding-left: 35px;
}

h5 {
font-size: 1.6em;
padding-left: 35px;
}

h6 { 
font-size: 1.5em;
font-weight: bold;
padding-left: 35px;
}

a:link {
color: #CC6600;  
text-decoration: none;
}

a:active {
color: #33f;  
text-decoration: none;
}

a:visited {
color: #336600;  
text-decoration: none;
}
a:hover {
color: #33f;
text-decoration: underline;
}

p {
font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
margin: 0; 
font-size: 1.3em;  
font-style: normal;  
text-align: left;  
text-indent: 0;
line-height: 140%;
letter-spacing: 0.075em;
padding: 10px 35px 0 35px;
color: #333;
z-index: 2;
}
p.bold {
font-weight: bold;
}
p.center {
text-align: center;
}
p.legal {
font-size: 1em;
}
p.success {
font-size: 1.6em;
font-weight: bold;
color: #936;
}

ul {
width: 85%;
margin: 0;
padding: 0 0 0 70px;
list-style-type: disc;
}
ul li {
font-size:1.3em;
font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
font-style: normal;
line-height: 150%; 
color: #333;
letter-spacing: 0.075em;
background: #fff;
padding-left: 0;
}

/*
ul#secondlist{
width: 80%;
margin: 0;
padding: 0 0 0 100px;
list-style-type: lower-roman;
}
ul#secondlist li {
font-size: 1.3em;
font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
font-style: normal;  
letter-spacing: 0.075em;
background: #fff;
padding-left: 0;
}

ul#page li ul{
font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
letter-spacing: 0.075em;
background: #fff;
font-size: 1em;
padding-left: 2px;
}
*/

/*  This is the monkey that hangs form the banner on the left top of the page   ...*/
img.monkey {
	position: absolute;
	width: 255px;
	left: 3px;
	top: -66px;
	border: 0;
	z-index: 9;
}
#banner {
width: 100%;
height: 177px;
background: #fff url(images/top_logo_right2a.jpg) no-repeat top left;
padding: 0;
overflow:hidden;
}


#bannerimage1 {
	position: absolute;
	height: 164px;
	width: 460px;
	margin: 0;
	padding: 0;
	background: #fff url(images/top_logo.jpg) no-repeat top left;
	left: 0px;
	top: 0px;
} 
#bannerimage1 img {
	position: absolute;
	width: 192px;
	height: 20px;
	left: 268px;
	top: 124px;
	border: 0;
	text-decoration: none;
}

ul#nav {
	width: 650px;
	background: #fff;
	position: absolute;
	z-index: 10;
	padding: 0;
	left: 190px;
	top: 192px;
}
ul#nav li {
font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
margin: 0; 
float: left;
display: block;
font-size: 1.3em;
font-weight: bold;
font-style: normal;  
text-align: center;  
text-indent: 0;
line-height: 105%;
letter-spacing: 0.085em;
padding: 8px 10px;
color: #666;
list-style-type: none;
}
ul#nav li a:link {
font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
margin: 0; 
font-size: 1.3em;  
font-style: normal;  
color: #666;
text-decoration: none;
}
ul#nav li a:visited {
color: #999;
font-size: 1.3em;
text-decoration:none;
}
ul#nav li a:hover {
font-size: 1.3em;
color: #3333ff;
text-decoration:underline;
}

#container {
background: #fff;
width: 800px;
margin: 0;
text-align: left;
padding-top: 30px;
padding-right: 20px;
}

#main {
background: #fff;
width: 660px;
margin-left: 140px;
padding-top: 12px;
}
#main img {
float: left;
padding: 10px 10px 5px 35px;
}
#email_box {
	position: absolute;
	width: 350px;
	top:276px;
	left: 535px;
	z-index: 9;
}
#big_box_top {
height: 62px;
background: #fff url(images/green_box_top3.jpg) center top;
width: 660px;
}
#big_box_mid {
background: #fff url(images/big_box_mid.jpg) center;
width: 660px;
padding-top: 20px;
}
#big_box_bot {
height: 95px;
background: #fff url(images/big_box_bot.jpg) center;
width: 660px;
}


/*  empty div that makes up the left side of the page  */
#leftpanel {
	position: absolute;
	left: 0;
	top: 178px;
	height: 500px;
	width: 130px;
	background: #fff;/*#006600 url(greenbackground.gif) repeat;*/
}

ul#left_panel {
	position: absolute;
	left: 5px;
	top: 135px;
	padding: 0;
	z-index: 10;
}

ul#left_panel li {
font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
margin-left: 8px; 
font-size: 1.3em;  
font-style: normal;    
text-indent: 0;
line-height: 105%;
letter-spacing: 0.085em;
padding: 3px;
color: #666;
list-style-type: none;
}
ul#left_panel li a:link {
font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
margin: 0; 
font-size: 1.3em;  
font-style: normal;  
color: #666;
text-decoration: none;
}

ul#left_panel li a:visited {
color: #999;
font-size: 1.3em;
text-decoration:none;
}
ul#left_panel li a:hover {
font-size: 1.3em;
color: #3333FF;
text-decoration:underline;
}

/*  Footer info here ....  */
#footer {
width: 80%;
background: #fff;
margin-left:150px;
}
#footer p, a {
text-align: center;
}
