/* @group general */

* {
	margin: 0;
	padding: 0;
}

html {
	overflow: scroll;
}

.clearAll {
	clear: both;
}

body {
	background-color: #903;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#pageContainer {
	width: 993px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

div#pageBackgroundWrapper {
	background: #fff url(../img/page_top.gif) no-repeat 0 top;
}

div#pageBackground {
	background: url(../img/page_bottom.gif) no-repeat 0 bottom;
	position: relative;
}

/* @end */

/* @group header */

body#bHome div#pageHeader {
	background: url(../img/header1.jpg) no-repeat 0 bottom;
	width: 968px;
	height: 228px;
	position: relative;
	left: 12px;
}

body#bServices div#pageHeader {
	background: url(../img/header2.jpg) no-repeat 0 bottom;
	width: 968px;
	height: 228px;
	position: relative;
	left: 12px;
}

body#bContact div#pageHeader {
	background: url(../img/header3.jpg) no-repeat 0 bottom;
	width: 968px;
	height: 228px;
	position: relative;
	left: 12px;
}

div#logoBlock {
	background: url(../img/header_logo.png) no-repeat;
	width: 358px;
	height: 0;
	position: absolute;
	top: 13px;
	left: 28px;
	padding-top: 215px;
	overflow: hidden;
}

/* @end */

/* @group navigation */

div#navigation {
	position: absolute;
	width: 260px;
	top: 105px;
	right: 10px;
}

div#navigation ul {
	list-style-type: none;
}

div#navigation ul li {
	float: left;
	height: 35px;
}

div#navigation ul li a {
	float: left;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#navigation ul li a:hover {
	background-position: 0 -40px;
}

#bHome a.navHome, #bHome a.navHome:hover {
	background-position: 0 -80px;
}

#bServices a.navServices, #bServices a.navServices:hover {
	background-position: 0 -80px;
}

#bContact a.navContact, #bContact a.navContact:hover {
	background-position: 0 -80px;
}

a.navHome {
	width: 70px;
	background-image: url(../img/nav_home.png);
}

a.navServices {
	width: 102px;
	background-image: url(../img/nav_services.png);
}

a.navContact {
	width: 88px;
	background-image: url(../img/nav_contact.png);
}

/* @end */

/* @group page content */

div#pageContent {
	position: relative;
	width: 620px;
	float: left;
	margin-top: 20px;
	margin-left: 13px;
	margin-bottom: 13px;
	padding: 20px 20px 30px 30px;
}

#pageContent p {
	margin-bottom: 10px;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}

#pageContent h4 {
	color: #336;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

#pageContent h5.accToggle {
	color: #336;
	text-transform: capitalize;
	font-size: 16px;
	margin-top: 20px;
	background-color: #fff;
	cursor: pointer;
}

#pageContent div.accContent {
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

#pageContent div.accContent ul {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	list-style-type: square;
	padding-left: 20px;
}

#pageContent div.accContent ul ul {
	font-size: 12px;
	list-style-type: circle;
	margin-bottom: 5px;
}

div#accContainer {
}

/* @end */

/* @group page panel */

div#pagePanelWrapper {
	width: 282px;
	margin-top: 20px;
	margin-right: 13px;
	margin-bottom: 13px;
	float: right;
	position: relative;
	background: #ccc url(../img/panel_top.gif) no-repeat 0 top;
}

div#pagePanel {
	min-height: 260px;
	position: relative;
	background: url(../img/panel_bottom.gif) no-repeat 0 bottom;
	padding: 20px;
}

#pagePanel p {
	color: #903;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

/* @end */

/* @group contact form */

div#contactForm {
	margin-top: 20px;
}

div#contactForm p {
	margin-bottom: 6px;
	padding-bottom: 2px;
	min-height: 1.6em;
}

#contactForm label {
	display: block;
	width: 190px;
	font-size: 12px;
	color: #666;
	float: left;
	line-height: 21px;
	text-align: right;
	padding-right: 10px;
}

#contactForm input[type="text"] {
	width: 250px;
	font-size: 14px;
	line-height: 14px;
	margin-left: 0;
}

#contactForm textarea {
	width: 250px;
}

#contactForm select {
}

#contactForm input {
	margin-left: 200px;
}

strong.formRequired {
	color: #903;
	font-weight: bold;
}

span.LV_invalid {
	color: #903;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	line-height: 21px;
}

span.LV_valid {
	color: #090;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	line-height: 21px;
}



/* @end */