@charset "utf-8";
/*     Font Styles     */
body, select, input, textarea, .normal {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #1b3060;
	text-align: justify;
}
table {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #1b3060;
	text-align: left;
}
input, textarea {
	color: #000;
}
h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #1b3060;
}
h2 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #1b3060;
}
h3 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #1b3060;
}
a {
	color: #1B3060;
	/*text-decoration: none;*/
	/*font: 10px Verdana, Arial, Helvetica, sans-serif;*/
}
a:hover {
	color: #F78E1D;
}
.font_12px {
	font-size: 12px;
}
.orange {
	color: #fe8608;
}
.blue {
	color: #1b3060;
}
.green {
	color: #73ac22;
}
.orange_heading {
	color: #fe8608;
	font-size: 12px;
	font-weight: bolder;
	background: url(../images/layout/home/orange_square.gif) no-repeat left 4px;
	padding-left: 12px;
}
.dark_blue_heading {
	color: #1b3060;
	font-size: 12px;
	font-weight: bolder;
	background: url(../images/layout/home/blue_square.gif) no-repeat left 4px;
	padding-left: 12px;	
}
.green_heading {
	color: #73ac22;
	font-size: 12px;
	font-weight: bolder;
	background: url(../images/layout/home/green_square.gif) no-repeat left 4px;
	padding-left: 12px;	
}
.small_dark_grey {
	color: #464646;
	font-size: 10px;
}
.white {
	color: #fff;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px;
}
/*     CSS Helpers     */

.nospacing {
	margin: 0;
	padding: 0;
}
img, a img {
	border: none;
}
.float_right {
	float: right;
	padding: 5px;
}
.clear {
	clear: both;
}
form {
	margin: 0;
	padding: 0;
}
#preload {
	display: none;
}
select, textarea, input[type="text"], input[type="password"], .textbox { /* file attach must be styled manually */
	width: 180px;
}
.altrow1 {
	background-color: #ECECEC;
}
.altrow2 {
	background-color: #E1E1E6;
}
/*     Layout Styles     */
#container {
	margin: 0px auto;
	width: 900px;
}
#banner {
	background: url(../images/layout/banner.png) no-repeat;
	height: 78px;
	width: 876px;
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
}
#top_horizontal_menu {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
#top_blue_spacer {
	background: url(../images/layout/nav_top.png);
	height: 35px;
	width: 900px;
}
#c_container {
	background: #FFFFFF url(../images/layout/container_repeat.gif) repeat-y;
	width: 900px;
}
#c_container_spacer {
	background: url(../images/layout/container_top_spacer.gif) no-repeat center top;
	height: 6px;
	width: 900px;
}
#side_menu {
	float: left;
	width: 175px;
}
#newsletter_panel_top {
	background: url(../images/layout/newsletter_top.png) no-repeat;
	height: 55px;
	width: 175px;
}

#newsletter_panel {
	height: 152px;
	width: 117px;
	padding: 0px 10px 10px 48px;
	color: #000000;
	font-weight: bold;
	background: url(../images/layout/newsletter_box.png) no-repeat;
}
#newsletter_panel .textbox {
	width: 113px;
}
#content {
	float: left;
	width: 640px;
	padding: 5px 68px 5px 17px;
}
#footer {
	margin: 0px auto;
	width: 850px;
	background: url(../images/layout/footer.png);
	height: 15px;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	color: #898989;
	font-size: 10px;
}
#footer a {
	color: #898989;
	text-decoration: none;
}
#footer a:hover {
	color: #FB9925;
	text-decoration: underline;
}

/*     Website Info Content Holder     */

#website_info{
	margin: 0px auto;
}
.float23{
	float: left;
	width: 23%;
}
.float53{
	float: left;
	width: 53%;
}
#text_align, #quadtech {
	float: left;
}
#quadtech a {
	display: block;
	height: 14px;
	width: 63px;
	overflow: hidden;
	background: url(/images/layout/quadtech_logo_light_smaller.png) no-repeat;
}
#quadtech a:hover {
	background: url(/images/layout/quadtech_logo_light_smaller.png) no-repeat -63px;
}
#text_links {
	padding-top: 10px;
	text-align: center;
}

/*     HOME PAGE CONTENT STYLES     */
#news_box {
	width: 640px;
}
#news_box_top {
	background: url(../images/layout/home/news_box_top.png) no-repeat;
	height: 54px;
	width: 640px;
}
#news_box_content {
	float: left;
	height: 149px;
	width: 344px;
	background: #ECECEC;
}
#news_box_scrollarea {
	overflow: auto;
	height: 130px;
	width: 324px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#news_box_image {
	background: url(../images/layout/home/news_box_image.jpg) no-repeat;
	height: 149px;
	width: 296px;
	float: left;
}
#news_box_base {
	clear: both;
	background: #e1e1e6;
	height: 21px;
	width: 630px;
	padding-left: 10px;
	position: relative;
}
#news_box_base a {
	line-height: 21px;
	font-weight: bold;
	background: url(../images/layout/arrow_large.png) no-repeat left 3px;
	padding-left: 9px;
}
#news_box_base a:hover {
	background: url(../images/layout/arrow_large_ro.png) no-repeat left 3px;
}
#news_rss {
	padding-right: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 21px;
}
#news_rss a, #news_rss a:hover {
	background: url(none);
	padding: 0;
}
/* COMPANION PAGE STYLES */
#companion_tbl {
	background: url(../images/itc_companion/order_now_companion_top_left.gif) no-repeat right bottom;
}