html, body {
	margin: 0 auto;
	font-family: 'Lucida Grande', verdana, arial;
	font-size: 12px;
	height:100%;
	line-height: 1.4em;
	}

p {
font-size: 12px;
color: #333;
line-height: 1.4em;
clear:both;
}

li { font-size: 11px; color: #333; padding: 2px 0;}

#container {	
	margin-left: -385px;
	left:50%;
	margin: 0 auto;
	width:770px;
	height:100%;
	}

#content {
	width:770px;
	margin-bottom:50px;
	}

#topbanner { text-align:right; padding-top:10px; height:70px; width:770px}
#topnav{ height: 40px; width:770px;}

/**************************** DROP DOWN *********************************/

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width: 770px;
}

li  { /* all list items */
	float: left;
	font-family: 'century gothic', arial, verdana ;
	background: url('../images/li_bg.gif') bottom left no-repeat;
	position: relative;
	width: 154px;
	height:30px;
	text-align: center;
	font-weight:bold;
	font-size:1.2em;
	}

li a:link, li a:visited, li a:active {
color:#000;
text-decoration:none;
}

li a:hover {
color: #0071bc;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	width:150px;
}

li ul li { /* second-level list items */
	background: url('../images/li_ul_li_bg.gif') bottom left no-repeat;
	height:21px;
	font-size:0.9em;
	padding-top:7px;
	text-align:left;
	padding-left:10px;
}

li ul li:hover, li ul li.over {
background: url('../images/li_ul_li_hover_bg.gif') bottom left no-repeat;
}

li ul li a:link, li ul li a:visited, li ul li a:active {
display: block;
width:140px;
color:#FFFFFF;
text-decoration:none;
}

li ul li a:hover, li ul li a.over {
color:#FFFFFF;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover, li.over {
background:url('../images/li_hover_bg.gif') bottom left no-repeat;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	position: absolute;
	display: block;
	top:34px;
	left:0px;
}

.active {

	color: #0071bc;
	
	}
	
/**************************** END OF DROP DOWN *********************************/

#leftcolumn{
float:left;
width: 220px;
margin:auto;
}

#rightcolumn {
float:left;
width: 550px;
padding:20px 0 50px 0;
margin:auto;
}

h1 {
font-family: 'century gothic', arial, helvetica, verdana;
font-size:22px;
color: #f7931d;
font-weight: normal;
width: 550px;
padding-bottom: 5px;
border-bottom:1px dotted #333;
}

h2 {
font-family: 'century gothic', arial, helvetica, verdana;
color: #000;
font-weight: bold;
font-size:14px;
clear:both;

}

#leftcolumn a:link, #leftcolumn, a:visited, #rightcolumn a:link, #rightcolumn a:visited {
color: #00adef;
text-decoration: none;
}

#leftcolumn a:hover, #leftcolumn a:active, #rightcolumn a:hover, #rightcolumn a:active {
color: #00adef;
text-decoration: underline;
}

#rightcolumn ul {
width:550px;
margin:auto;
}

#rightcolumn li {
background-image:url('../images/bullet.gif');
background-repeat:no-repeat;
background-position:0 3px;
height:100%;
list-style-type: none;
font-family: 'Lucida Grande', verdana, arial;
font-size: 12px;
font-weight: normal;
text-align:left;
color:#333;
width: 500px;
padding-bottom: 5px;
padding-left: 18px;
margin:auto;
line-height: 1.4em;
}

.bullet {
background: url('../images/bullet.gif') 0 2px no-repeat;
color:#333;
padding-left: 18px;
margin-left:0px;
display: block;
width: 100%;
height: 20px;
}

a img {
border:0;
}

#footer {
clear:both;
position:relative;
display:block;
width: 770px;
height:100px;
background: url('../images/bottom_strip.gif') top left no-repeat;
}

.strapline {
font-family: arial, helvetica, verdana;
font-size:3em;
color: #f7931d;
font-weight: normal;
}


.logopic {/*for case studies*/
float:right;
margin-left: 15px;
margin-bottom:15px;
padding:4px;
border: 1px solid #ccc;
}

.picborder {
padding:4px;
border: 1px solid #ccc;
}

#pdfbox {
width:110px;
float:left;
margin-right:15px;
padding-bottom:15px;
}

.smalllink {
font-size: 10px;
}

input, textarea {
border: 1px solid #999;
background-color: #f2f2f2;
padding: 4px;
font-family: 'Lucida Grande', verdana, arial;
font-size: 12px;
color:#333;
}

label {
font-family: 'Lucida Grande', verdana, arial;
line-height: 22px;
font-size: 12px;
font-weight:bold;
color:#333;
}

.phonenumber {
font-family: 'century gothic', arial, helvetica, verdana;
font-size:22px;
color: #f7931d;
font-weight: normal;
}

.required {
color:#FF0000
}

