@charset "utf-8";
/* CSS Document */


body {
	/*background: #949494 url(images/backgd.png) repeat-x left top;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.twoColFixLt #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border:1px solid #CCCCCC;*/
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
td {
	font-size:11px;}
h1 {
font-size:1.2em;
color:#8f0500;
}
h2 {
font-size:1.1em;
margin:0;
padding:0;
color:#8f0500;
}
h3 {
margin: 10px 0 0 0;
font-size:1em;
}
a {
color:#000000;
}


table {
margin:0;
padding:0;
}
a img {
	border:none;
}
.star {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.5em;
}
/************ BANNER  *****************/

#bannerimg {
	padding:0 0 5px 0;
}
#logo img {
	border:none;}
/************ NAVIGATION *****************/
#navigation {
	float:right;
	position:relative;
	font-size:11px;
	clear:right;
	text-transform: uppercase;
	margin:25px 10px;
}
#navigation img{
	vertical-align:middle;
}
#navigation a{
	color:#000000;
	text-decoration:none;
}

#logo {
position:relative;
float:left;
clear:both;
margin:25px 10px;
}
/***************** Homepage News at bottom of page *********/
table.news {
margin: 10px 0 0 0;
}
table.news td {
padding:3px 3px 3px 5px;
vertical-align:top;
}
.newstd {
	width: 25%;
	border-right:1px solid #333333;
	color:#333333;
	font-size:10px;
}
td.newstd a:link, td.newstd a:visited, td.newstd a:hover {
text-decoration:none;
}
.newstd2 { /* for the far right column*/
	width: 25%;
	color:#333333;
	font-size:10px;
}
td.newstd2 a:link, td.newstd2 a:visited, td.newstd2 a:hover 
 {
text-decoration:none;
}
/************** SIDEBAR ******************/
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* actual width of this div, in standards-compliant browsers, or standards mode in IE will include the padding and border in addition to the width */
	height:100%;
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 15px;
	margin: 5px 3px;
	vertical-align:top;
}
#sidebar1 p {
	color:#666666;
	padding:0 0 5px 0;
	border-bottom:dashed 1px #333333;
	line-height:1.3em;
}
.style7 {color: #660000; font-weight:bold;}

#sidebar1 a.sidebarlink {
	background-color: #333333;
	color:#ffffff;
	width: 175px;
	display: block;
	text-decoration: none;
	padding: 4px 5px;
	line-height:1;
	margin: 2px;
}
#sidebar1 ul {
	margin: 0 0 0 1em;
	padding: 0;
	z-index: 10000;
	list-style: none;	
	border:none;
		width:inherit;
	}

/************** SUB MENU FOR CLIENTS ********/
.twoColFixLt #navsub{
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* actual width of this div, in standards-compliant browsers, or standards mode in IE will include the padding and border in addition to the width */
	height:100%;
	padding: 5px 5px 15px 5px;
	margin: 5px 3px;
	vertical-align:top;
}
.jumpMenu { display: none; }
.jumpnav {
margin:10px 0;
}
.jumpnav select{
	border: 1px solid #C0C0C0;
	background-color:#E8E8E8;
	color:#666666;
	width:250px;
	margin: 15px 0;
}
/************ MAIN CONTENT  *****************/

.twoColFixLt #mainContent { 
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
} 
/** Projects Content**/
#mainContent2 {
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	}
#mainContent li {
	margin-left:-1em;
	list-style: url(images/bullet.png);
}
#mainContent td{
	padding: 5px;
	}
#mainContent h2 {
	font-size:1.1em;
	margin:0;
	padding:0;
	color:#666666;
	border-bottom: dotted 2px #cccccc;
}
.clients a{
	text-decoration:none;
	}
#mainContent .poc {
	font-size:.95em;
	margin:0;
	padding:8px 0;
	color:#666666;
}
#mainContent ul {
margin: 0 0 0 2em;
padding: 0;
line-height:1.3em;
}
.left {
float:left;
width: 260px;
padding:10px 0;
margin:0 15px 0 0;
}
.right{
float:left;
width: 270px;
padding:10px 0;
}
/************ MAIN PROJECTS CONTENT  *****************/

.twoColFixLt #mainContentProjects { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
/** Projects Content**/
#mainContentProjects li {
	margin-left:-1em;
	list-style: url(images/bullet.png);
}
#mainContentProjects td{
	padding: 5px;
	}
#mainContentProjects h2 {
	font-size:1.1em;
	margin:0;
	padding:0;
	color:#666666;
	text-transform: uppercase;
}
.clients a{
	text-decoration:none;
	}
#mainContentProjects .poc {
	font-size:.95em;
	margin:0;
	padding:8px 0;
	color:#666666;
}
#mainContentProjects ul {
margin: 0 0 0 2em;
padding: 0;
line-height:1.3em;
}
input.btn {
	color:#990000;
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;
	background-color:#EAEAEA;
	border: 1px solid;
	border-color: #666666;
	margin-bottom:3px;
}
p.projectthumb {
padding:0;
margin:0;
}
.projectthumb img{
margin: 5px;}

/********* TOOL TIPS ******************/

#tooltip {
  z-index: 0;
  width: 809px;
  position: relative;
}
#tooltip img {
  z-index: 1;
}
#tooltip span {
  display: none;
}
#tooltip:hover span {
	display: block;
	position: absolute;
	top: 0;
	z-index: 2;
	padding: 2px 5px;
	background:  #990000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
}



/*************** FORM ************************/
#form1 {
font-size:.85em;}
.required {
color:#990000;
}
#form1 .form_field {
margin:5px;}

input.surprise {
  	display:block;
  	height:1px;
  	width:1px;
  	visibility:hidden;
  }
/************ FOOTER  *****************/
#footer {
	width: 749px; 
	text-align:center;
	font-size:.95em;
	padding:5px 0;
	color:#000000;
	margin:5px auto;
}

.mceContentBody { background-image: none; background-color: #002a53; color: #ccc; } /*TinyMCE*/
.mceContentBody a:link, .mceContentBody a:visited   { color: #fff !important;    text-decoration: underline; } /* FF requires a important here */
.mceContentBody a:hover, .mceContentBody a:active   { color: #99d9e8 !important; text-decoration: none; } /* FF requires a important here */