/* Copyright Buckhill Ltd 2007 */

/********************************
	General
********************************/
* {
   padding:0;
   margin:0;
}
ul {
    padding-left:1em;
    margin-left:0;
}
BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #141414;
	font-size: 0.8em;
	background: url(/client_side/images/bg.png);
}
a
{
	text-decoration: none;
	color: #112931;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	font-size: 1.25em;
}
h1.button
{
	float:left;
	margin-left: 5px;
	width: 214px;
	padding: 6px 10px 6px 10px;
	background: url(/client_side/images/button.png);
	color:#fff;
	font-size: 13px;
}
h1.button a
{
	color:#fff;
	display:block;
	text-decoration: none;
	text-align: center;
}
h1.button:hover
{
	background-position: 0 -28px;
	text-decoration: none;
}
h2
{
	font-size: 13px;
	text-decoration: underline;
}
p
{
	line-height: 1.5em;
}
p.small
{
	font-size: 11px;
}
a img
{
	border: 0;	
}
/********************************
	Errors
********************************/
FORM .diverror, DIV#errors { background: #FFFF99; border: 1px solid #FF0000; padding: 5px; margin-bottom: 10px; margin-top: 10px; }
FORM .diverror INPUT { border: 1px solid #FF0000; }
FORM .diverror p { font-size: 11px; font-weight: bold; }
FORM INPUT.inputText formerror
{
	border: 1px solid #990000;
}
/********************************
	Main Wrappers
********************************/
DIV#wrapperBg
{
	width: 850px;
	background:#fff;
	margin:auto;
}
DIV#wrapper
{
	width: 850px;
	margin: auto;
	background: url(/client_side/images/index_05.png);
}
DIV.top
{
	width: 975px;
	margin: auto;
	height: 72px;
}
DIV.middle, DIV.topLogo
{
	width: 995px;
	margin: auto;
}
DIV#contentBottom
{
	padding: 0 30px 0 30px;
	text-align: center;
	font-size: 11px;
}
DIV#footer
{
	clear:left;
	font-size: 11px;
	width: 832px;
	margin: auto;
	text-align: right;
	background: url(/client_side/images/index_06.png) no-repeat;
	height: 25px;
	padding-right: 18px;
	padding-top: 15px;
}
DIV#footer a
{
	color:#141414;
}
DIV#topShadow
{
	width: 981px;
	margin: auto;
	padding-left: 15px;
	margin-top: 10px;
}
DIV.boxBg
{
	width: 952px;
	margin-left: 4px;
}
DIV.buttonWrapper
{
	float:left
	padding-bottom:4px;
}
DIV.box
{
	width: 470px;
	float:left;
	margin-bottom: 15px;
	margin-top: 5px;
	height: 160px;
}
DIV.box p
{
	text-align: justify;
	padding: 0 10px 0 10px;
}
DIV.box h1
{
	margin-bottom: 5px;
	display: block;
	padding: 5px 10px 5px 10px;
	color: #20202a;
}
DIV.inner
{
	padding: 8px;
}
DIV.breadcrumbs
{
	font-size: 11px;
	margin-bottom: 10px;
}
DIV.breadcrumbs a
{
	text-decoration: underline;
}

DIV.box1, DIV.box2, DIV.box3, DIV.box4
{
	float:left;
	width: 460px;
	border: 1px solid #c4d1df;
	height: 280px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
DIV.box1 p, DIV.box2 p, DIV.box3 p, DIV.box4 p
{
	padding: 0 10px 0 10px;
}
DIV.box1 h1, DIV.box2 h1, DIV.box3 h1, DIV.box4 h1
{
	display: block;
	padding: 4px 0 4px 10px;
	margin-bottom: 8px;
	background:#c4d1df;
}
DIV.box2, DIV.box4
{
	margin-left: 10px;
}
DIV.box2 ul li, DIV.box3 ul li
{
	line-height: 20px;
	margin-left: 20px;
}

DIV.inner LABEL
{
	width: 130px;
	display: block;
	float: left;
	clear:left;
	margin-bottom: 5px;
	padding: 3px 0 3px 6px;
}
DIV.inner INPUT, DIV.inner TEXTAREA
{
	float: left;
	width: 220px;
	margin-bottom: 5px;
	border: 1px solid #2d2d42;
	padding: 1px;
}
DIV.inner INPUT:focus, DIV.inner TEXTAREA:focus
{
	border: 1px solid #970000;

}
DIV.inner TEXTAREA
{
	height: 120px;
}
DIV.inner INPUT#submitContact
{
	clear:left;
	width: 102px;
	background: #6e9f22;
	border: 1px solid #ccc;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
DIV.inner INPUT#submitContact:hover
{
	cursor: pointer;
	background: #486914;	
}
