﻿body
{
	min-width: 800px;
	margin: 0;
	padding: 0;
	border: 10;
	background-image: url(Images/PageBackground.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	background-color: #B2CFE6;
}

h1, h2, h3, h4, h5, h6
{
	color: #000000;
}

h1
{
	font-size: 1.5em;
	font-weight: bold;
	color: #EC221E;
}

h2
{
	font-size: 1.4em;
	font-weight: normal;
}

h3
{
	font-size: 1.2em;
	font-weight: normal;
}

p
{
	font-size: 1.1em;
	line-height: 1.5em;
}

p.backToTop
{
	font-size: 0.9em;
}

ul
{
	font-size: 1.1em;
	line-height: 1.3em;
}

ol
{
	font-size: 1.1em;
	line-height: 1.3em;
}

a:visited
{
	color: Blue;
}
a:active
{
	outline: none;
}
:-moz-any-link:focus
{
	outline: none;
}

#mainwrapper
{
	margin: 0 auto;
	width: 800px;
}

#topContent
{
	margin-top:15px;
	height: 10px;
	background-image: url(Images/TopBorder.jpg);
	background-repeat: no-repeat;
}

#content
{
	background-repeat: repeat-y;
	background-image: url(Images/ContentBackground.jpg);
}

#bottomContent
{
	height: 14px;
	background-image: url(Images/BottomBorder.jpg);
	background-repeat: no-repeat;
}

#pageContent
{
	vertical-align: top;
	margin: 0px 13px 0px 1px;
}

#pagecontent-header
{
	margin-bottom: 20px;
}

#pagecontent-left
{
	width: 150px;
	float: left;
}

#pagecontent-right
{
	width: 608px;
	float: left;
	margin-left: 15px;
	text-align: left;
}

#pagecontent-footer
{
	clear: both;
	width: 707px;
}

.clearfix:after
{
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

#pageLeftColumn
{
	width: 297px;
	float: left;
}

#pageRightColumn
{
	width: 297px;
	float: right;
}

* html #copy
{
	padding: 0 5em 4em 2em;
}

/*- Address details in Sidebar -------- */
#AddressDetailsInSideBar
{
	background-image: url(Images/AddressBackground.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 654px;
	font-size: 13px;
	font-family: Arial;
	text-align: left;
}

#AddressDetailsInSideBar p
{
	font-size: 13px;
	font-family: Arial;
	margin: 0 0 0 6px;
	padding: 0 0 0 0;
}

#AddressDetailsInSideBar p.Item
{
	margin: 13px 0 0 0;
	font-weight: bold;
	color: #EC221E;
	font-size: 14px;
}


#AddressDetailsInSideBar .companyName
{
	font-size: 14px;
	font-weight: bold;
	color: #EC221E;
}

#AddressDetailsInSideBar a
{
	text-decoration: none;
}
/*- End of Address details in Sidebar -------- */

