body {
	margin: 0;
	padding: 0;
	background: url(/images/bg3.jpg) center top no-repeat;
	text-align: center;
	background-color: #fff;
}

div, span, td, p {
	font-family: arial, helvetica;
	font-size:small;
	line-height: 140%;
}

h1 {
	font-family: Trebuchet MS,Tahoma,Helvetica,Arial,sans-serif;
	font-size: 2em;
	color: #EC8600;
	margin-top:0px;
	font-weight: normal;
}

h2 {
	font-family: Trebuchet MS,Tahoma,Helvetica,Arial,sans-serif;
	font-size: 1.6em;
	color: #1B60B5;
	font-weight: normal;
	margin: 30px 0 5px 0;
}
h3 {
	font-family: Trebuchet MS,Tahoma,Helvetica,Arial,sans-serif;
	font-size: 1.6em;
	color: #1B60B5;
	font-weight: normal;
}

a, a:link, a:visited {
	color: #1B60B5;
	text-decoration: underline;
}

.message {
	width: 100%;
	background-color: #FFEACF;
	color: #000;
	font-weight: bold;
	padding: 6px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #FFD9A7;
}
.errormessage {
	width: 100%;
	background-color: #FFEACF;
	color: #000;
	font-weight: bold;
	padding: 6px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #FFD9A7;
}

/*****************************************************************************************************************
MAIN LAYOUT
*****************************************************************************************************************/
#maincontainer {
	width:984px;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-family: Arial, Helvetica;
	font-size: 0.9em;
	position: relative;
	top: 0;
	left: 0;
}

#contentcontainer {
	position: absolute;
	left: 0;
	padding: 40px 20px 20px 20px;
}
#content {
	float: left;
	width: 644px;
}

#right {
	margin: 0;
	width: 260px;
	margin-left: 684px;
}

/*****************************************************************************************************************
HEADER
*****************************************************************************************************************/
#header {
	position: relative;
	height: 130px;
	top: 0px;
	left: 0px;
	margin: 20px 20px 0 20px;
	border: 1px solid white;
}

#header #left {
	float: left;
	width: 400px;
}

#header #right {
	margin-left: 540px;
	text-align: right;
	width: 400px;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 2.0em;
	color: #3B5C74;
	margin-top:70px;
	font-weight: normal ;
}

#header #logo {
	position: absolute;
	top: 0;
	left: 0;
}

#logorow {
 	height: 50px; 
  
}
#header #strapline {
}


/*****************************************************************************************************************
FOOTER
*****************************************************************************************************************/
#footer {
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 11px;
}

/*****************************************************************************************************************
TABS
*****************************************************************************************************************/

#tabs {
	height: 26px;
	font: normal 12px arial, sans-serif;
	background: url("/images/bg-menu-bar.jpg") left repeat-x;
	background-color: #72AFD3;
	margin: 1px 0 0 0;
	padding: 4px 0 0 20px;
}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	height: 26px;
	color: #000;
}

#tabs li {
	float: left;
	margin: 0;
	height: 28px;
	padding: 0 0 0 4px;
}

#tabs a {
	float: left;
	display: block;
	width: .1em;
	height: 29px;
	padding: 6px 25px 3px 17px;
	margin: 0;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#tabs a:hover {
	text-decoration: underline;
}

#tabs #tabon {
	background: url("/images/tab-left.gif") no-repeat left top;
	border-width: 0;	
}

#tabon a {
	background: url("/images/tab-right.gif") no-repeat right top;	
	padding-bottom: 0px;
	color: #000;
}

#tabs > ul a {
	width: auto;
}

/*****************************************************************************************************************
FEATURE BAR
*****************************************************************************************************************/
#featurebar {
	background: url("/images/bg-feature-bar.jpg") left top repeat-x;	
	height: 98px;
	border-bottom: solid 1px #CDCDCD;
	padding: 20px 20px 10px 20px;
	color: #41484A;
	font-weight: normal;
}

#featurebar #left {
	float: left;
	width: 700px;
	font-size: 15px;
}

#featurebar #right {
	margin-left: 700px;
	text-align: right;
	width: 200px;
}
#featurebar h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 1.8em;
	color: #5499CB;
	margin-top: 10px;
}
#featurebar h3 {
	font-family: arial;
	font-weight: bold;
	font-size: 1.4em;
	color: #41484A;
	margin-top: 10px;
}

/*****************************************************************************************************************
NAVBAR
*****************************************************************************************************************/
#navbar {
	clear: both;
	height: 30px;
	font: normal 12px arial, sans-serif;
	font-weight: bold;
	background: url("/images/bg-menu-bar.jpg") left repeat-x;	
	margin: 1px 0 0 0;
	padding: 2px 0 0 30px;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	white-space:nowrap;
}

#navbar li {
	float: left;
	margin: 0;
	padding: 7px 30px 0 0px;
}

#navbar a {
	color: #333;
}

#navbar a:link, #navbar a:visited {
	text-decoration: none;
}

#navbar a:hover {
	color: #000;
	text-decoration: underline;
}

/*****************************************************************************************************************
BLOGPOST
*****************************************************************************************************************/
.blogpost {
	clear: both;
	/*background: url("/images/gradbg.jpg") left top repeat-x;	*/
	padding-bottom: 60px;
}
.blogpost h1 {
	margin: 2px 0 8px 0;
	font-weight: normal;
	font-family: Trebuchet MS,Tahoma,Helvetica,Arial,sans-serif;
	font-size: 2em;
	letter-spacing: -0.02em;
	color: #EC8600;
}
.blogpost h2 {
	margin: 0px 0 5px 0;
	font-family: Trebuchet MS,Tahoma,Helvetica,Arial,sans-serif;
}
.blogpost h2 a {
	text-decoration: none;
	color: #EC8600;
}
.blogpost h2 a:hover {
	text-decoration: underline;
}
.blogpost .content {
	margin: 20px 0 0 0;
}
.blogpost .content h3 {
	font-weight: normal;
	font-family: Trebuchet MS,Tahoma,Helvetica,Arial,sans-serif;
	color: #666;
}
.blogpost .taglinks {
	font-size: 0.9em;
}
.blogpost .column1 {
	float: left;
	width: 80px;
	font-family: Trebuchet MS,Tahoma,Helvetica,Arial,sans-serif;
}
.blogpost .date {
  	background-color: #eee;
	float: left;
	font-family: Trebuchet MS,Tahoma,Helvetica,Arial,sans-serif;
	color: #666;
	font-size: 18px;
	text-align: center;
	padding: 5px 10px 8px 10px;
	border: solid 1px #ddd;
}
.blogpost .post {
	margin: 0px;
	width: 530px;	
	margin-left: 90px;
}
.comments {
	margin-left: 90px;
}
.commentblock {
	margin: 10px 0 15px 20px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #eee;
	padding: 10px;
}
.commentdate {
	font-size: 0.8em;
	margin-bottom: 10px;
}

/*****************************************************************************************************************
RIGHT BOX
*****************************************************************************************************************/
.rightbox {
	margin: 0 0 30px 0;
	width: 260px;
}
.rightbox h2 {
	margin: 0px 0 10px 0;
	font-size: 15px;
	color: #233C52;
	padding: 7px 0 0 10px;
}
.rightbox .header {
	background: url("/images/bg-rightbox-header-mblue.jpg") left top no-repeat;
	height: 30px;
	border-bottom: solid 1px #ACCBD6;	
	color: #fff;
}
.rightbox .lightblueheader {
	background: url("/images/bg-rightbox-header-blue.jpg") left top no-repeat;
	height: 30px;
	border-bottom: solid 1px #ACCBD6;	
	color: #3B5C74;
}
.rightbox .body {
	background: url("/images/bg-rightbox-body-blue.jpg") left top repeat-x;
	background-color: #F0F6F9;
	padding: 10px;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #E3EDF1;	
}


.rightbox .greyheader {
	background: url("/images/bg-rightbox-header-grey.jpg") left top no-repeat;
	height: 30px;
	border-bottom: solid 1px #222;	
	color: #fff;
}
.rightbox .greyheader h2 {
	margin: 0px 0 10px 0;
	font-size: 15px;
	color: #fff;
	padding: 7px 0 0 10px;
}
.rightbox .greybody {
	background: url("/images/bg-rightbox-body-grey.jpg") left top repeat-x;
	background-color: #737373;
	padding: 10px;
	border-top: solid 1px #555;
	border-bottom: solid 1px #3F3E3F;	
	color: #fff;
}

.rightbox .lightheader {
	background: url("/images/bg-rightbox-header-blue.jpg") left top no-repeat;
	height: 30px;
	border-bottom: solid 1px #ACCBD6;	
	color: #fff;
}
.rightbox .lightheader h2 {
	margin: 0px 0 10px 0;
	font-size: 15px;
	color: #000;
	padding: 7px 0 0 10px;
}
.rightbox .lightbody {
	background-color: #fff;
	padding: 10px;
	border-top: solid 1px #FFF;
	border-left: solid 1px #ddd;	
	border-right: solid 1px #ddd;	
	border-bottom: solid 1px #ddd;	
}


/*****************************************************************************************************************
FORM
*****************************************************************************************************************/
.textcell {
	width: 350px;
}

.textarea {
	width: 350px;
	height: 100px;
	font-family: arial, helvetica;
}
.formcellerror {
	color: #900;
}
.formcaptionerror {
	color: #900;
}
.formerror {
	color: #900;
	font-weight: bold;
}



/*****************************************************************************************************************
MAKECOMMENT
*****************************************************************************************************************/
.makecomment {
	padding: 0px;
}
.makecomment h3 {
	margin: 40px 0 10px 0;
	font-weight: normal;
	font-family: Trebuchet MS,Tahoma,Helvetica,Arial,sans-serif;
}
.makecomment .textbox {
	width: 350px;
	margin: 5px 0 5px 0;
}
.makecomment textarea {
	width: 490px;
	margin: 5px 0 5px 0;
	font-family: arial;
	height: 120px;	
}
form {
	margin: 0;
}
.commentform label, .commentform input {
	display: block;
	float: left;
	margin-bottom: 10px;
}
.commentform label {
	text-align: left;
	width: 120px;
	padding-right: 20px;
	padding-top: 3px;
}
.commentform br {
	clear: left;
}
.formemail {
	visibility: hidden;
	display: none;
}

/*****************************************************************************************************************
EVENTBOX
*****************************************************************************************************************/
.eventbox {
	margin: 15px 0 15px 0;
	padding: 10px;
	
	background-color: #f8f8f8;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.eventbox h2 {
	margin: 0px 0 10px 0;
	font-weight: normal;
	font-family: Trebuchet MS,Tahoma,Helvetica,Arial,sans-serif;
	font-size: 18px;
	color: #000;
}
.eventbox h2 a {
  	text-decoration: none;
	color: #1B60B5;	
}
.eventbox h2 a:hover {
  	text-decoration: underline;
}

