﻿@import url(reset.css);
@import("patches/ie5mac.css");
@import url(mainnav/layout.css);
@import url(divisionnav/divisiontabs.css);
@import url(footernav/layout.css);
@import url(text.css);
@import url(snippets.css);
@import url(../search/search.css);
@import url(ui.datepicker.css);
@import url(paging.css);

form {
	margin: 0; 
	padding: 0;
	}
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #f3f3f3;
	}	
.frame {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: url(../library/bg-frame.png) repeat-y 0 0;
	}	
.con-header {
	width: 970px;
	position: relative;
	z-index: 10000;
	margin: 0 auto;
	text-align: left;
	}	
.con-wrapper {
	width: 970px;
	background: url(../library/bg-conwrapper.gif) repeat-y 650px 0 #fff;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}	
.con-main {
	float: left;
	display: inline;
	width: 630px;
	padding: 10px 10px 10px 10px;
	}
div.conmain-nopop {
	float: none;
	width: auto;
	padding: 23px;
	}
.con-supp-1 {
	float: left;
	width: 300px;
	padding: 10px 10px 0px 10px;
	}								
.con-footer {
	width: 970px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	text-align: left;
	}	
.con-footer img {
	display: block;
	}		
.mod-sitelogo {
	height: 76px;
	width: 300px;
	}
.mod-sitelogo img {
	display: block;
	}
.mod-divisionnav {
	height: 25px;
	padding-top: 3px;
	clear: both;
	}
.mod-mainnav,
.mod-footernav {
	background: url(mainnav/img/bg-mainnav.png) repeat-x 0 0 #000;
	}
/* Panel */		
.mod-panel {
	background: url(../library/bg-panel.jpg) no-repeat 0 0;
	margin-bottom: 20px;
	padding-left: 10px;
	}
.con-supp-1 .mod-panel {
	margin-bottom: 15px;
	position: relative;
	}	

/* Panel */		
.mod-contentpanel {
	background: url(../library/bg-panel.jpg) no-repeat 0 0;
	margin-bottom: 10px;
	padding: 10px 5px 5px 10px;
	border: 1px dotted #ededed;
	}
.mod-contentpanel iframe {
	margin: -11px -11px -11px -11px;
	background-color: #fff;
	}		

/* Banner Ads */	
.mod-bannerad {
	margin-bottom: 10px;
	}
.mod-bannerad img {
	display: block;
	}					 	

/* Event Rotator */
.mod-eventrotator {
	position: relative;
	height: 126px;
	}

/* Standard content */
div.content {
	padding: 0 0px 15px 10px;
	}

.no-backgroundimage {
	background-image: none !important;
	}
	
/* Clear child floats */
.clear:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}		
	
.inline-ad {float: right; width: 300px; height: 250px; margin: 10px 0 0 10px;}	
.inline-ad img { display: block;}	
.con-supp-1 .inline-ad {float: none; display: block; margin: 0 0 10px 0;}


.mod-quote {
	position: absolute;
	z-index: auto;
	top: 4px;
	left: 660px;
	width: 305px;
	height: 90px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.mod-quote .pad-mod {
	color: #fff;
	font-weight: bold;
	padding: 1px 20px 0 20px;
	}
	
.mod-quote li {
	display: none;
	}	
	
	
.mod-quote .quote {
	/*display: table;
	position: relative;
	overflow: hidden;
	text-align: center;*/
	/*width: 260px;*/
	/*height: 57px;
	line-height: 1.3em;*/
	display: table;
	width: 260px;
	height: 57px;
	position: relative;
	overflow: hidden;
	
	}	
.mod-quote p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 260px;
	top: 50%;
	}
.mod-quote a {
	display: block;
	top: -50%;
	}
	
	
	
.mod-quote a:link {color: #fff; text-decoration: none;}
.mod-quote a:visited {color: #fff; text-decoration: none;}
.mod-quote a:focus {color: #fff; text-decoration: underline;}
.mod-quote a:hover {color: #fff; text-decoration: underline;}	
.mod-quote a:active {color: #fff; text-decoration: underline;}	
