/* === === === === === === ===
 * 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
 === === === === === === === */

/* resets and overrides */
* {
	margin: 0;
	padding: 0;
}

img{
	border:none;
}

/* layout rules */
html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

body{
	font-size: 70%;
}

#container{
	width:100%;
	height:100%;
	font-size: 100%;
	line-height: 150%;
	color: #5E717B;
}

#container p{
	margin-bottom: 1.5em;
}

#header{
	height:183px;
	width:100%;
	background: url("../images/header-bg.gif") top left no-repeat;
	position:relative;
}

#tt-logo{
	position:absolute;
	width:225px;
	height:55px;
	left:30px;
	top:30px;
}

#welwyn-logo{
	position:absolute;
	width:162px;
	height:45px;
	left:698px;
	top:40px;
}

#menu-strip{
	height:60px;
	width:100%;
	background-image:url("../images/menu-strip-bg.gif");
	background-repeat:repeat-x;
	padding-top:20px;
}

#header-slogan{
	position:absolute;
	top:152px;
	left:30px;
	height:40px;
}

#search-box{
	position:absolute;
	top:95px;
	left:698px;
}

#content{
	padding:20px 30px;
}

#content-text{
	width:620px;
	margin-right:20px;
	clear:left;
	float:left;
}

#col-beta{
	float:left;
	width:256px;
}
.box-text{
	padding:20px;
	position:relative;
}
#alpha-box,#beta-box,#event-box{
	float:left;
	width:256px;
	margin:0px 5px 10px 5px;
}

#event-box{
	background-repeat:no-repeat;
	background-image:url("../images/greybox.png");
}

#event-box h3,#event-box p, #event-box a{
	visibility:hidden;
}

#alpha-box .box{
	background:url("../images/green-box-bottom.gif") bottom left no-repeat;
	padding-bottom:20px;
}



#alpha-box .box .box-text{
	background:url("../images/green-box-top.gif") top left no-repeat;

}

#beta-box .box{
	background:url("../images/blue-box-bottom.gif") bottom left no-repeat;
	padding-bottom:10px;
}

#beta-box .box .box-text{
	background:url("../images/blue-box-top.png") top left no-repeat;
	padding-top:30px;
}

#footer{
	position:relative;
	padding:10px 30px;
	height:20px;
	border-top:2px solid #d3e1e8;
}

.clearboth{
	clear:both;
}

.clearleft{
	clear:left;
}

p.home {
	font-size:10pt;
	font-weight:bold;
}

p.strong {
	font-weight:bold;
}

td {
	font-size:9pt;
}
