@charset "UTF-8";
/* CSS Document */

/* normalize */
body, div,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;}
	
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;}
	
table {
	border-collapse: collapse;
	border-spacing: 0;}
	
fieldset, img {
	border: 0;}
	
caption, th {
	text-align: left;}
	
li {
	list-style: none;}
	
	
	
	
/* overall positioning */
html{
	background-color: #000000;
	background-image: url(../img/bkg.jpg); 
	background-position: top;
	background-repeat: repeat-x;}
	
* body {
	width: 940px;
	margin: 0 auto;
	background: transparent;}
	
#wrapper {
	width: 100%;
	position: relative;
	background: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;}
	
#header {
	width: 940px;
	margin: 0 auto;}
	
#header h1 {
	margin: -9999px;
	display: none;}
	
#lang {
	color: #4f758c;
	background-color: #001b33;
	width: 100%;
	height: 27px;
	margin: 0 auto;
	padding-right: 21px;
	font-size: 11px;
	text-align: right;}
	
#lang ul li {
	display: inline;
	padding: 0 0 0 35px;
	width: 100px;
	height: 27px;}
	
#lang ul li a:link{
	color: #929292;
	text-decoration: none;}
	
#lang ul li , #lang ul li a:hover{
	color: #6e8491;
	text-decoration: none;}
	
#lang ul li a img {
	margin-bottom: -10px;}
	
#content {
	background: transparent;
	padding: 16px 0;}
	
#left_col {
	width: 655px;
	position: relative;
	float: left;
	clear: left;
	background-color: #c8d5dd;
	border-bottom: #890202 3px solid;
	border-left: #890202 3px solid;
	padding: 16px;}
	
#services p img.photo1 {
	float: left;
	clear:left;
	padding: 0 22px 22px 0;}
	
#services p img.photo2 {
	float: right;
	clear:right;
	padding:  0 0 22px 22px;}
	
p#intro {
	line-height: 250%;
	padding-top: 10px;
	font-weight: bold;}
	
h2 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	position: relative;
	border-bottom: #999 1px solid;
	margin-bottom: 12px;}
	
h3 {
	font-size: 16px;
	color: #890202;
	margin-bottom: 12px;
	margin-top: 12px;
	margin-left: 0;}
	
p {
	position: relative;
	width: 100%;}
	
div#services p , div#top_right p{	
	margin-bottom: 22px;}
	
#right_col {
	width: 250px;
	position: relative;
	float: right;
	clear: right;
	margin-left: 15px;
	margin-right: -18px;}
	
#right_col h2 {
	font-size: 18px;}
	
#top_right {
	background-color: #91b7cc;
	border-top: #890202 3px solid;
	border-right: #890202 3px solid;
	padding: 16px;}
	
#top_right a:link , #top_right a:visited{
	color: #890202;
		font-weight: bold;}
	
#top_right a:hover {
	color: #001b33;}
	
#bottom_right {
	margin-top: 16px;
	background-color: #628598;
	border-top: #890202 3px solid;
	border-right: #890202 3px solid;
	padding: 16px;}
	
div#bottom-right ul li {
	font-size: 16px;
	color: #cccccc;}
	
.email {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;}
	
.subtitle {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #003366;}
	
#clear {
	width: 100%;
	clear: both;}
	
#footer {
	width: 100%;
	position: relative;
	clear: both;
	background-color: #011426;
	color: #c8d5dd; 
	font-size: 10px;
	text-align: center;
	padding: 6px 16px 12px 16px;
	border-top: #890202 2px solid;}
	
#footer a:link, #footer a:visited {
	color: #890202;
	text-decoration: none;}
	
	
	
