/* Internal content Styles*/

#internal-content{
	width: 749px;
	height: 240px;
	padding: 13px 16px 4px 15px;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	background-color: #F4F4F4;
	position:relative;
}
#bottom-shadow{
	width: 780px;
	height: 5px;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: 6px -290px;
	background-color: #F4F4F4;
}

.internal #header{
	padding-bottom: 5px;
}
.internal #bottom-menu{
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	
}
#top-footer{
	position: relative;
	background-color: #f4f4f4;
	height: 34px;
	display: block;
	z-index:1;
}
#number-nav{
	width: 300px; 
	height: 18px;
	margin-left: 15px;
	padding-top: 10px;
}
	#number-nav li{
		list-style: none;
		float: left;
		display: block;
		width: 13px;
		height: 13px;
		margin: 0 2px 0 2px;
		border: 1px solid #58595b;
		padding: 1px;
		text-align: center;
	}
	
	
	
	#number-nav li a{
		font-size: 11px;
		width: 13px;
		height: 13px;
		display: block;
		background-color: #58595b;
		color: #fff;
		text-decoration: none;
		font-weight: 800;
	}
	#number-nav li a:hover{
		text-decoration: underline;
		background-color: #f4f4f4;
		color: #000;
		font-weight: 800;
	}
	
	#number-nav li a.active{
		background-color: #f4f4f4;
		color: #000;
		font-weight: 800;
	}
	
	
	#number-nav .noborder,#number-nav  .noborder a{
		display: inline;
		border: none;
		background-color: transparent;
		padding-top: 3px;
	}
	
	#number-nav .noborder, #number-nav  .noborder a{
		display: inline;
		border: none;
		background-color: transparent;
		padding-top: 3px;
		
	}
	
	#number-nav .gallery-link, #number-nav  .gallery-link a{
		display: inline;
		border: none;
		background-color: transparent;
		padding-top: 3px;
		
	}

#contactus-button{
	position: absolute;
	right: 10px;
	top: 5px;
	
}

/*Styles for the Floating div that contains most of the content */

#content-floater_wrapper{
	position: absolute;
	left: 150px;
	width: 500px;
	height:350px;
	background-color: transparent;
	z-index: 20;
	color: #fff;/*
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;*/
} 
#project-gallery-link{
position: relative;
	z-index: 3;
}


#content-body{
	position: relative;
	left:136px;
	top:0;
	display: block;
	width: 297px;
	height: 248px;
	padding: 27px;
	color: #595959;
	background-color: #f4f4f4;
	overflow: auto;
	word-spacing: 1px;
	letter-spacing: 1px;
	z-index:21;
}

	#content-body h1,
	#internal-content #leftcontainer h1{
	font-size: 20px;
	font-family: Georgia;
	font-weight: 800;
	color:#003366;
	}
	
	#content-body h2{
	color:#595959;
	margin-bottom: 3px;
	font-size: 15px;
	font-family: Georgia;
	}
	#content-body h3{
	color:#f4f4f4;
	margin-bottom: 3px;
	font-size: 15px;
	font-family: Georgia;
	}

.dashed-seperator{
	margin: 15px 0 15px 0;
}

.vendorcat{
	color:#595959;
	font-size: 12px;
}

#copyright{
margin-top: 20px;
	text-align: center;
}
 #copyright a{
	text-decoration:underline;
	color:#fff;
 }
 #copyright a:hover{
	text-decoration:none;
	color:#fff;
 }
#content-body ul{
  margin-left:13px;
  margin-top:0px;
  margin-bottom:10px;
}

#content-body li{
	list-style-image: url(../images/arrow-list.gif);
	list-style-position: outside;
	margin-left:2px;
	margin-top:2px;

}


#content-body-footer{
	position: relative;
	left:136px;
}
	#content-body li a{
		font-size: 11px;
		width: 13px;
		height: 13px;
		color: #292c72;
		text-decoration: underline;
		font-weight: 800;
	}
	#content-body li a:hover{
		text-decoration: none;
		color: #292c72;
	}
	
	#content-body li a.active{
		color: #292c72;
	}
	#content-body a{
		font-size: 11px;
		width: 13px;
		height: 13px;
		color: #292c72;
		text-decoration: none;
		font-weight: 800;
	}
	#content-body a:hover{
		text-decoration: underline;
		color: #292c72;
	}
	
	#content-body a.active{
		color: #292c72;
	}
/*
 These classes ALWAYS need to be at the bottom
 
 */
#number-nav .inactiveImgLink{

	background-color: #58595b;
	color: #fff;
	font-weight: 800;
}


#number-nav .activeImgLink{
	background-color: #f4f4f4;
	color: #000;
	font-weight: 800;
}



/*Form Styles For Contact us page*/
#contactustest table td{
	padding:0 0 5px 0;
}
#contactustest #internal-content{
	overflow:hidden;
	height:auto;
	background-image: url(../images/shadow-reapeat.gif);
	background-repeat:repeat-y;
	padding-bottom:10px;
}
#contactustest #leftcontainer,
#contactustest #rightcontainer{
	float:left;
	width:300px;
	margin:10px 0 0 10px;
}
#contactustest #rightcontainer{
	width:400px;
}
#contactustest #internal-content input{
	height:20px;
	width:200px;
}
#contactustest #submitBtn{
	display:block;
	margin-top:5px;
	width:60px;
	height:23px;
	font-weight:bold;
	color:#ffffff;
	background-color:#cccccc;
	border:none;
}
#form-contact-us label{
	display: block;
	font-weight: 800;
	font-family: "Times New Roman";
}

