.center-wrap {
	float:right;
	position:relative;
	left:-50%;
}

.center-content {
	position:relative;
	left:50%;
}

.cleardiv {
	clear: both;
}

.clear {
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6, b {
	font-weight: bold;
}

body {
	background: #fff url(../images/layout/header_bg_tile.png) repeat-x center top;
}

#header {
	background: url(../images/layout/header_bg_fixed.jpg) no-repeat center top;
	height: 80px;
}

#logo {
	background: url(../images/layout/logo.png) no-repeat center top;
	display: block;
	float: left;
	font-size: 1px;
	height: 27px;
	margin-top: 30px;
	text-indent: -9999px;
	width: 186px;
}

#nav {
	float: right;
	margin-top: 35px;
}

#nav li {
	float: left;
	list-style: none;
	margin-left: 30px;
}

#nav a {
	color: #eeeff1;
	font: normal 16px "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 -2px 1px #3c4651;
}

#nav a:hover {
	text-decoration: underline;
}

.button_primary {
	background: #9d9d9d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkOWQ5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzgxODE4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNjE2MTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #9d9d9d 0%, #818181 50%, #666666 51%, #161616 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d9d9d), color-stop(50%,#818181), color-stop(51%,#666666), color-stop(100%,#161616));
	background: -webkit-linear-gradient(top,  #9d9d9d 0%,#818181 50%,#666666 51%,#161616 100%);
	background: -o-linear-gradient(top,  #9d9d9d 0%,#818181 50%,#666666 51%,#161616 100%);
	background: -ms-linear-gradient(top,  #9d9d9d 0%,#818181 50%,#666666 51%,#161616 100%);
	background: linear-gradient(top,  #9d9d9d 0%,#818181 50%,#666666 51%,#161616 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#161616',GradientType=0 );
	border-radius: 5px;
	box-shadow: 0 3px 7px #999;
	color: #eeeff1 !important;
	display: block;
	float: left;
	font: normal 20px "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	text-decoration: none;
	text-shadow: 0 -2px 1px #666;
	text-transform: uppercase;
}	

.button_secondary {
	background: #dfeef5;
	border-radius: 7px;
	color: #2672AA;
	display: block;
	float: left;
	font: normal 20px "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	margin-top: 4px;
	padding: 6px 16px;
	text-decoration: none;
	text-transform: lowercase;
}

.row {
	max-width: 1000px;
}

.feature {
	background: url(../images/layout/large_panel_bg.jpg) repeat-y center top;
}

.feature h1 {
	color: #6cf;
	font: normal 38px "Proxima Nova Rg", Arial, Helvetica, sans-serif;
	line-height: 115%;
	margin: 30px 0;
}

.feature h3 {
	color: #f63;
	font: bold 25px  "Proxima Nova Rg", Arial, Helvetica, sans-serif;
	line-height: 145%;
	max-width: 610px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 25px;
}

.content h2 {
	color: #036;
	border-bottom: 1px solid #ccc;
	font :bold 18px  "Proxima Nova Rg", Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.content p {
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 20px;
}

.content a {
	color: #09f;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content h3 {
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 5px;
}

#footer {
	background: #f4f4f4 url(../images/layout/footer_bg.png) repeat-x;
	margin-top: 25px;
	padding-bottom: 40px;
	padding-top: 25px;
}

#footer p, #footer ul {
	margin-bottom: 10px;
}

#footer p, #footer li a, #footer p a {
	color: #666;
	font-family: "Proxima Nova Rg", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
}

#footer h2, #footer h2 a {
	color: #8698AA;
	font: normal 14px "Proxima Nova Th", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-decoration: none;
}

a.learnmore_link {
	background: url(../images/layout/arrow_button_bg.png) no-repeat left top;
	color: #fff;
	display: block;
	float: left;
	font: bold 13px Arial, Helvetica, sans-serif;
	height: 24px;
	padding: 3px 20px 0 10px;
	position: relative;
}

a.learnmore_link span {
	background: url(../images/layout/arrow_button_bg.png) no-repeat right top;
	display: block;
	height: 27px;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
}
