/* CWS CSS */
body {
	font-family: Arial;
	margin: 0px;
}
.centering {
	width: 801px;
	margin-left: auto;
	margin-right: auto;
	/*height: 100%;*/
	/*position: relative;*/
}
#menucontainer {
	top: 150px;
	position: relative;
}
img {
	border: none;
}
#header {
	position: absolute; 
	height: 211px; 
	background-image: url('bgimages/headerbg.png');
	width: 100%;
	left: 0px;
}
.headerimage {
	position: absolute;
}
#menubar {
	height: 50px; 
	background-image: url('/bgimages/menubg.png'); 
	position: relative;
	width: 100%;
	color: white; 
	/*text-transform: uppercase;*/
	font-size: 14pt; 
	z-index: 1;
}
#menubar * {
	float: left;
}
#menubar a {
	color: white;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding-top: 14px;
	position: relative;
	z-index: 2;
}
#cursor {
	background: #ffcc00; 
	width: 96px; 
	height: 9px; 
	position: relative; 
	font-size: 1px; 
	color: #ffcc00;
	top: 150px;
	opacity: .7;
	filter: alpha(opacity = 70);
}
#menuitem1, #menuitem2, #menuitem3, #menuitem4, #menuitem5 {
	text-align: center; 
	width: 159px; 
	font-weight: bold; 
	position: relative;
	text-indent: 1px;
	height: 49px;
}  
#menuitem1 p, #menuitem2 p, #menuitem3 p, #menuitem4  p, #menuitem5 p {
	width: 198px;
	text-align: center;
	margin: 0px;
	height: 1.5em;
	padding-top: 10px;
}
#menuitem1:hover, #menuitem2:hover, #menuitem3:hover, #menuitem4:hover, #menuitem5:hover {
	color: #ffffff;
}
.selected {
	color: #ffffff;
}
#contentcontainer, #portfoliocontainer, #aboutuscontainer, #sitemapcontainer {
	margin-top: 180px;
	/*position: relative;*/
	font-size: 11pt;
	line-height: 1.5em;
}
#aboutuscontainer p{
   padding-left: 420px
}
#aboutuscontainer img {
   float: left;
}
#contentcontainer a {
	color: #5CAD00;
}
#sitemapcontainer ul{
   height: 300px;
   list-style-type: none;
   line-height: 2em;
}
#sitemapcontainer ul li ul{
   list-style-type: square;
}
#sitemapcontainer a {
   color: #5CAD00;
}
h1 {
	color: #5CAD00;
	text-align: right;
	font-size: 28pt;
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h2 {
	color: #5CAD00;
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 10px;
}
#maintext {
	width: 348px;
	float: right;
	position: relative;
	margin-left: 20px;
}
div.infoblock {
	width: 420px;
}
div.infoblock  img{
	float: left;
	margin-right: 10px;
}
div.infoblock p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 130px;
	font-size: 10pt;
}
h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12pt;
}
.floatright {
	float: right;
}
.underline {
	width: 100%;
	height: 2px;
	/*background-color: #e8e8e8;*/
	border-bottom: dotted silver 2px;
	margin-bottom: 15px;
}	
#footer {
	font-size: 10pt;
	text-align: right;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: dotted silver 2px;
}
#footer a {
	color: #5CAD00;
}
.portfolioitem {
   height: 337px;
   width: 100%;
   margin-bottom: 30px;
   line-height: 1.2em;
   
}
.portfolioitem a {
   color: #5CAD00; 
}
.portfolioitem a img {
   float: left;
   margin-right: 40px;
   border: 1px solid gray;
}
.desc {
  font-size: 12px;
}
.imgborder {
  
}
sup {
   font-size: 8px;
}
em {
   color: #999999;
}
input[type="text"], textarea {
	display: block;
	font-family: verdana;
	width: 400px;
}
select {
	display: block;
}
label {
	display: inline;
}
form {
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 90%;
}
.queryindicator {
	float: right;
	margin-left: 20px;
}
#errortext {
	color: red;
	padding-left: 10px;
}
/* Tooltip */
a.info {
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none;
}

a.info:hover{
	z-index:25; 
}

a.info span{
	display: none
}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:25em;
    border:1px solid #505050;
    background-color: #5CAD00;
	color: white;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	text-decoration: none !important;
	line-height: 1.4;
}
p.indent {
   padding-left: 10px;
}
.selected #marker {
  width: 70%;
  margin-left: 24px;
  background: #ffcc00;
  height: 8px;
  top: -12px;
  position: relative; 
}
