/* CSS Document/*

-----------------------------------------------
CSS Author:   	Chris Young
Version/Date: 	November 2009
Project:		Walport EOB demo

!! THIS CSS CODE IS THE COPYRIGHT
		 OF CHRIS YOUNG !!
		
		WWW.HEADLANDMEDIA.COM
		CHRIS.YOUNG@HEADLANDMEDIA.COM
		
Colours used:
#104b92 - blue
----------------------------------------------- */

@import url('reset.css');

html
{
	background-color:#000000;
	margin-top: -25px;
}

body
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Calibri, 'Trebuchet MS', sans-serif;
	font-size: small;
}

body.body-one
{
	background: url(../images/body-back.jpg) 0 0 no-repeat;
	background-attachment: fixed;
}

body.body-two
{
	background: url(../images/body-back-2.jpg) 0 0 no-repeat;
	background-attachment: fixed;
}


.centerdiv /*IE method of centering a relative div*/
{ 
	text-align: center;
}

.centerdiv>div /*Proper way to center a relative div*/
{
	margin: 0 auto;
}

#container
{
	position: relative;
	width: 900px;
	margin: 10px auto;
	margin-bottom: 25px;
	padding-bottom: 25px;
	font-size: 130%;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	float: none;
}

#row1
{
	width: 900px;
	height: 200px;
	margin: 25px 0 0px 0;
	text-align: left;
	padding: 0 0 0 0px;
	border-bottom: none;
}

#row2
{
	width: 900px;
	float: left;
	padding-top: 0px;
	text-align: left;
	border-bottom: #104b92 2px solid;
	background-image: url(../images/content-back.png);
	background-repeat: repeat-y;
	background-position: bottom right;
}

#breadCrumb
{
	height: 40px;
	padding-bottom: 20px;
}

#breadCrumb img
{	
	padding-left: 25px;
}

#left-content
{
	width: 500px;
	float: left;
}

#left-content h1
{
	font-size: 160%;
	margin: 10px 40px 10px 40px;
}

#left-content h2
{
	font-size: 140%;
	margin: 10px 40px 10px 40px;
	color:#104b92;
}

#left-content h3
{
	font-size: 120%;
	margin: 20px 40px 10px 40px;
	color:#104b92;
	text-decoration: underline;
}

#left-content p
{
	margin: 10px 40px 10px 40px;
}

#left-content ul
{
	margin: 10px 10px 10px 50px;
}

#left-content ul li
{
	color:#ffffff;
	margin-bottom: 10px;
}

#right-content
{
	float: right;
}

#right-content
{
	float: right;
	width: 350px;
}

#right-content ul
{
	margin: 10px 10px 10px 0;
}

#right-content ul li
{
	color:#104b92;
	font-size: 120%;
	margin-bottom: 10px;
	list-style: none;
}

#right-content h2
{
	font-size: 140%;
	margin: 10px 40px 10px 0px;
	color:#ffffff;
}

#footer
{
	clear: both;
	color:#104b92;
	padding: 10px 20px 0 20px;
}

.highlightText
{
	color:#104b92;
	border-bottom: 1px dotted #104b92;
}

.extenderControl a
{
	color:#104b92;
	text-decoration: none;
	font-weight: bold;
}

table.contactTable
{
	border-collapse: collapse;
	width: 560px;
	margin: 0 10px 0 40px;
	font-size: medium;
} 
td.contactLeftColumn
{
	width: 250px;
	text-align: right;
	font-size: medium;
	vertical-align: top;
	padding: 5px 10px 5px 0;
}

td.contactRightColumn
{
	width: 310px;
	text-align: left;
	font-size: medium;
	padding: 5px 10px 5px 0;
}

.formWatermark
{
	color: #104b92;
	background-color: #a6c5f9;
}

.followText
{
	float: left;
	margin: 55px 0 0 10px;
	font-size: 140%;
}

.followTextLower
{
	float: left;
	margin: 55px 0 0 10px;
	font-size: 140%;
	padding-top: 25px;
}

.imageFloatRight
{
	float: right;
	margin: 25px 0 0 0;
}

.imageFloatLowerRight
{
	clear: both;
	float: right;
	margin: 15px 0 0 0;
}

#contentHeader
{
	background-color:#FFFFFF;
	padding: 25px;
}

#contentHeader h1
{
	color:#104b92;
	text-align: center;
	font-size: 140%;
	padding: 0 0px 0 0px;
	font-weight: bold;
}

.seperatorHR
{
	margin-left:10px;
	width:60%;
	color:#104b92;
}




