 /* Reset
------------------------------------*/

* {
	margin: 0;
	padding: 0;
} 
img {
	border: none;
}
form {
	display: inline;
}
ul {
	list-style: none;
}


/* Helpers
------------------------------------*/

.floatr { 
	float: right; 
} 
.floatl { 
	float: left; 
} 
.center { 
	text-align: center; 
} 
.left { 
	text-align: left; 
} 
.right { 
	text-align: right; 
} 
.noborder { 
	border: none !important; 
} 
.clr { 
	display: block; 
	clear: both; 
}
li.last {
	border: none;
}

/* Structure
------------------------------------*/

body {
	margin: 0;
	padding: 0;
}
#site {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.block {
	display: block;
	float: left;
	position: relative;
}
.row {
	float: left;
	clear: left;
	width: 100%;
}
.column {
	float: left;
}

.layoutcell{
}


/* Tables
------------------------------------*/

table {
	margin: 1.5em 0;
	border-spacing: 0;
	border-collapse: collapse;
}
th, td {
	padding: .5em;
	border: 1px solid;
}
th {
	text-align: left;
}


/* Forms
------------------------------------*/

fieldset {
	margin: 1.6em 0;
	padding: 1.6em;
}
legend {
	padding: 0 .8em;
}
textarea, input[type='text'] {
	padding: .1em .2em;
}
input {
	padding: .2em .1em;
}
select {
	padding: 0 0 0 .1em;
}
option {
	padding: 0 .6em 0 .4em;
}
button {
	padding: .3em .5em;
}
input[type='radio'],
input[type='checkbox'] {
	position: relative;
	bottom: -.2em;
}
input, select, button {
	cursor: pointer;
}

input[type='text'], input[type='password'] {
	cursor: text;
}
form div {
	padding: 0 0 .8em 0;
}
















body {
	background: #101010 url(/images/layout/body_bg.jpg) no-repeat top center;
	font: 11px/18px arial, sans-serif;
	color: #b2b2b2;
}
#skip-to-content {
	display: none;
}

#site {
	overflow: hidden;
	margin: 0 auto;
}
#pagemanager #row1column1 dd.preview {
	background: transparent url(/images/layout/body_bg.jpg) no-repeat 50% -41px;
}
#userlogimage {
	display: none;
}
#row1 {
	z-index: 100;
}
#row2 {
	z-index: 1;
}
.sk_1Column #row2 .column {
	background: transparent url(/images/layout/content_mid.gif) repeat-y;
	margin: 20px 0;
}
	.sk_1Column #row2 {
		background: transparent url(/images/layout/content_btm.gif) no-repeat bottom;
		bottom: -10px;
	}
		.sk_1Column #row2column1 {
			background: transparent url(/images/layout/content_top.gif) no-repeat;
			top: -10px;
			padding: 10px 10px 5px 10px;
			min-height: 350px;
		}
.sk_2ColumnWide #row2,
.sk_2ColumnEven #row2,
.sk_3ColumnEven #row2,
.sk_2Main2Sub #row2 {
	width: auto;
	border: 1px solid #454545;
	background: #2f2f2f url(/images/layout/content_top_tile.gif) repeat-x;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 20px 0 0 0;
}
.sk_2ColumnWide #row2column2 {
	margin: 118px 0 0;
}
.sk_2ColumnEven #row2column2,
.sk_3ColumnEven #row2column2,
.sk_3ColumnEven #row2column3,
.sk_2Main2Sub #row2column2 {
	margin: 154px 0 0;
}

/* --------- Header --------- */
#header {
	width: 960px;
	height: 162px;
	position: relative;
}
h1#logo {
	margin: 0;
	padding: 0;
}
	h1#logo a {
		width: 310px;
		height: 86px;
		position: absolute;
		top: 76px;
		left: 0;
		background: transparent url(/images/layout/logo-trans.png) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
		h1#logo a:hover {
			background: transparent url(/images/layout/logo-trans.png) no-repeat 0 -86px;
		}
#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 41px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1000;
}
	#menu ul li {
		display: inline;
		position: relative;
		float: left;
	}
	#menu ul li a {
		display: block;
		float: left;
		height: 41px;
		text-indent: -9999px;
		overflow: hidden;
		background-image: url(/images/layout/menu.gif);
		background-repeat: no-repeat;
	}
		#menu_Home a,
		#menu_Home {
			width: 84px;
			background-position: 0 0;
		}
		#menu_About-Bear-Creek a,
		#menu-About-Bear-Creek {
			width: 146px;
			background-position: -84px 0;
		}
		#menu_Our-Services a,
		#menu_Our-Services {
			width: 116px;
			background-position: -230px 0;
		}
		#menu_Our-Divisions a,
		#menu_Our-Divisions {
			width: 122px;
			background-position: -346px 0;
		}
		#menu_Technology-Transfer a,
		#menu_Technology-Transfer {
			width: 187px;
			background-position: -468px 0;
		}
		#menu_News a,
		#menu_News {
			width: 85px;
			background-position: -656px 0;
		}
		#menu_Resources a,
		#menu_Resources {
			width: 109px;
			background-position: -741px 0;
		}
		#menu_Contact-Us a,
		#menu_Contact-Us {
			width: 110px;
			background-position: -850px 0;
		}
			#menu_Home a:hover,
			#menu_Home:hover > a,
			#page_home #menu_Home a {
				background-position: 0 -41px;
			}
			#menu_About-Bear-Creek a:hover,
			#menu_About-Bear-Creek:hover > a,
			#page_about-bear-creek #menu_About-Bear-Creek a {
				background-position: -84px -41px;
			}
			#menu_Our-Services a:hover,
			#menu_Our-Services:hover > a,
			#page_our-services #menu_Our-Services a {
				background-position: -230px -41px;
			}
			#menu_Our-Divisions a:hover,
			#menu_Our-Divisions:hover > a,
			#page_our-divisions #menu_Our-Divisions a {
				background-position: -346px -41px;
			}
			#menu_Technology-Transfer a:hover,
			#menu_Technology-Transfer:hover > a,
			#page_technology-transfer #menu_Technology-Transfer a {
				background-position: -468px -41px;
			}
			#menu_News a:hover,
			#menu_News:hover > a,
			#page_news #menu_News a {
				background-position: -656px -41px;
			}
			#menu_Resources a:hover,
			#menu_Resources:hover > a,
			#page_resources #menu_Resources a {
				background-position: -741px -41px;
			}
			#menu_Contact-Us a:hover,
			#menu_Contact-Us:hover > a,
			#page_contact-us #menu_Contact-Us a {
				background-position: -850px -41px;
			}
		#menu ul#topnav li.fly > a {
			
		}
		#menu ul#topnav li.fly:hover > a {
			
		}	
		
		/* Dropdown style */
		#menu li ul {
			list-style: none;
			position: absolute;
			left: -9999px;
			top: 41px;
			line-height: 20px;
			z-index: 1500;
			width: 100%;
			display: block;
			margin: 0;
			padding: 0 8px 18px 3px;
			width: 200px;
			background: transparent url(/images/layout/menu_dropdown-trans.png) no-repeat bottom;
		}
		#menu li ul:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
		}
			#menu li:hover ul {
				left: -3px;
				top: 41px;
			}
			#menu li ul li {
				float: left;
				clear: both;
				display: block;
				width: 200px;
			}
			#menu li ul li a {
				line-height: 28px;
				color: #fff;
				width: 200px;
				height: 28px;
				padding: 0;
				background: none;
				display: block;
				text-indent: 10px;
				text-decoration: none;
				border-top: 1px solid #01804d;
			}
			#menu li ul li a:hover{
				background: #009055;
			}

/* newsletter signup */

	
/* --------- Content --------- */
a {
	color: #0ba45d;
	text-decoration: underline;
}
	a:hover {
		color: #06e17b;
		text-decoration: none;
	}
p {
	margin: 10px 0;
}
.modal_image  {
	background: #484848;
	border: 4px solid #CCCCCC;
	margin: 0 0 10px 10px;
	padding: 1px;
}
.block {
	padding: 0;
	width: 100%;
}
.default {
	background: transparent url(/images/layout/block_bg-trans.png);
}
.content {
	padding: 0 15px;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
}
h2, .block h2 {
	color: #d9d9d9;
	font-weight: bold;
	font-size: 220%;
}
h2.page_title {
	color: #d9d9d9;
	font-weight: normal;
	font-size: 250%;
	line-height: 130px;
	width: 910px;
	height: 98px;
	background: transparent url(/images/layout/pagetitle-trans.png) no-repeat;
	padding: 0 15px;
}
#body_home h2 {
	
}
h3 {
	color: #0ba45d;
	font-size: 140%;
	font-family: arial, sans-serif;
}
h3#wheel_pointer {
	color: #fff;
	background: transparent url(/images/layout/pointer_bg.gif) no-repeat;
	width: 477px;
	height: 43px;
	line-height: 43px;
	text-indent: 20px;
	font-size: 170%;
	margin: 0;
	padding: 0;
}
h4 {
	border-top: 2px solid #444;
	padding: .7em 0;
}
h5 {
	border-top: 1px dashed #444;
	padding: 1em 0 .3em;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 0;
}
	h5 a {
		text-decoration: none;
	}
h6 {
	color: #777;
}
th, td {
	border: none;
}
.storyTextMd {
	overflow: hidden;
}

#banner {
	width: 910px;
	height: 239px;
	background: transparent url(/images/layout/banner_bg-trans.png) no-repeat;
	padding: 15px;
	position: relative;
	margin: 0 0 27px 0;
}
	#banner-video {
		float: left;
		margin: 0 20px 0 0;
	}
	#banner-content {
		width: 540px;
		height: 269px;
		position: absolute;
		top: 0;
		left: 400px;
	}
	#banner-content h2 {
		width: 540px;
		height: 121px;
		text-indent: -9999px;
		overflow: hidden;
	}
	#banner-content p {
		margin: 0 15px;
		font-weight: bold;
		text-shadow: 1px 1px 2px #000;
	}
	#banner-more a {
		width: 220px;
		height: 37px;
		background: #f90 url(/images/layout/learnmore_btn.gif) no-repeat;
		display: inline-block;
		text-indent: -9999px;
		overflow: hidden;
		margin: 20px 0 0;
	}
		#banner-more a:hover {
			background: #f90 url(/images/layout/learnmore_btn.gif) no-repeat 0 -37px;
		}
.form_202 {
	float: right;
	position: absolute;
	right: 0;
	top: 325px;
	z-index: 20;
	width: 420px;
}
	.form_202 .content {
		padding: 0;
	}
.fields {
	margin: 0;
}
.form_202 .fields {
	width: 95%;
}
#page_contact-us .modal_image {
	margin-left:0;
}
.fields li {
	border-bottom: none;
	border-top: 1px solid #444444;
	margin-top: 0;
	padding: 15px 0;
}
td {
	vertical-align: top;
}

#page_technology-transfer .player {
	float: right;
	width: 315px;
}
.wysiwyg_136 {
	width: 600px;
}

/* --------- Footer --------- */
#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding: 20px 0 30px 0;
	text-align: right;
	color: #464646;
}
	#footer p {
		margin: 10px 0;
	}
	#footer a {
		color: #696969;
		font-weight: normal;
	}
	#footer a:hover {
		color: #999;
		text-decoration: none;
	}
	
/* --------- Widgets --------- */

/* continuousnews_out */
.continuousnews_out {
	background: #fff;
	margin: 5px 0;
}
	.continuousnews_out img {
	}
	.continuousnews_out .block {
		padding: 0 0 10px;
	}
	.continuousnews .block-content {
		background: transparent url(../images/layout/story_bg.gif) repeat-x bottom;
		padding: 0 15px 15px;
	}
	.continuousnews .content p {
		margin: 8px 0;
	}
	.continuousnews p.date, .continuousnews p.tags {
		font: italic 10px/14px arial, sans-serif;
	}
	.continuousnews .footer, .viewnews .footer {
		border-top: 1px solid #555;
		margin:30px 15px;
		position:relative;
		top:15px;
	}
	.viewnews {
		margin: 20px 0 0;
	}
	.viewnews h3 {
		font-size: 18px;
		padding: 0 0 0 15px;
	}
	
/* newslist */
.news_list h5 {
	margin: 0 0 5px;
}
.news_list li {
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.news_list p {
	margin: 5px 0;
	font: 12px arial, sans-serif;
}
a.readmore {
	display: block;
	font-weight: bold;
}
	a.readmore:hover {
	}
p.byline {
	font-weight: bold;
	color: #fc0;
	margin-top: 5px;
}
p.date {
	color: #555;
}
p.more {
	margin: 0;
	padding: 5px 0 10px;
	background: transparent url(../images/layout/read_more.gif) no-repeat bottom;
}
.news_content {
	font-size: 11px;
}
.news_list li {
	border-bottom: none;
}

/* messages */
.message {
}
.success {
	border: 1px solid;
	margin: 20px 10px;
	padding: 15px;
	color: #093;
	background: #b8f4cc;
}
.error {
	border: 1px solid;
	margin: 20px 10px;
	padding: 15px;
	color: #C30;
	background: #fed9cc;
}

/* wysiwyg */
.wysiwyg img.left, .wysiwyg .flashleft {
	float: left;
	margin: 2px 15px 15px 0;
}
.wysiwyg img.right, .wysiwyg .flashright {
	float: right;
	margin: 2px 0 15px 15px;
}
.wysiwyg ul, .wysiwyg ol {
	margin: 10px 15px 25px 35px;
}
.wysiwyg ul {
	list-style: disc;
}
.wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
	clear: both;
	margin: 25px 15px 5px;
}
.wysiwyg_5 h4 {
	margin: 25px 0 5px;
}
.wysiwyg_5 p {
	margin: 15px 0;
}
.wysiwyg h1 {
	font: 24px georgia, serif;
	color: #960003;
}
.wysiwyg h2 {
	color: #D9D9D9;
	margin: 25px 0 5px;
	padding: 0 0 6px;
	line-height: 1em;
}
.wysiwyg_4 img {
	margin: 15px 0 0 0;
}
	
/* comments */
.comments_btn {
	text-decoration: none;
	color: #25556e;
}
	.comments_btn strong {
		width: 22px;
		height: 23px;
		display: inline-block;
		text-align: center;
		background: url(../images/layout/comments.gif) no-repeat;
		font: bold 11px/20px Arial, Helvetica, sans-serif;
		margin: 0 3px 0 0;
		position: relative;
	}

/* calendar */
.calendar {
	padding: 0;
}
.cal table th,
.mini_cal table th {
	color: #000;
	border: none;
	height: 20px;
	font: 10px/20px verdana, sans-serif;
	background: #efefef;
	padding: 0px 0px;
	text-align: center;
}
.cal table td .cal_date {
	color: #b2b2b2;
	background: #fff;
}
.mini_cal {
	margin: 15px 0 25px;
}
.mini_cal .cal_header,
.cal_header {
	color: #fff;
	background: #853b3d url(../images/layout/cal_bg.gif) repeat-x;
	width: 100%;
}
.cal .cal_header {
	height: 30px;
	line-height: 30px;
	background-position: top;
}
.mini_cal .cal_header a,
.cal_header a {
	color: #fff;
}
.mini_cal .cal_header a.prev,
.cal .cal_header a.prev {
	left: 10px;
}
.mini_cal .cal_header a.next,
.cal .cal_header a.next {
	right: 10px;
}
.mini_cal table,
.cal table {
	border: 0;	
	border: 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0;
	background: #cbcbcb;
}
.mini_cal table tr:last-child td:first-child {
}
.mini_cal table tr:last-child td:last-child {
}
.mini_cal table td,
.cal table td {
	background: #fff;
	color: #aaa;
	border: none;
	font-size: 11px;
}
.cal table td.today,
.mini_cal table td.today {
	background: #fff;
	color: #000;
}
.cal table td.today .cal_date,
.mini_cal table td.today .cal_date {
	font-weight: bold;
}
.cal table td.blank,
.mini_cal table td.blank {
	background: #fff;
}
.cal table td.weekend,
.mini_cal td.weekend {
	background: #fff;
}
.cal a,
.mini_cal a {
	font-weight: bold;
}

/* form */
fieldset {
	border: 1px solid #444;
}
legend {
	font-weight: bold;
	font-size: 120%;
	color: #eee;
}
textarea, input[type='text'] {
	background: #eee;
	border: 1px solid #444;
	color: #333;
}
label {
	font-weight: bold;
	margin-right: .5em;
}
select {
	background: #eee;
	border: 1px solid #444;
	color: #333;
}
button, input[type='submit'], input[type='button'] {
	padding: .2em 1em;
	background: #005834 url(/images/layout/btn_bg.gif) repeat-x bottom;
	color: #d9fcee;
	border: 1px solid #007f4b;
	font-weight: bold;
}
button:hover, input[type='submit']:hover, input[type='button']:hover {
	background: #007344;
	color: #fff;
}
form {
	display: inline;
}
form div {
	border: none;
	margin-top: -1px;
	padding: .5em 1em;
}
input[type='text'], input[type='password'] {
	padding: 5px 8px;
	font-family: arial, sans-serif;
}

#home_block {
	width: 480px;
}
#home_block p {
	margin: 10px 0;
}
#welcome_block {
	height: 115px;
	overflow: hidden;
	padding: 0 40px 0 10px;
}

#wheel {
	width: 480px;
	height: 480px;
	background: transparent url(/images/layout/wheel-trans.png) no-repeat;
	position: absolute;
	top: 90px;
	right: 0;
	z-index: 500;
}
#wheel_content {
	width: 439px;
	height: 193px;
	overflow: auto;
	position: relative;
	margin: 2px 0 0 0;
	background: transparent url(/images/layout/wheel_content_bg-trans.png) no-repeat bottom left;
	padding: 0 10px 0 10px;
}
	#wheel_content img {
		float: right;
		margin: 0 10px 10px 10px;
		border: 2px solid #727272;
		padding: 1px;
	}
	#wheel_ajax {
		padding: 0 0 20px 0;
	}
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.vscrollerbase {
	width: 13px;
	height: 193px;
	background: transparent url(/images/layout/scrollbar_base.gif) no-repeat;
}
.vscrollerbar {
	width: 13px;
	height: 83px !important;
	background: transparent url(/images/layout/scrollbar.gif) no-repeat;
	cursor: s-resize;
}
	.vscrollerbar:hover {
		background: transparent url(/images/layout/scrollbar.gif) no-repeat 0 -83px;
	}
.hscrollerbase {
	height: 10px;
	background-color: white;
}
.hscrollerbar {
	height: 10px;
	background-color: black;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}
.quick_links {
	list-style: disc;
	margin: 10px 20px;
}
	.quick_links li {
		margin: 5px 0;
	}
	.quick_links li a {
		text-decoration: underline;
	}

.toolbar {
	float: left;
	overflow: hidden;
	width: 96%;
	margin: 0 2%;
}
	.toolbar .col {
		float: left;
		width: 49%;
	}
	.toolbar .right {
		float: right;
		text-align: right;
	}
.rss_btn {
	background: transparent url(../images/layout/rss_icon.gif) no-repeat right;
	padding: 2px 20px 2px 0;
}

/* poll */
.poll ul li, ul.poll_result li {
	border: none;
}

/* most popular */
.mostpopular .content {
	margin: 15px 0;
}
.mp_content li {
	border-bottom: none;
}
.mostpopular ol {
	margin: 0;
	padding: 10px;
	list-style: none;
}
.mp_contentholder {
	background: #052B6C;
	clear: both;
}
.mostpopular .mp_tabmenu ul li a.selected {
	background: #052B6C;
}
.mostpopular .mp_tabmenu ul li a {
	margin: 0;
	padding: 0 10px;
}
.mp_tabmenu ul li a:active,
.mp_tabmenu ul li a:focus {
	outline: 0;
	-moz-outline-style: none;
}
.mostpopular ol li {
	font-size: 11px;
}
.mostpopular ol li a {
	font-size: 12px;
	display: block;
}

/* related news */
.relatedNews {
	width: 95%;
	clear: both;
	float: left;
	margin: 10px 2%;
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 0;
}
	.relatedNews ul.related {
		list-style: disc;
		margin: 20px 35px;
		clear: both;
		display: block;
	}
	.relatedNews ul.related li {
		list-style: disc;
		margin: 5px 0;
		padding: 0;
		border: none;
		overflow: visible;
	}
	.relatedNews .relatedHeader {
		margin: 0 !important;
		padding: 4px 7px;
		background: #eee;
		color: #555;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		border-bottom: 1px solid #ccc;
	}
	.relatedNews a {
		text-decoration: underline;
	}
	.relatedNews .datecreated {
		font: 10px verdana, sans-serif;
		margin: 0 0 0 5px;
	}

/* comments */

.comments_form {
	border: 1px solid #ccc;
}
.comments_form .user_tabs {
	background: #f5f5f5 url(/images/layout/heading.gif) repeat-x bottom;
	margin: 0;
	border-bottom: 2px solid #fff;
}
.comments_form .user_tabs ul li a.selected, .comments_form .user_tabs ul li a.selected:hover {
	background: #fff;
	color: #444;
}
.comments_form .user_tabs ul li a {
	color: #999;
	background: none;
	border-right: 1px solid #ccc;
}
.comments_form .user_tabs ul li a:hover {
	background: none;
	color: #444;
}
.comments_form textarea, .comments_form input[type="text"], .comments_form input[type="password"]  {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

/* Polls */
ul.poll_questions {
	width: 100%;
	margin: 10px 0 20px;
	clear: both;
}
ul.poll_questions li {
	float: none;
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
}
	ul.poll_questions li label {
		text-align: left;
		margin: 0;
		width: 100%;
		cursor: pointer;
	}
	ul.poll_questions li img {
		width: 20px;
		margin: 0 5px 5px 0;
		float: left;
	}
ul.poll_results {
	width: 100%;
}
ul.poll_results li {
	float: none;
	margin: 10px;
	width: auto;
}
.poll_answer .poll_bar, .poll_answer .poll_bar span {
	width: 100%;
	height: 16px;
	display: block;
	background: #ddd;
	-moz-border-radius: 0;
	position: relative;
	margin: 4px 0;
}
.poll_answer .poll_bar span {
	background: #0076a4;
	margin: 0;
}
.poll_percentage {
	font-weight: normal;
	color: #999;
	font-size: 11px;
}
.poll_votes {
	font-weight: normal;
	color: #999;
	font-size: 11px;
}

/* pagination */
.pagination {
	clear: both;
}

/* photos */
ul.photos {
	margin: 0;
	padding: 0;
}
ul.photos li {
	margin: 10px;
	border: 1px solid #444;
	background: #222;
	padding: 10px;
	text-align: center;
}
	ul.photos li a {
		display: block;
		border: 2px solid #444;
		width: 180px;
		height: 120px;
		overflow: hidden;
	}
		ul.photos li a:hover {
			border: 2px solid #0ba45d;
		}
	ul.photos .caption {
		font-style: italic;
	}

#quick_links {
	width: 960px;
	height: 250px;
	position: relative;
	margin: 20px auto 10px auto;
	background: transparent url(/images/layout/quick_links_bg-trans.png) no-repeat;
	overflow: hidden;
}
	#quick_links ul {
		border: none;
		margin: 84px 0 0 230px;
		padding: 0;
		list-style: none;
	}
	#quick_links ul li {
		border: none;
		width: 220px;
		margin: 0 10px;
		padding: 0;
		float: left;
	}
	#quick_links ul li p {
		margin: 5px 0 10px 0;
	}
		#quick_links h3 {
			margin: 0;
		}
		#quick_link1 h3 {
			background: transparent url(/images/layout/icon_worker.gif) no-repeat;
			padding: 20px 0 10px 40px;
			margin: 0;
		}
		#quick_link2 h3 {
			background: transparent url(/images/layout/icon_pump.gif) no-repeat;
			padding: 20px 0 10px 50px;
			margin: 0;
		}
		#quick_link3 h3 {
			background: transparent url(/images/layout/icon_truck.gif) no-repeat;
			padding: 20px 0 10px 65px;
			margin: 0;
		}
#newsletter_signup {
	position: absolute;
	top: 20px;
	right: 0;
}
	#newsletter_signup div {
		float: left;
	}
	#newsletter_signup h3 {
		float: left;
		margin: .2em 0 0 0;
	}
	#newsletter_signup_email {
		width: 200px;
		margin: 0 15px;
		font-size: 100%;
	}
	#newsletter_signup_submit {
		position: relative;
		top: 1px;
		margin: 0;
	}
	#newsletter_signup .success  {
		background: #0BA45D;
		border: 1px solid #0cd265;
		color: #d5f5e3;
		font-weight: bold;
		margin: 0;
		padding: 1em;
		text-align: center;
		width: 500px;
	}
		#newsletter_signup_submit:hover {
		}
#banner {
	width: 940px;
	height: 240px;
	margin: 0 auto;
	background: transparent url(/images/layout/banner.jpg) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#contact_info {
	float: left;
	text-align: left;
}
#synapse {
	
}
.phone {
	background: transparent url(/images/layout/tel_icon.gif) no-repeat 0 0;
	padding: 0 0 3px 24px;
}
.fax {
	background: transparent url(/images/layout/fax_icon.gif) no-repeat 0 0;
	padding: 0 0 3px 24px;
}
.success {
	background: #8dc63f;
	padding: 1em;
	color: #1b3619;
	border: 1px solid #9ad44c;
}
.error {
	background: #ed1c24;
	padding: 1em;
	color: #fff;
	border: 1px solid #f9333a;
}
.breadcrumb, #cookieTrail {
	padding: .5em 0 1em;
}
#cookieTrail .div {
	margin: 0 5px;
}
#fontChooser {
	position: absolute;
	bottom: 5px;
	right: 10px;
	text-align:right;
}
	#fontChooser h4 {
		display: none;
	}
	#fontChooser ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#fontChooser ul,
		#fontChooser ul li {
			display: inline;
		}
		#fontChooser ul li a {
			display: block;
			float: left;
			height: 25px;
			width: 25px;
			text-indent: 9999px;
			overflow: hidden;
			background-image: url(/images/layout/font_chooser.gif);
			background-repeat: no-repeat;
			color: #454545;
		}
			#fontChooser li.storyTextSm a {
				background-position: 0 0;
			}
			#fontChooser li.storyTextMd a {
				background-position: -25px 0;
			}
			#fontChooser li.storyTextLg a {
				background-position: -50px 0;
			}
			#fontChooser li.storyTextSm a:hover {
				background-position: 0 -25px;
			}
			#fontChooser li.storyTextMd a:hover {
				background-position: -25px -25px;
			}
			#fontChooser li.storyTextLg a:hover {
				background-position: -50px -25px;
			}
			#fontChooser li.storyTextSm a.selected {
				background-position: 0 -50px;
			}
			#fontChooser li.storyTextMd a.selected {
				background-position: -25px -50px;
			}
			#fontChooser li.storyTextLg a.selected {
				background-position: -50px -50px;
			} /* This file is used on: 
	gallery_ajax.cfm, gallery_page.cfm, video_gallery_ajax.cfm and video_gallery_page.cfm
*/


/* IMAGE GALLERY */

.gallery { padding:2px 0; margin:0; }
.gallery .container { border:0; width:auto; padding:15px 4px; display:block; position:relative; overflow:hidden;}
.gallery .container .row { margin:0 auto; display:table; height:auto; width:100%; clear:both; }
.gallery .container .image { float:left; margin:4px 9px; width:172px; height:auto; position:relative; }
.gallery .container .image .imageTop { background:url(../../images/video_gallery/bg_video.png); padding:10px 15px; height:130px; width:auto; }
.gallery .container .image:hover .imageTop { background:url(../../images/video_gallery/bg_video-over.png); }
.gallery .container .image .imageBottom { background:url(../../images/video_gallery/bg_video.png) bottom left; padding:0 15px; height:5px; width:auto;}
.gallery .container .image:hover .imageBottom { background:url(../../images/video_gallery/bg_video-over.png) bottom left; }

.gallery .container .image .imageContainer { width:140px; height:105px; position:relative; cursor:pointer; }
.gallery .container .image .imageContainer img { width:4px; height:4px; border:0; }
.gallery .container .image .imageContainer .topRowContainer{ width:100%; height:4px; position:absolute; top:0; left:0; }
.gallery .container .image .imageContainer .bottomRowContainer{ width:100%; height:4px; position:absolute; bottom:0px; left:0; }
.gallery .container .image p { margin:0; padding:0; font-family:'Tahoma'; font-size:11px; line-height:13px; text-align:left; }
.gallery .container .image .image_title { padding:2px 0 0 0; font-weight:bold; color:#AAA; }
.gallery .container .image:hover .image_title { font-weight:bold; color:#555; }
.gallery .container .paging { width:100%; height:24px; }
.gallery .container .previous { float:left; padding-left:15px; }
.gallery .container .next { float:right; padding-right:15px; }
.gallery .container .paging div {  font-weight:bold; font-size:12px; cursor:pointer; vertical-align:bottom; }
.gallery .container .paging div:hover { color:#555; }
.gallery .container .gallery_loading { margin:0 auto; height:172px; text-align:center; margin-top:40px; }
.gallery .container .no_photos{  margin-top:100px; text-align:center  }

/* VIDEO GALLERY */

.videoGallery { padding:2px 0; margin:0; }
.videoGallery .container { width:auto; padding:15px 4px; display:block;  overflow:hidden; position:relative; }
.videoGallery .container .row { margin:0 auto; display:table; height:auto; width:100%; clear:both; }
.videoGallery .container .video { float:left; padding:10px 15px; margin:4px 9px; width:142px; height:160px; position:relative; 
	background:url(../../images/video_gallery/bg_video.png); }
.videoGallery .container .video:hover { background:url(../../images/video_gallery/bg_video-over.png); }
.videoGallery .container .video .imageContainer { width:140px; height:105px; position:relative; cursor:pointer; }
.videoGallery .container .video .imageContainer img { width:4px; height:4px; }
.videoGallery .container .video .imageContainer .topRowContainer{ width:100%; height:4px; position:absolute; top:0; left:0; }
.videoGallery .container .video .imageContainer .bottomRowContainer{ width:100%; height:4px; position:absolute; bottom:0px; left:0; }
.videoGallery .container .video p { margin:0; padding:0; font-family:'Tahoma'; font-size:11px; line-height:13px; text-align:left; }
.videoGallery .container .video .video_title { padding:2px 0 0 0; font-weight:bold; color:#555555; }
.videoGallery .container .video .video_title:hover { cursor:pointer; text-decoration:underline; }
.videoGallery .container .video .video_length { color:#B9B9B9; }
.videoGallery .container .video .play_button {  position:absolute; bottom:0; left:0px; width:170px; height:20px; cursor:pointer; background:url(../../images/video_gallery/bg_video-play-btn.png) repeat-x; border:1px solid #DADADA;  }
.videoGallery .container .video .play_button p { font-size:10px; color:#B2B2B2; text-align:center; vertical-align:top; padding-top:3px; }
.videoGallery .container .video:hover .play_button { background:url(../../images/video_gallery/bg_video-play-btn-over.png) repeat-x; border:1px solid #555;}
.videoGallery .container .video:hover .play_button p { color:#FFF;}
.videoGallery .container .paging { width:100%; height:24px; }
.videoGallery .container .previous { float:left; padding-left:15px; }
.videoGallery .container .next { float:right; padding-right:15px; }
.videoGallery .container .paging div {  font-weight:bold; font-size:12px; cursor:pointer; vertical-align:bottom; }
.videoGallery .container .paging div:hover { color:#555; }
.videoGallery .container .gallery_loading { margin:0 auto; height:172px; text-align:center; margin-top:40px;  }
.videoGallery .container .no_videos{  margin-top:100px; text-align:center  } /* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #808080;
	padding: 0;
	margin: 0;
	text-align:left;
}
.lv_MenuBar * { padding: 0; margin: 0; }

/* When the Menubar is at the top, on (ajax/iframe/inline) content,
   it will also have this style.
   The margins are removed here for better alignment, and since it's
   at the top we switch the inner margins to the other side.
*/
.lv_MenuTop .lv_DataText div,
.lv_MenuTop .lv_ImgNumber div { margin: 0; padding: 0; }
#lightview .lv_MenuTop .lv_Close, 
#lightview .lv_MenuTop .lv_Data { margin: 0 0 6px 0; }

.lv_Close, .lv_Data { margin: 6px 0 0 0; }
.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
}

/* simulates padding-left inside .lv_Data */
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; }

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #b8b8b8;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #efefef;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_Media,
.lv_External {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#lightview iframe {
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.navbarHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
} div.datepicker {
 position: absolute;
 text-align: center;
 border: 1px #C4D5E3 solid;
 font-family: arial;
 background: #FFFFFF;
 font-size: 10px;
 padding: 0px;
}
div.datepicker table {
 font-size: 10px;
 margin: 0px;
 padding: 0px;
 text-align: center;
 width: 180px;
}
div.datepicker table thead tr th {
 font-size: 12px;
 font-weight: bold;
 background: #e9eff4;
 border-bottom:1px solid #c4d5e3;
 padding: 0px;
 margin: 0px;
}
div.datepicker table tbody tr {
 border: 1px white solid;
 margin: 0px;
 padding: 0px;
}
div.datepicker table tbody tr td {
 border: 1px #eaeaea solid;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div.datepicker table tbody tr td:hover,
div.datepicker table tbody tr td.outbound:hover,
div.datepicker table tbody tr td.today:hover {
 border: 1px #c4d5e3 solid;
 background: #e9eff4;
 cursor: pointer;
}
div.datepicker table tbody tr td.wday {
 border: 1px #ffffff solid;
 background: #ffffff;
 cursor: text;
}
div.datepicker table tbody tr td.outbound {
 background: #e8e4e4;
}
div.datepicker table tbody tr td.today {
 border: 1px #16518e solid;
 background: #c4d5e3;
}
div.datepicker table tbody tr td.nclick,
div.datepicker table tbody tr td.nclick_outbound {
 cursor:default; color:#aaa;
}
div.datepicker table tbody tr td.nclick_outbound {
 background:#E8E4E4;
}
div.datepicker table tbody tr td.nclick:hover,
div.datepicker table tbody tr td.nclick_outbound:hover {
 border: 1px #eaeaea solid;
 background: #FFF;
}
div.datepicker table tbody tr td.nclick_outbound:hover {
 background:#E8E4E4;
}
div.datepicker table tfoot {
 font-size: 10px;
 background: #e9eff4;
 border-top:1px solid #c4d5e3;
 cursor: pointer;
 text-align: center;
 padding: 0px;
}

/* Starbox.css */

.starbox .stars { background: #E0E0E0; }
.starbox .rated .stars { background: #E0E0E0; }
.starbox .rated .hover .stars { background: #E0E0E0; }
.starbox .colorbar { background:#F66C21; }
.starbox .hover .colorbar { background:#F66C21; }
.starbox .rated .colorbar { background:#F66C21; }
.starbox .rated .hover .colorbar { background:#F66C21; }
.starbox .ghost { background:#F66C21; }
.starbox .indicator { font-size: 0.9em; }

.starbox .dotted .stars,
.starbox .dotted .hover .stars,
.starbox .dotted .rated .stars, 
.starbox .dotted .rated .hover .stars { background: url(../images/starbox/background_dotted.gif) top left repeat-x; }
.starbox .dotted .colorbar,
.starbox .dotted .hover .colorbar,
.starbox .dotted .rated .colorbar, 
.starbox .dotted .rated .hover .colorbar { background: #000000; }
.starbox .dotted .ghost { background: #666666; }

.starbox .pointy .colorbar { background: #ffcc1c; }
.starbox .pointy .hover .colorbar { background: #ff9231; }

.starbox .inverse .stars { float: right; }
.starbox .inverse .indicator { clear: both; display: block; text-align: right; }
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
REQUIRED to hide the non-active tab content.
But do not hide them in the print stylesheet!
--------------------------------------------------*/
.tabberlive .tabbertabhide {
	display:none;
}

/*--------------------------------------------------
.tabber = before the tabber interface is set up
.tabberlive = after the tabber interface is set up
--------------------------------------------------*/
.tabber {
}
.tabberlive {
	margin-top: 0;
}

/*--------------------------------------------------
ul.tabbernav = the tab navigation list
li.tabberactive = the active tab
--------------------------------------------------*/
ul.tabbernav {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 2px 0 0 0;
	border-bottom: 1px solid #fff;
	background: transparent url("../images/tab_bg.gif") repeat-x;
}
	ul.tabbernav li {
		display: inline;
	}
	ul.tabbernav li a {
		display: block;
		float: left;
		text-decoration: none;
		color: #CC0000;
		padding: 6px 5px 5px 5px;
		margin: 0 0 -1px 4px;
		border-bottom: 1px solid #fff;
	}
	ul.tabbernav li a:hover {
		color: #666;
		background: #ecf7ff;
		text-decoration: none;
	}
	ul.tabbernav li.tabberactive a {
		padding: 4px 4px 5px 4px;
		color: #CC0000;
		position: relative;
		bottom: -1px;
		border: 1px solid #fff;
		border-bottom: 1px solid #fff;
		background: #fff;
		font-weight: bold;
	}


/*--------------------------------------------------
.tabbertab = the tab content
Add style only after the tabber interface is set up (.tabberlive)
--------------------------------------------------*/
.tabberlive .tabbertab {
	padding:5px;
	border-top:0;

/* If you don't want the tab size changing whenever a tab is changed
you can set a fixed height */

/* height:200px; */

/* If you set a fix height set overflow to auto and you will get a
scrollbar when necessary */

/* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}
.tabberlive .tabbertab h4 {
	display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}
/*-- Calendar styles --*/

.cal {
	margin: 10px;
}
	.cal .cal_header {
		width: 100%;
		position: relative;
		height: 50px;
		text-align: center;
	}
		.cal .cal_header strong {
			color: #a8161c;
			text-align: center;
			font-size: 140%;
			margin: 0;
		}
		.cal .cal_header a.prev {
			position: absolute;
			top: 0;
			left: 0;
		}
		.cal .cal_header a.next {
			position: absolute;
			top: 0;
			right: 0;
		}
	.cal table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
	}
		.cal table th {
			background: transparent url(../images/calendar/cal_dow_bg.gif) repeat-x bottom;
			color: #BEBEBE;
			width: 14.2%;
			padding: 6px;
			border: 1px solid #BEBEBE;
			font-weight:bold;
			font: 11px Arial, Helvetica, sans-serif;
		}
		.cal table td {
			background: #F8F8F8;
			color: #56493d;
			padding: 6px;
			border: 1px solid #BEBEBE;
			height: 75px;
			vertical-align: top;
		}
			.cal table td .cal_date {
				float: right;
				display: block;
				color: #888;
				background: #fff;
				width: 18px;
				height: 18px;
				line-height: 18px;
				text-align: center;
				position: relative;
				top: -6px;
				right: -6px;
			}
			.cal table td.today {
				background: #fff;
			}
				.cal table td.today .cal_date {
					font-weight: bold;
				}
			.cal table td.blank {
				background: #efefef;
			}
			.cal table td.weekend {
				background: #efefef;
			}
		.cal .date-events {
			margin: 0 !important;
		}
			.cal .date-events li {
				list-style: none;
			}
			
/*-- Mini Calendar styles --*/

.mini_cal {
	margin: 0;
}
	.mini_cal .cal_header {
		width: 220px;
		position: relative;
		height: 20px;
		text-align: center; 
		margin: 0 auto;
	}
		.mini_cal .cal_header strong {
			color: #a8161c;
		}
		.mini_cal .cal_header a.prev {
			position: absolute;
			top: 0;
			left: 0;
		}
		.mini_cal .cal_header a.next {
			position: absolute;
			top: 0;
			right: 0;
		}
	.mini_cal table {
		width: 220px;
		border: 1px solid #BEBEBE;
		border-collapse: collapse;
		margin: 5px auto;
	}
		.mini_cal table th {
			background: transparent url(../images/calendar/minical_heading.gif) repeat-x;
			color: #AAA;
			padding: 4px 2px;
		}
		.mini_cal table td {
			padding: 4px 2px;
			text-align: center;
		}
		.mini_cal table tr.alt {
			background: #EBEBEB;
		}
	
/*-- Misc --*/

.cal_loading {
	display: block;
	width: 100%;
	height: 16px;
	background: transparent url(../images/calendar/indicator.gif) no-repeat 50% 50%;
} 