@charset "utf-8";

/*------------------------------------------

	Generic

------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
html{
	height: 100%;			/* Footer @ Window Bottom */
}
body{
	font-family: Helvetica, Arial, sans-serif;
	color: #5a5b5e;
	font-size: 15px;
	background: #fff;
	height: 100%;			/* Footer @ Window Bottom */
}
p{
	padding-bottom: 18px;
	line-height: 17px;
}
h1{
	display: none;
}
h2{
	color: #5a5b5e;
	font-size: 15px;
	padding-bottom: 10px;
}
a{
	color: #908f94;
	text-decoration: none;
}
a:hover{
	color: #5b5a5a;
	text-decoration: underline;
}
.highLight{
	font-weight: bold;
	color: #5a5b5e;
	font-size: 15px;
}
.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/*------------------------------------------

	Lay Out

------------------------------------------*/
.fixedWidth{
	width: 956px;
	margin: 0 auto;
}
.wrapper{
	min-height: 100%;		/* Footer @ Window Bottom */
}
header{
	height: 144px;
	padding-top: 34px;
}
	.logo{
		display: block;
		float: left;
		width: 670px;
		height: 100px;
		padding: 44px 0 0 13px;
		background: #908f94;
	}
		.logo img{
			width: 280px;
			height: 50px;
		}
	.vcard{
		float: right;
		border: 1px solid #8b8d91;
		width: 248px;
		height: 126px;
		padding: 8px;
		font-size: 11px;
		color: #9c9da1;
	}
		.vcard h3{
			font-size: 14px;
			padding-bottom: 5px;
		}
		.vcard .adr{
			padding-bottom: 10px;
		}
		.vcard .label{
			display: inline-block;
			width: 90px;
		}
		
.contentArea{
	padding-bottom: 100px;	/* Footer @ Window Bottom (38 spacing + 62 footer height) */
}
	.leftColumn{
		float: left;
		width: 163px;
		margin: 0 19px 0 0;
	}
	.home .leftColumn{
		width: 683px;
		margin: 0 7px 0 0;
	}
	
	.centerColumn{
		float: left;
		width: 479px;
		margin: 0 29px 0 0;
	}
	.home .centerColumn{
		display: none;
	}
		.centerColumn ul{
			padding-bottom: 18px;
		}
			.centerColumn ul li{
				line-height: 17px;
				padding: 0 0 5px 67px;
				background: url('../img/bullet.png') no-repeat 25px 7px;
			}
		.centerColumn .quote,
		.centerColumn .author{
			font-style: italic;
		}
	
	
	.rightColumn{
		float: left;
		width: 266px;
	}
		.rightColumn .quote{
			line-height: 40px;
			text-align: right;
			padding-top: 88px;
			color: #908f94;
			font-size: 22px;
		}
		.rightColumn .author{
			text-transform: uppercase;
			text-align: right;
			padding-top: 30px;
			color: #908f94;
			font-weight: bold;
			font-size: 13px;
		}
footer{
	height: 62px;			/* Footer @ Window Bottom */
	margin-top: -62px;		/* Footer @ Window Bottom */
}
	footer .fixedWidth{
		text-align: center;
	}
		footer a{
			font-size: 12px;
			margin-top: 25px;
			color: #6e6f72;
		}

/*------------------------------------------

	Widget Menu

------------------------------------------*/
.menu{
	height: 67px;
}
	.menu li{
		float: left;
	}
		.menu li a{
			display: inline-block;
			font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
			font-size: 22px;
			color: #9c9d9e;
			padding: 14px 38px 0 0;
		}
		.menu li.current a{
			color: #e6007b;
		}
/*------------------------------------------

	Form

------------------------------------------*/
label span{
	display: inline-block;
	font-size: 13px;
	width: 200px;
	padding: 2px 0;
	margin: 3px 0;
}
	label span span{
		display: inline;
		color: #ccc;
	}
label.check input{
	float: left;
	margin: 10px 0 10px 205px;
}
label.check span{
	font-size: 15px;
	line-height: 17px;
	width: 230px;
	padding: 2px 10px 20px 10px;
}
label.check a{
	text-decoration: underline;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"]{
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	width: 250px;
	padding: 2px 5px;
	margin: 3px 0;
	border: 2px solid #87878c;
}
button{
	display: inline-block;
	background: #87878c;
	color: #fff;
	padding: 5px 20px;
	margin: 3px 0 3px 204px;
	
}

.has-logo{
	position: relative;
}
	.has-logo img{
		position: absolute;
		top: 0;
		left: 500px;
	}