﻿/* -------------------------------------------------------------------------------------------------------- */
/* 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;
	
	border-left:solid 1px #D7D7D7;
	border-right:solid 1px #D7D7D7;
	
	background:#FFFFFF url(../Media/Layout/Background_01.jpg) repeat-y;
}

#headerborder
{
	width:1000px;

	height:23px;

	background-color:#464646;
}

#navigation
{
	width:1000px;
	
	height:58px;
	
	background: #FFFFFF url(../Media/Layout/Background_Navigation_01.jpg) repeat-x;	
}

#content
{	
	clear:both;
	
	overflow:hidden;

	width:1000px;
	
	height:auto;

	margin:0px 0px 0px 0px;
	
	padding:0px 0px 40px 0px;
}

#left
{		
	float:left;

	display:inline;
	
	width:607px;
	
	height:auto !important;
		
	margin:54px 0px 0px 63px;
	
	padding:0px 0px 20px 0px;
}

#right
{
	position:relative;
	
	width:295px;
	
	height:auto !important;

	margin:24px 0px 0px 674px;

	padding:0px 0px 20px 0px;
}

#service
{
	overflow:hidden;
	
	padding:0px 0px 0px 0px;
}

#include
{
	overflow:hidden;
	
	padding:20px 0px 0px 0px;
	
	border-top:solid 1px #FFFFFF;	
}

#footer
{
	position:absolute;
	
	overflow:hidden;
	
	width:970px;
	
	height:17px;
	
	left:0px;
	
	bottom:0px;
	
	padding:3px 0px 0px 30px;
	
	background:#FFFFFF url(../Media/Layout/Background_Footer_01.jpg) no-repeat;
}

#footer span
{
	float:left;
}

.clear
{
	clear:both;
}

#service iframe
{
	width:255px;
	
	height:160px;
	
	margin:0px 0px 0px 20px;
}
/* End Layout */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Navigation */
#navigation ul
{
	margin:0px 0px 0px 30px;
	
	padding:0px 0px 0px 0px;
}

#navigation ul li
{
	display: inline;
}

#navigation ul li a
{	
	float:left;

	margin-right:0px;

	padding:24px 20px 22px 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);
}

#navigation ul li a
{
	font-size:9pt;
	text-decoration:none;
	text-transform:uppercase;

	color:#FFFFFF;
}

#right ul
{
	position:relative;
		
	margin:0px 0px 0px 0px;	
	padding:20px 20px 15px 20px;
	
	border-top:solid 1px #FFFFFF;
}

#right ul li
{
	list-style-type:none;
}

#right ul li a
{	
	display:block;
	margin:0px 0px 5px 0px;
	padding:5px 0px 5px 20px;
	
	font-size:9pt;
	text-decoration:none;	
	
	background-image:url(../Media/Layout/Bullet_Subnavigation_01.jpg);
	background-repeat:no-repeat;
	background-position: 0 50%;
}

#right ul li a:hover, #right ul li a.active
{	
	background-color:#CCCCCC;
}

#footer ul
{	
	float:right;
	
	margin:0px 330px 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:10px;

	padding:0px 0px 0px 10px;

	font-size:8pt;
	text-decoration:none;
	
	color:#FFFFFF;
	
	background-image:url(../Media/Layout/Footernavigation_Separator_01.jpg);
	background-repeat:no-repeat;
	background-position: 0 50%;
}
/* End Navigation */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Typography */
body
{
	font-family:Verdana;
	
	color:#464646;		
}

h1
{
	margin:0px 0px 10px 0px;
	
	color:#464646;
	
	text-transform:uppercase;

	font-size:20pt;
	
	font-weight:bold;
	
	line-height:30px;
}

h2
{
	margin:0px 0px 20px 0px;
	
	color:#5E5E5E;

	font-size:12pt;
	
	font-weight:bold;
}

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;
}

a
{
	color:#464646;	
}

ul
{
	list-style-type:square;
	margin-left: 0;
	padding-left: 30px;
}

ol
{
	list-style-type:decimal;
	margin-left: 0;
	padding-left: 20px;
}

hr
{
	border: 0px;
	border-top: solid 1px #464646;
	border-bottom: transparent;
}

#left
{
	font-size:10pt;
	line-height:20px;
}

#right
{
	font-size:9pt;
	line-height:18px;
}

#footer, #footer a
{
	font-size:8pt;
	
	line-height:16px;	
	
	color:#FFFFFF;
}

#service h2, #include h2
{
	
	margin:0px 0px 10px 20px;
	
	padding:0px 0px 0px 15px;
	
	color:#A20017;
	
	font-size:12pt;
	font-weight:bold;

	background-image:url(../Media/Layout/Bullet_01.jpg);
	background-repeat:no-repeat;
	background-position: 0 50%;	
}

#include .contents
{
	padding:0px 20px 0px 20px;
}
/* End Typography */
/* -------------------------------------------------------------------------------------------------------- */