/* structure stylesheet - page layout elements */
/**************************************************************************/
/* 1: Zero out all styles except form elements, which are left to default */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
}
/* define focus styles */
:focus {
 outline: 0;
}
ol, ul {
 list-style: none;
}
table {
 border-collapse: separate;
 border-spacing: 0;
}
caption, th, td {
 text-align: left;
 font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: "";
}
blockquote, q {
 quotes: "" "";
}
/* Clearing bug fix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
img, div { behavior: url(images/layout/iepngfix.htc) }
/* End zero out */
/**************************************************************************/

/**************************************************************************/
/* Basic body styles */
body {
 font-size:11px; /* 11px default */
 font-family:"Lucida Sans Unicode","Lucida Grande", Tahoma, Garuda, Arial, Helvetica, sans-serif;
 font-weight:normal;
 color:#000000;
 background:url(../images/layout/body_bg.gif) center top repeat #FFFFFF; 
 padding-bottom:50px;
 text-align:center;
}
/* Skip to content link */
#skip{
 display:none;
}
/* Standard text styles */
p {
 margin:15px 0 15px 0;
 line-height:1.6em;
}
p.intro {
 font-size:1.2em;
 font-weight:bold;
}
h1 {
 font-size:1.8em;
 font-weight:normal;
 color:#234093;
 margin:0 0 3px;
}
h2 {
 font-size:1.45em;
 font-weight:normal;
 color:#666666;
 margin:0 0 5px;
}
h3 {
 font-size:1.3em;
 font-weight:bold;
 color:#234093;
 margin:10px 0 5px;
}
h4 {
 font-size:1.17em;
 font-weight:bold;
 margin:10px 0 5px;
}
h5 {
 font-size:1.17em; /* 14px - 14/1.2em */
 font-weight:normal;
 margin-top:12px;
}
a {
 color:#234093;
 text-decoration:none;
}
a:hover {
 text-decoration:underline;
}
input, select{
	color:#000000;
}
.no_border{
	border:none !important;
	background:none !important;
}
.no_margin{
	margin:0 !important;
}
.no_padding{
	padding:0 !important;
}
/* End Basic body styles */
/**************************************************************************/


/**************************************************************************/
/* Header Section */

#header{
	width:802px;
	min-height:204px;
	_height:204px;
	margin:0 auto;
	text-align:left;
	background:url(../images/layout/header_bg.png) center top no-repeat;
}
	#header #logo{
		padding-left:15px;
		float:left;
	}

/* End Header Section */
/**************************************************************************/


/**************************************************************************/
/* Main Navigation Section */

#main_nav{
	float:right;
	background:url(../images/layout/nav_bg.jpg) center top no-repeat;
	width:424px;
	margin:36px 21px 0 0;
	_margin-right:10px;
	padding:0 18px;
}
	#main_nav li{
		display:block;
		float:left;
		_width:1%;
	}
	#main_nav li a{
		display:block;
		height:46px;
		line-height:46px;
		color:#FFFFFF;
		font-weight:bold;
		font-size:1.2em;
		padding:0 18px;
		white-space:nowrap;
	}
	#main_nav li.selected a{
		background:url(../images/layout/nav_selected.jpg) left top repeat-x;
		text-decoration:none;
	}

/* End Navigation Section */
/**************************************************************************/


/**************************************************************************/
/* Main Content Section */

#page{
	width:790px;
	margin:0 auto;
	padding:0 6px;
	text-align:left;
	background:url(../images/layout/content_bg.png) center top repeat-y;
}
	#page .content{
		width:542px;
		float:right;
		margin:8px 0 0;
		padding:25px 0 10px;
		background:url(../images/layout/inner_content_top.gif) left top no-repeat #F8F8F8;
	}
		#page .content_inner{
			background:url(../images/layout/inner_content_btm.gif) left bottom no-repeat;
			padding:5px 55px 50px 45px;
		}
		#page .content p span{
			color:#234093;
		}
	#page .panel{
		width:248px;
		float:left;
		padding:15px 0 0;
	}
		.panel .secondary_nav{
			margin:3px 20px 15px 21px;
		}
		.panel .secondary_nav li{
			display:block;
			margin:0 0 2px;
		}
		.panel .secondary_nav li a{
			display:block;
			height:32px;			
			color:#FFFFFF;
			font-size:1.1em;
			background:#929FC9;
			padding:16px 10px 0 20px;
			position:relative;
		}
		.panel .secondary_nav li.top a{
			background:url(../images/layout/secondary_nav_top.gif) right top no-repeat #929FC9;
		}
		.panel .secondary_nav li.btm a{
			background:url(../images/layout/secondary_nav_btm.gif) right bottom no-repeat #929FC9;
		}
		.panel .secondary_nav li.two_lines a{
			height:40px;
			padding-top:8px;
		}
		.panel .secondary_nav li.selected a{
			background-color:#234093;
			text-decoration:none;
		}
		.panel .secondary_nav li.selected_top a{
			background-image:url(../images/layout/secondary_nav_top_on.gif);
			background-position:right top;
			background-color:#234093;
			text-decoration:none;
		}
		.panel .secondary_nav li.selected_btm a{
			background-image:url(../images/layout/secondary_nav_btm_on.gif);
			background-position:right bottom;
			background-repeat: no-repeat;
			background-color:#234093;
			text-decoration:none;
		}
		.panel .img{
			margin:0 0 15px 19px;
		}
			.panel .img img{
				display:block;
			}
			
		.panel .box{
			width:212px;
			padding:10px 0 0;
			margin:0 0 15px 18px;
			background:url(../images/layout/box_top.gif) left top no-repeat;
		}
		.panel .box_inner{
			background:url(../images/layout/box_btm.gif) left bottom no-repeat;
			padding:0 15px 10px;
		}
		.panel .box_inner p{
			margin:0 0 7px;
			line-height:1.3em;
		}
		.panel .box_inner ul{
			width:182px;
		}
		.panel .box_inner ul li{
			display:block;
			_width:100%;
		}
		.panel .box_inner ul li a{
			display:block;
			padding:0 0 0 15px;
			background:url(../images/layout/list_icon_arrow.gif) left center no-repeat;
			color:#000000;
		}
		
/* End Content Section */
/**************************************************************************/

#footer{
	width:790px;
	min-height:45px;
	_height:45px;
	margin:0 auto;
	padding:12px 6px 0;
	text-align:left;
	color:#FFFFFF;
	background:url(../images/layout/footer_bg.png) center top repeat-y;
}
	#footer p{
		margin:0;
		padding:0 30px;
	}

/**************************************************************************/
/* Extra layour additions */

div.boxed
{
width: 450px;
background: #e9ecf3 url('../images/layout/boxed_top.gif') top left no-repeat;
margin-bottom: 10px;
}

  div.boxed h3, div.boxed p, div.boxed h2
  {
  margin: 0;
  padding: 5px 10px;
  }
  
  div.boxed h3, div.boxed h2
  {
  padding-top: 15px;
  }
  
  div.boxed p.last
  {
  padding-bottom: 15px;
  background: url('../images/layout/boxed_bottom.gif') bottom left no-repeat;
  }
  
  div.boxed.case-study h3, div.boxed.case-study div.item
  {
  float: left;
  }
  
  div.boxed.case-study div.item
  {
  margin-bottom: 10px;
  margin-right: 10px;
  }
  
  div.boxed.case-study h2
  {
  padding-bottom: 10px;
  }
  
  div.boxed.case-study h3
  {
  padding: 0 5px 0 10px;
  }
  
  div.boxed.case-study p
  {
  color: #234093;
  margin: 0;
  padding: 0 0 5px 0;
  }
  
div.contact-right
{
float: right;
}

div.contact-left
{
float: left;
}

  div.contact-right p
  {
  margin: 0;
  margin-top: 10px;
  }
  
    div.contact-right p span
    {
    display: block;
    }
    
  div.contact-right p.tel
  {
  padding-left: 30px;
  background: url('../images/icon_phone.gif') left center no-repeat;
  }
  
  div.contact-right p.fax
  {
  padding-left: 30px;
  background: url('../images/icon_fax.gif') left center no-repeat;
  }
  
  div.contact-right p.email
  {
  padding-left: 30px;
  background: url('../images/icon_email.gif') left center no-repeat;
  }
  
