/* //standard styles*/

body{
		font-family: Arial, Verdana, Helvetica, sans-serif; 
		color: #4b4942;
		background: #ffffff;
		padding:0;
		margin:0;
	}
	
	a{
		text-decoration: underline;
		color: #c4722e;
	}
	#topnavigation a {
		text-decoration: none;
	}
	a:hover
	{
		color: #bb800f;
	}
	hr{
		display: none;
	}
	
	strong{
		font-weight: bold!important;
	}
	
	em {
		font-style:italic!important;
	}


/* //template specific styles */
#llb {
		width:963px;
		margin:0 auto;
}
#container {
		width:963px;
		margin: 0 auto;
		line-height: 1.5em;
		position: relative;
		background-image:url("../../images/ic_rightmenu_background.gif");
		background-position:right top;
		background-repeat:repeat-y;
		overflow:hidden;
		background-color:#ffffff;
}
#container h1 {
	line-height: 1.2em;
}
.strapline {
	line-height: 1.2em;
}

/* //header styles */

#header {
	background-color:#ffffff;
}

#container #logo {
	float: left;
	width: 280px;
}
#container #logo img {
	padding: 12px 10px;
}

#container .rightside {
	float:right;
	width: 400px;
	
}
#container .rightside ul.itemlist {
	clear: right;
	line-height: 120%;
}

.rightside  .itemlist li {
	float: right;
	border-right: 1px solid #ccc;
	margin:0.3em;
	padding-right:0.6em;
}
	
.rightside  .itemlist li.last{ 
	border: none;
}
	
.ptlogo {
	float: right;
	clear: right;
}

.ptlogo img {
	float: right;
	margin:10px;
}


/* //main content container styles containes both side nav and body */
#main-content-container {
	clear: both;
	float:left;
	width:963px;
}

#content {
	width:710px;
	float: left;
	padding-left:10px;
}
	
#rightnavbar { 
	width:240px;
	float: right;
	padding:0;
	margin:0;
	overflow:hidden;
	background-image:url("../../images/ic_rightmenu_background.gif");
	background-position:right top;
	background-repeat:repeat-y;	
}
		
/* footer styling */
#footer {
	clear: both;
	background-color: #343232;
	color: #fff;
	line-height: 1.6em;
	padding: 7px;
	overflow:hidden;
	width: 100%;
	margin-top: 10px;
	}
	
#footerarea {
	clear:both;
	overflow:hidden;
}

#footer-text li {
	float:left;
	border-right: 1px solid #fff;
	line-height: 1em;
	margin: 5px 5px 5px 0;
	padding-right: 5px;
	}
	
#footer-text li.last { border: none;}

.hidden {
	clear:both;
	line-height:0;
	margin:0;
	padding:0;
}

