@charset "UTF-8";
body {
	background: url(../images/background.jpg);
}
#container  {
	width: 974px;  /* using 25px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	display: block;
	padding: 0px;
} 
#header  {
	height: 100px;
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	width: 974px;
} 
#navbar  {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 26px;
	float: left;
	width: 974px;
} 
#featurebox  {
	height: 185px;
	width: 974px;
	float: left;
	margin-bottom: 10px;
	background: url(../images/headertorquay.jpg) no-repeat;
} 
#mainContentcontainer  {
	width: 974px;
	margin: 0 0 0 0px;
	background: #FFF;
	padding: 0px;
	float: left;
}
#sidebar1  {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	margin-left: 10px;
	width: 210px;
}
#sidebar1newssignup  {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #171C59;
	margin-bottom: 10px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 10px;
	line-height: 14px;
}
#sidebar1news1  {
	float: left; /* since this element is floated, a width must be given */
	width: 168px; /* padding keeps the content of the div away from the edges */
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
#sidebar1news2  {
	float: left; /* since this element is floated, a width must be given */
	width: 168px; /* padding keeps the content of the div away from the edges */
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
#mainContent  {
	padding: 0 0px 10 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	margin: 0 0px 0 30px;
	float: left;
	width: 490px;
} 
#testimonial {
	background: #FF6;
	width: 95%;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px 0px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #006;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 188px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
}
#sidebar2featureevent  {
	float: left; /* since this element is floated, a width must be given */
	width: 188px;
	height: 175px;
	margin-bottom: 10px;
}
#sidebar2friday  {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	height: 180px;
	margin-top: 20px;
}
#footer  {
	height: 75px;
	padding-top: 0;
	padding-bottom: 0;
	width: 974px;
	float: left;
} 
.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;
}
.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;
}
/* styles for news scroller */
#newsScroller {
	float: left;
	width: 200px;
	height: 350px;
	border: 1px solid #ddd;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: auto;
	margin-bottom: 10px;
}
#newsScroller div {
	padding: 12px;
	color: #333;
	text-align: left;
}
#newsScroller div img {
	float: left;
	margin: 5px 5px 5px 0;
	padding: 0;
	background: #fff;
	width: 65px;
	height: auto;
}
#newsScroller div img.icon {
	float: left;
	margin: 0px;
	padding: 5px 5px 5px 0;
	background: #fff;
	width: 16px;
	height: auto;
}
#newsScroller div p.news-text,
#newsScroller div p { 
	font-weight: normal; 
	margin: 0; 
	padding: 0 0 5px 0; 
}
#newsScroller div p.news-title{ 
	font-size: 14px; 
	font-weight: bold; 
	margin: 0; 
	padding: 0 0 8px 0; 
}
#newsScroller div p.news-src{ 
	font-size: 10px; 
	color: #666; 
	font-weight: normal; 
	margin: 0; 
	padding: 5px 0 0 0; 
}
#newsheader {
	width: 200px;
	margin: 0px;
	height: 32px;
	float: left;
	padding: 0px;
	border-style: none;
	display: block;
}

/**********************************/
/* taken from includes/header.php */
#header #includeheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	background: url(../images/header.jpg) no-repeat;
	height: 100px;
	width: 974px;
	padding: 0px;
}
#includeheader a:link {
	color: #FFF;
	text-decoration: none;
}
#includeheader a:visited {
	color: #FFF;
	text-decoration: none;
}
#includeheader a:hover {
	color: #FFF;
	text-decoration: underline;
}
#includeheader a:active {
	color: #FFF;
	text-decoration: none;
}
/*********************/
/* header login area */
#includeheader #login {
	padding-top: 70px;
	color: #FFF;
	width: 300px;
	float: right;
}

#includeheader #login .loggedin ul,
#includeheader #login .notloggedin ul {
	padding-left: 0px;
	font-size: 0.85em;
	padding-top: 0px;
	margin: 0.5em 0px 0px;
	text-align: right;
}
#includeheader #login .loggedin ul li,
#includeheader #login .notloggedin ul li{
	padding: 0px 10px 0px 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}
#right_feature_1 {
	margin-bottom: 5px;
}
