@charset "utf-8";
/* CSS Document */

BODY {
	BACKGROUND-COLOR: #ceddeb;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
}

#outerwrapper {
	MARGIN: 0px auto;
	PADDING-LEFT: 5px;
	WIDTH: 970px;
	PADDING-RIGHT: 5px;
	BACKGROUND: url(images/page_bg.jpg) repeat-y;
	OVERFLOW: hidden;
	PADDING-TOP: 0px
}
#outerwrapper2 {
	MARGIN: 0px auto;
	WIDTH: 970px;
	BACKGROUND: url(images/bottompage.jpg) repeat-y;
	OVERFLOW: hidden;
	PADDING-TOP: 0px
}
 #sidebar1 {
	width: 162px;
	float: left;
	padding-top: 0px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: thin;
	background-color: #FFFFFF;
	padding-right: 5px;
}
 #sidebar2 {
	width: 162px;
	float: right;
	padding-top: 0px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: thin;
	background-color: #FFFFFF;
	padding-left: 5px;
}  
 #intro2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #88A6FF;
	font-style: bold;
}
#mainContent {
	padding-left: 166px;
	padding-right: 166px;
	margin-bottom: 10px;
} 
#intro {
	padding-left: 10px;
	width: 500px;
	float: left;
} 

#footer {margin-top:0;/*Tynans tweak!*/
		padding-top:0;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	background-position: center;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.mainMenu {
	background-color: #88A6FF;
	height:40px;
	
}
.footersiret {
	font-size:10px;
	text-align:center;
	padding:5px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
#facebook {
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#bussearch2 {
	BACKGROUND: url(images/bgsearch2.gif) center top;
	height: 100px;
	padding-top: 30px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #003399;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	}
    .popsearches {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-color: #EAB96F;
	border-bottom-color: #EAB96F;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	width: auto;
	}
#SearchTable {
	border:0;
	}

#logowrapper {
	MARGIN-TOP: 12px;
	MARGIN-LEFT: 10px;
	margin-bottom: 10px;
}
#innerwrapper {
	MARGIN: 8px
}
#wrappertop {
	MARGIN: 0px auto;
	WIDTH: 980px;
	BACKGROUND: url(images/page_top.jpg);
	HEIGHT: 16px;
	CLEAR: both;
}
#wrapperbottom {
	MARGIN: 0px auto; WIDTH: 980px; BACKGROUND: url(images/page_bottom.jpg); HEIGHT: 22px; CLEAR: both;
}

#adrightwrapper {
	TEXT-ALIGN: right;
	MARGIN-TOP: 0px;
	FLOAT: right;
	padding-right: 8px;
}

#topcontent {
	BACKGROUND: url(images/top_bg.gif) repeat-x left bottom
}
#outercontent {
	CLEAR: both; PADDING-TOP: 10px
}
#searchwrapper {
	TEXT-ALIGN: center;
	MARGIN-TOP: 0px;
	background-image: url(images/bgsearch2.gif);
	background-repeat: no-repeat;
	width: 956px;
}
#searchwrapper INPUT {
	VERTICAL-ALIGN: middle
}

/* AddThis Custom Style */
.addthis_toolbox .at15t_compact {    margin-right: 0;}
