@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: 749px;  /* 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 #333333;
}

.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;
border-bottom: dotted 2px #cccccc;
}
h3 {
margin: 10px 0 0 0;
font-size:1em;
}
a {
color:#000000;
}


table {
margin:0;
padding:0;
}
a img {
	border: 1px solid #000000;
}
.star {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.5em;
}
/************ BANNER  *****************/

#bannerimg {
	border-bottom: dotted 2px #cccccc;
	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;
}

/************** SIDEBAR ******************/
.twoColFixLt #sidebar1 {
	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%;
	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;
}

/************ MAIN CONTENT  *****************/

.twoColFixLt #mainContent { 
	margin: 0 0 0 230px; /* 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 30px; /* 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;
	}
#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;
}
/************ MAIN CONTENT  *****************/

.twoColFixLt #mainContentProjects { 
	margin: 0 0 0 30px; /* 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 30px; /* 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;
	}
#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;
	border-bottom: dotted 2px #cccccc;
}
.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;
}
/*************** 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;
	border-top: dotted 2px #cccccc;
	color:#FFFFFF;
	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 */