﻿html 
{
	font-family:	Verdana, Arial, Sans-Serif, Times New Roman;
	font-size:		11px;
	color:			#000;
}

body 
{
	text-align:			center;
	background-image:	url("../images/bg-clouds.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-color:	#C6E1EF;
	margin: 0;
}

a
{
	text-decoration: underline;
	color: #2175BC;
}

a:hover 
{
	text-decoration: none;
}

a img 
{
	border: none;
}

/*	Website components: */
#website
{
    width:              875px;
	margin:				auto;
	padding-top:		10px;
	padding-left:		10px;
	padding-right:		9px;
	padding-bottom:		14px;
	background:			#fff;
	border-left:		1px solid #999;
	border-right:		1px solid #999;
	z-index:            10000;
}

#languagebar
{
	padding-bottom: 2px;
	vertical-align: middle;
	float:right;
}

#header
{
	width: auto;
	margin: 0;
	padding: 0;
	border-top:		4px solid #5D9BE8;
	background:		#fff url("../../../Edit/header_bar.jpg") right no-repeat;
	text-align:		left;	
}

#Header table {	width: 100%; }
#Header 
{
	border-bottom: 5px solid #9BC6E5;
}

#TopBar
{
	display: block;
	width: 100%;
	text-align: left;
}

#TopBar div
{
	display: inline-block;
}

#logo
{
	text-align: left;
	position: absolute;
	padding-left:	5px;
	z-index:		100;	
	
}

#servicepages
{
	width: 100%;
	margin: auto;
}

#slogan
{
	vertical-align: bottom;
	padding:		10px;
	text-align:		right;
	font-style:		italic;
	font-weight:	bold;
	color:			#000;
}

/* SERVICE PAGES */
#servicepages
{
	padding:		4px 10px 0px 0px;
	text-align:		right;
}

#servicepages a 
{
	
}

/* INPUT ELEMENTS */
.dropdown
{
	font-size: 11px;
	border: 1px solid #333;
	padding: 1px;
}

#content_container
{
    display: block;
	background: #eee;
	margin: auto;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

#content_table
{
	width: 100%;
	margin: auto;
	vertical-align: top;
	text-align: left;
}

#content_table td
{
	vertical-align: top;
}

.leftbar
{
	width: 170px;
	background: #eee;
	padding: 10px;
	border-right: 1px solid #999;	
}

#contentbar
{
	background: #fff;
	vertical-align: top;
	margin: auto;
}

#footer
{
	border-top: 3px solid #3DB0E4;
	border-bottom: 6px solid #333;
	background: #9BC6E5;
	padding: 4px;
	color: #444;
	height: 14px;
}

#footer a {	color: #444; }
#footer div { display: block; }
#copyright { float: left; }
#footer_bar { float: right; }

.PageName  
{
    padding: 10px;  
    margin: 10px;
    margin-bottom: 0px;
    background: #E7F2F8;   
    border: 1px solid #ddd;
    font-size: 14px;        
}

#Networks
{
    display: block;
    position: absolute;
    top: 100px;
    left: 20px;
}
