html , body { margin: 0px; padding: 0px }
body {
        font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 12px;
}

a { text-decoration: none; color: #C71F1E; }
a img { border: none; }
h3 { color: #C71F1E; }

#headWrapper {
	width: 100%;
	height: 209px;
	padding-top: 15px;
	background-image: url('../images/indexHead.png');
	background-repeat: repeat-x;
}

#headContent {
	width: 971px;
	margin: 0px auto;
}

#headLeft {
	width: 267px;
	height: 209px;
	float: left;
	background-color: #FFF;
}

#wprLogo {
	width: 247px;
	margin: 0px auto;
	height: 112px;
}

#wprContact {
	width: 247px;
	margin: 5px auto 0px;
	height: 25px;
	font-size: 18px;
	text-align: center;
}

#wprSearch {
	width: 247px;
	margin: 30px auto 0px;
	height: 37px;
}

#headRight {
	width: 704px;
	height: 209px;
	float: left;
	overflow: hidden;
}

#navWrapper {
	width: 100%;
	background-color: #F2F2F2;
	height: 46px;
}

#navContent {
	width: 971px;
	margin: 0px auto;
}

#navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	height: 46px;
	float: left;
}

#navigation li a {
	color: #C81E1E;
	padding: 15px;
	display: block;
}

#navigation li a.current , #navigation li a:hover {
	background-color: #C81E1E;
	color: #FFF;
}

#contentWrapper {
	width: 100%;
	min-height: 200px;
	_height: 200px;
        background-image: url('../images/bg-content.jpg');
	background-repeat: repeat-y;
        background-position: center center;
}

#contentContent {
	width: 971px;
	margin: 0 auto;
	min-height: 200px;
	_height: 200px;
}

#sideNav {
	width: 247px;
	min-height: 200px;
	float: left;
        margin: 10px 0;
        padding: 0 10px;
	_height: 200px;
}

#sideNavigation {
	padding: 0px;
	margin: 0px auto;
	width: 257px;
	list-style-type: none;
}

#sideNavigation li {
	line-height: 23px;
	width: 237px;
        border-bottom: 1px dotted #D5D5D5;
}

#sideNavigation li a {
	color: #C71F1E;
}

#content {
	width: 680px;
	min-height: 200px;
	float: left;
	_height: 200px;
}

#footWrapper {
	width: 100%;
	height: 70px;
	border-top: 13px solid #D5D5D5;
	background-color: #C71F1E;
}
#footContent {
	width: 971px;
	margin: 0px auto;
	height: 70px;
}

#addressDetails {
	color: #FFF;
	width: 771px;
	float: left;
	height: 50px;
	margin: 10px 0px;
}

#logoDetails {
	width: 200px;
	height: 30px;
	text-align: right;
	margin: 31px 0px 0px;
	float: left;
}

#searchWrapper {
	width: 100%;
	height: 52px;
	border-top: 15px solid #C71F1E;
}

#searchContentWrapper {
	width: 971px;
	margin: 0px auto;
}

#searchContent {
	margin-left: 266px;
	margin-top: 20px;
	width: 446px;
	height: 32px;
	float: left;
}

#callHead {
	width: 259px;
	height: 42px;
	margin: 5px 0px;
	float: left;
	text-align: right;
}

#homeHeadWrapper {
	width: 100%;
	height: 364px;
	background-image: url('../images/homeHead.png');
	background-repeat: repeat-x;
}

#homeHeadContent {
	width: 971px;
	margin: 0px auto;
	height: 364px;
}

#homeHeadContent #headLeft {
	height: 364px;
	background-color: #FFF;
}

#homeHeadContent #headRight {
	height: 364px;
}

#wprHomeContent {
	width: 247px;
	height: 211px;
	margin: 20px auto;
}

#wprHomeContent h1 {
	font-size: 24px !important;
	line-height: 29px;
}

.redText { color: #C62020; }
.large { font-size: 18px; }

.clear {
	width: 100%;
	line-height: 1px;
	height: 1px;
	clear: both;
}

.hidden { display: none; }

#searchText { border: 1px solid #000; }
.searchButton {
	border: 1px solid #000;
	background-color: #C71F1E;
	color: #FFF;
}

.bold { font-weight: bold; }

.homeContentBox {
	height: 278px;
	width: 315px;
	float: left;
	color: #FFF;
	background-color: #C71F1E;
}

.homeContentBox h3 {
	background-image: url('../images/h3Back.jpg');
	background-repeat: no-repeat;
	height: 17px;
	padding: 4px 13px 10px;
	width: 272px;
	color: #000;
	font-size: 16px;
	margin: 10px auto 5px;
}

.homeContentBox p {
	width: 298px;
	margin: 5px auto;
}

.homeContentBox a {
	color: #FFF;
	text-decoration: underline;
}

.homeContentBox ul {
	width: 258px;
	margin: 10px auto;
	padding: 0px;
	list-style-image: url('../images/listItem.png');
}

#benefits , #ourAim { margin-left: 13px; }
#services-box { line-height: 20px; }
#services-box a { text-decoration: none; }

.tb { float: left; margin: 0 1% 5px 0; width: 15%; text-align: right; }
.otb { float: left; margin: 0 1% 5px 0; width: 80%; }