@charset "utf-8";
/* Linc Integrated Marketing */

/* Global Whitespace Reset */
* {  
	vertical-align: baseline;  
	font-family: inherit;  
	font-style: inherit;  
	font-size: 100%;  
	border: none;  
	padding: 0;  
	margin: 0; 
	}   
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {  
	margin: 20px 0;  
	}  
li, dd, blockquote {  
	margin-left: 40px;  
	}  
table {  
	border-collapse: collapse;  
	border-spacing: 0;  
	}

/* General Styles */
body {
	width: 100%;
	text-align: center;
	background-color: #fff;
	}
.clearout {
	height: 1px;
	width: 100%;
	clear: both;
	}
	
/* Links */ 
a:link { 
	text-decoration: underline;
	}
a:visited { 
	text-decoration: none;
	}
a:hover { 
	text-decoration: none;
	}
a:active { 
	text-decoration: none;
	}
	
/* Text styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	line-height: 22px;
	color: #a9a9a9;
	margin: 0;
	}
body a:link, body a:hover, body a:active, body a:visited {
	color: #a9a9a9;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	line-height: 22px;
	color: #a9a9a9;
	margin: 0;
	}
p a:link, P a:hover, P a:active, P a:visited {
	color: #a9a9a9;
	text-decoration: underline;
	}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: lighter;
	color: #c0c0c0;
	margin: 0;
	margin-bottom: -15px;
	padding-bottom: -10px;
	letter-spacing: -10 px;
	}
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	line-height: 45px;
	color: #e2e53b;
	margin: 0;
	display: inline;
	}
H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #a9a9a9;
	margin: 0;
	font-style: italic;
	line-height: 35px;
	display: inline;
	}
.Navigation_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #cfcdcd;
	margin: 0;
	padding-top: -10px;
	}
.Navigation_Text a:link, .Navigation_Text a:hover, .Navigation_Text a:active, .Navigation_Text a:visited {
	color: #cfcdcd;
	text-decoration: none;
	}
.Quote {
	color: #dcdbdb;
	font-size: 20px;
	line-height: 28px;
	}
.Quote a:link, .Quote a:hover, .Quote a:active, .Quote a:visited {
	color: #dcdbdb;
	text-decoration: none;
	}
.Name {
	font-size: 12px;
	}
.Green_text {
	color: #e2e53b;
	}
.Green_text a:link, .Green_text a:hover, .Green_text a:active, .Green_text a:visited {
	color: #e2e53b;
	text-decoration: none;
	}
.Darker {
	color: #919090;
	}
Strong {
	font-weight: lighter;
	color: #6a6868;
	}
	
/* Layout */
#Wrapper {
	width: 800px;
	height: 100%;
	margin: auto;
	}
#Header {
	width: 100%;
	text-align: left;
	padding-top: 30px;
	}
#Intro {
	width: 100%;
	text-align: left;
	padding-top: 45px;
	padding-bottom: 25px;
	}
.TwoColumn_Left {
	width: 360px;
	padding: 25px 35px 25px 0px;
	float: left;
	text-align: justify;
	}
.TwoColumn_Right {
	width: 360px;
	padding: 25px 0px 25px 35px;
	float: left;
	text-align: justify;
	}
.Small_Column_Left {
	width: 175px;
	float: left;
	text-align: left;
	padding: 0px 25px 20px 0px;
	}
.Large_Column_Right {
	width: 570px;
	float: right;
	text-align: left;
	padding: 0px 0px 20px 25px;
	}
.Small_Column_Right {
	width: 220px;
	float: right;
	text-align: left;
	padding: 25px 0px 20px 25px;
	}
.Large_Column_Left {
	width: 525px;
	float: left;
	text-align: left;
	padding: 25px 25px 20px 0px;
	}
.ThreeColumn_Left {
	width: 250px;
	padding: 25px 25px 25px 0px;
	float: left;
	text-align: justify;
	}
.ThreeColumn_Middle {
	width: 250px;
	padding: 25px 25px 25px 0px;
	float: left;
	text-align: justify;
	}
.ThreeColumn_Right {
	width: 250px;
	padding: 25px 0px 25px 0px;
	float: left;
	text-align: justify;
	}
.Column_1 {
	width: 120px;
	padding: 25px 25px 25px 0px;
	float: left;
	text-align: left;
	}
.Column_2 {
	width: 260px;
	padding: 25px 25px 25px 0px;
	text-align: left;
	float: left;
	}
.Column_3 {
	width: 340px;
	padding: 25px 25px 25px 0px;
	float: left;
	text-align: left;
	}
.Full_Column {
	width: 100%;
	text-align: left;
	padding: 25px 0px 25px 0px;
	}
.Title {
	width: 100%;
	padding: 25px 0px 15px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #919090;
	text-align: left;
	}
#Footer {
	width: 100%;
	text-align: center;
	clear: both;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bdbbbb;
	}
	
hr { width: 100%; height: 1px; color: #a9a9a9; border: none; clear:both; } /* For Internet Explorer */
html>body hr { width: 100%; height: 1px; background-color: #a9a9a9; border: none; clear:both; } /* For Gecko-based browsers */
html>body hr { width: 100%; height: 1px; background-color: #a9a9a9; border: 0px solid #a9a9a9; clear:both; } /* For Opera and Gecko-based browsers */