html 
{
	width:100%;
	height:100%;
	
	background:url('../images/bg.jpg') fixed, repeat;
}

body 
{
	width:100%;
	
	padding:0;
	margin:0;

	font:16px Segoe UI, Tahoma, Verdana, sans-serif;
	color:#333;
}

div.header
{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0px;
	height: 100px;
	/*line-height: 100px;*/
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	/*background-color: #FFFFFF;*/
    /*box-shadow: 10px 0px 20px #FFFFFF;*/
}

span.title
{ 
	padding: 0px;
	margin: 0px;
	display: inline-block;
	color: #ff7f2a;
	font-variant: small-caps;
	/*vertical-align: middle;*/
	font-size: 50px;
	height: 50px;
    text-shadow: 0px 0px 2px #666;
}

span.slogan
{
	padding: 0px;
	margin: 0px;
	color: #333;
	font-variant: small-caps;
	font-size: 10px;
	height: 10px;
	font-weight: bold;
	letter-spacing: 7px;
}

div.links {
	padding: 0px;
	background-color: rgba(255,127,41,0.75);
}

div.links:after,div.links:before
{
	clear:both;
}

div.links div {
	position: relative;
	vertical-align: middle;
	text-align: center;
	height: 20px;
	margin: 5px auto 15px auto;
	padding: 0;
	float: left;
}

div.links a {
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
	text-height: 20px;
}

div.links a:hover {
	font-weight: bold;
}

div.content
{
	margin: 0 auto 30px auto;
	padding: 10px;
	max-width: 1560px;
}

div.content a
{
	color:#333;
	text-decoration: none;
}

/*div.content a:hover
{
	font-style: italic;
}*/

div.highlight
{
	position:relative;
	border: 1px dotted #333;
	margin: 15px 5px 15px 5px;
	padding: 10px;
}

div.highlight:before,div.highlight:before
{
	display:table;
	content:" "
}

div.highlight:after
{
	clear:both;
}

div.content_left:after,div.content_right:after
{
	clear:both;
}

div.title
{
	position:relative;
	min-height:1px;
    width:100%;
}

div.row
{
	width: 100%;
	margin: 0;
	padding: 0;
}

div.imagebox
{
	margin: 10px 1% 10px 1%;
	padding: 0px;
	background-color: rgba(255,255,255,0.25);
	min-width: 200px;
	height: 100px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
}

div.imagebox:hover
{
	background-color: rgba(255,127,41,0.25);
}

@media (max-width:530px)
{
	div.imagebox
	{
		width:98%;
	}
	div.content_left, div.content_right
	{
		float: none; 
	}
	div.links { height: 120px; }
	div.links div { width: 50%; }
}
@media (min-width:530px)
{
	div.content
	{
		margin: 0 30px 30px 30px;
		padding: 30px 0 0 0;
	}
	div.imagebox { width:48%; }
	div.links div { width:33.333333333%; }
	div.links { height: 80px; }
}

@media (min-width:810px)
{
	div.imagebox { width:31.333333333%; }
	div.content
	{
		margin: 0 auto 30px auto;
		padding: 30px;
	}
	div.links div { width:16.66666666%; }
	div.links { height: 40px; }
}
@media (min-width:1620px)
{
	div.imagebox
	{
		width:14.666666666%;
	}
}


div.imagebox img
{
	height: 60px;
	margin: 5px;
}

div.imagebox span
{
	font-size: 15px;
}

div.highlight br
{
	clear: both;
}

div.content_left
{
	background-color: rgba(255,255,255,0.3);
	margin: 0 30px 15px 0px;
	padding: 10px 30px 10px 30px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.content_right
{
	background-color: rgba(255,255,255,0.3);
	margin: 0 0px 15px 30px;
	padding: 10px 30px 10px 30px;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.copy
{
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
	font-size: 12px;
	background-color: rgba(255,255,255,0.5);
}

h1
{
	margin-top: 0;
	margin-bottom: 5px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 35px;
}

h2
{
	margin-top: 0;
	margin-bottom: 20px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 30px;
}

h6
{
	margin-top: -10px;
	margin-bottom: 5px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
}

hr
{
	color: #000000;
	margin: 0 -10px 15px -10px;
}