/*Global style sheet for Lakelandweb.co.uk*/


body{
	color : #006400;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding : 0px;
	text-align : left;
	background : #FFFFFF;
	}

/* Layout definitions */
img			{ border : 0px solid #FFFFFF; }
h4 { font : 0.75em,Verdana, Geneva, Arial, Helvetica, sans-serif, bold; background : #FFFFFF; color : #CC9933;   }
p.alert { background : #FFFFFF; color : #FFA500; }

p.warning { background : #FFFFFF; color : #FF0000; }

.boxout			{
	float : right;
	margin : 0px 0px 30px 30px;
	padding : 10px;
	width : 220px;
}

.boxout p			{
	background : #FFFFFF;
	color : #006400;
	font : bold 12px Verdana, Arial, sans-serif;
}
.boxout img {
	float : left;
	clear : left;
	margin-bottom : 10px;
	margin-right : 3px;
}

.boxquote {
    background-color:#FFFFFF;
	color : #006400;
	font : 1em Verdana, Arial, sans-serif, italic;
	margin: 1em 20% 1em 20%;
}
.boxdrop{
	background-color : #FFFFFF;
	color : #CC9933;
	width : 180px;padding: 2px 10px;
	border: 1px solid #999; margin-bottom: 0; cursor: hand;
	font-weight: bold;
}
.boxvisible{
	width : 80%; 
	padding:5px 10px; 
	border: 0px solid #999; 
	margin-top:0;
	background-color : #FFFACD;
}
.boxhidden {
	display: none;
}

.disclaimer{
	font-style : italic;
	font-size : small;
	font-weight : bold;
	color : Red;
}

.pullquote {
	background-color:#FFFFFF;
	color : #006400;
	float:right;
	font : 2em Verdana, Arial, sans-serif, italic, bold;
	text-align : right;
	border : 5px 0px 5px 0px;
	border-color : White White;
}

#navlinks a:link, #navlinks a:visited, #navlinks a:active,
#navlinks a:hover
{
	border-bottom-width: 0; text-decoration: none;
	
}
.footertext{
	float:left;
	clear: both;
}

.Header {
	background-image : url(images/bridge.bmp);
}

.navbutt
{
	float:left;
	margin:0px;
	background-image : url(images/greenbar.gif);color:#FFFFFF;
	border-bottom-width : 0px;
	text-decoration : none;
	width :95%;
	font-weight : bold;
	font-size : 0.95em;
	padding-bottom : 5px;
	padding-top : 5px;
	background-color : #CC6600;
	}
a.navbutt:hover
{
	background : url(images/hoverbar.gif);
	color : #FFCC66;
	font-size : larger;
}
a.navbutt:active
{
	background : url(images/darkbrownbar.gif);
	color : White;
}
.windowdiv1 {
	float: left;
	width: 45%;
	
}
.windowdiv2{
	float: right;
	width:45%; 
}
input, form textarea {
	border : none;
}

