@charset "utf-8";
/* CSS Document */

/* CSS Document */
/* Title:	Servtech Inspection Services - General Styles for Website */
/* Author:	Ashley Milne - Sitecut Lid */

html	{
	background-color: #999999;

	}


body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #666666;
	min-width: 795px;
	background-color: #999999;
}
 
#wrapper {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	float: none;
	height: auto;
}

/* MISC. */
hr, .hide {
	display: none;
}
a img {
	border: none;
	border-color:#666666;
}
.divclear {
	clear:both; 
	height:0px; 
	font-size:0px; 
	margin: 0;
	padding: 0;
	margin-top:-1px;
}

/* GENERAL TEXT STYLES */
p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	font-weight:normal;
	color:#666666
	}
	
a, a:link, a:visited {
	color: #993333;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #333333 !important;
	text-decoration: none;
}
ul {
	list-style: circle;
	color: #999999;
	font-size: 0.85em;
	margin: 0;
	padding: 5px;
}
ol {list-style: decimal;}
h1 {
	font-size: 1.7em;
	font-weight:normal;
	line-height: normal;
	color: #993333;
}
h2 {
	font-size: 1.4em;
	font-weight:normal;
	line-height: 150%;
	color: #993333;
}
h3, h4, h5, h6 {
	color: #993333;
}
h3, h4 {
	font-size: 0.85em;
	font-weight: bold;
	line-height: 5px;
}
#newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #993333;
	width: 170px;
	padding-bottom: 7px;
}
#newscontent {
	font-size: 0.82em;
	padding-bottom: 20px;
	color: #666666;
}
#features {
	width: 170px;
	margin-right: 30px;
	margin-left: 730px;
	height:243px;
	padding-top: 20px;
}

#featurescontent {
	background-image: url(../images/layout/feature_back.png);
	background-repeat: repeat;
	width: 160px;
	height:213px;
	overflow:hidden;
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
#featuretitle {
	font-size: 0.82em;
	font-weight: bold;
	color: #993333;
	padding-bottom: 5px;
}
#featuretext {
	font-size: 0.78em;
	color: #333333;
	margin-bottom: 10px;
}



h3 {
	padding-bottom: 0.2em;
	width: 100%;
}
	
/* HEADER */


#container-header {
	margin: 0px;
	height: 110px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/layout/moorfiled-logo.gif);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #999999;
}
#wrapper #theimage {
	height: 284px;
	width: 930px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../images/layout/moorfiled-braemar-11.jpg);
}

#wrapper #container-header #thedate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #993333;
	float: right;
	text-align: right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 900px;
}
#wrapper #container-header #booknow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 30px;
	background-color:#993333;
	width: 150px;
	text-align: center;
	margin-top: 24px;
}
#wrapper #container-header #booknow a {
	color: #FFFFFF;
}

#wrapper #container-header #booknow a:hover {
	color: #EEEEEE
	}

.cleaner {
	clear: both;
}
	
/* BANNER IMAGE - dynamic on page*/

/* CONTENT */
#container-content {
	width: 930px;
	text-align: left;
	padding-top: 30px;
	background-color:#FFFFFF;
	padding-bottom: 30px;
}

#mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 170px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;
}

#mainmenu ul {
    font-size: 1.0em;
    list-style-type: none;
    }

#mainmenu ul li {
    width: 170px;
    }

#mainmenu ul li a {
    display: block;
    padding-top: 3px;
	padding-bottom: 3px;
    width: 170px;
    border-bottom: #cccccc solid 1px;
    text-decoration: none;
    color: #666666;
    font-weight: normal;
    }

#mainmenu ul li a:hover,
#mainmenu ul li a#currentpage {
	color: #993333;
	background-color: #F2DBDB;
    }
	
#mainmenu ul li ul {
	padding:0px;
	margin: 0px;
	font-size: 0.8em;
    }

#mainmenu ul li ul li {
	color: #666666;
	border-bottom: #cccccc solid 1px;
	    }

#mainmenu ul li ul li a {
	border-bottom: none;
	color: #666666;
	background-color: #F2DBDB;
    }

#mainmenu ul li ul li a:hover,
#mainmenu ul li ul li a#currentpage {
	color: #993333;
    }
    
    
#mainmenu ul li ul li ul {
    font-size: .9em;
    margin: 0;
    border: none;
    border-bottom: #333333 solid 1px;
    }
    
#mainmenu ul li ul li ul li a {
    background-color: #ffffff;
    }
    
#mainmenu ul li ul li ul li a:hover,
#mainmenu ul li ul li ul li a#currentpage {
    color: #993333;
    }

#maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	width: 470px;
	float: left;
	padding-bottom: 30px;
}

#newsblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	width: 170px;
	padding-right: 30px;
	padding-left: 30px;
	float: right;
	padding-bottom: 30px;
}

/* FOOTER */
#container-footer {
	clear: both;
	margin: 0px;
	font-size: 0.85em;
	color: #999999;
	/*background-color: #FFFFFF;
	border-top: 1px solid #919598;*/
	text-align: left;
	width: 870px;
	background-color: #FFFFFF;
	height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding-right: 30px;
}

#container-footer #left {
	font-weight: normal;
	width: 200px;
	font-size: 1em;
	float: left;
}



#container-footer #right {
	color: #999999;
	width: 500px;
	float:right;
	text-align:right;
}

#right a,
#right a:link,
#right a:visited {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-size: 1em;
}



#right a:focus, 
#right a:hover, 
#right a:active {
	color: #993333 !important;
	text-decoration: none;
}
#container-footer ul {
	list-style: none;			/* removes list marker */
	padding: 0px;				/* removes left indent */
	margin: 0px;
}
#container-footer ul li {
	display: inline;			/* sets list items to display in a row */
	padding: 0px;
	margin: 0px;
	font-size: 1.1em;
	font-weight: normal;
}

#sitecut {
	font-weight: normal;
	color: #666666;
	width: 930px;
	font-size: 0.7em;
	padding-top: 5px;
	text-align: right;
	background-color: #999999;
}
#sitecut a,
#sitecut a:link,
#sitecut a:visited {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 1em;
}
#sitecutthirty {
	padding-right: 30px;
}




#sitecut a:focus, 
#sitecut a:hover, 
#sitecut a:active {
	color: #333333 !important;
	text-decoration: none;
}

