﻿/* -------------------------------------------------------------------------------------------------------- */
/* Begin Layout */
html
{
	width:100%;
	height:100%;
	min-height:100%;
}

body
{
	width:100%;
	height:100%;
	min-height:100%;	

	background:#8DC3EC url(../Media/Layout/Background_01.jpg) repeat-x;
}

#wrapper
{
	position:relative;

	width:900px;

	height:auto !important;
	height:100%;
	min-height:100%;

	margin:0px auto;
	padding:0px;
	
	background:#8DC3EC url(../Media/Layout/Background_Content_01.jpg) repeat-y;
}

#header
{
	height:auto;
	
	overflow:hidden;
}

#navigation
{
	overflow:hidden;
	
	height:40px;
	
	margin:0px 6px 0px 6px;
	
	border-top:solid 2px #FFFFFF;
	
	background:#CECECE url(../Media/Layout/Background_Navigation_01.jpg) no-repeat;
}

#headerimage
{
	padding:0px 6px 0px 6px;
}

#content
{
	overflow:hidden;
	
	height:auto;

	margin:0px 6px 140px 6px;
	
	padding:20px 0px 0px 0px;
	
	background:#FFFFFF url(../Media/Layout/Background_Right_01.jpg) no-repeat;
}

#service
{
	float:left;
	
	width:200px;
	
	padding:0px 0px 0px 0px;
	
	margin:10px 0px 0px 0px;
}

#subnavigation
{
	float:left;
	
	width:200px;
	
	padding:0px 0px 0px 30px;
	
	margin:0px 0px 140px 0px;
}

#include
{
	float:left;
	
	width:200px;
	
	padding:0px 0px 0px 0px;
	
	margin:40px 0px 0px 0px;
}

#right
{
	position:relative;

	margin:0px 0px 140px 300px;
	
	padding:50px 0px 0px 0px;

	width:560px;
}

#footer
{	
	position:absolute;
	
	overflow:hidden;
	
	left:0px;
	bottom:0px;
	
	height:auto;
	
	padding:0px 0px 10px 0px;
	
	background-color:#8DC3EC;
}

#footer span
{
	float:left;
	
	margin:10px 0px 0px 10px;
}

#footer ul
{
	float:right;
	
	margin:10px 10px 0px 0px;
}

.clear
{
	clear:both;
}

#service iframe
{
	width:200px;
	
	height:140px;
}
/* End Layout */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Navigation */
#navigation
{
}

#subnavigation
{
}

#navigation ul
{
	margin:0px 0px 20px 30px;
	
	padding:12px 0px 0px 0px;
}

#navigation ul li
{
	display: inline;
}

#navigation ul li a
{	
	float: left;

	margin-right:12px;

	padding:3px 20px 3px 0px;	
	
	background-image:url(../Media/Layout/Navigation_Seperator_01.jpg);
	background-repeat:no-repeat;
	background-position: 100% 50%;		
}

#subnavigation ul
{
	clear:both;
	
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;

	list-style-type:none;
}

#subnavigation ul li
{
	border-bottom:solid 1px #000000;
}

#subnavigation ul li a
{
	display:block;
	
	width:180px;
	
	padding:9px 0px 7px 15px;

	background-image: url(../Media/Layout/Subnavigation_Circle_01.jpg);
	background-position: 0px 50%;
	background-repeat: no-repeat;	
}

#footer ul li
{
	display:inline;
  
	margin:0px 10px 0px 0px;
}

#footer ul li a
{
	float: left;

	margin-right:10px;

	padding:3px 10px 3px 0px;	
	
	background-image:url(../Media/Layout/Footer_Seperator_01.jpg);
	background-repeat:no-repeat;
	background-position: 100% 50%;
}
/* End Navigation */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Typography */
body
{
	font-family: "Trebuchet MS", Verdana;
	
	color:#000000;		
}

h1
{
	margin:0px 0px 10px 0px;
	
	color:#FCC34F;

	font-size:18pt;
	
	line-height:28px;
}

h2
{
	margin:0px 0px 20px 0px;
	
	color:#76B3DF;

	font-size:12pt;
}

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;
}

a
{
	color:#76B3DF;
}

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 #76B3DF;
	border-bottom: transparent;
}

#navigation ul li a, #subnavigation ul li a
{
	font-size:9pt;
	text-decoration:none;
	text-transform:uppercase;

	color:#242424;
}

#navigation ul li a:hover, #navigation ul li a.active
{
	color:#FFFFFF;
}

#navigation ul li a.active, #subnavigation ul li a.acvite
{
	font-weight:bold;
}

#content, #right, #subcontent, #service, #include
{
	font-size:9pt;
	line-height:18px;
}

#subnavigation a.active
{
	font-weight: bold;
}

#footer, #footer a
{
	font-size:8pt;
	
	line-height:16px;	
	
	color:#FFFFFF;
}

#service h2, #include h2
{
	background-repeat:no-repeat;
	background-position: left top;	
}

#service h2
{
	background-image:url(../Media/Layout/Icon_Servicecenter_01.jpg);
}

#include h2
{
	background-image:url(../Media/Layout/Icon_News_01.jpg);
}

#service h2 span, #include h2 span
{
	display:block;
	
	padding:70px 0px 5px 0px;
	
	color:#76B3DF;
	
	font-size:12pt;
	
	border-bottom:solid 1px #76B3DF;
}

#include .contents
{
	padding:0px 0px 0px 0px;
}
/* End Typography */
/* -------------------------------------------------------------------------------------------------------- */