/* === === === === === === ===
 * Abacus Media
 * Will McKenzie
 * written for www.welwyn-tt.com
 * July 2009
 === === === === === === === */

/* === === === === === === ===
 * Swatch Colors
 * -------------
 * Body paragraph: #5e717b
 * intro paragraph (blue): #0e4661
 * intro paragraph (grey): #3c3c3c
 * header 2: #618100
 * header 3: #004c7f
 * header 4: #729700
 * header 5: #236dad
 * basic hyperlink: #236dad
 * pale blue: #d3e1e8
 === === === === === === === */

/* default text styles */

h1{
	font-size:41px;
	font-weight:normal;
}

h2{
	
}

h3{
	font-size:170%;
	line-height:150%;
	margin:20px 0px;
	font-weight:normal;
}

h4{
	font-size:16px;
	margin:0px 5px;
}

a{
	color:#236dad;
}

a:hover{
	color:#80AA00;
}

.intro1{
	font-size:140%;
	line-height:140%;
}

.intro2{
	font-size:120%;
	line-height:140%;
}

#content-text ul{
	margin-left:40px;
}

#content-text ul ul{
	margin-left:20px;
	margin-bottom:10px;
}

#content-text li img{
	margin:0px;
	vertical-align:baseline;
}

a.anchor{
	text-decoration:none;
	color:#5E717B;
}

p{
	margin:10px 0px;
}

a.arrowed{
	text-decoration:none;
}

a.arrowed:hover span{
	text-decoration:underline;
}

a.arrowed img{
	vertical-align:middle;
}
/* header specific styles */

h2.pageTitle{
	margin-left:30px;
	font-size:30px;
}

#search-box a{
	margin-top:3px;
	float:right;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

#search-box a:hover{
	color:#fff;
	text-decoration:underline;
}

/* box specific style */
#alpha-box a{
	color:#618100;
	text-decoration:none;
	font-size:120%;
	line-height:150%;
	padding-bottom:2px;
	float:right;
	
	position:relative;
}

#alpha-box ul{
	list-style:none;
}

#alpha-box ul li{
	margin:5px 0px;
}

#alpha-box ul li a{
	float:none;
}

#beta-box h4{
	margin-bottom:-20px;
}

.box a img{
	vertical-align:middle;
}

#alpha-box a:hover span{
	text-decoration:underline;
}

.box a.viewAll{
	float:right;
	margin:2px 10px 0px 0px;
	text-decoration:none;
	color:#fff;
	
	position:relative;
	
	z-index:2;
}

.box a.viewAll:hover span{
	text-decoration:underline;

	position:relative;
	
	z-index:2;

}

#beta-box ul{
	list-style:none;
}

#beta-box ul li{
	clear:left;
}

#beta-box ul li img{
	float:left;
	display:inline;
	border:1px solid;
	margin:0px 5px 5px 0px;
	
	position:relative;
}

#beta-box ul li a{
	text-decoration:none;
}

#beta-box ul li a:hover{
	text-decoration:underline;
}

#beta-box h4{
	width:130px;
}

/* press releases */
.news-list{
	list-style-image:url("/images/btn_next.gif");
}

.news-list li{
		margin-bottom:20px;
}

.news-list li a{
	text-decoration:none;
}

.news-list li a:hover{
	text-decoration:underline;
}

.news-list li a:hover span{
	text-decoration:none;
}

/* colour styles */
.blue{
	color:#0e4661;
}

.grey{
	color:#3c3c3c;
}

.green{
	color:#618100;	
}

/*cols*/
.cols{
}
.cols li{
	line-height:12pt;
	width:auto;
	height:12pt;
}
.cols .coltop{
	margin-top:-36pt;
}

.cols .col1{
	z-index:4;
}
.cols .col2{
	margin-left:150px;
	z-index:3;
}

.cols .col3{
	margin-left:300px;
}

.cols .col4{
	margin-left:450px;
}
