@import url("sitestyle.css");
/* this imports the site specific styles */

/* ******************************** */

/* 	these 2 are a hack for minimum content box sizes 	*/
.prop {
	float:right;
	width:0px;
	border:0px;
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
	height:0px;
    	overflow:hidden;
}


/* ******************************** */

/* CSS elements to force container box to extend below the floated elemets */ 
/* From: http://www.positioniseverything.net/easyclearing.html */ 
/* .cleafix class is applied to the container box */ 

.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
} 
.clearfix { 
        display: inline-table; 
} 
/* Hides from IE-mac \*/ 
* html .clearfix { 
        height: 1%; 
} 
.clearfix { 
        display: block; 
} 
/* End hide from IE-mac */-->


/* ******************************** */

/* 	stuff for forms without tables 
	width is put in inline to make this re-usable	*/

div.row {
  padding-top: 5px;
}

div.row span.label {
  float: left;
  text-align: left;
}

div.row span.formw {
  float: right;
  text-align: left;
} 


/* ******************************** */

/* font sizes & colours set from CMS selector */

.size3 {
	font-size:11px;
	color:#000000;
}

.size4 {
	font-size:16px;
	color:#0066CC;
}


/* ******************************** */

/* common stuff*/

body {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}

img {
	border:0px;	
}

select,textarea {
	border: 1px solid #817A7A;
	font-size: 11px;
	font-family: verdana, arial;
}

.input
{
	border: 1px solid #817A7A;
	font-size: 11px;
	font-family: verdana, arial;
}

.button
{
	border: 1px solid #817A7A;
	font-size: 11px;
	font-family: verdana, arial;
}

h1 
{
	font-size:16px;
	color:#0066CC;
	margin:0px;
	padding:0px;
}

.banner 
{
	font-family:Arial;
	font-size:11px;
	margin-top:10px;
	padding:5px;
}


/* ******************************** */

/* all links */

a {
	color:#023775;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

a:active {
	color:#000000;
	text-decoration:underline;
}


/* ******************************** */

/* breadcrumb trail links */


a.crumbs {
	color:#663300;
	text-decoration:none;
}

a.crumbs:hover {
	color:#000000;
	text-decoration:underline;
}

a.crumbs:active {
	color:#000000;
	text-decoration:underline;
}


/* ******************************** */

/* sitemap links */

.sitemaptop 
{
	border-top:1px solid #CCCCCC;
	margin-top:2px;
}

.sitemaplower 
{
	margin-top:2px;
}

a.sitemaptop {
	color:#0066CC;
	text-decoration:none;
	font-weight:bold;
}

a.sitemaptop:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

a.sitemaptop:active {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;	
}

a.sitemaplower {
	color:#0066CC;
	text-decoration:none;
}

a.sitemaplower:hover {
	color:#000000;
	text-decoration:underline;
}

a.sitemaplower:active {
	color:#000000;
	text-decoration:underline;
}




