@font-face {
  font-family: 'Rockwell';
  src: url('themes/fema2/fonts/Rockwell.eot'); /* IE 5-8 */ 
  src: local('?'),             /* sneakily trick IE */
        url('themes/fema2/fonts/Rockwell.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('themes/fema2/fonts/Rockwell.ttf') format('truetype'), /* Opera, Safari */
        url('themes/fema2/fonts/Rockwell.svg#font') format('svg'); /* iOS */
}
@font-face {
  font-family: 'Rockwell-Bold';
  src: url('themes/fema2/fonts/Rockwell-Bold.eot'); /* IE 5-8 */ 
  src: local('?'),             /* sneakily trick IE */
        url('themes/fema2/fonts/Rockwell-Bold.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('themes/fema2/fonts/Rockwell-Bold.ttf') format('truetype'), /* Opera, Safari */
        url('themes/fema2/fonts/Rockwell-Bold.svg#font') format('svg'); /* iOS */
}

*{ 
	
}
body
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	padding:0;
	margin:0;
	
}

*
{
	color:#333;
}
#container{
	background: url(images/banner-bg_sub.png) repeat-x;
	height:56px;
	display:block;
}
#wrapper{
	background: url(images/pattern_cube.jpg) repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -205px;
}
.clear_footer_bottom{
	height:205px;
}
tr.header{
	padding-bottom:0px;
}
tr.header img{
	padding-bottom:0px;
	margin-bottom:0px;
}
td#logoTD{
	width:250px;
}
td#logoTD H1{
	height:100px;
}


/*------------------------*/


li {
margin: 0;
padding:0;
} 

.left_col
{
	top:10px;
	left:60px;
	align:right;
	z-index:15;
	width:960px;
}

.main_content
{
	width:960px;
	padding-top:30px;
	text-align:left;
}

.main_content ul
{
	list-style:none;
	line-height:23px;
	font-size:14px;
	padding:0px;
}
.main_content p
{
	line-height:26px;
	font-size:22px;
}
.main_content a
{
	color:#333;
	text-decoration:underline;
}

.main_content a:hover
{
	text-decoration:underline;
}
p.page_title{
	border-bottom: solid 1px #ccc;
	padding-bottom:15px;
	height:70px;
}

.links
{
	color:#FFFFFF;
	text-decoration:none;
}

.links:hover;
{
	text-color:#FFCC00;
}

.td_current a
{
	background-image:url(images/nav-buttons.gif);
	height:40px;
	width:222px;
	background-position: 0 0;
	position:relative;
	top:0px;
	display:block;
}

.td_current a:hover
{
	background-position: 0 -40px;
}

.td_current_current
{
	background-image:url(images/nav-buttons.gif);
	height:40px;
	width:222px;
	background-position: 0 -40px;
	position:relative;
	top:0px;
}

.td_comm a
{
	background-image:url(images/nav-buttons.gif);
	height:40px;
	width:222px;
	background-position: 0 -80px;
	position:relative;
	top:-10px;
	display:block;
}

.td_comm a:hover
{
	background-position: 0 -120px;
}

.td_comm_current
{
	background-image:url(images/nav-buttons.gif);
	height:40px;
	width:222px;
	background-position: 0 -120px;
	position:relative;
	top:-10px;
}

.td_media a
{
	background-image:url(images/nav-buttons.gif);
	height:40px;
	width:222px;
	background-position: 0 -160px;
	position:relative;
	top:-20px;
	display:block;
}

.td_media a:hover
{
	background-position: 0 -200px;
}

.td_media_current
{
	background-image:url(images/nav-buttons.gif);
	height:40px;
	width:222px;
	background-position: 0 -200px;
	position:relative;
	top:-20px;
}

.td_learn a
{
	background-image:url(images/nav-buttons.gif);
	height:40px;
	width:222px;
	background-position: 0 -240px;	
	position:relative;
	top:-30px;
	display:block;
}

.td_learn a:hover
{
	background-position: 0 -280px;
}

.td_learn_current
{
	background-image:url(images/nav-buttons.gif);
	height:40px;
	width:222px;
	background-position: 0 -280px;	
	position:relative;
	top:-30px;
}

.td_contact a
{
	background-image:url(images/nav-buttons.gif);
	height:40px;
	width:222px;
	background-position: 0 -320px;
	position:relative;
	top:-40px;
	display:block;
}

.td_contact a:hover
{
	background-position: 0 -360px;
}

.take
{
	position:relative;
	top:-34px;
	background-image:url(images/yellow_bx_left.gif);
	background-repeat:no-repeat;
	width:222px;
	height:222px;
}

.subtitle
{	
	font-family: 'Rockwell';
	color:#24a9df;
	font-weight:normal;
	font-size:24px;
	border-top: 1px solid #ccc;
	padding-top: 8px;
	width:100%;
	margin:30px 0 16px 0;
}
#edit-submit
{
	color:#000000;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}


/******************** Current News **********************/

div.halfWide1{
	width:460px;
	float:left;
}
div.halfWide2{
	width:470px;
	float:left;
	margin-left:20px;
}
/******************** About Us **********************/
div.third{
	border-top: 1px solid #999999;
	width:310px;
	float:left;	
	margin-bottom:50px;
}
div.middle{
	margin:0 15px;
}
div.third p{
	font-size:14px;
}
div.third p span.subtitle{
	border:none;
}

p.grayButtons{
	background: url('images/grayButton_bg.gif') no-repeat;
	display: block;
	width:309px;
	height:35px;
	text-align:center;
	text-transform: uppercase;
	margin: 2px 0;
    	padding-top: 4px;
}
p.grayButtons a{
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color:#666;
}
p.grayButtons a:hover{
	text-decoration: none;
	color:#333;
}


/******************** Course **********************/
#CoursePage{
	margin-top:10px;
}
.courseBox{
	width:960px;
}
.courseBox2{
	clear:both;
	width:960px;
	padding:0px 0 0 0;
	margin:20px 0 0 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.contentLeft{
	float:left;
	width:619px;
}
h2{
	font-family:"Rockwell";
	font-size:30px;
	margin-top:0px;
	margin-bottom:5px;
}
h2.one{
	color:#f7bb0e;
}
h2.two{
	color:#bd1e2c;
}
h2.three{
	color:#009245;
}
h2 span{
	display:inline-block;
	font-size:18px;
	color:#fff;
	background:url("images/number_bg.gif") no-repeat;
	padding:2px 8px 3px;
	margin-top:6px;
	vertical-align:top;
}
h3{
	font-family:"Rockwell";
	font-size:18px;
	color:#999;
	margin: 22px 0 0 0 ;
}
#CoursePage ul{
	margin:0 0 15px 0;
}
#CoursePage ul li{
	list-style:disc;
	margin-left:16px;
	font-size:12px;
	line-height:18px;
}
#CoursePage p{
	font-size:18px;
	line-height:22px;
	margin: 0;
}
p.grayText{
	clear:both;
	padding: 2px 0 2px 0;
	margin: 0;
}
p span.leftRound{
	position:relative;
	display:inline-block;
	background:url("images/leftRound.gif") no-repeat;
	width:5px;
	padding: 4px 0px 4px 0px;
	font-size:12px;
}
p span.highlights{
	position:relative;
	display:inline-block;
	background-color:#ddd; 
	font-size:12px;
	padding: 4px 15px 4px 3px;
	right:6px;
	line-height:22px;
}
p span.rightRound{
	position:relative;
	display:inline-block;
	background:url("images/rightRound.gif") no-repeat;
	width:5px;
	padding: 4px 0px 4px 0px;
	right:12px;
	font-size:12px;
}
#CoursePage div.tallHighlights table{
	font-size:12px;
	border:none;
	float:left;
	background:#ddd;
}
#CoursePage div.tallHighlights table tr.topTR{
}
#CoursePage div.tallHighlights table td{
	padding:.6em 5px .7em 2px;
}
#CoursePage div.tallHighlights table tbody{
	border:none;
}

#CoursePage div.leftTallRound{
	position:relative;
	background:url("images/leftTallRound.gif") no-repeat;
	width:5px;
	padding: 4px 0px 45px 0px;
	font-size:12px;
	float:left;
}
#CoursePage div.tallHighlights p{
	position:relative;
	background-color:#ddd; 
	font-size:12px;
	padding: 4px 15px 4px 3px;
	line-height:22px;
	float:left;
	margin:0;
}
#CoursePage div.rightTallRound{
	position:relative;
	background:url("images/rightTallRound.gif") no-repeat;
	width:5px;
	padding: 4px 0px 45px 0px;
	font-size:12px;
	float:left;
}


a{}
a.PDF{
	background:url("images/icon-pdf.png") no-repeat;
	padding:9px 0 10px 36px;
	color:#999;
	font-size:11px;
	line-height:60px;
}
.contentRight{
	width:310px;
	float:right;
	text-align:center;
	margin-top:20px;
}
.contentRight img{
	
}
.contentRight a.courseButton{
	font-family:"Rockwell";
	font-size:20px;
	color:#fff;
	display:inline-block;
	background:url("images/course_btn-main.png") no-repeat;
	width:214px;
	height:66px;
	line-height:66px;
	text-align:center;
	text-decoration:none;
	position:relative;
	top:30px;
}
.contentRight a.courseButton:hover{
	background-position:bottom;
	text-decoration:none;
}	
