﻿body, h1, h2, h3
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
}

th
{
	text-align: left;
	color: #185F9C; /* blue */
}

th.Button
{
	width: 12px;
}

td.Gallery
{
	width: 25%;
	text-align: center;
}

a.Email
{
	cursor: pointer;
}

input.Login
{
	width: 150px;
}

td.Indent
{
	padding: 0px 0px 0px 20px;
}

#Document
{
}

/* contains header and banner */
#Header
{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 800px;
	height: 70px;
	float: left;
}

/* contains #LeftColumns && #MainColumns */
#Body
{
	/* sizing and position */
	position: absolute;
	top: 80px;
	left: 5px;
	width: 800px; /* border */
	border-top-width: 1px;
	border-top-color: #185F9C; /* blue */
	border-top-style: dotted;
}

/* contains menu */
#LeftColumn
{
	position: absolute;
	top: 5px;
	width: 220px;
}

#LeftColumn hr
{
	height: 1px;
	color: #185F9C; /* blue */
}

/* contains caption and main information */
#MiddleColumn
{
	/* position and size */
	position: absolute;
	top: 5px;
	left: 225px;
	width: 575px;
}

#Caption
{
	/* position and size */
	position: relative;
	left: 0px;
	top: 0px;
	width: 575px;
}

#CaptionLeft
{
	/* position and size */
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 15px;
	height: 17px; /* background */
	background-color: #FFF012; /* yellow */
}

#CaptionRight
{
	/* position and size */
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 555px;
	height: 17px; /* background */
	background-color: #185F9C; /* blue */ /* text color and font */
	color: #FFFFFF; /* blue */
	font-weight: bold;
	vertical-align: middle; /* margin and padding */
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

#CaptionRight h1
{
	/* text color and font */
	color: #FFFFFF;
	font-style: normal;
	vertical-align: middle; /* margin and padding */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	height: 15px;
}

#Main
{
	clear: left;
	margin: 0px 0px 0px 0px;
	height: 300px;
	border-left-width: 0px;
	border-left-color: #185F9C; /* blue */
	border-left-style: dotted;
}

#Main h1
{
	/* text color and font */
	color: #185F9C; /* blue */
	font-style: normal; /* margin and padding */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#Main h2
{
	font-style: italic;
	font-weight: normal; /* margin and padding */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#Main div
{
	/* border */
	border-bottom-width: 1px;
	border-bottom-color: #185F9C; /* blue */
	border-bottom-style: dotted;
}

#Main a
{
	color: #185F9C; /* blue */
}

/* contains advertisements and counter */
#RightColumn
{
	/* position and size */
	position: absolute;
	top: 80px;
	left: 810px;
	width: 210px;
}

#RightColumn div
{
	/* position and size */
	width: 100%;
	float: left; /* border */
	border-top-width: 1px;
	border-top-color: #185F9C; /* blue */
	border-top-style: dotted; /* margin and padding */
	padding: 5px 0px 5px 0px;
}

#RightColumn h1
{
	/* text color */
	color: #185F9C; /* blue */ /* margin and padding */
	margin: 0px 0px 5px 0px;
}

#RightColumn a
{
	color: #185F9C; /* blue */
}

#Main div.Address
{
	border: 0px;
}

#Main div.AddressInner
{
	padding: 10px 0px 0px 0px;
	border-width: 0px;
}

#Main div.AddressInner p
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#Main div.Shadow
{
	float: left; 
	clear: left;  
	background: url(../Resources/Img/shadowAlpha.png) no-repeat bottom right;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 5px 0px;
	border: 0px;
}

#Main div.Image
{
	padding: 5px;
	border: 1px solid #185F9C; /* blue */
}

#Main div.NoBorder
{
	border: 0px;
}

#Main img.TeamPhoto
{
	width: 560px;
}

#Main img.Thumbnail
{
	width: 100px;
}

#Main div.Buttons
{
	border: 0px;
	position: relative;
	top: 2px;
	float: right;
}

