/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	Specific CTDUSA.com Styles
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< *

/* *******************************************************
	Create CTD Font from Rockwell Bold True Type Font 
*********************************************************/
@font-face {
	font-family:ctdFont;
	src: url(/fonts/ROCKEB.TTF);
}

/* ***************************************************
	Horizontal Menu Row Styles 
*****************************************************/
.active {
	background-color:#9e9e9e;
	color:#fff;
}
.navbtn:hover {
	background-color:#cf0234;
	color:#fff;
	cursor:pointer;
}

/* ***************************************************
	How to Page Specific CSS
*****************************************************/

.howto {
	height:220px;
	border-bottom:1px solid #BBBBBB;
}
.howto_links {
	margin:8px;
}
.qa {margin-bottom:20px}
.inst_img{width:80%;max-width:500px;}

