/*basic template styles for Blue Square offices 2007 website by Ruaridh Currie*/

body {
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.container {
	width: 770px;
}

/* header styles */
.topheader {
	float: left;
	width: 100%;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.toprightaddress {
	color: #91C6CF;
	font-size: 60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	text-align: right;
	line-height: 13px;
	margin-top: 10px;
	font-weight: bold;
}
.topemaillink a {
    color: #91C6CF;
	text-decoration:none; 
}
.topemaillink a:hover {
    color: #91C6CF;
	text-decoration:underline; 
}
.toprightaddress p {
	margin: 0px;
}
/**/

/*header menu styles*/
.headermenu {
	width: 105%;
	float: left;
	margin-top: 22px;
}
.menu {
	padding:0;
	margin:0;
	height:2em;
	list-style-type:none;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #444;
	font-size: 65%;
	font-weight: bold;
    
}
.menu li {
	float:left;
	height:2em;
	line-height:2em;
	position:relative;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B6D9DF;
}
.menu li a, .menu li a:visited {
    display:block;
    text-decoration:none; 
    color:#666666;
}
.menu li a:hover {
	border:0;
	color: #66cccc;
	text-decoration: underline;
}
.norightborder {
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
}
.current {
	color: #66cccc!important;
}
.current a {
	color: #66cccc!important;
}
.current a:hover {
	color: #66cccc!important;
	text-decoration: none!important;
}
/* end of  header menu styles*/

/* seperator styles*/
.navseperator {
	background-image: url(../cssimages/longblueseperator.gif);
	height: 5px;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	overflow: hidden;
	width: 770px;
}
.navseperator2 {
	background-image: url(../cssimages/longblueseperator.gif);
	height: 5px;
	float: left;
	margin-top: 9px;
	margin-bottom: 2Spx;
	overflow: hidden;
	width: 770px;
}
/**/

/* mainbody styles*/
.mainbody {
	width: 770px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: left;
}
/**/

/* footer styles*/

.footercontainer {
	width: 770px;
	float: left;
}
.footermenu {
	float: right;
}
#footmenu {
	padding:0;
	margin:0;
	height:2em;
	list-style-type:none;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #444;
	font-size: 65%;
	font-weight: bold;
	float: left;
    
}
#footmenu li {
	float:left;
	height:2em;
	line-height:2em;
	position:relative;
	text-align:center;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #B6D9DF;
	padding-left: 35px;
	color:#666666;
}
#footmenu li a, #footmenu li a:visited {
    display:block;
    text-decoration:none; 
    color:#666666;
}
#footmenu li a:hover {
	border:0;
	color: #66cccc;
	text-decoration: underline;
}

.propertyImage
{
    height:146px;
    width:146px;
}

.error
{
    font-size: 60%;
    
}

.emph 
{
    color:Red;
}
