@charset "utf-8";
/* CSS Document */

body
{
	background:url(../images/background.gif) no-repeat;
	font-size:12px;
	font-family: "Gill Sans MT", Georgia, Verdana, "Times New Roman";
}



#footer
{
	font-family: "Gill Sans MT", Georgia, Verdana, "Times New Roman";
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding-bottom: 15px;
}

#whats_new
{
	background-color: #ffffff;
	height:1325px;
	width: 785px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 15px;
}


/* this is for the placement of the text to the right of the photos on the services pages*/
#copy_right
{
	font-family: "Gill Sans MT", Georgia, Verdana, "Times New Roman";
	font-size: 12px;
	color: #000000;
	height: 570px;
	width: 300px;
	float: right;
	padding-left:4%;
	margin-top: 40px;
	margin-left: 415px;
	position: absolute;
	
	
}

/*this is for the services page photo description that was placed underneath each photo, currently not used*/
#copy_top
{
	font-family: "Gill Sans MT", Georgia, Verdana, "Times New Roman";
	font-size: 12px;
	color: #000000;
	height: 96px;
	width: 408px;
	float: left;
	margin-top: 15px;	
}

/*this is for the photos under services*/
#services_photo
{
	height: 370px;
	width: 415px;
	top: 262px;
	border-style:solid;
	border-color: #cccccc;
	border-width:2px;	
	margin-left: 20px;
	margin-top: 5%;
	float: left;
}



/* this is for the placement of the contact information on the contact us page*/
#contact
{
	font-family: "Gill Sans MT", Georgia, Verdana, "Times New Roman";
	width: 290px;
	font-size:16px;
	margin-left:75px;
	margin-top: 18px;
	float: left;
}

/* this is what created the divider on the contact us page*/
#contact_divider
{
	height: 370px;
	width: 8px;
	float: center;
	margin-top: -5px;
	margin-left: 365px;
	background-color: #CCCCCC;
}

/* this is for the placement of the links on the contact us page*/
#contact_links
{
	font-family: "Gill Sans MT", Georgia, Verdana, "Times New Roman";
	font-size: 11px;
	height: 373px;
	width: 474px;
	position: absolute;
	margin-left: 380px;
	top: 275px;	
}

/* this is for placement of the slideshow photos*/
#case_photo
{
	
	width: 450px;
	height:400px;
	border-style:solid;
	border-width:2px;
	border-color: #cccccc;
	margin-left: 0px;
	margin-top: 2%;
	float: left;
}


/* this is for the text located to the right of the slideshow for the case studies*/
#case_right
{
	font-family: "Gill Sans MT", Georgia, Verdana, "Times New Roman";
	font-size: 12px;
	color: #000000;
	height: 448px;
	width: 300px;
	float: right;
	padding-left:1%;
	margin-top: 3px;
	margin-left: 455px;
	position: absolute;	
}



/* this is the case study title that was placed below the slideshow*/
#case_top
{
	font-family: "Gill Sans MT", Georgia, Verdana, "Times New Roman";
	font-size: 18px;
	color: #000000;
	height: 23px;
	width: 460px;
	float: left;	
}


/* this is the middle section of that holds page content, title, menu, etc.*/
#middle
{
	background-color: #ffffff;
	height:650px;
	width: 815px;
	margin: 0 auto;
	margin-top: -8px;
	
}

/* this is the holder of page content located below the menu for the services and case studies pages*/
#content_holder
{
	background-color: #ffffff;
	height:488px;
	width: 750px;
	margin: 0 auto;
	margin-left: 15px;
	margin-top: 2px;	
}

#legal
{
	background-color: #ffffff;
	height:125px;
	width: 815px;
	margin: 0 auto;
	margin-top: -8px;	
}


/* this is the frame that holds the slideshow on the front page*/
#frame
{
	margin: 0 auto;
	width: 630px;
	height:330px;
	position:relative;
}



/*THIS IS THE CODE FOR THE MAIN NAVIGATION MENU*/
.menu 
{
	z-index: 100; 
	padding:0 0 0 4%; /*moves the position of the entire menu*/
	margin:0; /*controls the size of the menu background*/
	list-style:none; 
	height:35px; /*sets the height of the gray stripe across the top behind navigation menu*/
	background:url(../images/nav-dark.gif) repeat-x; 
	white-space:nowrap; 
	position:relative; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}


.menu li.top 
{
	float:left;  /*sets the menu horizontal */ 
	position:relative;
	
}

.menu li a.top_link 
{
	display:block;  /*causing menu to jump on mouse hover in IE7, but it works fine in FireFox*/
	height:35px;
	line-height:33px; 
	color:#000; 
	text-decoration:none; 
	font-size:12px; 
	padding:0 10px 0 18px; 
	cursor:pointer;
	
}


.menu li a.top_link span 
{
	
	display:block; 
	padding:0 24px 0 24px; 
	height:35px;
}


.menu li a.top_link span.down /*sets the look of the drop down menu*/
{
	
	display:block; 
	padding:0 16px 0 16px; /*padding around middlelinks*/ 
	height: 35px; /*sets the height of the middle menu buttons*/
	background: no-repeat right top;
}


.menu li:hover > a.top_link 
{
	
	background: url(../images/nav-light-1.gif);  
	padding:0 16px 0 16px; /*padding around links on the end*/
}




/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul
{ /*sets the drop down list styles*/
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu :hover ul.sub 
{
	left:0px; 
	top:35px; /*positions the drop down directly below the naviation menu*/ 
	background:#DBDBDB; 
	padding:5px 0; 
	width:171px; /*width of background for drop down*/
	height:auto;
}

.menu :hover ul.sub li 
{
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:150px;
}

.menu :hover ul.sub li a 
{
	display:block; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	height:20px; 
	width:169px; /*width of highlighted link on drop down*/
	line-height:20px; 
	text-indent:8px; 
	color:#000; 
	text-decoration:none;
}

.menu :hover ul.sub li a:hover 
{
	background:url(../images/nav-light-2.gif);
}

.menu :hover ul :hover ul 
{
	white-space:nowrap; 
	width:150px; 
	z-index:200; 
	height:auto;
}




/* THIS IS THE CODE FOR THE SERVICES MENU*/
.nav 
{
	
	 
	padding:1% 0 0 25%; /*moves the position of the entire menu*/
	margin-left: 56px; /*56px; controls the size of the menu background*/
	margin-top: 30px;
	list-style: none; 
	width: 130px;
	background:url(../images/BUTTON.gif) repeat-x; /* dark gray background */
	white-space:nowrap; 
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#000;
	text-align: center;
	
}


.nav li.down 
{
	display: block;  
	margin-left: -75px;	
}


.nav li a.down_link 
{
	 /*causing menu to jump on mouse hover*/
	height:60px;
	margin: 0;
	line-height: 24px; /*moves postion of text*/ 
	text-decoration: none;
	color:#000; 
	cursor:pointer;
	position: relative;
	
}


.nav li a.down_link span /*changes size of the link rectangles */
{
	
	border: outset;
	display:block; 
	padding: 5px 10px 8px 10px; 
	height:20px;
	width: 180px;
	/*margin-left: 12px;*/
	margin-top:-3px; /*increases or decreases space between links */
	
}



/*SHOWS IMAGE DURING MOUSE HOVER*/
.nav li:hover > a.down_link 
{
	 
	background: url(../images/BUTTON-3.gif);  /*light gray hover image */
	/*margin-left: 1px;*/
	/*padding:1px 5px 10px 194px; */
	height: 38px; /*changes height of hover image */
	width: 202px;
	display: block;
	
	
	
}


