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


/*__________________________________________________CONTACT PAGE________________________________________________*/
		
	body {
		
	
		}
	#wrapper {
		width: 655px;
		height: auto;
		margin: 0px auto;
		margin-top:150px;
		}
		
	#contacttopborder {
		width: 655px;
		height: 15px;
		background-image:url(images/box2_03.gif);
		background-repeat:no-repeat;
		}
		
	#contactpixel {
		background-image:url(images/box2_06.gif); /*I need a conditional style sheet for IE6*/
		background-repeat:repeat-y;
		margin-top: 0px;
		margin-bottom: 0px;
		height:400px;
		width: 655px;
		
		}
		
	#contacttitle {
		margin-left:15px;
		}
		
	#contactcontent {
		margin-left:10px;
		margin-top:0px;
		margin-bottom:0px;
		width:640px;
		height:380px;
		}
		
	#contactleft {
		width:400px;
		height:290px;
		float:left;
		margin-top:30px;
		margin-left:10px;
		}
		
	#box {
		margin-top:20px;
		margin-left:50px;
		}
		
	#pdf {
		margin-top: 50px;
		margin-left:60px;
		}
	
	#contactright {
		width:200px;
		height:290px;
		float:left;
		margin-top:30px;
		}
		
	#fb {
		margin-top: 20px;
		margin-left: 15px;
		}
	
	#link {
		margin-top: 40px;
		margin-left: 15px;
		}
		
	#twit {
		margin-top: 40px;
		margin-left: 15px;
		}
		
	/*.content {
		width:535px;
		height:410px;
		padding:25px 0 0 50px;
		line-height:24px;
		}

	.content a {
		color:#58b7dd;
		}*/
		
	#contactnav {
		margin-top: 300px;
		clear:both;
		margin-left:0px;
		position:relative;
		height: 50px;
		}
		
	.homenav {
		position:absolute;
		top:5px;
		left: 60px;
		}
		
	.aboutnav {
		position:absolute;
		top:5px;
		left:167px;
		}
		
	.portfolionav {
		position:absolute;
		top:5px;
		left: 274px;
		}
		
	.servicesnav {
		position:absolute;
		top:5px;
		left:391px;
		}
		
		
	.contactnav {
		position:absolute;
		top:5px;
		left:498px;
		}
	
	
	#contactbottomborder {
		width: 655px;
		height: 16px;
		background-image:url(images/box2_08.gif);
		background-repeat:no-repeat;
		}
