@charset "utf-8";
/* CSS Document: this file controls the Contact Us Page */

h1 {
	color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin-left: 0px;
	font-weight: lighter;
	font-size: 18px;
	white-space-collapse: 1px;	
}


h2 {
	color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin-left: 0px;
	font-weight: lighter;
	font-size:36px;
}

h3 {
	color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 68px;
	text-align: center;
	font-weight: 100;
	margin-left: 0px;
	line-height:4px;
}




.leftcolumn
	{
	float: left;
	clear: left;
	padding-top: 35px;
	margin-left: 160px;
	width: 199px;
	height: 100px;		/*border: red 1px solid;*/
	}

.middlecolumn
	{
	float: left;
	clear: right;
	padding-top: 35px;
	margin-left: 20px;
	width: 199px;
	height: 100px;		/*border: green 1px solid;*/
	}
	
	
.line
	{
		float: left;
		clear: right;/**/
		margin-left: 20px;
		width: 2px;
		height:157px;
		background-image:url(../images/vertical_line_4_contactUs.gif);
	}	

.rightcolumn
	{
	float: left;
	clear: right;
	padding-top: 35px;
	margin-left: 20px;
	width: 199px;
	height: 100px;		/*border: blue 1px solid;*/
	}
	
.widecolumn
	{
	float: left;
	clear: both;
	margin-top: 160px;
	margin-left: 497px;
	width: 350px;
	height: auto;		/*border: red 1px solid;*/		
	}	
	
	.spacer
	{
	float: left;
	clear: both;
	margin-top: 0px;
	margin-left: 0px;
	width: 1000px;
	height: 190px;
	padding-bottom: 33px;		/*border: red 1px solid;*/
	}	
	
	
	
p 
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #151515;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	text-align: center;
}	
