@charset "utf-8";
/* CSS Document */


.whitebutton {	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color: #f9f9f9;
	-webkit-border-top-left-radius: 14px;
	-moz-border-radius-topleft: 14px;
	border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topright: 14px;
	border-top-right-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
	-moz-border-radius-bottomright: 14px;
	border-bottom-right-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-moz-border-radius-bottomleft: 14px;
	border-bottom-left-radius: 14px;
	text-indent: 0;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #666666;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #ffffff;
	padding-right: 5px;
	padding-left: 5px;
}

.tftable {
	font-size: 12px;
	width: 650px;
	float: left;
}
.tftable th {
	font-size: 12px;
	text-align: left;
}
.tftable tr {
	color: #FFF;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.tftable tr td a {
	color: #FFF;
}

.tftable tr td a:hover {
	color: #C00;
}

.tftable tr td a:visited {
	color: #FFF;
}

.tftable td {
	font-size: 12px;
	padding: 5px;
	margin: 0px;
}

.boxes {
	display: block;
	margin-left: 3px;
	background: #FFF;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	clear: both;
}




.boxes .gray-top {
	color: #FFFFFF;
	height: 40px;
	margin-bottom: 10px;
	background: #333;
}


.boxes .white-top {
	color: #D51500;
	height: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

.boxes .red-top {
	color: #FFF;
	margin-bottom: 10px;
	background: #D51500;
	padding-left: 5px;
	padding-right: 5px;
}

.boxes p {
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
.boxes h2 {
	font-size: 16px;
	padding-top: 5px;
}
.boxes ul li {
	list-style: url(../images/2012homepage/gray-bullets.png) outside;
	font-size: 12px;
}
.boxes img {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
}


.boxes a {
	color: #D51500;
	text-decoration: none;
	font-weight: bold;
}


.boxes .lft-align {
	float: left;
}

.boxes .rgt-align {
	float: right;
}

.boxes-bottom {
	text-align: right;
	display: block;
	background: url(../images/2012homepage/red-arrow.png) no-repeat right;
	padding-right: 15px;
	font-size: 10px;
	position:absolute;
    right:10px;
    bottom:5px;
}
/* This CSS is used for the Show/Hide functionality. */
   .more {
      display: none;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666; }
   a.showLink, a.hideLink {
      
      padding-left: 8px;
       }
   a.hideLink {
      }
   a.showLink:hover, a.hideLink:hover {
      border-bottom: 1px dotted #36f; }
a.hideLink1 {      
      padding-left: 8px;
}

#left-column .left-column-top p a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 11px;
	padding-left: 11px;	/*font-size: 110%;*/
	padding-bottom: 11px;
}
#left-column .line-box {
	margin-top: 60px;
	border: 1px solid #333;
	padding: 5px;
}
.content #left-column .left-nav .grey a {
	background-color: #333;
	color: #FFF;
}
.content #left-column .left-nav .grey ul li a {
	background-color: #FFF;
	color: #333;
}
.homeboxes {
	display: block;
	margin-left: 10px;
	background: #FFF;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	clear: none;
	width: 320px;
	float: left;
	margin-right: 0px;
}
.homeboxes p {
	text-align: center;
}
.homeboxes p img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.left-nav .red a {
    display: block;
    margin: 0px;
    color: #fff;
	background-color: #C00;
    text-decoration: none;
    padding-top: 7px;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 110%;
    padding-bottom: 11px;
}