/* 
    Document   : style
    Created on : 29-May-2010, 10:15:16
    Author     : Sam Fleming (Ahead4 Limited)
    Description:
        Main stylesheet
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {	background:none repeat scroll 0 0 transparent;	border:0 none;	font-size:100%;	margin:0;	outline:0 none;	padding:0;	vertical-align:baseline;}ol, ul {list-style:none outside none;}blockquote, q {quotes:none;}blockquote:before, blockquote:after, q:before, q:after {content:none;}:focus {outline:0 none;}ins {text-decoration:none;}del {text-decoration:line-through;}table {border-collapse:collapse;border-spacing:0;}address {font-style:normal;}.clearfix {clear:both;height:0;visibility:hidden;}

body {
    font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #656565;
	background: #FFF url(../images/body-background.jpg) repeat-x 0 0 scroll;
}

#page-container {
	width: 620px;
	margin: 0 auto;
}

#header {
	position: relative;
}

#logo {
	width: 164px;
	float: left;
	margin-top: 8px;
	margin-left: 6px;
}
#contact-info {
	float:left;
	margin-left:25px;
	margin-top:36px;
}
#contact-info p {
	font-size: 19px;
	line-height: 1em;
	color: #7E7E80;
}
#contact-info p small {
	font-size: 17px;
}
#contact-info p span {
	color: #0376ab;
	font-size: 16px;
	font-weight: bold;
}
#contact-info p a, #contact-info p a:visited {
	text-decoration: none;
	color: #656565;
}
#contact-info p a:hover {
	color: #333;
	text-decoration: underline;
}

#content-container {
	padding-top: 10px;
	clear: both;
}
#content-container .panel {
	background: transparent url(../images/panel-background.png) repeat 0 0;
	width: 180px;
	float: left;
	margin-left: 10px;
	padding: 12px 10px 0;
	height: 320px;
}
#content-container > .panel:first-child {
	margin-left: 0;
}
#content-container .panel h1 {
	line-height: 1.3em;
	height: 55px;
}
#content-container .panel p {
	height: 114px;
}
#content-container .panel a.visit {
	font-weight: bold;
	display: block;
	text-decoration: none;
	position: relative;
}
#content-container .panel a.visit:hover {
	color: #333;
}
#content-container .panel a.button {
	bottom:5px;
	color:#FFFFFF;
	display:block;
	font-size:15px;
	height:75px;
	position:relative;
	right:10px;
	text-align:center;
	text-decoration:none;
	width:200px;
	background: transparent url(../images/sprite.png) no-repeat -206px -76px;
	line-height: 35px;
}

#left-column h1, #left-column a.visit {
	color: #79a227;
}
#middle-column h1, #middle-column a.visit {
	color: #0a72ac;
}
#right-column h1, #right-column a.visit {
	color: #dd6e23;
}
#right-column a, #right-column a:visited {
	color: #DD6E23;
	text-decoration: none;
}
#right-column a:hover {
	color: #333;
	text-decoration: underline;
}

.panel div {
	background: transparent url(../images/sprite.png) no-repeat 0 0;
	width: 191px;
	height: 74px;
	position: relative;
	left: -6px;
	text-indent: -99999em;
	margin-bottom: 5px;
}
.panel div a {
	display: block;
	width: 100%;
	height: 100%;
}
#middle-column div {
	background-position: -207px 0;
}
#right-column div {
	background-position: -415px 0;
}

#content-container .panel a.visit span {
	background: transparent url(../images/sprite.png) no-repeat 0 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	left: 8px;
	top: 1px;
	text-indent: -99999em;
}
#content-container #left-column a.visit span {
	background-position: -617px -25px;
}
#content-container #middle-column a.visit span {
	background-position: -617px -3px;
}
#content-container #right-column a.visit span {
	background-position: -617px -46px;
}

#content-container #left-column a.button:hover {
	background-position: -206px -156px;
}
#content-container #middle-column a.button {
	background-position: 0 -76px;
}
#content-container #middle-column a.button:hover {
	background-position: 0 -156px;
}
#content-container #right-column a.button {
	background-position: -419px -76px;
}
#content-container #right-column a.button:hover {
	background-position: -419px -156px;
}

#footer {
	clear: both;
	padding-top: 35px;
	height: 190px;
}

#latest-news {
	border: 2px solid #d8e0e6;
	padding: 15px 10px;
	position: relative;
	background: url("../images/content-bg.png") repeat scroll 0 0 transparent;
}
#latest-news #news-container {
	position: absolute;
	top: 15px;
	left: 90px;
	overflow: hidden;
	width: 525px;
	height: 20px;
}
#latest-news ul {
	min-width: 1000px;
}
#latest-news li {
	display: none;
	margin-left: 2px;
}
#latest-news li:first-child {
	display: inline;
}
#latest-news li a, #latest-news li a:visited {
	color: #1c67ae;
	text-decoration: none;
}
#latest-news li a:hover {
	color: #333;
	text-decoration: underline;
}

#latest-news #newscount {
	position: absolute;
	top: 3px;
	right: 5px;
	text-align: right;
}

#latest-news #newscount a {
	color: #656565;
	text-decoration: none;
}

#latest-news #newscount a:hover {
	color: #000;
}

#copyright {
	margin-top: 10px;
}
#copyright p {
	width: 100%;
	color: #989898;
	text-align: right;
}

#copyright a {
	color: #1C67AE;
	text-decoration: none;
}
#copyright a:hover {
	color: #000000;
	text-decoration: underline;
}


#content-block {
	background: url("../images/content-bg.png") repeat scroll 0 0 transparent;
	padding: 10px 8px;
	margin-left: 2px;
	position: relative;
	top: 5px;
	margin-bottom: 5px;
	border-top: 2px dotted #808080;
	min-height: 270px;
}

#content-block p {
	padding: 7px 0;
}

#content-block table p {
	padding: 0;
}

#content-block h1 {
	margin: 5px 0;
	text-align: center;
	font-size: 15px;
	color: #444;
}

#content-block h2 {
	margin: 10px 0 2px;
	text-align: center;
	color: #555555;
}

#content-block table h1, #content-block table h2 {
	margin: 0;
	text-align: left;
}

#content-container.hascontent .panel {
	height: 33px;
	padding-top: 6px;
}
#content-container.hascontent .panel *, #content-container.hascontent .panel a.visit {
	display: none;
}
#content-container.hascontent .panel a.button {
	display: inline-block;
}


/*
 * Style -> Contact Ahead4 / Request a callback
 */


div#callback {
	margin-left: 5px;
	width: 300px;
	margin-bottom: 10px;
}

div#callback h1 {
	font-size: 16px;
	color: #656565;
	margin-bottom: 25px;
}

div#callback label {
	display: inline-block;
	text-align:right;
	width:120px;
	padding-bottom: 5px;
}

div#callback select {
	width: 142px;
	margin: 3px 0;
}

div#callback input {
	width:140px;
	margin: 3px 0;
}

div#callback input, div#callback select {
	background-color: transparent;
	border: 1px solid #225;
	margin-left: 2px;
}

input#callback_sub {
	background-color: #D9E9EF;
	border: 1px solid #A8BCCF;
	color: #222233;
	display: block;
	padding: 1px 0 2px;
	width: 140px;
	margin: 5px auto;
}

a#callback_req {
	margin-bottom: 7px;
	display: block;
	width: 140px;
	padding: 3px 2px;
	background-color: #EFEFEF;
	border: 1px solid #666;
	text-decoration: none;
}

div#formsub {
	color: #55d;
	font-weight: bold;
	min-height: 20px;
	line-height: 27px;
}