/**
  Theme Name: HCMFirst
  Theme URI: http://www.white-hat-web-design.co.uk
  Author: Simon Jarvis
  Author URI: http://www.white-hat-web-design.co.uk

*/

body {
	behavior: url(/wp-content/themes/hcmfirst/csshover.htc);   /* WinIE behavior call */
	background: #373535;
	margin: 0px;
	font-family: arial, verdana;
	font-size: 75%;
}

#container {
	width: 900px;
	margin: 10px auto 10px auto;
	background: white;
}

#header {
	height: 110px;
	position: relative;
}
#logo {
	position: absolute;
	top: 15px;
	left: 20px;
}

#phoneno {
	position: absolute;
	top: 25px;
	right: 40px;
	text-align: right;
	font-size: 190%;
	color: #115784;
	font-weight: bold;
	margin: 0px;
}
#calltoday {
	color: #449531;
	font-size: 80%;
}

#wrapper {
	clear: both;
	padding: 0px 10px;
}
#content {
	padding: 10px 0px 10px 10px;
}

#topnav {
	height: 42px;
	background: url(images/topnavbg.jpg) repeat-x;
	clear: both;
	padding: 2px 4px;
}

#topnav ul {
	list-style: none;
	padding: 0px 0px;
	margin: 0px 0px;
}
#topnav ul li {
	padding: 0px 0px;
	margin: 0px 0px;
	float: left;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	width: 148px;
}
#topnav ul li a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 120%;
}
#topnav ul li a:hover {
	color: #449531;
}

#topnav { position:relative; z-index:100;}

#topnav li {position:relative;}

#topnav a {display:block;}

#topnav ul ul {visibility:hidden;position:absolute;}

#topnav ul li:hover ul, #topnav ul a:hover ul{visibility:visible; }

#topnav ul li ul {
	top: 40px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background: #16283f;
	font-size: 80%;
}
#topnav ul li ul li {
	line-height: 18px;
	text-align: left;
	margin: 0px;
	padding: 5px;
}
#topnav ul li ul li a {
	width: 158px;
	padding: 0px 5px;
}
#topnav ul li ul li ul {
	left: 158px;
	top: 0px;
}
#topnav ul li:hover ul li ul {
	display: none;
	font-size: 100%;
}
#topnav ul li ul li ul li:hover {
	background: #16283f;
}
#topnav ul li ul li:hover ul {
	display: block;
}


#side {
	width: 320px;
	float: right;
	margin: 0px 10px;
	padding-top: 20px;
}

#footer {
	width: 100%;
	height: 26px;
	clear: both;
}
#footertext {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 2px 0px;
}
#footertext p, #footertext a {
	color: white;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 85%;
}

#flashpresentation {
	width: 99%;
	margin-bottom: 15px;

}

/*-------------Headings-------------*/

h1 {
	display: none;
}

h2 {
	color: #449531;
	font-size: 140%;
}

h3 {
	color: #449531;
	font-size: 120%;
}

h4 {
	color: #449531;
	font-size: 100%;
}

a {
	color: #449531;
}
a:hover {
	color: #2e5d23;
}

a img {
	border: none;
}

label {
	font-weight: bold;
}
label, input { 
	display: block; 
	margin: 5px 0px;
	padding: 2px;
}


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

blockquote.testemonial {
	float: right;
	margin: 20px 20px 20px 20px;
	background-image: url(images/quote-open.jpg);
	background-position: middle left;
	background-repeat: no-repeat;
}

blockquote.testemonial div {
	line-height:120%;
    display: block;
    background-image: url(images/quote-close.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
	padding: 10px 25px 10px 25px;
	font-size: 110%;
	font-weight:bold;
	text-align: center;
	width: 220px;
} 

.wpcf7-mail-sent-ok {
	font-weight: bold;
	color: green;
}

