/*activelink*--------------------------------------------

Copyright (c) 2009 activelink

ActiveLink Web Solutions
http://www.activelink.ca

CREATED BY: Gregory A. Pike
CREATE DATE: 2009/01/

--------------------------------------------*activelink*/

td, body, p, input, select, a, ul, li, a.blend {
	font: 12px Arial, Sans Serif, Helvetica;
	color: #262626;
	text-decoration: none;
}

a {
	color: #d93629;
}

a:hover {
	text-decoration: underline;
}

/*a.blend {
	color: #262626;
}*/

body {
	margin: 0;
}

form {
	margin: 0;
}

img {
	border: 0;
}

#container {
	width: 994px;
	height: auto;
	margin: 0;
	background: #fff;
}

.col1 {
	width: 215px;
	float: left;
}

.col2 {
	width: 494px;
	height: auto;
	margin: 0 10px;
	float: left;
}

.col3 {
	width: 263px;
	height: auto;
	float: left;
}

.contentEqualCol {
	width: 240px;
	margin-right: 5px;
	float: left;
}

#wrapper {
	padding-bottom: 0px;
}

#main-wrapper {
	background: url('images/col3-bg.gif') repeat-y top right;
	padding-bottom: 0px;
}

/* --------------------------------------------- Content Headings ------------ */

#main-wrapper h1 {
	padding-bottom: 8px; 
	margin: 10px 0;
	font-size: 24px;
	color: #8c221b;
	/*border-bottom: 8px solid #8c221b;*/
	background: url('images/h1-bg.gif') repeat-x bottom left;
}

#main-wrapper h2 {
	width: auto;
	font-size: 16px;
	font-weight: bold;
	color: #262626;
}

#main-wrapper h3 {
	width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #262626;
}

#main-wrapper h4 {
	width: auto;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #262626;
}

/* --------------------------------------------- Header ------------ */

#header {
	width: 994px;
	height: 88px;
	padding: 13px 0 0 0;
}

#header h1 {
	width: 273px;
	height: 74px;
	margin: 0px;
	position: relative;
	top: 0;
	left: 12px;
	background: url('images/logo.gif') no-repeat bottom left;
	float: left;
	cursor: pointer;
}

#header h1 a {
	display: none;
}

.topBanner {
	display: block;
	width: 600px;
	height: 60px;
	top: 8px;
	border: 0;
	position: relative;
	text-align: right;
	float: right;
}

/* --------------------------------------------- Top Menu ------------ */

#topMenu {
	width: 600px;
	height: 14px;
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
	text-align: right;
	float: right;
}

#topMenu li {
	width: auto;
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid #262626;
	float: right;
}

#topMenu li.last {
	border: 0;
}

/* --------------------------------------------- Main Menu ------------ */

#mainMenuBar {
	width: 994px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #8c221b;
}

ul#mainMenu {
	width: 580px;
	height: 30px;
	margin: 0; 
	padding: 0;
	list-style: none;
	float: left;
}

ul#mainMenu li {
	margin: 0; 
	padding: 0;
	border-right: 1px solid #fff;
	float: left;
}

#mainMenuBar .signin {
	width: 250px;
	float: right;
	color: #fff;
}

#mainMenuBar .signin form {
	margin: 5px 0;
}

#mainMenuBar .signin img {
	position: relative;
	top: 5px;
}

#mainMenuBar .signin input {
	width: 76px;
	height: 15px;
	margin: 0 0 0 4px;
	border: 0;
	background: #fff;
	padding: 1px 2px;
	position: relative;
}

#mainMenuBar .signin input.go {
	width: 22px;
	height: 15px;
	margin: 0;
	background: url('images/menu/go.gif') no-repeat;
	position: relative;
	top: 2px; /* 0px for IE */
}


/* --------------------------------------------- Search Bar ------------ */

#searchBar {
	width: 994px;
	height: 30px;
	background: #d9d9d9;
}

#searchBar .search {
	padding: 5px 0;
	margin-left: 8px;
}

#searchBar input {
	width: 76px;
	height: 15px;
	margin: 0 0 0 4px;
	border: 0;
	background: #fff;
	padding: 1px 2px;
	position: relative;
}

#searchBar .search input.searchButton {
	width: 40px;
	height: 18px;
	margin: 0;
	background: url('images/search.gif') no-repeat;
	position: relative;
}

/* --------------------------------------------- Categories ------------ */

#categoriesList {
	width: 215px;
	float: left;
}

#categoriesList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#categoriesList li {
	width: 215px;
	height: 22px;
	margin: 0;
	padding: 0;
	background: #fff url('images/category-underline.gif') repeat-x bottom left;
}

#categoriesList li a {
	height: 22px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 12px;
	padding: 3px 0 0 12px;
	background: url('images/bullet.gif') no-repeat 0 7px;
}

#categoriesList li a:hover {
	color: #8c221b;
	text-decoration: none;
	background-image: url('images/bullet-hover.gif');
}

/* --------------------------------------------- Campaign ------------ */

#campaign {
	width: 386px;
	height: 184px;
	margin-left: 1px;
	float: left;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 386px; /*Width of Carousel Viewer itself*/
	height: 184px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 386px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#campaign .ad1 {
	z-index: 50;
	position: absolute;
	top: 160px;
	left: 296px;
	cursor: pointer;
}

#campaign .ad2 {
	z-index: 50;
	position: absolute;
	top: 160px;
	left: 312px;
	cursor: pointer;
}

#campaign .ad3 {
	z-index: 50;
	position: absolute;
	top: 160px;
	left: 326px;
	cursor: pointer;
}

#campaign .ad4 {
	z-index: 50;
	position: absolute;
	top: 160px;
	left: 339px;
	cursor: pointer;
}

/* --------------------------------------------- Spotlight Partners ------------ */

#spotlightPartner {
	width: 180px;
	height: 184px;
	margin: 0 1px;
	float: left;
}

#spotlightPartner a {
	display: block;
	width: 180px;
}

#spotlightPartner a.title {
	height: 27px;
	background: url('images/titles/home-spotlight-partner.gif') no-repeat top left;
	margin-bottom: 1px;
}

#spotlightPartner h3 {
	display: none;
}

#spotlightPartner img {
	width: 180px;
	height: 156px;
}

/* --------------------------------------------- Quick Links ------------ */

#quickLinks {
	width: 210px;
	height: 168px;
	float: left;
}

#quickLinks a {
	display: block;
}

#quickLinks a.title {
	height: 27px;
	background: #8c5b1b url('images/titles/home-quick-links.gif') no-repeat top left;
	margin-bottom: 1px;
}

#quickLinks h3 {
	display: none;
}

#quickLinks ul {
	margin: 0;
	padding: 5px 12px;
	list-style: none;
}

#quickLinks li {
	margin-bottom: 1px;
}

#quickLinks a {
	color: #8c5b1b;
}

/* --------------------------------------------- Home Dividers ------------ */

.homeDivider1 {
	width: 994px;
	height: 7px;
	margin: 1px 0;
	background: #8c221b;
}

.homeDivider2 {
	width: 994px;
	height: 6px;
	margin: 20px 0 0px 0;
	background: #d9d9d9;
	float: left;
}

/* --------------------------------------------- Classes and Events ------------ */

/* Home */
#classesEvents {
	width: 215px;
	border-right: 1px solid #b8b8b8;
	float: left;
}

#classesEvents a.title {
	width: 215px;
	height: 30px;
	display: block;
	background: #d9d9d9 url('images/titles/home-upcoming-appearances.gif') no-repeat 12px 9px;
	margin-bottom: 1px;
}

#classesEvents h3 {
	display: none;
}

#classesEvents .event {
	margin: 9px 0 0 12px;
	padding: 0 6px 6px 32px;
	background: url('images/icon-event-cal.gif') no-repeat top left;
	border-bottom: 1px solid #e1e1e1;
}

#classesEvents .event h4 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #8c5b1b;
}

#classesEvents .event h4 a {
	font-weight: bold;
	color: #8c5b1b;
}

#classesEvents .event p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#classesEvents .event p.date {
	color: #838383;
	font-size: 11px;
}

#upcoming-appearances .event {
	margin: 9px 0 0 12px;
	padding: 0 6px 6px 32px;
	background: url('images/icon-event-cal.gif') no-repeat top left;
	border-bottom: 1px solid #e1e1e1;
}

#upcoming-appearances {
	width: 240px;
	margin: 0 0 10px 10px;
	float: right;
}

#upcoming-appearances .event h4 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #8c5b1b;
}

#upcoming-appearances .event h4 a {
	font-weight: bold;
	color: #8c5b1b;
}

#upcoming-appearances .event p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#upcoming-appearances .event p.date {
	color: #838383;
	font-size: 11px;
}

/* --------------------------------------------- Welcome ------------ */

#welcome {
	width: 383px;
	float: left;
}

#welcome a.title {
	width: 383px;
	height: 30px;
	display: block;
	background: #d9d9d9 url('images/titles/home-welcome-to-people-are-staring.gif') no-repeat 12px 9px;
	margin-bottom: 1px;
}

#welcome h3 {
	display: none;
}

#welcome p {
	margin: 9px 12px 0 12px;
}

/* --------------------------------------------- News and Announcements ------------ */

#newsAnnouncements {
	width: 394px;
	border-left: 1px solid #b8b8b8;
	float: left;
}

#newsAnnouncements a.title {
	width: 394px;
	height: 30px;
	display: block;
	background: #d9d9d9 url('images/titles/home-news-and-announcements.gif') no-repeat 12px 9px;
	margin-bottom: 1px;
}

#newsAnnouncements h3 {
	display: none;
}

#newsAnnouncements .article {
	margin: 9px 0 0 12px;
	padding: 0 12px 6px 42px;
	border-bottom: 1px solid #e1e1e1;
	background: url('images/icon-news.gif') no-repeat top left;
}

#newsAnnouncements .twitter {
	background: url('images/icon-twitter.gif') no-repeat top left;
}

#newsAnnouncements .article h4 {
	width: auto;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	color: #8c5b1b;
	float: left;
}

#newsAnnouncements .article h4 a {
	font-weight: bold;
	color: #8c5b1b;
}

#newsAnnouncements .article .date {
	width: auto;
	font-size: 11px;
	color: #838383;
	text-align: right;
	float: right;
}

#newsAnnouncements .article p {
	margin: 0;
	padding: 0;
}

#newsArticle .article {
	margin: 9px 0 0 12px;
	padding: 0 12px 6px 42px;
	background: url('images/icon-news.gif') no-repeat top left;
	border-bottom: 1px solid #e1e1e1;
}

#newsArticle .article h2 {
	margin-bottom: 0;
}

#newsArticle .article h4 {
	width: auto;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	color: #8c5b1b;
	float: left;
}

#newsArticle .article h4 a {
	font-weight: bold;
	color: #8c5b1b;
}

#newsArticle .article .date {
	width: 110px;
	font-size: 11px;
	color: #838383;
	text-align: left;
	float: none;
}

#newsArticle .article .specific {
	width: inherit;
	margin-bottom: 10px;
	text-align: left;
	float: none;
}

/* --------------------------------------------- Footer ------------ */

#footer {
	width: 994px;
	height: 90px;
	padding-top: 14px;
}

#footer a {
	color: #262626;
	text-decoration: underline;
}

#footer a:hover {
	color: #d93629;
}

#footer ul {
	width: auto;
	margin: 1px 4px;
	padding: 0;
	list-style: none;
}

#footer li {
	width: auto;
	margin: 0;
	padding: 0 9px 0 8px;
	float: left;
	background: url('images/footer-divider.gif') no-repeat center right;
}

#footer li.last {
	background-image: none;
}

#footer .links {
	width: 680px;
	float: left;
}

#footer .copyright {
	width: 320px;
	margin: 1px 0;
	/*color: #838383;*/
	text-align: right;
	float: left;
}

/* --------------------------------------------- Content Styles ------------ */

#breadcrumbs {
	margin-top: 5px;
	font-size: 11px;
}

#breadcrumbs a {
	color: #8c221b;
	font-size: 11px;
}

#page-top-links {
	width: auto;
	margin: 0 0 5px 10px;
	padding: 4px 0;
	float: right;
}

#page-top-links img {
	margin-left: 8px;
}

#page-bottom-links {
	margin: 10px 0;
	padding: 4px;
	border: 1px solid #d9d9d9;
	background: #f0f0f0;
}

#page-bottom-links a {
	display: inline;
	width: auto;
	font-size: 11px;
	margin-right: 10px;
	color: #8c5b1b;
	text-decoration: none;
}

/* --------------------------------------------- Sidebar Styles ------------ */

.sidebar-box {
	padding: 5px;
	margin-bottom: 10px;
	background: #fff;
	border-bottom: 2px solid #d9d9d9;
	border-right: 2px solid #d9d9d9;
}

.sidebar-box h3 {
	margin: 4px 0;
}

.sidebar-box ul {
	padding-left: 24px;
}

#sidebar-top-recommended-pages a {
	color: #8c5b1b;
}

#sidebar-quick-links a {
	color: #8c5b1b;
}

#sidebar-contact-us {
	margin-top: 10px;
}

/* --------------------------------------------- Misc. reusable styles ------------ */

.m10 {
	margin: 10px;
}

.msg {
	font-weight: bold;
	color:#cc0000;
}

.clear {
	clear: both;
}

.highlight-text {
	margin: 20px;
	color: #d98d29;
	font-size: 1.4em;
	font-style: italic;
}