body {
	margin: 0; 
	padding: 0;
	background: url(../_images/bg_page.jpg) repeat-x  #d5d8c0; 
	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: 41px;
	width:990px;
	margin-top: 5px;
	background: url(../_images/bg_top.jpg) no-repeat bottom;
}

#top h1 {
	color: #ffffff;
	font-size: 14px;
	line-height: 41px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#topleft {
	float: left;
	width: 720px;		
	color: #143a5d;
	font-size: 11px;
	line-height: 40px;
	padding-left: 10px;

	
}

#topright {
	float: right;
	width: 220px;
	text-transform: uppercase;
	text-align: right;
	line-height: 41px;
	padding-right: 10px;

} 

#topright a {
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;	
	border-left: 1px solid #cfd1a5;
	color: #ffffff;
	font-size: 11px;
	line-height: 41px;
}

#topright a:hover {
	color:  #ab152b;

}

.bar {
	width: 990px;
	margin: 5px 0;
	height: 5px;
	background: url(../_images/bar.gif) no-repeat;
} 

 #header {
	float:left;
	width: 990px; 
	height: 295px; 
	padding: 0;
	margin: 0px 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: #ffffff;
}

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



#mainleft {
	float:left;
	width: 300px;
	margin-right: 5px;
}

#mainmain {
	float: left;
	width: 677px;
}


#mainmiddle {
	float: left;
	width: 360px;
	
}

#mainright {
	float:right;
	margin-right: 10px;
	padding-top: 5px;
	width: 280px;
	text-align: right;
}

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

#mainfull {
	float: left;
	width: 660px;
	
}

 #footer {	
	float: left;
	width: 990px;
	height: 41px;
	padding-top: 10px;
	background: url(../_images/bg_bottom.jpg) no-repeat top;
	font-size: 11px;
	color: #ffffff;
}

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

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

#footleft a:hover {
	color:  #000000;

}


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

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

#footright a:hover {
	color:  #ab152b;

}

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

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

/* navigation  menu styles */
	
	
#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: #888b47;
}
	
#sidenav li { /* all list items */
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	width: 220px;
	border: 1px solid #cfd1a5;
	background-color: #ffffff;
	margin-bottom: 8px;
	
			
}	

#sidenav li a {
	display: block;
	text-decoration: none;
	color: #888b47;
	font-weight: normal;
	font-size: 15px;
	padding: 12px 0px 12px 30px; 

	
		
}
		
#sidenav li a:hover {
	color: #ab152b;
	padding: 11px 0px 11px 29px; 
	 border: 1px solid #ab152b;
}

#sidenav  .active {
	color:#ab152b;
/*	border: 1px solid #ab152b;  */	
}

#sidenav  .on {
	color: #ab152b;	
}


/* second level lists */

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

#sidenav li ul li {
	border: none;
}

#sidenav li ul li a {

	display: block;
	text-decoration: none;
	color: #888b47;
	font-weight: normal;
	font-size: 14px;
	padding: 6px 0px 6px 40px;
	border: none; 	
	

}

#sidenav li ul li a:hover {
	color: #ab152b;
	padding: 5px 0px 5px 39px;
	 border: 1px solid #ab152b;
}

#sidenav li ul li a:active {
	color: #ab152b;
	padding: 6px 0px 6px 40px;
	border: none;
}

/* side news box */

.boxnewshead {
	width: 180px;
	height: 38px;
	background: url(../_images/bg_head_news.jpg) repeat-x;
	line-height: 38px;
	padding-left: 70px;
	padding-right: 10px;
	color: #888b47;
	font-style:italic;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	 
}

.boxeventshead {
	width: 180px;
	height: 38px;
	background: url(../_images/bg_head_events.jpg) repeat-x;
	line-height: 38px;
	padding-left: 70px;
	padding-right: 10px;
	color: #888b47;
	font-style:italic;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	 
}

.boxcasehead {
	width: 180px;
	height: 38px;
	background: url(../_images/bg_head_casestudies.jpg) repeat-x;
	line-height: 38px;
	padding-left: 70px;
	padding-right: 10px;
	color: #888b47;
	font-style:italic;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	 
}

.boxbox {
	width: 238px;
	border: 1px solid #cfda85;
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
}




/* breadcrumb */

#breadcrumb {
	height: 20px;
	color:  #888b47;
	font-size: 10px;
}	

#breadcrumb a {
	text-decoration: none;
	text-transform: none;
	color: #ab152b;
	font-size: 10px;
	
}

#breadcrumb a:hover {
	color:  #888b47;

}


/* form styles */

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

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

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

.forminputon {
	border: 1px solid #ab152b;
	background: #ffffff;
	padding:1px;
	font-size: 12px;	
}

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

.inputlogin {
	border: 1px solid #c1c3bf;
	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: #ab152b;
}
.formfieldlabel {
	font-weight: bold;
	color: #ab152b;
}

.formbutton {
font-size: 12px;
background-color: #ab152b;
color: #ffffff;
border: 1px solid #ab152b;;
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: #6c002c;
padding: 2px;
border: 1px solid #6c002c; 
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;
}



.ditto_item {
	padding: 10px 0px 10px 0px ;
	
}

.ditto_image {
	float:left;
	margin: 10px 10px 10px 0px;
	border: none;
	width: 120px;
}

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

.ditto_pageTitle a:link {
	color: #ab152b;
	text-decoration:none;
	font-weight: bold;
	
}


.ditto_pageTitle a:visited {
	color: #ab152b;
	text-decoration:none;
	font-weight: bold;
	
}

.ditto_pageTitle a:hover {
	color: #6d6b38;
	text-decoration: underline;
	font-weight: bold;
}



.ditto_documentInfo {
	color:#ab152b;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 4px;
}

.ditto_introText {
	color: #646464;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
	float: left;
	width: 450px;
}

.ditto_introText a:link {
	color: #ab152b;
	text-decoration: none;
	font-weight: normal;
}


.ditto_introText a:visited {
	color: #ab152b;
	text-decoration: none;
	font-weight: normal;
}

.ditto_introText a:hover {
	color: #6d6b38;
	text-decoration: underline;
}


.ditto_item_h {
	padding: 5px 0px 10px 0px ;
	
}

.ditto_image_h {
	float:left;
	margin: 5px 5px 5px 0px;
	border: none;
	width: 60px;
}

.ditto_pageTitle_h {
	color: #ab152b;
	font-size: 12px;
	font-weight: bold;	
}

.ditto_pageTitle_h a:link {
	color: #ab152b;
	text-decoration:none;
	font-weight: bold;
	
}


.ditto_pageTitle_h a:visited {
	color: #ab152b;
	text-decoration:none;
	font-weight: bold;
	
}

.ditto_pageTitle_h a:hover {
	color: #6d6b38;
	text-decoration: underline;
	font-weight: bold;
}



.ditto_documentInfo_h {
	color:#ab152b;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 4px;
}

.ditto_introText_h {
	color: #646464;
	font-weight: normal;
	font-size: 11px;
	float: left;
	width: 170px;
}

.ditto_introText_h a:link {
	color: #ab152b;
	text-decoration: none;
	font-weight: normal;
}


.ditto_introText_h a:visited {
	color: #ab152b;
	text-decoration: none;
	font-weight: normal;
}

.ditto_introText_h a:hover {
	color: #6d6b38;
	text-decoration: underline;
}
