﻿/* -------------------------------------------------------------------------------------------------------- */
/* Begin Layout */
html
{
	width:100%;
	height:100%;
	min-height:100%;
}

body
{
	width:100%;
	height:100%;
	min-height:100%;

	background-color:#FFFFFF;
}

#wrapper
{
	position:relative;

	width:1000px;

	height:auto !important;
	height:100%;
	min-height:100%;

	margin:0px auto;
	padding:0px;
	
	border-left:solid 1px #F1F1F0;
	
	border-right:solid 1px #F1F1F0;
	
	background-color:#FFFFFF;
}

#header
{
	overflow:hidden;

	width:1000px;
	
	margin:0px 0px 0px 0px;
	
	padding:0px 0px 0px 0px;
}

#navigation
{
	overflow:hidden;
	
	height:60px;
	
	margin:0px 30px 0px 30px;
}

#content
{	
	overflow:hidden;

	width:1000px;
	
	height:auto;

	padding:0px 0px 90px 0px;
		
	background-image:url(../Media/Layout/Background_Content_01.jpg);
	background-repeat:no-repeat;
}

#left
{		
	float:left;

	display:inline;
	
	overflow:hidden;

	width:450px;
	
	height:auto;	
		
	padding:0px 30px 0px 30px;
	
	margin:70px 0px 0px 30px;
}

#center
{
	float:left;

	display:inline;
	
	overflow:hidden;

	width:175px;
	
	height:auto;

	margin:70px 0px 0px 25px;

	padding:0px 0px 0px 0px;
}

#right
{
	float:left;

	display:inline;
	
	overflow:hidden;
	
	width:210px;

	height:auto;
	
	margin:55px 0px 0px 32px;

	padding:0px 0px 0px 0px;
}

#service
{
	width:180px;
}

#include
{
	width:180px;
	
	margin:20px 0px 0px 0px;
	
	padding:0px 40px 0px 0px;

	background:#FFFFFF url(../Media/Layout/Background_Service_01.jpg) no-repeat;
}

#footer
{
	position:absolute;
	
	overflow:hidden;
	
	width:940px;
	
	left:30px;
	
	bottom:0px;
	
	padding:10px 0px 10px 0px;
	
	background:#FFFFFF url(../Media/Layout/Footer_Border_01.jpg) no-repeat;
}

#footer span
{
	float:left;
	
	margin:0px 50px 0px 0px;
}

.clear
{
	clear:both;
}

#service iframe
{
	width:180px;
	
	height:160px;
}
/* End Layout */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Navigation */
#navigation ul
{
	margin:0px 0px 0px 0px;
	
	padding:0px 0px 0px 0px;
}

#navigation ul li
{
	display: inline;
}

#navigation ul li a
{	
	float:left;

	margin-right:0px;

	padding:25px 20px 25px 20px;	
	
	color:#000000;
	
	background-image:url(../Media/Layout/Background_Navigation_off_01.jpg);
	background-repeat:no-repeat;
	background-position: 0 50%;
}

#navigation ul li a:hover, #navigation ul li a.active
{	
	color:#f21c0a;
	
	background-image:url(../Media/Layout/Background_Navigation_on_01.jpg);
}

#center ul
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	list-style-type:none;
}

#center ul li a
{
	display:block;
	
	padding:5px 0px 5px 15px;

	color:#A4A3A3;

	background-image: url(../Media/Layout/Subnavigation_arrow_off_01.jpg);
	background-position: 0px 50%;
	background-repeat: no-repeat;	
}

#center ul li a:hover, #center ul li a.active
{
	color:#f21c0a;
	
	background-image: url(../Media/Layout/Subnavigation_arrow_on_01.jpg);
}

#navigation ul li a, #center ul li a
{
	font-size:9pt;
	text-decoration:none;
	text-transform:uppercase;
}

#footer ul
{	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#footer ul li
{
	display:inline;
   
	margin:0px 0px 0px 0px;
}

#footer ul li a
{
	float:left;

	margin-right:15px;

	padding:0px 0px 0px 15px;

	font-size:8pt;
	
	text-decoration:none;
	
	color:#A4A3A3;
	
	background-image:url(../Media/Layout/Footer_Seperator_01.jpg);
	background-repeat:no-repeat;
	background-position: 0 50%;
}
/* End Navigation */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Typography */
body
{
	font-family: Arial;
	
	color:#000000;		
}

h1
{
	margin:0px 0px 20px 0px;
	
	padding:5px 0px 0px 0px;
	
	color:#f21c0a;
	
	font-size:23pt;
	
	font-weight:normal;
}

h2
{
	margin:0px 0px 20px 0px;
	
	color:#f21c0a;

	font-size:9pt;
	
	font-weight:bold;
}

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;
}

a
{
	color:#f21c0a;	
}

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 #000000;
	border-bottom: transparent;
}

#left, #center, #right, #service, #include
{
	font-size:9pt;
	line-height:18px;
}

#footer, #footer a
{
	font-size:8pt;
	
	color:#000000;
}

#service h2, #include h2
{
	padding:20px 0px 0px 0px;
}

#service h2 span, #include h2 span
{
	color:#000000;
	
	font-size:10pt;
	
	text-transform:uppercase;
}

#include .contents
{
	padding:0px 0px 0px 0px;
}
/* End Typography */
/* -------------------------------------------------------------------------------------------------------- */