/* Anglia Ruskin CSS swatches
/*                Solid  Light
/* Red            c0574c d79a93
/* Yellow         e5bd01 fee35d
/* Green          559a4c 8bc383
/* Purple         84375b b06d8d
/* Light blue     689acc a2c5ea
/* Official gold  8c7e50 b2a377
/* Official blue  0a286a 415a90
/* Blue-grey (bg) f4f6fb
*/

*
{
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
font-family: 'Lucida Grande', Verdana, Arial, sans-serif;

	font: 90%/1.3em 'Lucida Grande', Verdana, Arial, sans-serif;
	margin: 1em;
	color: #444;


}

#container{
position:relative;
top:-70px;

}

/* Standard display formatting */
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0a286a;
	text-decoration: underline;
}
a:active, a:visited {
	color: #333333;
}

p {

}

li{
list-style-position: outside;
list-style-type: circle;
margin-left:5px;
padding-left:5px;


}

ul{
list-style-position: outside;
}

.view-more{
text-align:right;
}

/* Header */
#header, #controlbar, #columns, #footer, #feature {
	text-align: left;
}

#header
{
	height: 101px;
	background: url('../images/bgh_blue.gif') repeat-x;
	
}
#header h1
{
	font-size: 1.6em;
	font-weight: bold;
	padding: 55px 0 5px 12px;
	color: #fff;
}

#header a
{
	font-size: 1.2em;
	color: #fff;
       text-align: left;
	text-decoration: none;
}


#header h2
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px 12px;
	color: #689acc;
}
#logo {
	float: right;
}
#header_content {
	height: 102px;
	background: url('../images/tlcurve_blue.gif') no-repeat;

}

/* Control bar 
#controlbar {
	padding: 1em 0;
	background: #f4f6fb;
}
#controlbar ul li {
	display: block;
	float: left;
	padding: 0.5em;
	border-right: 1px solid #ddd;
}
#controlbar ul li.last {
	border: none;
}

#controls
{
	float: right;
}
*/

#controlbar {
	padding: 1em;
	background: #f4f6fb;
}
#customiser {
	border: 1px solid #000;
	padding: 1em;
}
#customiser h3 {
	font-size: 1.2em;
	font-weight: bold;
}
.customlist {
	float: left;
	padding: 0 1em 0 0;
}
#customok {
	clear: both;
	text-align: center;
	font-size: 1.5em;
	padding: 1em 0 0.5em 0;
}

/* Footer */
#footer
{
	clear: both;
	padding: 3em 0;
	font-size: 0.7em;
	color: #666;
}
#footer p {
	padding: 0;
}

/* Columns */
#columns
{
	width: 100%;
	background: #f4f6fb;

}
#columns_footer
{
	clear: both;
}
.column {
}


/* Ajax */
.loading {
	width: 100%;
	height: 50px;
	padding: 40px 0 0 0;
	text-align: center;
}

/* Feature bar */
#feature {
	float: right;
/*	width: 66.5%;*/
	width: 65%;
/*	min-height: 180px;*/
	margin: 0 2% 5px 0;
	padding: 0;
	background: #689acc url('../images/feature_bg_lblue.gif') repeat-x;
}
#feature .image {
}
#feature .image img {
	width: 49%;
}
#feature .callout {
	float: right;
	width: 49%;
}
#feature .callout .content {
	padding: 1em;
}
#feature .callout .content h3 {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
#feature .callout .content p {
	color: #000;
}
#feature .callout .content ul {
	margin: 0 0 0 1em;

}
#feature .callout .content a {
	color: #fff;
}

/* Portlets */
.portlet
{
	background: #fff url(../images/portlet_bg_lblue.gif) repeat-x;
	border: 1px solid #f4f6fb;
	margin:  0 0 10px 0;
	padding: 0;
}
.portlet_controls {
	float: right;
	min-height: 16px;
	background: transparent url(../images/portlet_tr_lblue.gif) no-repeat top right;
	padding: 0.2em 0.5em 0.2em 0;
}
.portlet_controls_but {
	display: none;
}
.portlet_controls a {
	color: #444;
}

.portlet_header
{
	background: transparent url(../images/portlet_tl_lblue.gif) no-repeat top left;
	cursor: move;
	padding: 0;
}

.portlet_header h2 {
	font-weight: bold;
	padding: 0.2em 0 0.2em 0.5em;
	color: #fff;
}

.portlet_controls img {
	padding: 0 2px 0 0;
}
.portlet_content {
	background: #fff;
	margin-top: 1px;
	padding-top:1px;

}


.portlet_content_inner {
background-attachment: scroll;
background-clip: border-box;
background-color: white;
background-image: none;
background-origin: padding-box;
display: block;
font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 12px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 5px;
padding-top: 3px;


}
.portlet_footer {
}
.portlet h3 {
	font-size: 1em;
	font-weight: bold;
}

.sort_placeholder
{
	background: #ddd;
}
}