/* Colours */
/* Outside borders lef and righ - #444034 */
/* background main image - #5b574d*/
/* menu bar - #807a6e */
/* cream - #fcf8dc */

/* common styling */
body {
	text-align: center;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:1.3em;
	background: url(../images/static/pattern.png);
	color:#735032;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 115%;
	color: #735032;
	margin-top: 10px;
}

h2{
	color: #4f3b1b;
	line-height: 1.3em;
	font-size: 105%;
}

h3{
	font-size: 100%;
	padding-bottom: 5px;
	color: #7B4401;
	line-height: 1em;
}

h4{
	font-size: 100%;
	font-weight: normal;
 	color: #4f3b1b;
	margin-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}


/* Header style and navigation */

#header {
	background: #807a6e url(../images/static/purvis-gisborne.jpg) no-repeat top left; 	
 	height: 50px;
	width: 800px;
	text-align: right;
	}
#header .text {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size:10px;
	color: #fcf8dc;
	text-align:right;
	padding-right: 10px;
	padding-top: 30px;
}

#header a:link {
	color: #fcf8dc;
	text-decoration: none;
}
#header a:visited {
	color: #fcf8dc;
	text-decoration: none;
}
#header a:hover {
	color: #fcf8dc;
	text-decoration: underline;
}
#header a:active {
	color: #fcf8dc;
	text-decoration: none;
}

#maincontent  { 
	background: #fff center no-repeat;
	width: 800px;
	height: 550px;
	margin: auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#mainimage  { 
	background: #5b574d url(../images/dynamic-mainimage/rotator.php) no-repeat top center;
	width: 800px;
	height: 386px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#mainimagecivil  { 
	background: #807a6e url(../images/dynamic-civil/rotator.php) no-repeat top center;
	width: 800px;
	height: 386px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#slideshow {
		margin-left:0;
		padding:0;
		background:#ffffff;
		width:800px;
        height:auto;
        text-align:center;
	}
/* Content style */

#content {	
	background: #fff;
	width: 780px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4f3b1b;
	margin: 0;
}

#content li {
	list-style:url('../images/static/bullet.png'); 
	padding-top: 5px;
	vertical-align: middle;
	}

#content a:link {
	color: #735032;
	font-weight: bold;
	text-decoration: none;
}
#content a:visited {
	color: #735032;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #735032;
	font-weight: bold;
	text-decoration: underline;
}
#content a:active {
	color: #735032;
	font-weight: bold;
	text-decoration: none;
}


/* Footer */
#footer {
	left: 0px; 
	position: relative;
	font-size: 9px; 
	color: #666666; 
	background: url(../images/static/pattern.png)
	line-height: 12px; 
	font-family: verdana,arial,sans-serif; 
	text-align: center
}

#footer a:link {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:active {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

/***********************************************/
/*  Menu Navigation                            */
/***********************************************/

/* common styling for all browsers inc ie*/
#menucontainer {
	z-index:2000;
	margin: 10px;
	width: 155px;
	text-align: left;
	position: absolute;
	top: 2px;
	}
	
.menu {	
	z-index:9999; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	width:155px; 
	height:150px; 
	position:relative; 
	font-size:10px; 
	margin-left: 10px; 
	text-transform: uppercase; 
	line-height: 24px;
	}

/* specific to non IE browsers */ 
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#330000; 
	width:155px; 
	text-align:center; 
	margin:1px 1px 1px 1px; 
	background:#ffffff; 
	line-height:24px; 
	font-size:10px; 
	filter: alpha(opacity=60); 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); 
	opacity:0.6;
	}

.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
	
	}

.menu ul li {
	float:left; 
	position:relative;
	margin: 0;
	}

.menu ul li ul {
	display: none; 
	}
	
/*first level hover behaviour */
.menu ul li:hover a {
	color:#330000; 
	background:#ffffff;
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); 
	opacity:0.9;
	}

/* second level appear on first level hover */	
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:157px; 
	width:225px;
	}

/* Second level with further level links */

.menu ul li:hover ul li a.hide {
	background:#ffffff; 
	color:#330000; 
	filter: alpha(opacity=60); 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); 
	opacity:0.6;
	}
	
.menu ul li:hover ul li:hover a.hide {
	width:200px;
	background:#ffffff; 
	filter: alpha(opacity=90); 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); 
	opacity:0.9;
	}
	
.menu ul li:hover ul li ul {
	display: none;
	}

/* the second level no further level links */

.menu ul li:hover ul li a {
	display:block; 
	background:#ffffff; 
	color:#330000; 
	width:200px; 
	filter: alpha(opacity=60); 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); 
	opacity:0.6;
	}
	
.menu ul li:hover ul li a:hover {
	background:#ffffff; 
	color:#330000; 
	filter: alpha(opacity=90); 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); 
	opacity:0.9;
	}
	
.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:202px; 
	top:0; 
	color:#000;
	}

/* Third level list */
.menu ul li:hover ul li:hover ul li a {
	display:block; 
	width:225px; 
	background:#ffffff; 
	color:#330000;
	}
	
.menu ul li:hover ul li:hover ul li a:hover {
	background:#ffffff; 
	color:#330000;
	}

/***********************************************/
/*  Menu Container 2 for Client Area Link      */
/***********************************************/

/* common styling for all browsers inc ie*/
#menucontainer2 {
	z-index:2000;
	margin: 10px;
	width: 155px;
	text-align: left;
	position: absolute;
	top: 210px;
	}

.menu2 {	
	z-index:9999; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	width:155px; 
	position:relative; 
	font-size:10px; 
	margin-left: 10px; 
	text-transform: uppercase; 
	line-height: 24px;
	}
	
.menu2 ul li a, .menu2 ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#330000; 
	width:155px; 
	text-align:center; 
	margin:1px 1px 1px 1px; 
	background:#ffffff; 
	line-height:24px; 
	font-size:10px; 
	filter: alpha(opacity=60); 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); 
	opacity:0.6;}

.menu2 ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
	}

.menu2 ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
	}

.menu2 ul li ul {
	display: none; 
	}

/* specific to non IE browsers */ 

/*first level hover behaviour */
.menu2 ul li:hover a {
	color:#330000; 
	background:#ffffff; 
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); 
	opacity:0.9;
	}

.menu2 ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:152px; 
	width:155px;
	line-height: 24px;
	}

/* client area */

#clientarea {
	margin: 10px;
	}

.vclient {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: solid #666666 1px;
	background-color: #ebe5dc;
	padding-left: 10px;
	padding-right: 10px;
	height: 230px;
	}

.vclient img {
	margin-top: 10px;
	margin-right:10px;
	margin-bottom: 20px;
	float: left;
	}

.hclient {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: solid #666666 1px;
	background-color: #ebe5dc;
	padding-left: 10px;
	padding-right: 10px;
	height: 160px;
	}

.hclient img {
	margin-top: 10px;
	margin-right:10px;
	margin-bottom: 20px;
	float: left;
	}
	
.emphasis {
	display:inline;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align: center;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 57px;
	}

.back {
	display:inline;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align: center;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	width: 57px;
	}

.featureright {
	width: 770px;
	height: auto;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4f3b1b;
	border-top: solid #666666 1px;
	padding-bottom: 10px;
	}

.featureright img {
	float: right;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.featureright h2 {
	padding-top: 10px;
}
	
.featureleft {
	width: 750px;
	height: auto;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4f3b1b;
	background: #ebe5dc;
	border-top: solid #666666 1px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}

.featureleft img {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	}
	
.featureleft h2 {
	padding-top: 10px;
}
	
.error {
	color: #AA0000;
	}
