/* COMMON CSS */

/* TOP NAVIGATOR CSS */
.mattblacktabs{
width: 300px;
float:left;
overflow: hidden;
/*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin-right: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: normal 12px Arial;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	background-color: #808080;
	margin-top: 0;
	margin-right: 0.7em;
	margin-bottom: 0;
	margin-left: 0;
}

.mattblacktabs li a:visited{
color: white;
}


.mattblacktabs li.selected{
	float: left;
	display: block;
	text-decoration: none; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	background-color: #555555;
	margin-top: 0;
	margin-right: 0.7em;
	margin-bottom: 0;
	margin-left: 0;

}


.mattblacktabs li a:hover{
	background-color: white;
	color:black;
}

/* NAVIGATION MENU BAR CSS */

/* style the outer div to give it width */
.menu {
	font-size:0.85em;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height:3em;
	background-color: #BF2B4E;
}

/* style the sub-level lists */
.menu ul ul {
    width:15em;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
    float:left;
    height:3em;
    line-height:3em;
}

/* style the sub level list items */
.menu ul ul li {
    display:block;
    width:15em;
    height:auto;
    position:relative;
    line-height:1em;
}

/* style the links for the top level */
.menu a, .menu a:visited {
    display:block;
    float:left;
	height:100%;
	font-size:1.1em;
	text-decoration:none;
	color:#fff;
	background:#BF2B4E;
	padding:0 2em 0 1em;
	font-weight:bold;
}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	background:#e2dedc; 
	font-size:1.1em;
	color:#000;
	width:12em;
	height:100%;
	line-height:1.1em; 
	padding:0.7em 1em;
}

.menu ul table ul a, .menu ul table ul a:visited  {
	width:14em; 
	w\idth:12em;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dedc;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#e2dedc;}
/* style the sub level 1 background */
.menu ul ul a.sub1:hover  {color:#BF2B4E;background:#fff;}
.menu ul ul a.sub1 {color:#000;background:#e2dedc;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#fff;}

/* style the level hovers */
/* first */
.menu a:hover {
	color:#fff;
	background:#C9355F;
}
.menu :hover > a {color:#fff;background:#C9355F;}
/* second */
.menu ul ul a:hover{color:#BF2B4E;background:#fff;}
.menu ul ul :hover > a {color:#BF2B4E;background:#fff;}
/* third */
.menu ul ul ul a:hover {background:#fff;}
.menu ul ul ul :hover > a {background:#fff;}
/* fourth */
.menu ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:3em;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:15em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-15em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}


.brclear{
	clear:both; 
	font-size:1px; 
	margin:0px; 
	height:0px; 
	line-height:0px;
}

.clearfix:after { content:".";display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.border{border-top:1px dotted #e2e3e5; border-bottom:1px dotted #e2e3e5; border-right:2px solid #e2e3e5; border-left:2px solid #e2e3e5; background-color:#F9f9fa; padding:10px 15px; margin:10px 0px ; line-height:16px;}

#wrapper{
	background-color: #f3f3f3;
	width:995px;
	margin-left:auto;
	margin-right:auto;
	overflow:none;
}

/* TOP NAVIGATION AREA CSS */
.topNav {
	background-color:#b2b2b2;
	height:29px;
	margin:0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#search {
	margin:0px;
	line-height:25px;
	float:left;
	width:400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#search form { 
	float:left; 
	line-height:20px; 
	margin-left:4px;  
}

#search a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	margin:5px 0px 5px 0px;
	padding:0px;
}

#search a:hover {
	text-decoration:underline;
	}
	
#search img{ 
	float:left; 
	padding-left:5px; 
	margin-bottom:5px; 
	padding-right:0px;
}

#search p{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal; 
	color:#666666; 
	float:left; 
	padding:0px; 
	margin:0px; 
	line-height:25px;
}

.searchBtn{	
	padding:2px;	
	height: 23px;	
	width: 50px;	
	border: 1px solid #CCCCCC;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	font-weight:bold;	
	color: #FFFFFF;	
	background-color: #666666;	
	margin-right:10px;	
	cursor:pointer;	
}

.searchBtn:hover{ 
	color: #666666;	
	background-color: #CCCCCC;
	cursor:pointer;	  
}

#topRightBar {
	width:270px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	float:right;
	text-align:right;
	padding-top:0px;
	vertical-align: middle;
}

#topRightBar  ul {
	list-style-type: none;
	margin: 0px; 
	padding:0px; 
	float:left; 
	text-align:right;
} 
 
#topRightBar  li {
	display: inline; 
	line-height:25px;
}

#topRightBar  li a {
	margin: 0 7px;
	color: #fff;
	text-decoration: none;
}

#topRightBar  li a:hover {
	text-decoration: underline;
}

#topRightBar img {
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
      margin-left: 5px;
}

/* SITE LOGO & TOP AD CSS */
#logo{
	width:100%;
	float:none;
	height:95px;
	background-color: #555555;
	background-image: url((URL));
	background-repeat: no-repeat;
}

/* MAIN CONTENT CSS */
#mainContent {
	height:auto !important;
	height:390px;
	background-color: #F3F3F3;
	float:left;
	width:100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*\*/
* html #mainContent { _height:390px;}
/**/
/*\*/
* html #mainContent { margin-left:-10px;}


/* link element */
.more a{
	color:#666666;
	text-decoration:none;
	font-weight: bold;
}
  
.more a:hover{
	color: #bf2b4e;
	text-decoration:underline;
}

.more img {
	margin-right:5px;
}

div.smallBox2 {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-left: 15px;
	padding-bottom: 10px;
}

div.box {
	margin:0 0 10px 0;
	padding: 0 15px 0 15px;
	background-color:#FFFFFF;
	border:1px solid #d2d2d2;
	height:295px;
	display:block;
}

.smallBox {
margin-left:15px;
}


*html #ci { margin-left:10px; }

#ci {
	width: 384px;
	float:left;
	padding:0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
		
#subbox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666;
	margin-top:0px;
	border-bottom:none;
	text-transform:uppercase;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
}

#subbox h2 a{
	color: #666;
	text-decoration:none;
}

#subbox h2 a:hover{
	color: #064599;
	text-decoration:underline;
	}
	 
#subbox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #064599;
	text-decoration: none;
	padding:0px 0px 0px 15px;
}
#subbox h3 a {
	color: #BF2B4E;
	text-decoration:none;
}
#subbox h3 a:hover {
	color: #064599;
	text-decoration:underline;
}

#subbox h4 {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #064599;
	text-decoration:none;
	padding:0px 0px 2px 15px;
}

#subbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding:0px 15px 0px 15px;
}

#subbox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#subbox p img { padding:0px; float:right; margin:3px 0px 0px 10px; border:solid 3px #f9f9f9;}

.textBox {
	margin-bottom:7px;
}


.newsList {
	padding-left: 15px; 
	padding-right:15px;
}


.divLine {
	margin-left:15px; 
	margin-top:5px; 
	margin-right:15px; 
	padding-top:5px; 
	border-top: solid 1px #dbdbdb;
}


.small_space {
  margin: 8px 0 0 0;
}





#quickVote {
	background-color:#f7eee8;
	float:left;
	width:220px;
	border: 1px solid #e2e2e2;
	padding: 5px;
	clear: both;

}


.bt1 {
	height:22px;
	background-color:#666666;
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	padding: 0px;
}

.bt1:hover{ 
    color: #666666;	
	background-color: #CCCCCC; 
	cursor:pointer;	
}


.bt2 {
	height:22px;
	background-color:#bf2b4e;
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	padding: 0px;
}

.bt2:hover{ 
    color: #666666;	
	background-color: #CCCCCC; 
	cursor:pointer;	
	}

div.adBox {
	margin:0 0 10px 0;
	display: block;
}

/* bottom ad */
.bottomAd  {
	height:92px;
	background-color:#e6e6e6;
	text-align: center;
	clear: both;
	display: block;
	width: 100%;
}
.bottomAd  span{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666; padding: 0px; margin: 0px;}
.bottomAd img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* footer css */
#footer{
	height:120px;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	background-color:#555555;
	line-height: 22px;
	clear: both;
}
#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding:0px 5px;
	color:#ffffff;
	text-align:center;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

#footer p.copyright{	font:normal 12px Arial, Helvetica, sans-serif;	color:#333333;	left:19px;	top:49px;}

#footerLn1 {
	padding-top:15px;
}
	
#footerLn2 {
	padding-top:20px;
}


*html .bt { margin:0px 0px; }

.sub_midCol img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #9b9a9a;
}

.innerCol {
	margin-left:0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.innerCol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #BF2B4E;
	font-weight:bold;
	padding-top: 5px;
	text-transform:none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.innerCol h1 a{
	color: #BF2B4E;
	text-decoration:none;
	}

.innerCol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666;
	text-transform:uppercase;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	}
	
.innerCol h2 a{
	color: #666;
	text-decoration:none;
	}

.innerCol h2 a:hover{
	color: #064599;
	text-decoration:underline;
	}

.innerCol h3 {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold ;
	color: #064599;
	text-decoration:none;
	padding:5px 0px 2px 0px;
	}
	
.innerCol h3 a{
	color: #064599;
	text-decoration:none;
	}

.innerCol h3 a:hover{
	color: #BF2B4E;
	text-decoration:underline;
	}
	
.innerCol h4 {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #9b9a9a;
	text-decoration:none;
	padding:0px 0px 2px 0px;
	}
.innerCol p{
    background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}


table { width: 100%; padding: 5px 0px 5px 0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; }
table  a{font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #064599; text-decoration:none;}
table a:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #993300; text-decoration:underline;}
table h3 a{{font-family:Arial, Helvetica, sans-serif; font-size:14px; color: #064599; text-decoration:none;}

table h3 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #BF2B4E;
	text-decoration:underline;
}
