@charset "utf-8";

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}


body {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #container {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #FFF;
	text-align: left;
	background-color: #FFF;
}
.thrColFixHdr #mainContent {
	margin-right: 210px;
	margin-left: 195px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #FFF;
}
.thrColFixHdr #header {
	left: 500px;
	height: 125px;
	float: left;
	width: 550px;
}
.thrColFixHdr #limeSignUp {
	height: 95px;
	vertical-align: middle;
	color: #346432;
	background-image: url(../images/signup.jpg);
	background-repeat: no-repeat;
	text-align: right;
	float: right;
	width: 345px;
	padding-top: 30px;
}
.thrColFixHdr #banner1 {
	height: 130px;
	float: right;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #banner2 {
	height: 90px;
	float: right;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #bread {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #346432;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 195px;
	margin-top: 10px;
}
.thrColFixHdr #tck-master {
	height: 100px;
	float: left;
	width: 180px;
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #limeSearch {
	height: 28px;
	width: 718px;
	margin-left: 199px;
	display: block;
	background-color: #346432;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #CCC;
	padding: 5px;
}
.thrColFixHdr #news-ticker {
	height: 50px;
	width: 100%;
	float: left;
}
.thrColFixHdr #mainContent-Share {
	text-align: right;
	float: left;
	width: 200px;
	margin-left: 50px;
	height: 90px;
	margin-top: 50px;
}
.thrColFixHdr #mainContent-Rss {
	text-align: left;
	width: 240px;
	float: right;
	height: 90px;
	margin-top: 50px;
}
.thrColFixHdr #sidebar1 {
	width: 190px;
	font-family: Helvetica;
	float: left;
	background-color: #FFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.thrColFixHdr #media-tweet {
	left: 500px;
	height: 226px;
	width: 186px;
	color: #931A21;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	background-color: #FFF;
	float: left;
	margin: 0px;
	padding: 2px;
}
.thrColFixHdr #media-vid {
	left: 480px;
	width: 215px;
	float: right;
	background-image: url(../images/bg/vid-bg.gif);
	background-repeat: no-repeat;
	height: 187px;
	padding-top: 43px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.thrColFixHdr #media-video {
	width: 220px;
	float: right;
	height: 230px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #media-issuu {
	left: 500px;
	height: 230px;
	background-color: #FFF;
	float: right;
	margin: 0px;
	width: 515px;
	padding: 0px;
}
.thrColFixHdr #slideshow {
	width: 500px;
}
.thrColFixHdr #footer {
	padding: 0;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #36C;
}
.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;
}

