/*
Theme Name: Infrassistance Site Design
Theme URI: http://www.infrassistance.co.uk
Description: The main layout site design for Infrassistance website
Version:2.0
Author: Steven Booth
Author URI: http://www.stevenboothdesign.co.uk
Tags: infrassistance, neutral, two columns, header, horizontal navigation
*/


html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.6em;
	background: #e8e8e8;
	margin: 0;
	padding: 0;
        text-align: center;
        min-width: 920px;
}

#wrapper {	
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	width:920px;
}
	
td {
        font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.6em;
        text-align: center;
        margin: 0;
	padding: 10px 0 0 0;
}
td p {
        text-align: center;
        margin: 0;
        padding: 0;
}


a {		
	color: #898c2e;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #898c2e;
	font-weight: bold;
	text-decoration: underline;
}
a:visited, a:active {
	color: #898c2e;
	font-weight: bold;
}
img {
	border: 0;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/*------------------------------------- Header of web page (masthead) ----------------------------*/

#header {
	margin: 0;
	padding: 0;
	background: url(images/masthead.gif) no-repeat;
	width: 920px;
	height: 160px;
}

.search_txt {
        width: 130px;
        margin: 0 5px 0 0;
}


/*------------------------------------- main navigation ----------------------------*/
#container {
	background: url(images/nav_BG.gif) top right no-repeat;
	height: 38px;
	position: relative;
	top: 122px;
	width: 920px;
	padding: 0;
	margin: 0;	
	}

#globalnav ul {
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none; 
	}
	
#globalnav li {
	font-family: "ITC Officina Sans", Helvetica, Arial, sans-serif;
	font-size: 120%;
	text-transform: lowercase;
	color: #fff;
	display: inline;
	}

#globalnav ul li a {
	text-decoration: none;
color: #fff;
	padding: 10px 13px 10px 10px;
	background: url(images/navDivider.gif) top right no-repeat;
	}
	
#globalnav ul li a:hover {
	text-decoration: none;
	color: #dce12f;
	}
	
#globalnav li.current_page_item a {
	text-decoration: none;
	color: #dce12f;
}	
	
.menu {
	padding: 9px 0;
	margin: 0;
	float: left;
}	


	


/*-------------------------------------  main content area ----------------------------*/
#contentWrapper {
	background: #fff url(images/contentWrapperBG.gif) top repeat-y;
	width: 920px;
	padding: 0;
	margin: 0;
	overflow: auto;
}
#contentMain .breadcrumb {
color: #666;
background: #f2f1e8;
line-height: 26px;
	padding: 0px 10px 0 10px;
	margin: 30px 0 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#contentMain {
	width: 600px;
	padding: 0;
	margin: 0 0 0 20px;
	float: left;
}

#contentMain h1 {
        display:none;
}
#contentMain h2 {
	padding: .5em 0 0 0;
	line-height: 1em;
	margin: 0;
	font-size: 150%;
	font-weight: lighter;
	color: #585858;
}
#contentMain h3 {
	background: #929b3d;
	font-size: 90%;
	font-weight: lighter;
	color: #ffffff;
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	margin: 2em 0 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#contentMain blockquote {
	font-size: 16px;
        line-height: 24px;
	font-weight: lighter;
	color: #000080;
	font-style: italic;
}
#contentMain blockquote span {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
}
/*-------------------------------------  side content area (right hand column) ----------------------------*/

#contentSide {
	float: right;
	width: 250px;
	margin: 30px 20px 20px 0;
}
#boxOut  h4 {
	background: #929b3d;
	padding: 2px 10px 0 10px;
	margin: 0;
	color: #ffffff;
	font-size: 90%;
	font-weight: lighter;
	text-transform: uppercase;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#contentSide blockquote {
	font-size: 12px;
        line-height: 19px;
	font-weight: lighter;
	color: #000080;
	font-style: italic;
        margin: 0 0 0 10px;
}
#contentSide blockquote span {
	font-size: 10px;
	color: #333333;
	font-style: normal;
        font-weight: normal;
}
/*------------------------------------- boxOut panel on side of page ---------------------------*/

#boxOut {
	background: #f2f1e8;
	padding: 20px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#boxOut ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#boxOut li {
	padding: 5px 0;
	margin: 0;
	list-style-type: none;
}
#gapList li {
	padding: 0 0 0 15px;
	margin: 0;
	background: url(images/bullit.gif) no-repeat top left;
}
/*------------------------------------- footer of web page (footer) ----------------------------*/


#footer {
	background: url(images/footer.jpg) no-repeat top left;
	text-align: center;
	font-size: 80%;
	padding: 30px 0 0 0;
	clear: both;
}
#footer a {
	color: #333;
	font-weight: normal;
}
#footer img {
	vertical-align: middle;
}