﻿/* -------------------------------------------------------------------------------------------------------- */
/* Begin Layout */
html
{
	width:100%;
	height:100%;
	min-height:100%;
}

body
{
	width:100%;
	height:100%;
	min-height:100%;	

	background-color:#000000;
}

#wrapper
{
	position:relative;

	width:1000px;

	height:auto !important;
	height:100%;
	min-height:100%;

	margin:0px auto;
	padding:0px;
	
	background:#322D2B url(../Media/Layout/Background_01.jpg) no-repeat;
}

#header
{
	overflow:hidden;

	width:940px;
	
	height:111px;

	margin:0px 30px 0px 30px;
	
	padding:0px 0px 0px 0px;
}

#logo
{
	float:left;
	
	display:inline;
	
	margin:0px 0px 0px 0px;
}

#headernavigation
{
	float:right;
	
	display:inline;
	
	margin:0px 0px 0px 0px;
}

#content
{	
	overflow:hidden;

	width:940px;
	
	height:auto;

	margin:0px 30px 0px 30px;
	
	padding:0px 0px 90px 0px;
}

#left
{		
	float:left;

	display:inline;
	
	width:627px;
	
	height:auto !important;
	min-height:228px;	
		
	padding:0px 0px 0px 0px;
	
	margin:0px 0px 0px 0px;
	
	background-color:#322D2B;
}

#right
{
	position:relative;
	
	width:310px;
	
	height:auto !important;
	min-height:228px;

	margin:0px 0px 0px 627px;

	padding:0px 0px 0px 0px;
}

#navigation
{
	overflow:hidden;
	
	height:60px;
	
	margin:0px 30px 0px 30px;
	
	background:#24211D url(../Media/Layout/Background_Navigation_01.jpg) no-repeat;
}

#service, #include
{
	width:270px;
		
	padding:20px 20px 20px 20px;
}

#service
{
	background-color:#4A4A4A;
	
	margin:0px 0px 0px 0px;
}

#include
{
	margin:40px 0px 0px 0px;	
}

#footer
{
	position:absolute;
	
	overflow:hidden;
	
	width:940px;
	
	height:40px;
	
	left:30px;
	
	bottom:0px;
	
	padding:10px 0px 0px 0px;
	
	background-color:#716F6E;
}

#footer span
{
	float:left;
	
	margin:10px 0px 0px 10px;
}

.clear
{
	clear:both;
}

#service iframe
{
	width:270px;
	
	height:140px;
}
/* End Layout */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Navigation */
#navigation
{
}

#subnavigation
{
}

#navigation ul
{
	margin:0px 0px 0px 0px;
	
	padding:0px 0px 0px 20px;
}

#navigation ul li
{
	display: inline;
}

#navigation ul li a
{	
	float:left;

	margin-right:20px;

	padding:23px 0px 25px 20px;	
	
	background-image:url(../Media/Layout/Navigation_Seperator_Off_01.jpg);
	background-repeat:no-repeat;
	background-position: 0 50%;
}

#navigation ul li a:hover, #navigation ul li a.active
{	
	background-image:url(../Media/Layout/Navigation_Seperator_On_01.jpg);
}

#right ul
{
	height: 218px;

	margin:10px 0px 40px 0px;
	padding:0px 0px 0px 0px;

	list-style-type:none;
}

#right ul li a
{
	display:block;
	
	width:180px;
	
	padding:5px 0px 5px 30px;

	background-image: url(../Media/Layout/Subnavigation_arrow_01.jpg);
	background-position: 0px 50%;
	background-repeat: no-repeat;	
}

#right ul li a.active
{
	font-weight: bold;
}


#navigation ul li a, #right ul li a
{
	font-size:9pt;
	text-decoration:none;
	text-transform:uppercase;

	color:#FFFFFF;
}

#headernavigation ul
{	
	margin:0px 7px 0px 0px;
	padding:0px 0px 0px 0px;
}

#headernavigation ul li
{
	display:inline;
   
	margin:0px 0px 0px 0px;
}

#headernavigation ul li a
{
	float:left;

	margin-right:20px;

	padding:22px 0px 0px 20px;

	font-size:8pt;
	
	text-decoration:none;
	
	color:#FFFFFF;
	
	background-image:url(../Media/Layout/Header_Navigation_Seperator_off_01.gif);
	background-repeat:no-repeat;
	background-position: 0 50%;
}
/* End Navigation */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Typography */
body
{
	font-family: "Trebuchet MS", Verdana;
	
	color:#EBEBEB;		
}

h1
{
	margin:0px 0px 20px 0px;
	
	color:#FFFFFF;
	
	text-transform:uppercase;

	font-size:17pt;
	
	font-weight:normal;
}

h2
{
	margin:0px 0px 20px 0px;
	
	color:#0374C0;

	font-size:12pt;
	
	font-weight:normal;
}

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;
}

a
{
	color:#0374C0;	
}

ul
{
	list-style-type:disc;
	margin-left: 0;
	padding-left: 30px;
}

ol
{
	list-style-type:decimal;
	margin-left: 0;
	padding-left: 20px;
}

hr
{
	border: 0px;
	border-top: solid 1px #EBEBEB;
	border-bottom: transparent;
}

#content, #right, #service, #include
{
	font-size:9pt;
	line-height:18px;
}

#footer, #footer a
{
	font-size:8pt;
	
	line-height:16px;	
	
	color:#FFFFFF;
}

#service h2 span, #include h2 span
{
	color:#EBEBEB;
	
	font-size:17pt;
	
	text-transform:uppercase;
}

#include .contents
{
	padding:0px 0px 0px 0px;
}
/* End Typography */
/* -------------------------------------------------------------------------------------------------------- */
