body {
	margin: 0; 
	padding: 0;
	background: url(../_images/bg_page.jpg) repeat-x  #007d9a; 
	text-align: center; 
	
}
 #container {
	width: 990px; 	
	margin: 10px auto; 
	text-align: left; 
	background: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #d3effc;
}

#container_popup {
	padding: 12px; 
}

#container_popup_inner {
	padding:10px 5px 10px 5px;
	text-align: left; 
	margin: 12px;
}


#top {
	height: 59px;
	width:990px;
	background: url(../_images/bg_bars.jpg) no-repeat bottom;
}

#toptext {
	float: left;
	width: 740px;
	margin-top: 5px;	
	color: #143a5d;
	font-size: 11px;
	line-height: 40px;
	text-transform: uppercase;
}

#toplogo {
	float:left;
	width: 170px;
	margin-right: 26px;
}

#topmenuarea {
	float: right;
	width: 220px;
	margin-top: 5px;
	padding-right: 26px;
} 

 #header {
	float:left;
	width: 990px; 
	height: 295px; 
	padding: 0;
	margin: 5px 0px 5px 0px;	
}
 #headercontent {
	float:left;
	width: 990px; 
	height: 106px; 
	padding: 0;
	margin: 5px 0px 5px 0px;	
}

#headerleft {
	float:left;
	width: 300px;
	height: 295px;
	
}

#headerright {
	float:right;	
	width: 685px;
	height: 295px;
	background: #d7d7d7;
}

#main {
 	float: left;
	width: 990px;
	background: url(../_images/bg_content.jpg) repeat-x top; 
	padding: 5px 0px 0px 0px;
	margin: 0px;	
}

#mainleft {
	float:left;
	width: 300px;
}


#mainmiddle {
	float: left;
	width: 420px;
	margin-left: 5px;
}

#mainright {
	float:right;
	padding-right: 10px;
	padding-top: 5px;
	width: 230px;
}

#homefull {
	float: left;
	width: 681px;
	margin-top: 25px;
}

#mainfull {
	float: left;
	width: 660px;
	margin-left: 5px;
}

 #footer {	
	float: left;
	width: 990px;
	height: 55px;
	margin-top: 5px;
	padding-top: 30px;
	background: url(../_images/bg_bars.jpg) no-repeat top;
	font-size: 11px;
}

#footleft {
	float: left;
	width: 550px;
	padding-left: 30px;
}	

#footleft a {
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #0098d4;
	color: #646464;
	font-size: 11px;
}

#footleft a:hover {
	color: #59b224;

}


#footright {
	float:right;
	width: 380px;
	padding-right: 30px;
	text-align: right;
}

#footright a {
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 10px;	
	border-left: 1px solid #0098d4;
	color: #646464;
	font-size: 11px;
}

#footright a:hover {
	color: #59b224;

}

.footdivider {
	width: 1px;
	float:left;
	border-left: 1px solid #0098d4;	
}

/* really useful css */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* navigation  menu styles */
	
#topnav, #topnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	left: 0px;
	top: 0px;
}
	
#topnav li { /* all list items */
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	height: 26px;
	line-height: 26px;
	width: 220px;		
	background: url(../_images/bg_quick_menu.gif) no-repeat;
}	

#topnav li a {
	display: block;
	text-decoration: none;
	color: #646464;
	font-weight: bold;
	font-size: 12px;
	line-height: 26px;
	padding: 0px 0px 0px 8px; 		
}
		
#topnav li a:hover {
	color: #59b224;
	padding: 0px 0px 0px 8px; 
	background: url(../_images/bg_quick_menu_on.gif) no-repeat;		
}

#topnav li ul { /* second-level lists */
		position : absolute;
		float: left;
		display: block;
		width : 220px;
		background-color: #ffffff;	
		top: -999em;
		margin-top : -1px;	
}
	
#topnav li ul li a {
		width: 220px;
		w\idth : 220px;
		display : block;
		color : #646464;
		font-size: 12px;
		text-decoration : none;
		padding: 0px 0px 0px 8px;
		border: none;
		text-align: left;
		line-height: 26px; 		

}

#topnav li ul li a:hover {
		display : block;
		color: #59b224;
		padding: 0px 0px 0px 8px;
		border: none;
		text-align: left;
		line-height: 26px; 		
} 

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
		top: -999em;
}
	
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul { /* lists nested under hovered list items */
		top: auto;
	} 	
	
	
#sidenavarea {
	float: left;
	width: 222px;
	padding-left: 30px;
}	

/* side navigation */
	
#sidenav, #sidenav ul { /* all lists */
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	left: 0px;
	top: 0px;
	font-size: 15px; 
	color: #007d9a;
}
	
#sidenav li { /* all list items */
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	width: 220px;
	border-bottom: 1px solid #59b224;
	
			
}	

#sidenav li a {
	display: block;
	text-decoration: none;
	color: #007d9a;
	font-weight: normal;
	font-size: 15px;
	padding: 12px 0px 12px 30px; 
	
		
}
		
#sidenav li a:hover {
	color: #59b224;
	padding: 12px 0px 12px 30px; 
	background: url(../_images/nav_on.gif) no-repeat left;
	
}

#sidenav .on {
	color: #59b224;
	background: url(../_images/nav_on.gif) no-repeat left;
}

/* second level lists */

#sidenav li ul {
	float: left;
	display: block;
	width : 180px;
	padding: 6px 0px 12px 30px; 
} 

#sidenav li ul li {
	border: none;
}

#sidenav li ul li a {

	display: block;
	text-decoration: none;
	color: #007d9a;
	font-weight: normal;
	font-size: 14px;
	padding: 12px 0px 12px 30px;
	border: none; 	

}

#sidenav li ul li a:hover {
	color: #59b224;
	padding: 12px 0px 12px 30px; 
}




/* form styles */

input {
	border: 1px solid #c1c3bf;
	background: #ffffff;
	padding:1px;
	font-size: 12px;
}

.textinput{
	border: 1px solid #007d9a;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.forminput {
	border: 1px solid #007d9a;
	background: #ffffff;
	padding:1px;
	font-size: 12px;	
}

.selinput {
	border: 1px solid #007d9a;
	background: #ffffff;
	font-size: 12px;	
	
}

.inputlogin {
	border: 1px solid #007d9a;
	background: #ffffff;
	padding:1px;
	font-size: 12px;
	height: 16px;
	width: 107px;
}

.inputbutton {
	border: none;
	background: none;
	padding: 0;
}

.formtable {
	background: #ffffff;
}

.formheading {
	font-weight: bold;	
	color:#007d9a;
}
.formfieldlabel {
	font-weight: bold;
	color: #007d9a;
}

.formbutton {
font-size: 12px;
background-color:#007d9a;
color: #ffffff;
border: 1px solid #007d9a;
text-transform: uppercase;
font-weight: bold;
margin-top: 2px;
margin-bottom: 2px;
padding: 4px;
} 


.linkbox {
width: 150px;
font-size: 11px;
font-weight: bold;
background-color: #007d9a;
padding: 2px;
border: 1px solid #007d9a; 
color: #ffffff;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
} 

.linkbox a {	
	text-decoration: none;
	color: #ffffff;
}

.linkbox a:link, .linkbox a:visited {
	color: #ffffff;
		text-decoration: none;
}

.linkbox a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*  case study boxes */



.casehead{
	height: 38px;
	line-height: 38px;
	padding-left: 230px;	
	background: url(../_images/btn_case_studies.gif) no-repeat;
	border-bottom: 1px solid #0098d4;
	font-family: Georgia, "Times New Roman", Times, serif;  
	font-size: 14px; 
	font-style: italic;
	font-weight: bold;
	color: #ab152b;
	
}

.caseitem {
	float: left;
	width: 164px;
	height: 200px;
	padding: 0px 30px 0px 30px ;
	margin: 30px 0px 30px 0px;;
	border-left: 1px solid #c1c3bf;
}

.casemain {
	padding: 15px 0px 15px 0px ;
	border-bottom: 1px solid #c1c3bf;
}

.casemainthumb {
	float: left;
	width: 168px;
	margin-right: 10px;
}

.casemainteaser {
	float:left;
	width: 490px;
}

.casemaintitle {
	color:#0098d4;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 15px;
}

.casetitle {
	color:#0098d4;
	font-size: 13px;
	font-weight: bold;
	margin-top: 18px;
	padding-bottom: 5px;
}

.caseteaser {
	color: #646464;
	font-weight: normal;
	font-size: 11px;

}

.caseteaser a:link {
	color: #0098d4;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}


.caseteaser a:visited {
	color: #0098d4;
	text-decoration: underline;
	font-weight: normal;
}

.caseteaser a:hover {
	color:#ab152b;
}


.newsmain {
	padding: 15px 0px 15px 0px ;
	border-bottom: 1px solid #c1c3bf;
}

.newsmainthumb {
	float: left;
	width: 168px;
	margin-right: 10px;
}

.newsmaintitle {
	color:#ab152b;
	font-size: 17px;
	font-weight: bold;
	padding-top: 7px;
}


.newstitle {
	color:#ab152b;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
}

.newsdate {
	color:#0098d4;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
}

.newsteaser {
	color: #646464;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}

.newsteaser a:link {
	color: #0098d4;
	text-decoration: underline;
	font-weight: normal;
}


.newsteaser a:visited {
	color: #0098d4;
	text-decoration: underline;
	font-weight: normal;
}

.newsteaser a:hover {
	color:#ab152b;
}

.personbox {
	float:left;
	width: 298px;  
	height: 140px;
	background: url(../_images/bg_person_box.gif) no-repeat;
	margin-right: 12px;
	margin-bottom: 14px;
}

.personbox a { color: #00984d; font-weight: normal; }

.personbox a:link, .personbox a:visited {
	font-size: 11px;
	color: #0098d4;
	text-decoration: none;
}

.personbox a:hover {
	color:#ab152b;
	text-decoration: none;
}

.personboximg {
	float: left;
	width: 134px;
	margin: 3px 8px 3px 3px;
}

.personboxtext {
	float: left;
	width: 150px;
	margin: 5px 0px 5px 0px;	
}


.personboxmain {
	width: 410px; 
	background-color: #ffffff; 
	background: url(../_images/bg_person.gif) no-repeat right bottom #ffffff;
	border: 1px solid #c1c3bf;	
	padding: 5px;
	margin-bottom: 15px;
}

.personboxmain a { color: #00984d; font-weight: normal; }

.personboxmain a:link, .personboxmain a:visited {
	font-size: 11px;
	color: #0098d4;
	text-decoration: none;
}

.personboxmain a:hover {
	color:#ab152b;
	text-decoration: none;
}

.personhead {
	margin-top: 8px;
	font-size: 18px;
	font-weight: normal;
	color: #ab152b;
}
