/* ----------------------------------BODY-------------------------------------*/

* {
	margin:0px;
	padding:0px;
	}

html { height: 100%; margin-bottom: 1px; } /*to force vert scrollbar in non IE browsers*/

body {
	background-color:#040404;
	text-align:center;
	font-family: Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#fff;
	}

/* ----------------------------------	MAIN CONTAINER	-------------------------------------*/

#wrapper {
	position:relative;
	width:790px;
	margin:5px auto;
	border:0px solid #fff;
	}

/* ----------------------------------	HEADER CONTAINER	-------------------------------------*/

#header {
	position:relative;
	height:150px;
	width:790px;
	background:#000000 url(../../images/banner.gif) left top no-repeat;
/*	border-bottom:8px solid #000;*/
	}
/*html>body #header {
    	width:670px;
    	height:100px;	FF height
	}*/
	
	#logoLink , #logoLink a:link, #logoLink a:visited{
		position:absolute;
		top: 1px;
		left:0px;
		width:250px;
		height:90px;
		border:0px solid #000;
		}
		
	.hidden{
		display:none;
		visibility:hidden;
		color: #000000;
		text-decoration:none;
		}	
	
/* ----------------------------------	HEADER CONTENT	-------------------------------------*/	
	
#header h1 {
	margin:0px;
	padding:0px;
	}	
#header h1 span {
	display:none;
	}

/* ----------------------------------	NAVIGATION	-------------------------------------*/

#menu ul {
	position:absolute;
	list-style:none;
	width:491px;
	font-size:13px;
	top:116px;
	left:3px;
	}

#menu ul li {
	position:relative;
	float:left;
	}

#menu ul li a {									/*main menu*/
	display:block;
	width:80px;                                 /*controls width of main menu*/
	height:18px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	margin-right: -1px;
	padding:5px;
	border:1px  solid #fff;						/*menu & flyout divider lines*/
	background-color: #000;						/*bg color of main nav buttons*/
	}

#menu li ul {									/*submenu flyouts*/
	position:relative;
	width:80px;                                 /*controls width of flyouts*/
	display:none;
	font-size:10px;
	font-weight:bold;
	top: 0px;
	left:0px;
	}

 #menu li ul li a {								/* flyout links*/
	display:block;
	width:80px;									/*controls width of flyouts part 2*/
	height:25px;
	text-decoration:none;
	color:#EBEBEB;	
	font-weight:bold;
	margin-top: -1px;							/*overlaps verticle flyout boxes 1px so border doesn't double up*/
	padding:5px;
	border:1px solid #fff;						/*menu & flyout divider lines*/
	background-color: #525252;					/*bg color of flyouts*/
	line-height: 115%;							/*tightens line spacing between word wrapped menu items*/
	}

#menu ul li ul {
	border:0px solid #fff;						/*outer border of flyout menu*/
	border-bottom:0px;
	}

#menu ul li a:hover {
	color:#323232;								/*menu text rollover color*/
	background-color: #7A7A7A;					/*menu rollover background color*/
	}
	
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul, #menu li.over ul { 
	display:block;
	}
li.dropdown a {									/*adds a bullet arrow to menus with flyout items*/
	background-color:#D18fff;
/*	background:url(images/bullet_off.gif) bottom right no-repeat;*/
	}
	
li.dropdown a:hover {
	background-color:#fff;
	margin:0px;
	padding:0px;
	}
li.dropdown ul a {
	background-image:none;
	}
li.dropdown ul a:hover {
	background-image:none;
	margin:0px;
	padding:0px;
	}
ul#dropdownext {
	width:200px;
	}

/* ----------------------------------	LEFT & RIGHT CONTAINERS	-------------------------------------*/

/*#leftcontainer {
	float:left;
	width:200px;
	height:auto;
	margin:10px 0 20px  3px;
	text-align:left;
	border:0px solid #ccc;
	}*/

/*#rightcontainer {
	float:right;
	width:450px;
	height:auto;
	margin:10px 5px 20px  20px;
	text-align:left;
	border:0px solid #ccc;
	background-color:#ffffcb;				set background color of text container
	}*/

#containerFullPage {
	float:left;
	width:770px;
	min-height:500px;
	margin:5px 16px 5px  4px;
	text-align:left;
	background-color:#ffffff;
	color:#000;
	border:0px solid #ccc;
	}

#containerLeftHome {
	display:block;
	float:left;
	width:350px;
	height: 400px;
	margin:8px 1px 0px 4px;
	padding:0px;
	border:1px solid #fff;
	}
.containerRightHome {
	float:right;
	width:374px;
	height:373px;
	margin:8px 16px 5px  13px;
	padding: 15px;
	text-align:left;
	background-color:#ffffff;
	color:#000;
	border:0px solid #ccc;
	}
		
#columnLeft {
	float:left;
	width:315px;
	height:auto;
	margin:25px 0 25px 45px;
	text-align:left;
	background-color:#ffffff;
	color:#000;
	border:0px solid #ccc;
	}
	
.columnRight {
	float:right;
	width:330px;
	height:auto;
	margin:25px 35px 15px 25px;		/*right column starts lower on page to align with left subhead*/
	text-align:left;
	background-color:#ffffff;
	color:#000;
	border:0px solid #ccc;
	}
	
#columnLeft #listWrapper {			/*special class for pages containing long 2 column lists. Tightens layout.*/
	width:250px;
	margin:25px 0 15px 55px;
	border:0px solid #ccc;
	}
	
.columnRight #listWrapper {			/*special class for pages containing long 2 column lists. Tightens layout.*/
	float:left;
	width:300px;
	margin:80px 0px 0px 0px;		
	border:0px solid #ccc;
	}	
#oneColumn {
	float:left;
	width:660px;
	min-height:500px;
	margin:5px 16px 5px  4px;
	padding:55px;
	text-align:left;
	background-color:#ffffff;
	color:#000;
	border:0px solid #ccc;
	}



/* ----------------------------------	BODY CONTENT	-------------------------------------*/


.rotatorbg  {
	bgcolor: #000000;
	z-index: 2;
}


a, a:link,  a:visited   {
	color:#CC0000;
	text-decoration:underline;
	}
	
	
a:hover {
	text-decoration:underline;
	color:#000000;
	}
h1 {
	font-size:145%;
	margin:15px 0 5px 0;
	}
h2 {
	font-size:100%;
	margin:8px 0 -5px 0;
	color:red;
	}
#oneColumn h2 {
	margin:8px 0 10px 0;
	}	
#oneColumn h3 {
	font-size:100%;
	margin:8px 0 10px 0;
	font-weight:bold;
	}
p {
	margin:5px 0 3px 0;
	}
.center {
	text-align:center;
	}
.bold {
	font-weight:bold;
	}
.italic {
	font-style:italic;
	}
.underline {
	text-decoration:underline;
	}
.notice {
	font-weight:bold;
	text-decoration:underline;
	}
.alert {
	font-weight:bold;
	color:red;
	}
li.space {
	margin-top: 12pt;
	}
li.space ul {
	margin-left: 0px;
	}

.containerRightHome li {
	margin-left: 15px;
	}	

/*#rightcontainer ul {
	margin-left:30px;
	margin-right:15px;
	list-style-type:none;
	}
#rightcontainer ol {
	margin-left:38px;
	margin-right:15px;
	}
#rightcontainer ul li, #rightcontainer ol li {
	margin-bottom:3px;
	}*/
ul#links {
	list-style:none;
	margin-left:15px;
	}
ul.list {					/*used for client list page*/
	list-style-type:none;
	margin: 5px 15px 10px 15px;
	}
ul.resume {					/*used for resume page*/
	list-style-type: circle;
	margin: 5px 15px 10px 65px;
	}
ul#list li ul {
	list-style:none;
	margin-left:0px;
	margin-bottom:12px;
	}
ul.clean li {
	list-style:none;
	}
.image {
	border:1px solid #000;			/*sets image border*/
	margin:10px;
	}
.img {
	border:10px solid #000;
	}	
.mainimage {
	border:1px solid #000;
	margin-left:15px;
	padding:0px;
	}
.imageRight {
	width:175px;
	float:right;
	text-align:center;
	margin:5px 15px;
	}
.imageLeft {
	width:355px;
	float:left;
	text-align:center;
	margin:5px 15px;
	}	
html>body .imageContainer {
	margin:5px 15px;
	}
			
/* ----------------------------------	FORM CONTENT	-------------------------------------*/	
	
form {
	margin-left:15px;
	}
form p {
	margin-left:0px;
	}
input {
	margin-bottom:10px;
	vertical-align:middle;
	}
.buttons {
	margin-top:8px;
	}
	
/* ----------------------------------	FOOTER CONTAINER	-------------------------------------*/

#footer {
	clear:both;
	padding:25px 0 0 0;
	color:#fff;
	}
html>body #footer {
   	width:790px;
	}
	
/* ----------------------------------	FOOTER CONTENT	-------------------------------------*/

#footer p {
	font-size:90%;
	text-align:center;
	}
#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color:#fff;
	text-decoration:underline;
	}
#footer a:hover {
	text-decoration:none;
	
	}
	
	