/* 
== GENERAL ====================================================================================

NORTHLAND COLLEGE :: HOME PAGE STYLE CSS
Created by: Northland College


== NOTES ======================================================================================

- Use on home page only


== UPDATE INFO ================================================================================

Last updated: October, 20, 2009
Last update by: Chad Sperling (Webmaster)


== TABLE OF CONTENTS ==========================================================================

01: SECTION 01
	a) Major Events - Optional (Commencement)
02: SECTION 02
	a) Most Popular Links
	b) News & Events
	c) Rotating Small Ad
	d) Live Twitter Feed	
03: SECTION 03
	a) How Do I?
	a) NCTV
	b) Social Media
04: SECTION 04
	a) Bricks Layer
05: EMERGENCY ALERT
	
============================================================================================== */

/*
===========================================================================================================================================
	
	00: BILLBOARD BACKGROUNDS
	
===========================================================================================================================================
*/
#page_content_background {
	margin:0px;
	padding:0px;}
#page_content_background.grey {
	background-image: url(../images/bg/_pageTops/_home/bg-pagetop-grey.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;}<!-- #D9D9D9 -->
#page_content_background.bluestar {
	background-image: url(../images/bg/_pageTops/_home/bg-pagetop-bluestar.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;}<!-- #D9D9D9 -->
#page_content_background.holiday2010 {
	background-image: url(../images/bg/_pageTops/_home/bg-pagetop-greyholiday.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;}<!-- #E5E5E2 -->

/*
===========================================================================================================================================
	
	01: SECTION 01
	
===========================================================================================================================================
*/

.striped-bar-small {
	display:block;
	height:9px;
	width:982px;
	margin: 0px auto;
	padding: 0px;
	margin-top:10px;
	margin-bottom:10px;
	background-image: url(../images/bg/striped-bar.gif);
	background-repeat: repeat-x;}
.striped-bar-large {
	display:block;
	height:22px;
	width:982px;
	margin: 0px auto;
	padding: 0px;
	margin-top:10px;
	margin-bottom:10px;
	background-image: url(../images/bg/striped-bar-large.gif);
	background-repeat: repeat-x;}
.solid-bar-small {
	display:block;
	height:5px;
	width:982px;
	margin: 0px auto;
	padding: 0px;
	margin-top:10px;
	margin-bottom:10px;
	background-image: url(../images/bg/solid-bar-small.gif);
	background-repeat: repeat-x;}	
/*
===========================================================================================================================================
	
	01: SECTION 01
	
===========================================================================================================================================
*/

#section1 {
	width: 100%;
	max-height:150px;
	min-height:140px;
	position: relative;
	/*z-index: 9998;*/
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-right: auto;
	margin-left: auto;
	z-index:9998;}
#section1.commencement{
	background-color: transparent;
	background-image: url(../images/home/section1/bg-commencement09.gif);
	background-repeat: repeat-x;
	background-position: center top;}	
#section1.holiday{
	background-color: transparent;
	background-image: url(../images/home/section1/bg-holidays2009.jpg);
	background-repeat: repeat-x;
	background-position: center top;}	
#section1-wrap {
	width:982px;
	min-height:150px;
	max-height:150px;
	margin: 0px auto;
	position: relative;
	/*z-index: 9998;*/}
h1.holiday {
	display:block;
	text-indent:-9999px;
	width:961px;
	height:174px;
	position:absolute;
	top:-5px;
	left:5px;
	background-image: url(../images/home/section1/img-title-holiday09.png);
	background-repeat: no-repeat;}	
.button-position {
	padding-top:118px;
	padding-left:310px;}


	
#section1-wrap .left {
	padding-bottom:10px;
	width:220px;
	max-width:220px;
	margin-right:0px;
	padding-right:0px;
	margin-bottom:0px;
	padding-top:4px;
	float:left;
	overflow: visible;}	
#section1-wrap .right {
	width:740px;
	padding-right:0px;
	padding-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:0px;
	float:left;
	overflow: visible;}	
#section1-wrap .left img{
	float:left;}		
#section1-wrap #hd-commencement09 h1 {
	height:74px;
	width:664px;
	margin-top:10px;
	padding-top:0px;
	padding-bottom:10px;
	margin-left:0px;
	background-image: url(../images/home/section1/hd-commencement09.gif);
	background-repeat: no-repeat;
	background-position: left top;}	
.replaced { display: block; height: 10px; overflow: hidden; outline: none; text-indent: -9999px; width: 10px; }
#section1-wrap p {
	color: #FFF;
	font-size: 12px;}	






/*
===========================================================================================================================================
	
	02: SECTION2
	
===========================================================================================================================================
*/
#section02 {
	width: 100%;
	max-height:320px;
	min-height:320px;
	position: relative;
	/*z-index: 9998;*/
	margin-top:0px;
	margin-bottom:0px;
	padding-top:20px;
	padding-bottom:0px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	z-index:9997;}
#section02-wrap {
	width:982px;
	margin: 0px auto;
	position: relative;
	overflow: visible;
	/*z-index: 9998;*/}	
	
	
/* =SECTION02 - COLUMNS ***********************************************/
#section02 #column-A {
	float:left;
	width:368px;
	padding-right:25px;
}
#section02 #column-B {
	float:left;
	background-image: url(../images/home/col-divider.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:584px;
}	
/* IE hacks */	
* html #section02 #column-A { /* for IE6 */
	width:368px;
	margin-right:0px;}
*:first-child+html #section02 #column-A { /* for IE7 */
	width:368px;
	margin-right:0px;}
* html #section02 #column-B { /* for IE6 */
	width:582px;
	margin-right:0px;}
*:first-child+html #section02 #column-B { /* for IE7 */
	width:582px;
	margin-right:0px;}	
	
/* =SECTION02 - WIDGET TABS ***********************************************/
ul.css-tabs {
	font-family:Tahoma, Geneva, sans-serif;
	/*border-top: 0px solid #D2D9DF; 
	border-bottom: 0px solid #D2D9DF; */
	min-width:255px;
	max-width:375px!important;
	padding: 0px 0px;
	overflow:hidden;
	list-style: none;
	float:left;
	display:inline-block;	
	margin-top:0px;
	margin-right: 0;
	margin-bottom:8px;
	margin-left:-1px;}

/* TAB LINKS */
ul.css-tabs li {  
    float: left;
    margin: 0 0 0 0px;
	border: 1px solid #FFF;
	margin-right:1px!important;}
ul.css-tabs a {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	border:0px solid #CCCCCC;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	color:#FFF;
	display:inline-block;
	cursor:pointer;
	padding: 3px 5px!important;
	text-decoration: none;
	vertical-align: middle;
	text-transform: uppercase;
	background-color: #AEAEAE;
}
ul.css-tabs a:hover {
	text-decoration:none;
	color:#FFF;
	background-color: #666666;	/* background-image: url(../images/home/widgets/tab-bg-on.gif);
	background-repeat: repeat;
	background-position: right top;*/}

/* NEW TAB */
ul.css-tabs li span.new {
	color:#C00;}
ul.css-tabs li span.new a {
	color:#C00;}
ul.css-tabs li span.new a:hover {
	color:#C00;}		
/* new tab */
ul.css-tabs a#new { margin-right: 2px; }
ul.css-tabs a#new:hover { color: #961207; border: 1px solid #D2D9DF;}

/* CURRENT TAB */
ul.css-tabs a.current {
	color:#FFF;
	cursor:default!important;
	font-weight:bold;
	text-decoration:none;
	border-color:#3C4760!important;
	background-color: #063048;
}
/* ul.css-tabs a.current:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background-image: url(../images/home/widgets/tab-bg-current-on.gif);
	background-repeat: repeat;
	background-position: right top;
	border-color:#0D698C!important;}*/
	

div.base div.prodlinks a.product { display: inline-block; margin-right: 2px; border: 1px solid #D2D9DF; vertical-align: middle; font-size: .8em; font-weight: bold; background-color: #D2D9DF; padding: 3px 10px; }

div.base div.prodlinks a.product:hover { background-color: #F2F2F3; border: 1px solid #D2D9DF; }



/* gets rid of those system borders being generated for A tags */
ul.css-tabs a:active {
  outline:none;}
ul.css-tabs :focus {
  -moz-outline-style:none;}	
	
/* Most Popular tab pane */
div.css-panes div {
	width:100%;
	max-width:380px;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;}



/* =SECTION02: Frequently Visited Pages
---------------------------------------------------------------------------------------------------------- */ 
#section02 #widget-MostPopularLinks {
	width:381px;
	height:325px!important;
	min-height:325px;
	max-height:325px;
	margin: 0;
	display: block;
	overflow:hidden;
	border: 0px solid #E7E7E7;/*DDD*/
	padding:0px;	/*background-image:url(../images/home/img-widgetdivide.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/modules/bg-gradient.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;*/
}
#section02 #widget-MostPopularLinks h1{
	/*font-family:"Georgia", "Cambria", Times New Roman, Times, serif!important;*/
	text-shadow:none!important;
	font-size:27px!important;
	font-weight:normal!important;	
	line-height:1.0em!important;
	text-align:left;
	letter-spacing: -1.1px!important;
	padding-bottom:5px;
	margin-top:-3px;
	border: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;}	
/*#section02 #widget-MostPopularLinks h1 span{
	display: none;}	*/
/* IE hacks */	
* html #section02 #widget-MostPopularLinks { /* for IE6 */
	display: block;
	height:260px;
	min-height:260px;
	width:378px;
	max-width:378px;}
*:first-child+html #section02 #widget-MostPopularLinks { /* for IE7 */
	display: block;
	height:260px;
	min-height:260px;
	width:378px;
	max-width:378px;}


.tab-panel {
	display: block;
	position: relative;
	width: 100%;
	top:1px;
	clear: both;
	overflow: hidden;}
.tab-panel .left {
	float:left;
	position: relative;
	width:184px;
	top: 1px;}		
.tab-panel .right {
	float:left;
	position: relative;
	width:184px;
	top: 1px;}
/* IE hacks */	
* html .tab-panel { /* for IE6 */
	display: block;
	position: relative;
	width: 100%;
	top:5px;
	clear: both;}
*:first-child+html .tab-panel { /* for IE7 */
	display: block;
	position: relative;
	width: 100%;
	top:5px;
	clear: both;}
* html .tab-panel .left { /* for IE6 */
	width:180px;
	margin-top:0px;
	outline: none;}
*:first-child+html .tab-panel .left { /* for IE7 */
	width:180px;
	margin-top:0px;
	outline: none;}
* html .tab-panel .right { /* for IE6 */
	width:180px;
	margin-top:0px;
	outline: none;}
*:first-child+html .tab-panel .right { /* for IE7 */
	width:180px;
	margin-top:0px;
	outline: none;}




ul.mostPopTwoCol li,
ul.mostPopTwoCol,
ul.mostPop.col2,
ul.mostPop,
ul.mostPop li,
ul.mostPop li p {
	*display: inline-block;}

#mostPopTwoColWrap {
	*display: inline-block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;}
ul.mostPopTwoCol {
	width:184px;
	float:left;
	list-style-type: none;
	margin-left:0px;}
ul.mostPopTwoCol.col2 {
	float:left;
	clear:left;
	margin-left:13px;}
/* IE hacks */	
* html ul.mostPopTwoCol.col2 { /* for IE6 */
	float:right;
	clear:right;
	margin-left:6px;}
*:first-child+html ul.mostPopTwoCol.col2 { /* for IE7 */
	float:right;
	clear:right;}	
	
ul.mostPopTwoCol li {
	font-family: Arial,Helvetica,"Helvetica Neue","Lucida Grande",Verdana,sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	text-align: left;}
ul.mostPopTwoCol div.link {
	*float:left;
	*padding-left:0;
	padding-top:7px;
	padding-right: 0;
	padding-bottom:6px;
	padding-left:0px;}
ul.mostPopTwoCol div.link a {
	font-size:12px;
	font-weight:bold;
	text-decoration: none;}
ul.mostPopTwoCol div.link a:hover {
	text-decoration: underline;}	
/* IE hacks */
* html ul.mostPopTwoCol div.link{ /* for IE6 */
	float:left;
	padding-left:0;
	padding-top:3px;
	padding-bottom:5px;}
*:first-child+html ul.mostPopTwoCol div.link { /* for IE7 */
	float:left;
	padding-left:0;
	padding-top: 3px;
	padding-bottom: 5px;}


ul.mostPopTwoCol span.rank {
	color:#C9C9C9;
	float:left;
	width:32px;
	text-align:center;
	margin-top:6px;
	margin-right:4px;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.05em;}
/* IE hacks */
* html ul.mostPopTwoCol span.rank { /* for IE6 */
	display:none;}
*:first-child+html ul.mostPopTwoCol span.rank { /* for IE7 */
	display:none;}
/* NEW Link */
ul.mostPopTwoCol span.new {
	color:#C00;}
ul.mostPopTwoCol span.new a {
	color:#C00;}
ul.mostPopTwoCol span.new a:hover {
	color:#C00;}	


/* =SECTION02: Apply/Request Action Buttons List
---------------------------------------------------------------------------------------------------------- */ 
ul.actionButtons {
	float:left;
	margin-top:0px;
	margin-bottom:5px;
	padding-top:8px;
	padding-left:35px;
	padding-bottom:8px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F7;
	background-color: #F4F4F0;}
ul.actionButtons li { 
	float:left; 
	margin-right:17px; 
	height:40px;}
ul.actionButtons li a{ 
	text-align:center!important;}	
ul.actionButtons li.last { 
	margin-right:0px!important;}	


/* =SECTION02: News and Events
---------------------------------------------------------------------------------------------------------- */ 
#section02 #widget-NewsEvents {
	width:567px;
	height:330px;
	min-height:330px;
	max-height:330px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom:0px;
	margin-left:15px;
	display: block;
	overflow:hidden;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;}
/* IE hacks */
* html #section02 #widget-NewsEvents { /* for IE6 */
	margin-left:10px;}
*:first-child+html #section02 #widget-NewsEvents { /* for IE7 */
	margin-left:10px;}	
	
#section02 #widget-NewsEvents .col-left {
	float:left;
	width:266px;
	height:330px;
	min-height:330px;
	max-height:330px;
	overflow:hidden;
	margin-top: 0;
	margin-right:10px;
	margin-bottom: 0px;
	margin-left: 0;}
#section02 #widget-NewsEvents .col-right {
	padding-right:0px;
	float:left;
	width:280px;
	height:330px;
	min-height:330px;
	max-height:330px;
	border-style: none;
	margin-top:10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left:10px;}
#section02 #widget-NewsEvents h1{
	/*font-family:"Georgia", "Cambria", Times New Roman, Times, serif!important;*/
	text-shadow:none!important;
	font-size:27px!important;
	font-weight:normal!important;	
	line-height:1.0em!important;
	text-align:left;
	letter-spacing: -1.1px!important;
	padding-bottom:5px;
	margin-top:-3px;
	border: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;}	
#section02 #widget-NewsEvents .todaysdate{
	font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #606046;
	text-decoration: none;
	font-weight: bold;
	text-align: center!important;
	margin-top: 0px;
	text-align:center;
	display: block;
	background-color: #F4F4F0;
	padding: 3px;
	margin-bottom:15px;
}	
#section02 #widget-NewsEvents .events {
	height:265px;
	max-height:265px;
	margin-top:0px;
	margin-right: 0;
	margin-bottom:0px;
	margin-left:0;}
/* IE hacks */	
* html #section02 #widget-NewsEvents .events { /* for IE6 */
	height:175px;
	max-height:175px;}
*:first-child+html #section02 #widget-NewsEvents .events { /* for IE7 */
	height:175px;
	max-height:175px;}	
	
#section02 #widget-NewsEvents .releases {
	height:130px;
	max-height:130px;
	margin-top:4px;
	margin-right: 0;
	margin-bottom:0px;
	margin-left:0;}
/* IE hacks */	
* html #section02 #widget-NewsEvents .releases { /* for IE6 */
	height:125px;
	max-height:125px;}
*:first-child+html #section02 #widget-NewsEvents .releases { /* for IE7 */
	height:125px;
	max-height:125px;}	
#section02 #widget-NewsEvents .releases ul {
	list-style-type:none;
	margin-top:0px;
	margin-right:0;
	margin-bottom:12px;
	margin-left:0;
	padding-top:0px;
	padding-right:0;
	padding-bottom:0;
	padding-left:0em;}	
#section02 #widget-NewsEvents .releases ul li {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding-top: 0;
	padding-right:0;
	padding-bottom:5px;
	padding-left:0;
	line-height: 1.1em;}
#section02 #widget-NewsEvents .releases ul li span{
	color: #797C80;
	font-weight: normal;
	font-family: Arial, Helvetica, "Helvetica Neue", "Lucida Grande", Verdana, sans-serif;
	font-size:11px;}

#section02 #widget-NewsEvents .announcements {
	height:130px;
	max-height:130px;
	margin-top:4px;
	margin-right: 0;
	margin-bottom:0px;
	margin-left:0;}
/* IE hacks */	
* html #section02 #widget-NewsEvents .announcements { /* for IE6 */
	height:125px;
	max-height:125px;}
*:first-child+html #section02 #widget-NewsEvents .announcements { /* for IE7 */
	height:125px;
	max-height:125px;}	
#section02 #widget-NewsEvents .announcements ul {
	list-style-type:none;
	margin-top:0px;
	margin-right:0;
	margin-bottom:12px;
	margin-left:0;
	padding-top:0px;
	padding-right:0;
	padding-bottom:0;
	padding-left:0em;}	
#section02 #widget-NewsEvents .announcements ul li {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding-top: 0;
	padding-right:0;
	padding-bottom:5px;
	padding-left:0;
	line-height: 1.1em;}


	
#upcoming-events{
   float: left;}

.display_events{
	padding-top:0px;
	min-height:190px!important;
	overflow:hidden!important;
	clear:both;}
.events{
	clear:both;
	height:224px!important;
	padding-top:10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left:2px;}
.events .event{
	clear: none;
	float: none;
	height:38px;
	max-height:38px;
	overflow:hidden;
	width: 100%;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 0px;
	padding-bottom:10px;} 
.events .event p.date{
	float: left;
	line-height: 1!important;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	width:38px!important;
	height:38px!important;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(/athletics/001_Global/images/bg-date.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}
.events .event p.date span{
	font-size:19px!important;
	font-weight:bold!important;
	color:#FFFFFF!important;
	padding-bottom:4px;
	display:block;}
.events .event p.date span.month{
	display:block;
	font-size:11px!important;
	font-weight:bold!important;
	text-transform:uppercase;
	color:#333!important;}
.events .event p.summary{
	padding-top:0px!important;
	line-height: 1.0em!important;}
.events .event p.summary a{
	font-size:12px!important;
	text-decoration: none;
	font-weight: bold;}
.events .event p.summary a:hover{
   text-decoration: underline;}	
.events .event span.time{
	display: block;
	text-transform: uppercase;
   	color: #333;
	font-weight: normal;
	font-family: Arial, Helvetica, "Helvetica Neue", "Lucida Grande", Verdana, sans-serif;
	font-size:11px;}

#section02 #widget-NewsEvents .extra {
	width:260px;
	height:22px;
	overflow:hidden;
	padding-top:10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom:0px;
	margin-left: 0;
	border-top-width:0px;
	border-top-style:solid;
	border-top-color:#E7E7E7;}
#section02 #widget-NewsEvents .extra ul	{
	list-style-type: none;
	margin-top:0em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left:0px;
	padding-top:0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left:0em;}
#section02 #widget-NewsEvents .extra ul li {
	font-weight: normal;
	display: inline;
	margin: 0;
	padding-top: 0;
	padding-right: 0.2em;
	padding-bottom: 0;
	padding-left: 0.5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8D7CF;}
#section02 #widget-NewsEvents .extra ul li a {
	font-size: 11px;
	font-weight: normal!important;}	
#section02 #widget-NewsEvents .extra ul li.first {border: none; padding-left: 0.2em;}
#section02 #widget-NewsEvents .extra ul li a.more {
	margin-left:0px;
	background-color: #E3F2F4;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold!important;}
#section02 #widget-NewsEvents .extra ul li a.more:hover {
	background-color: #D2EBEE;
	text-decoration:none;}
#section02 #widget-NewsEvents .extra ul li.rss {
	padding-left:18px;
	padding-top:0px;
	margin-left:0px;
	background-image: url(/001_Global/images/icons/rss.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;}
#section02 #widget-NewsEvents .extra ul li.radio {
	padding-left:18px;
	padding-top:0px;
	margin-left:0px;
	background-image: url(/001_Global/images/icons/audio.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;}	
#section02 #widget-NewsEvents .socialmedia {
	height:230px;
	max-height:230px;
	margin-top:0px;
	margin-right: 0;
	margin-bottom:0px;
	margin-left:0;}
/* IE hacks */	
* html #section02 #widget-NewsEvents .socialmedia { /* for IE6 */
	height:200px;
	max-height:200px;}
*:first-child+html #section02 #widget-NewsEvents .socialmedia { /* for IE7 */
	height:200px;
	max-height:200px;}	
#section02 #widget-NewsEvents .socialmedia h6 {
	font-family:Tahoma, Geneva, sans-serif;
	margin:0;
	font-size:11px;
	padding-top:2px;
	padding-bottom:2px;
	width:auto;
	clear:both;
	color: #737373;
	text-transform: uppercase;
}	
#section02 #widget-NewsEvents .socialmedia ul {
	list-style-type:none;
	margin-top:0px;
	margin-right:0;
	margin-bottom:1.1em;
	margin-left:0;
	padding-top:0px;
	padding-right:0;
	padding-bottom:0;
	padding-left:0em;}	
#section02 #widget-NewsEvents .socialmedia ul li {
	font-family: Arial,Helvetica,"Helvetica Neue","Lucida Grande",Verdana,sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	margin: 0;
	padding-top:8px;
	padding-right: 0em;
	padding-bottom:8px;
	padding-left: 0em;
	line-height: 1.1em;}


/* =SECTION02: Twitter Feed
---------------------------------------------------------------------------------------------------------- */ 
#twitter-widget {
	display:block;
	overflow:visible;
	width:294px!important;
	height:169px;
	float:left;
	width:100%;
	margin-top:-10px!important;
	margin-left:-15px!important;
	padding:5px;
	margin-bottom:-12px;
	/*border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	border: 0px solid #E7E7E7;*/
	background-image: url(../images/home/widgets/bg-twitter.gif);
	background-repeat: no-repeat;
}
#twitter-widget .logo {
	float:left;
	display:block;
	overflow:hidden;
	width:90px;
	height:120px;
	margin-top: 0px;
	margin-right:-10px;
	margin-bottom: 0px;
	margin-left:5px;
	padding:0px;}
#twitter-widget .feed {
	float:left;
	display:block;
	width:250px;
	min-height:100px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 25px;}
div#twitter {
	width:100%;
	margin-bottom: 0em;
	overflow:hidden;
	float:left;
	display:inline;}
div#twitter h2 {
	display:none;}
p#preloader {
	margin: 0;
	font-family:"Georgia", "Cambria", Times New Roman, Times, serif!important;
	font-size:12px!important;
	line-height:1.0em;
	background-color: transparent;
	background-image: url(../../twitter/loader.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	/* generate loader gifs @ http://www.ajaxload.info */}

ul#twitter_update_list {
	margin: 0;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;}
ul#twitter_update_list li {
	margin: 0;
	font-weight: normal;
	font-family:"Georgia", "Cambria", Times New Roman, Times, serif;!important;
	text-shadow: #fff 1px 1px 0!important;
	font-size:18px!important;
	line-height: 1.2em!important;
	color: #000;
	font-style: italic;
}
ul#twitter_update_list li a { /* timestamp link */	
	color: #AC3C3C;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px!important;
	font-style:normal!important;
	font-weight: normal;
	cursor: text;}
ul#twitter_update_list li a:hover { /* timestamp link */	
	text-decoration: none;}
ul#twitter_update_list li span {
	display: block;}
ul#twitter_update_list li span a {
	/* links in tweet */
	color: #0080C9;
	font-weight: normal;
	font-style:normal!important;
	font-size:12px!important;
	cursor:pointer;}
ul#twitter_update_list li span a:hover {
	text-decoration: underline;
	color:#00587A;}
ul#twitter_update_list li.firstTweet { }
ul#twitter_update_list li.lastTweet {
	border-bottom: none;}
a#profileLink {
	display: block;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #888;}
p.more{
	font-family:Tahoma, Geneva, sans-serif;
	margin:0;
	text-align:right;
	font-size:11px;
	height:14px;
	width:auto;
	clear:both;
	padding-top:0px;
	padding-right:20px;
	padding-bottom:0px;}


/* CONTENT CONTAINERS: Social Media List Icons
---------------------------------------------------------------------------------------------------------- */ 
.connect {
	display:block;
	overflow:visible;
	float:left;
	width:100%;
	min-height:180px;
	margin-top:15px;
	padding-top:20px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E7E7E7;}	
.connect ul#interact {
	float:left;
	margin-bottom:20px;}
.connect ul#interact li { 
	float:left; 
	margin-right:10px; 
	height:48px;}
.connect ul#interact li.last { 
	margin-right:0em!important; }	
.connect ul#interact li a { color:#FFF;}
/*.connect ul#interact a:hover{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;} */ 
.connect ul#interact #icon-facebook {
	width:48px;
	height:48px;
	display:block;
	float:left;
	background-color: transparent;
	background-image: url(../images/home/icons/facebook.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}
.connect ul#interact #icon-facebook:hover {
	background-image: url(../images/home/icons/facebook-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}	
.connect ul#interact #icon-twitter {
	width:48px;
	height:48px;
	display:block;
	float:left;
	background-color: transparent;
	background-image: url(../images/home/icons/twitter.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}
.connect ul#interact #icon-twitter:hover {
	background-image: url(../images/home/icons/twitter-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}	
.connect ul#interact #icon-flickr {
	width:48px;
	height:48px;
	display:block;
	float:left;
	background-color: transparent;
	background-image: url(../images/home/icons/flickr.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}
.connect ul#interact #icon-flickr:hover {
	background-image: url(../images/home/icons/flickr-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}	
.connect ul#interact #icon-youtube {
	width:48px;
	height:48px;
	display:block;
	float:left;
	background-color: transparent;
	background-image: url(../images/home/icons/youtube.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}
.connect ul#interact #icon-youtube:hover {
	background-image: url(../images/home/icons/youtube-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}
.connect ul#interact #icon-marketplace {
	width:48px;
	height:48px;
	display:block;
	float:left;
	background-color: transparent;
	background-image: url(../images/home/icons/marketplace.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}
.connect ul#interact #icon-marketplace:hover {
	background-image: url(../images/home/icons/marketplace-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}	
.connect ul#interact #icon-blogs {
	width:48px;
	height:48px;
	display:block;
	float:left;
	background-color: transparent;
	background-image: url(../images/home/icons/blogs.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}
.connect ul#interact #icon-blogs:hover {
	background-image: url(../images/home/icons/blogs-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}		
.connect ul#interact #icon-now {
	width:48px;
	height:48px;
	display:block;
	float:left;
	background-color: transparent;
	background-image: url(../images/home/icons/now.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}
.connect ul#interact #icon-now:hover {
	background-image: url(../images/home/icons/now-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}	
.connect ul#interact #icon-pioneer90 {
	width:48px;
	height:48px;
	display:block;
	float:left;
	background-color: transparent;
	background-image: url(../images/home/icons/pioneer90.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}
.connect ul#interact #icon-pioneer90:hover {
	background-image: url(../images/home/icons/pioneer90-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}	
.connect ul#interact #icon-rss {
	width:48px;
	height:48px;
	display:block;
	float:left;
	background-color: transparent;
	background-image: url(../images/home/icons/rss.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}
.connect ul#interact #icon-rss:hover {
	background-image: url(../images/home/icons/rss-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}
.connect ul#interact #icon-contact {
	width:48px;
	height:48px;
	display:block;
	float:left;
	background-color: transparent;
	background-image: url(../images/home/icons/contact.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}
.connect ul#interact #icon-contact:hover {
	background-image: url(../images/home/icons/contact-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;}		
.connect ul#interact #icon-twitter span, 
.connect ul#interact #icon-flickr span, 
.connect ul#interact #icon-rss span, 
.connect ul#interact #icon-facebook span,
.connect ul#interact #icon-pioneer90 span,
.connect ul#interact #icon-now span,
.connect ul#interact #icon-contact span,
.connect ul#interact #icon-marketplace span,
.connect ul#interact #icon-youtube span,
.connect ul#interact #icon-blogs span { 
	display:none}



/*
===========================================================================================================================================
	
	04: GLOBAL FEATURED FOOTER BRICKS
	
===========================================================================================================================================
*/
#section03 { 	
	width: 100%;
	max-height:180px;
	min-height:180px;
	position: relative;
	/*z-index: 9998;*/
	margin-top:15px;
	margin-bottom:0px!important;
	padding-top:0px;
	padding-bottom:0px!important;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	z-index:9997;}
#section03-wrap {
	width:982px;
	margin: 0px auto;
	position: relative;
	overflow: visible;
	/*z-index: 9998;*/}	
#featured_Bricks {
	width:982px;
	min-height:150px;
	float:left;
	padding:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;}
#featured_Bricks .brick { width:317px; height:150px; margin-right:15px; float:left; position:relative; background:#EEEEEE;}
#featured_Bricks .brick.last { margin-right:0px!important;}
.marker { display:block; height:10px; width:100%; background-color:#041F2F;/* 333333 */position:absolute; top:0; left:0; }
a:hover div.marker{ background:#9C231E; }
.W712 {
	width:712px!important;
	max-width:712px;
	min-width:712px;}
.W952 {
	width:952px!important;
	max-width:952px;
	min-width:952px;}
.H01 {
	height:1px!important;
	max-height:1px;
	min-height:1px;}
.H05 {
	height:5px!important;
	max-height:5px;
	min-height:5px;}
.H10 {
	height:10px!important;
	max-height:10px;
	min-height:10px;}
.H15 {
	height:15px!important;
	max-height:15px;
	min-height:15px;}
.H20 {
	height:20px!important;
	max-height:20px;
	min-height:20px;}	
.H25 {
	height:25px!important;
	max-height:25px;
	min-height:25px;}
.H50 {
	height:50px!important;
	max-height:50px;
	min-height:50px;}
.H75 {
	height:75px!important;
	max-height:75px;
	min-height:75px;}
.H100 {
	height:100px!important;
	max-height:100px;
	min-height:100px;}



