﻿body,
html {
	margin:0;
	padding:0;
	color:#000;
	background:#ffffff;
	font-family: Tahoma;
	font-size: 12px;
}
.HeaderFooterLine
{
    clear: both;
    height: 15px;
    background-color: #29166F;
}
#Wrap {
	width:990px;
	margin:0 auto;
	/*border-top: solid 15px #29166F;*/
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	/*border-bottom: solid 15px #29166F;*/
}
#Header
{
    height: 225px;
    background: url(Images/Layout/HeaderBackground.jpg) repeat-x;
}
#Header img
{
    float: left;
}
#LanguageSelector
{
    width: 210px;
	padding-left:10px;
	float: left;
    margin-top: -28px;
}
#Content {
	float:right;
	width:750px;
	padding:10px;
}
#Content #TwoColumns
{
	background: url(Images/Layout/VerticalLine.gif) repeat-y 223px 0px ;
	width: 750px;
	height: auto;
	float: left;
	position: relative;
}
#ContentLeftColumn
{
    float: left;
    width: 213px;
    padding-right: 10px;
    padding-bottom: 10px;
}
#ContentLeftColumn h2
{
    padding: 5px;
    color: #a95f00;
    background-color: #CACACA;
}
#ContentLeftColumn h3
{
    margin-bottom: 2px;
}
#ContentRightColumn
{
    float: right;
    padding-left: 10px;
    width: 516px;
}
#ContentFooter
{
    clear:both;
    width: 100%;
}
#QuickLinks {
	float:left;
	width:220px;
}
#QuickLinks ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#QuickLinks ul li
{
    padding-left: 10px;
    line-height: 50px;
    background: url(Images/Layout/LeftMenuButtonBackground.jpg) repeat-x;
}
#QuickLinks ul li a
{
    color: #281C5A !important;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}
#QuickLinks ul li a:hover
{
    text-decoration: underline;
}
#Footer
{
	clear:both;
}
div.Office
{
    line-height: 15px;
}
div.Office ul
{
    margin-top: -5px;
}
h3.Ports
{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
ul.PortsList
{
    margin-top: 0px;
    margin-bottom: 0px;
}
ul.PortsList li
{
    line-height: 12px;
    margin: 0px;
}
div.Port h2
{
    font-size: 15px !important;
}
div.Port ul
{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}
div.Port ul li
{
    margin-bottom: 1px !important;
}
div.Port div.ShortInfo
{
    clear: both;
    height: 140px;
}
div.Port div.ShortInfo img
{
    float: left;
    margin: 0px 15px 15px 0px;
}