@import url("maintech_element_breadcrumb.css");
@import url("maintech_element_footer.css");

/* ---- [ html adjustments (alphabetical) ] ------------------------------------------------------- */
a {
	text-decoration: none;
	color: #E37F1C;	
}

a:hover {
	text-decoration: underline;	
}

a.smallLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;	
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url("../img/common_background.png");
	background-repeat: repeat-x;
}

div.columnWrapper {
	clear: both;
}

h1 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.2;
	color: #1D479A;	
}

h1.next {
	margin-top: 60px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	color: #1D479A;
}

h2.next {
	margin-top: 30px;	
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	color: #656E54;
}

p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	color: #555555;	
}

p.abstract {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #656E54;		
}

p.intro {
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	color: #656E54;	
}

p.links {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 1px;	
}

p.citation {
	margin-top: 14px;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;		
}

p.quote {
	margin: 20px 0px 8px 0px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

p.quoteCaption {
	margin: 0px 0px 8px 0px;
	font-size: 11px;	
}

p.small {
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;	
}

p.small_link {
	margin: 0px;
	font-size: 10px;
	font-weight: normal;	
}

span.inlineHeadline {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	color: #343434;	
}




/* ----[ generic ]------------------------------------------------------------------------------ */
.noMargin {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}




/* ---- [ common ]------------------------------------------------------------------------------ */
div#mainSuperWrapper {
	
}

div#mainWrapper {
	width: 945px;
	margin: 0px auto;
}

div#googleAnalytics {
	clear: both;
}

div.keyline {
	clear: both;
	margin-left: 7px;
	height: 2px;
	background-color: #BFBFBF;
}

div.columnA {
	float: left;
	width: 370px;
	margin: 0px 0px 0px 13px;
}
div.columnB {
	float: right;
	width: 270px;
	margin-left: 10px;
}

div.header {
	
}

div.commonContent {
	float: left;
	width: 945px;
	background-color: #FFF;
	background-image: url(../img/layout_keyline_background.png);
	background-repeat: repeat-y;
}

div.contentWrapper {
	float: left;
	width: 700px;
	margin: 50px 0px 0px 0px;
}

div.gutter {
	clear: both;
	float: left;
	width: 34px;	
}


