@import url('Elements.css');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900&subset=latin-ext');

html, body
{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	
	min-width: 1250px;
	
	margin: 0;
	padding: 0;
	
	color: #484848;
}
a
{
	color: inherit;
	text-decoration: none;
}
a img
{
	border: none;
}
h1,h2,h3,h4
{
	color: black;
}
h1,h2
{
	font-variant: small-caps;
}
h5,p
{
	font-weight: inherit;
	font-size: inherit;
	margin: 0px;
}
table
{
	border-collapse: collapse;
}


.Orange
{
	color: #FA7821;
}
.Black
{
	color: black;
}







header
{
	color: white;
	
	height: 60px;
	background-color: #0E0E0E;
	border-bottom: solid 2px #F07320;
}
#HeaderLinks a
{
	display: inline-block;
	text-decoration: none;
	line-height: 60px;
	margin-right: 35px;
}
#HeaderLinks a.This
{
	background: url('selected_page.png') center bottom no-repeat;
}
#HeaderLinks a:hover
{
	text-decoration: underline;
}

table#HeaderLoginUser
{
	margin-top: 10px;
	padding: 0px;
	float: left;
}

table#HeaderLoginUser td
{
	white-space: nowrap;
	overflow: hidden;
	max-width: 200px;
}


main
{
	clear: both;
	background: url('background.jpg') repeat-x;
}
#Content
{
	width: 1140px;
	background-color: white;
	padding: 30px;
	overflow: hidden;
	min-height: 838px;
}
div.ContentTitle
{
	margin-bottom: 50px;
}
div.ContentTitle h1
{
	font-size: 21px;
	margin: 2px 0px;
}
div.ContentTitle h1:nth-child(2)
{
	color: #FA7821;
}

nav.ContentTitle
{
	margin-bottom: 50px;
}
nav.ContentTitle h1
{
	margin: 2px 0px;
	color: #FA7821;
}
nav.ContentTitle h1.Navigation
{
	color: grey;
}
nav.ContentTitle h1.Navigation span
{
	color: black;
}
nav.ContentTitle h1.Navigation a:hover
{
	text-decoration: underline;
}

div.MainContent
{
	float: left;
	width: 845px;
}
main h2
{
	border-bottom: solid 2px #FA7821;
}
aside.MainContent
{
	float: right;
	width: 280px;
}
aside.MainContent > div
{
	margin: 25px 0px;
}

aside.MainContent h4
{
	font-weight: bold;
	padding: 10px 0px;
	border-bottom: solid 2px #DFDFDF;
}



footer div.Links
{
	background-color: #151515;
	padding: 50px 0px;
}
footer div.Links table
{	
	width: 1200px;
	height: 300px;
	table-layout: fixed;
	margin: auto;
	padding: 0;
}
footer div.Links table td
{
	vertical-align: top;
	margin: 0;
	padding: 25px 50px;
	color: #8D8D8D;
	line-height: 24px;
	border-left: solid 1px #262626;
}
footer div.Links table td:first-child
{
	border-left: none;
}
footer div.Links table td ul
{
	list-style-type: square;
	margin-top: 0;
	margin-bottom: 0;
}
footer div.Links table td a
{
	text-decoration: underline;
	display: block;
}
footer div.Links table td.Links a
{
	display: block;
}
footer div.Copyright
{
	height: 100px;
	padding-top: 50px;
	background-color: #0C0C0C;
	font-size: small;
	color: grey;
	text-align: center;
}
div.ContentWidth
{
	width: 1200px;
	margin: auto;
}
