/*************************************************************************
*   
*   Global Stylesheet
*
*   Copyright 2004-2009, HWebSystems
*   www.hwebsystems.com
* 
*************************************************************************/

/*--------------------------------------------------------------------------
Generic
--------------------------------------------------------------------------*/

body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	padding: 0;
	margin: 0;
	cursor: default;
}
#slideshow
{
	width: 100%;
	height: 100%;
	background-color: #1E4970;
}
#slideshow img
{
	position: absolute;
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 0;	
	opacity: 0.0;
	top: 0;
	left: 0;
	z-index: 1;
}
#slideshow img.active
{
	margin: 0;
	padding: 0;
    opacity:1.0;
	z-index: 3;
}
#slideshow img.last-active {
    z-index:2;
}
table, td, div {
	font-size: 11px;
}
img {
	border: 0; 
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
form, input, select {
	padding: 0;
	margin: 0;
}
h2.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
h2.title em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
hr {
	height: 1px;
	color: #45627E;
	background: #45627E;
	border: 0;
}
a, a:link, a:active, a:visited {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}

/*--------------------------------------------------------------------------
Template
--------------------------------------------------------------------------*/

.container {
	width: 100%;
	height: 287px;
	background: url(../../graphics/splash/container/back.png);
	position: absolute;
	left: 0;
	bottom: 97px;
	z-index: 1000;
}
.wrapper {
	width: 893px;
	height: 257px;
	margin: 15px auto 15px auto;

}

/*--------------------------------------------------------------------------
Common
--------------------------------------------------------------------------*/

.hide {
	display: none;
}
.clear {
	clear: both;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.divider {
	width: 1px;
	height: 231px;
	background: url(../../graphics/splash/container/divider.png) no-repeat;
	margin: 0 15px 0 15px;
}
.nomargin p {
	margin: 0;
}

/*--------------------------------------------------------------------------
Logo
--------------------------------------------------------------------------*/

.logo {
	width: 200px;
	height: 257px;
	background: #00254F url(../../graphics/splash/container/logo/back.png) no-repeat;
}
img#logo {
	margin: 56px 0 0 0;
}
img#enterwebsite {
	margin: 47px 0 0 0;
}

/*--------------------------------------------------------------------------
Content
--------------------------------------------------------------------------*/

.content-title {
	background: #00254F url(../../graphics/splash/title/back.png) no-repeat right top;
	padding: 16px 20px 16px 20px;
	border-bottom: solid 1px #47617C;
}
.content-holder {
	padding: 0;
}
.content-holder,
.content-holder table {
	line-height: normal;
}
.content-holder p {
	margin: 0 0 12px 0;
}
.content-holder ul {
	padding: 0 0 0 36px;
}
.text {
	background: url(../../graphics/splash/content/effect.png) no-repeat;
	padding: 21px 20px 0 20px;
}
.readmore {
	padding: 9px 20px 0 20px;
}
.readmore p {
	margin: 0;
}
a.readmore {
	width: 51px;
	height: 32px;
	color: #B6CCE3;
	text-decoration: none;
	white-space: nowrap;
	padding: 9px 15px 9px 15px;
	background: url(../../graphics/splash/content/readmore.png) no-repeat;
	display: inline;
}
a.readmore:hover {
	color: #FFF;
}
.c {
	width: 160px;
}

/*--------------------------------------------------------------------------
Content
--------------------------------------------------------------------------*/

.box {
	width: 200px;
	height: 257px;
	background: url(../../graphics/splash/content/back.png);
}

/*--------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------*/

.footer {
	width: 100%;
	height: 97px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.TopNavigationWrapper {
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #385E81;
	float: left;
}
#TopNavigation {
	width: 600px;
	margin: auto;
}
#TopNavigation li {
	font-size: 11px;
	list-style: none;
	background: url(../../graphics/splash/footer/topnavigation/divider.png) no-repeat right;
	padding: 17px 15px 17px 15px;
	float: left;
}
#TopNavigation li.end {
	background: none;
	padding: 17px 0 17px 15px;
}
#TopNavigation a {
	color: #B6CCE3;
	text-decoration: none;
}
#TopNavigation a:hover {
	color: #FFF;
	text-decoration: underline;
}
.LanguagesWrapper {
	width: 100%;
	text-align: center;
	float: left;
}
#Languages {
	width: 300px;
	margin: auto;
}
#Languages li {
	font-size: 11px;
	list-style: none;
	background: url(../../graphics/splash/footer/languages/divider.png) no-repeat right;
	padding: 17px 18px 17px 15px;
	float: left;
}
#Languages li.end {
	background: none;
	padding: 17px 0 17px 15px;
}
#Languages a {
	color: #B6CCE3;
	text-decoration: none;
}
#Languages a:hover {
	color: #FFF;
	text-decoration: underline;
}
