@import url("subnavstyle.css");

body {
	background: #508ebb url(gfx/core/body_bg.jpg) repeat-x scroll center top;
	margin: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #333333;
}

#container {
	font-size: 11px;
	line-height: 16px;
	background: #BFDFF5 url(gfx/core/left_col_bg.gif) repeat-y left top;
	width: 680px;
	text-align: left;
}


#container #header {
	width: 100%;
	background-color: #BDD5E7;
}


/* Right Column Styles*/
#rightColumn {
	float: right;
	width: 383px;
	background: #BFDFF5 url(gfx/core/right_col_bg.gif) repeat-x left top;
	text-align:left;
}

#rightColumn a{
color:#000000;
font-weight: bold;
}

#rightColumn a:hover {
text-decoration: none;
}

#rightColumn #inset {
padding: 0px 5px 5px 10px;
}

#rightColumn p#crumbs {
	display: block;
	padding: 12px 0 0 10px;
	margin: 0;
	height: 27px;
	background: url(gfx/core/crumbs_bg.gif) no-repeat right top;
	color: #666666;
	font-size:9px;
	}
	
#rightColumn p#crumbs a {
	 color: #999999;
	 font-weight: bold;
	 text-decroation: none;
}	

#rightColumn p#crumbs a:hover {
	text-decoration:underline;
}

#rightColumn p#top a{

}

/* Right Column h1 variables - different colours depending on body id */

#events #rightColumn h1{
	background: #14d4b2;
		color: #14d4b2;
}

#about #rightColumn h1{
	color: #FFC42E;
	background: #FFC42E;
}

#products #rightColumn h1{
	color: #1EADF1;
	background: #1EADF1;
}

#services #rightColumn h1{
	color: #9749CC;
	background: #9749CC;
}

#contact #rightColumn h1{
	color: #EE21CC;
	background: #EE21CC;
}

#rightColumn h1{
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	line-height: 38px;
	letter-spacing: -2px;
}	

#rightColumn h1 span {
	background:#FFFFFF;
	padding: 0 8px 0 8px;
}

#rightColumn h2 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 12px 0 0 0;
	margin: 0;
	line-height:18px;
}

#rightColumn h2 strong{
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0 8px;
	line-height:18px;
	border-left: 10px solid #999999;
}

#rightColumn h3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 14px 0 14px 0;
	margin: 0;
	line-height:18px;
}

/* Left Column Styles*/
#leftColumn {
	width: 297px;
	float: left;
	text-align:right;
	
}

#leftColumn #eaglebg {
	background: url(gfx/core/eagle_rightcol.gif) no-repeat right bottom;
	padding: 0 0 260px 0;
}

#leftColumn #feature {
	border: 4px solid #FFFFFF;
	clear: both;
	margin: 7px;
	padding: 0px;
	text-align: left;
	display: block;
	width: 95%;
	color:#FFFFFF;
}

#leftColumn #feature a{
font-weight: bold;
text-decoration: underline;
color:#FFFFFF;
}

#leftColumn #feature a:hover{
text-decoration: none;
}

#leftColumn #feature h2 {
	margin: 0px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	
}

#leftColumn #feature p{
	margin: 0;
	line-height: 12px;
}

/* Feature variables - different colours depending on body id */

#about #leftColumn #feature {
	background: #E6A700 url(gfx/core/feature_about_bg.gif) no-repeat right top;
}

#events #leftColumn #feature {
	background: #11AA8F url(gfx/core/feature_events_bg.gif) no-repeat right top;
}

#products #leftColumn #feature {
	background: #1EADF1 url(gfx/core/feature_products_bg.gif) no-repeat right top;
}

#services #leftColumn #feature {
	background: #9749CC url(gfx/core/feature_services_bg.gif) no-repeat right top;
}

#contact #leftColumn #feature {
	background: #E026C1 url(gfx/core/feature_contact_bg.gif) no-repeat right top;
}

/* Footer*/
#footer {
	height: 50px;
	background-color:#60A4D3;
	clear: both;
	border-bottom: 20px solid #3A7095;
	font-size: 10px;
}

#footer p {
	padding: 25px 15px 25px 15px;
	font-weight: bold;
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}
