@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	background-color: #F1F1F1;
	background-image: url(../images/tile_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#wrapper {
	position: relative;
	min-width: 845px;
	min-height: 100%;
	background-image: url(../images/tile_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#page {
	margin-left: 66px;
	margin-right: 142px;
	position: relative;
}
#header {
	position: relative;
	height: 141px;
	border-top: solid 6px #ffffff;
	background-color: #dddddd;
}

#menu {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #7d95a5;
	border-bottom: solid 6px #FFFFFF;
	z-index: 10;
	border-top: solid 6px #ffffff;
}
#menu #p7PMnav .dot {
	text-align: center;
	width: 14px;
	padding-top: 5px;
}
h1 {
	position: absolute;
	left: 158px;
	top: 223px;
	z-index: 8;
}

#mainArea {
	position: relative;
	margin-top: 0px;
	background-color: #ebeaea;
	background-image: url(../images/side_picture.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#leftColumn {
	width: 142px;
	position: absolute;
	z-index: 9;
	margin-top: 6px;
}
#leftColumn ul {
	margin-top: 10px;
}
#leftColumn li {
	list-style-type: none;
	margin-bottom: 3px;
}
#leftColumn li.currentPage {
	background-image: url(../images/msub_arr.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
}
#leftColumn a {
	display: block;
	height: 10px;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
}
#leftColumn a:hover, #leftColumn a:active, #leftColumn a:focus {
}

#mainArea #content {
	position: relative;
	background-color: #f1f1f1;
	min-height: 340px;
	margin-left: 142px;
	border-left: solid 6px #ffffff;
}
#mainArea #content #copy {
	padding: 30px 30px 20px 90px;
	position: relative;
}


/*for news page content*/

#mainArea #content #copy_news {
	width:400px;
	padding: 30px 0px 20px 90px;
	position: relative;
}

#mainArea #content #copy_news .item{
	width:100%; /*400px*/
	overflow: hidden;
	margin-bottom:20px;
}

#mainArea #content #copy_news .item .thumbnail{
	float:left;
	width:100px;
	border:solid 1px #000;
}

#mainArea #content #copy_news .item .details{
	float:left;
	width:278px; /*allowing for 1px border on thumbnail*/
	padding-left:20px;
}

#mainArea #content #copy_news .item .details .title{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	display:block;
	margin-bottom:5px;
}
	
#mainArea #content #copy_news .item .details .readmore{
	margin-top:5px;
	color:#ff9933;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
}

#mainArea #content #copy_news .item .details .readmore a:link, #mainArea #content #copy_news .item .details .readmore a:visited{
	color:#ff9933;
	text-decoration:none;
}

#mainArea #content #copy_news .item .details .readmore a:hover{
	color:#ff9933;
	text-decoration:underline;
}




#clearbar {
	position: relative;
	height: 30px;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	width: 100%;
}


.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#logo {
	position: absolute;
	height: 139px;
	width: 111px;
	top: 178px;
	right: 31px;
}

#footer {
	position: relative;
/*	background-color: #a4b5c0;*/
	background-color: #7D95A5;
	height: 23px;
	margin: -35px 142px 0px 66px;
	border-top: 6px solid #FFFFFF;
	border-bottom: 6px solid #FFFFFF;
	min-width: 637px;
}
#footer #copyright {
	position: absolute;
	height: 12px;
	width: 122px;
	left: 10px;
	top: 6px;
}
#footer #contactDetails {
	position: absolute;
	height: 12px;
	width: 479px;
	top: 6px;
	right: 10px;
}

#photo1 {
	position: absolute;
	height: 141px;
	width: 374px;
	top: 0px;
	left: 0px;
	border-right: solid 6px #ffffff;
}
#photo2 {
	position: absolute;
	height: 141px;
	width: 257px;
	left: 380px;
	top: 0px;
	border-right: solid 6px #ffffff;
}
