/***************************************************
	Widercircle Stylesheet 
	Date: 23/6/05
	Author: David Baird
***************************************************/

body
{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 77%;
	color: #333333;
	background-color: #ffffff;
	margin: 15px;
}
h1
{
	font-size: 150%;
	font-weight: bold;
}
h2
{
	font-size: 130%;
	font-weight: bold;
}
h3
{
	font-size: 115%;
	font-weight: bold;
}
h4
{
	font-size: 100%;
	font-weight: bold;
}
ul
{
	list-style: square;
}
li
{
	margin-bottom: 1em;
}
/***************************************************
	Layout Styles
***************************************************/
#leftCol
{
	float: left;
	width: 235px;
}
#rightCol
{
	margin-left: 240px;
	width: 495px;
	background-color: #F8F6E7;
	height: 100%;
	text-align: left;
	position: relative;
	float: right;
}
* html #rightCol
{
	margin-left: 236px;
	width: 495px;
	background-color: #F8F6E7;
	height: 100%;
	text-align: left;
	position: relative;
	float: right;
}
#logo
{
	text-align: right;
	float: left;
	clear: left;
	width: 225px;
	margin: 10px;
}
*html #logo
{
	text-align: right;
	padding: 0px 10px 0px 0px;
	float: left;
	clear: left;
	width: 220px;
}
#menuCornerTop
{
	text-align: left;
	background-color: #E1EBF5;
	float: left;
	clear: left;
	width: 235px;
}
#menu
{
	border-top: 1px solid #C9DAEC;
	border-bottom: 1px solid #ffffff;
	text-align: right;
	background-color: #E1EBF5;
	float: left;
	clear: left;
	width: 235px;
}
#menuCornerBot
{
	text-align: left;
	background-color: #E1EBF5;
	float: left;
	clear: left;
	width: 235px;
}
#picCell
{
	padding: 5px 0px 5px 0px;
	float: left;
	clear: left;
	width: 235px;
}
* html #picCell
{
	padding: 5px 0px 0px 0px;
	float: left;
	clear: left;
	width: 235px;
}
#addressCornerTop
{
	text-align: left;
	background-color: #E7E6EB;
	float: left;
	clear: left;
	width: 235px;
}
#address
{
	text-align: right;
	padding: 0px 10px 0px 10px;
	background-color: #E7E6EB;
	float: left;
	clear: left;
	width: 215px;
}
* html #address
{
	text-align: right;
	padding: 0px 10px 0px 10px;
	background-color: #E7E6EB;
	float: left;
	clear: left;
	width: 235px;
}
#addressCornerBot
{
	text-align: left;
	background-color: #E7E6EB;
	float: left;
	clear: left;
	width: 235px;
}
#topBorder
{
	float: right;	
	position: absolute;
	top: 15px;
	left: 255px;

}
#content
{
	width: 475px;
	background-color: #F8F6E7;
	text-align: left;
	padding: 0px 10px 0px 10px;
	float: right;
	position: absolute;
	top: 32px;
	left: 255px;	
}
* html #content
{
	width: 495px;
	background-color: #F8F6E7;
	text-align: left;
	padding: 0px 10px 0px 10px;
	float: right;
	position: absolute;
	top: 32px;
	left: 255px;
}
#botBorder
{
	position: relative;
	bottom: 0px;
	margin-left: -10px;
	margin-right: -10px;
}
/***************************************************
	Validation Logo Styles
***************************************************/
#validation
{
	position: relative;
	bottom: 0px;
	margin: 10px 0px 0px 50px;
	padding: 10px 0px 0px 0px;
	clear: both;
}
/***************************************************
	Text Styles
***************************************************/
.bold
{
	font-weight: bold;
}
.contactAddress
{
	padding-left: 25px;
}
.errorText
{
	color: red;
}
/***************************************************
	Menu Styles
***************************************************/
.menuSpan
{
	width: 100%;
}
.menuSelected
{
	display: block;
	width: 215px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #C9DAEC;
	color: #333333;
	background-color: #D5E2F0;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
}
* html .menuSelected
{
	display: block;
	width: 100%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #C9DAEC;
	color: #333333;
	background-color: #D5E2F0;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
}
.menuLink:link
{
	display: block;
	width: 215px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #C9DAEC;
	color: #333333;
	background-color: #E1EBF5;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	cursor: hand;
}
* html .menuLink:link
{
	display: block;
	width: 100%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #C9DAEC;
	color: #333333;
	background-color: #E1EBF5;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	cursor: hand;
}
.menuLink:visited
{
	display: block;
	width: 215px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #C9DAEC;
	color: #333333;
	background-color: #E1EBF5;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	cursor: hand;
}
* html .menuLink:visited
{
	display: block;
	width: 100%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #C9DAEC;
	color: #333333;
	background-color: #E1EBF5;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	cursor: hand;
}
.menuLink:hover
{
	display: block;
	width: 215px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #C9DAEC;
	color: #333333;
	background-color: #D5E2F0;
	padding: 4px 10px 4px 10px;
	text-decoration: underline;
	cursor: hand;
}
* html .menuLink:hover
{
	display: block;
	width: 100%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #C9DAEC;
	color: #333333;
	background-color: #D5E2F0;
	padding: 4px 10px 4px 10px;
	text-decoration: underline;
	cursor: hand;
}
/***************************************************
	Form Styles
***************************************************/
.inputField
{
	width: 150px;
	padding: 3px;
	position: absolute;
	left: 14em;
}
