﻿/* #2ac1de */

#Main 
{
	width: 917px;
	margin: 20px auto 0 auto;
}
#FrontImage 
{
	width: 647px;
	height: 278px;
	background: url('Images/front/front-picture.jpg') top left no-repeat;
}
#Header {
    width: 917px;
    height: 121px;
    background: url('Images/front/header.jpg') top left no-repeat;
    position: relative;
}

#Header a 
{
	position: absolute;
	top: 10px;
	left: 130px;
	width: 240px;
	height: 95px;
	display: block;
}

#ColumnsDiv 
{
	position: relative;
}
#Columns 
{
	width: 100%;
	height: 600px;
}
#Menu 
{
	background: url('Images/front/menu.gif') top left repeat-y;
	width: 188px;
    vertical-align: top;        	
}
#MainCol 
{
	background: white;
	vertical-align: top;
	padding-left: 10px;
}
#RightCol 
{
	background: url('Images/front/right-col.jpg') top left repeat-y;
	width: 60px;
}
#Dots
{
	position: absolute;
	height: 145px;
	width: 172px;
	bottom: 0;
	left: 4px;
	background: url('Images/front/dots.gif') top left no-repeat;
}
#Oneliner, .Oneliner 
{
    position: absolute;
    left: 144px;
    bottom: 150px;        	
}
        
#DotsTable 
{
	width: 100%;
	height: 100%;
	background: url('Images/front/dots.gif') 4px bottom no-repeat;
}

#MenuItems a 
{
	color: White;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	display: block;
	height: 18px;
	line-height: 18px;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
}

#MenuItems a:hover 
{
	text-decoration: underline;
}
        	 
#MenuItems a.ActiveMenu 
{
	background: url('Images/front/menu-active.gif') top left no-repeat;
}

#LoginTd 
{
	border-right: solid 1px #2ac1de;
	width: 225px;
}

.FullWidth 
{
	width: 100%;        
}
.FullWidth td 
{
	vertical-align: top;
}

.OfficeImage 
{
	border: solid 4px silver;
	margin-top: 10px;
	height: 130px;
	width: 90px;	
}

.OfficeImage img 
{
	width: 90px;
	height: 130px;	
}

.ContactTd 
{
	width: 50px;	
}

.Padding 
{
	padding: 10px;
}

html, body 
{
	margin: 0;
	background: #f7f7f7;
	height: 100%;
}
div, span, td, p, a, input, select 
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;        	
}

h1 
{
	font-family: Calibri, Verdana, Sans-Serif;
	color: #2ac1de;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;
}

h2 
{
	font-family: Calibri, Verdana, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	color: black;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 18px;
}

a 
{
	text-decoration: none;
}

a.ReadMore
{
	color: #f2007d;
}

a.ReadMore:hover 
{
	text-decoration: underline;
}

.PaddingTop 
{
	padding-top: 10px;	
}
             

div.Description 
{
	font-family: Calibri, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
}

#Heading 
{
	text-align: right;
	padding-right: 20px;
	width: 250px;
	margin-left: auto;
	line-height: 0.9em;
	padding-top: 93px;
	padding-bottom: 17px;
}
#SubHeading 
{
	font-family: Calibri, Verdana, Sans-Serif;
    font-size: 14px;        	
	margin-left: auto;
	padding-right: 20px;
	text-align: right;
	width: 240px;
	line-height: 1.2em;
}
#SearchBox 
{
	padding: 0 20px 0px 10px;
	margin-bottom: 25px;
}
input.TextBox 
{
	background: white url('Images/textbox-back.gif') top left no-repeat;
	border-top: solid 1px #789aa7;
	border-left: solid 1px #82a8b6;
	border-bottom: solid 1px #a3c8d6;
	border-right: solid 1px #9cc4d2;
	padding: 3px;
	/*
	border: solid 1px #fff100;
	background: white;
	*/
}
input.SearchTextBox 
{
	width: 158px;
	padding-left: 0;
	padding-right: 0;
	border: solid 1px #fff100;
}
.LoginLabel 
{
	font-weight: normal;
	margin-bottom: 5px;
	display: block;
	color: #8a8a8a;
}
input.SearchButton 
{
	color: White;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;        	
	background: transparent;
	border: none;
	color: White;
	margin: 0;
	padding: 5px 0 5px 0;
	width: 50px;
}

.SmallButton
{
	background: white url('Images/button-back.gif') left 8px repeat-x;
	font-weight: bold;
	color: #0086b2;
	padding: 1px 2px 2px 2px;
	font-size: 10px;
	border-top: solid 1px #b0e3f6;
	border-left: solid 1px #b0e3f6;
	border-bottom: solid 1px #a0cfe0;
	border-right: solid 1px #a0cfe0;
	vertical-align: top;
}

.Error {
	color: DarkRed;
	font-weight: bold;
}

.PaddingDown 
{
	padding-bottom: 10px;	
}
