/* ------------------------------------
   Template 1 Stylesheet
--------------------------------------- */

/* Features */

#tblFeatures td {
	vertical-align: top;
	height: 139px;
}

#tblFeatures p {
	line-height: 1.2em;
}

#feature1 {width: 254px;}
#feature2 {width: 252px;}
#feature3 {width: 254px;}

#feature1 .white,
#feature1 .blue,
#feature1 .red {
	height: 105px;
	width: 220px;
	padding: 16px 16px 18px 18px;
	overflow: hidden;
}
#feature2 .white,
#feature2 .blue,
#feature2 .red {
	height: 105px;
	width: 220px;
	padding: 16px 16px 18px 16px;
	overflow: hidden;
}
#feature3 .white,
#feature3 .blue,
#feature3 .red {
	height: 105px;
	width: 220px;
	padding: 16px 18px 18px 16px;
	overflow: hidden;
}

#feature1 .white {background: url(/nr/templates/images/template-home/feature1-w.gif) no-repeat;}
#feature1 .blue {background: url(/nr/templates/images/template-home/feature1-b.gif) no-repeat;}
#feature1 .red {background: url(/nr/templates/images/template-home/feature1-r.gif) no-repeat;}
#feature2 .white {background: url(/nr/templates/images/template-home/feature2-w.gif) no-repeat;}
#feature2 .blue {background: url(/nr/templates/images/template-home/feature2-b.gif) no-repeat;}
#feature2 .red {background: url(/nr/templates/images/template-home/feature2-r.gif) no-repeat;}
#feature3 .white {background: url(/nr/templates/images/template-home/feature3-w.gif) no-repeat;}
#feature3 .blue {background: url(/nr/templates/images/template-home/feature3-b.gif) no-repeat;}
#feature3 .red {background: url(/nr/templates/images/template-home/feature3-r.gif) no-repeat;}

#feature1 .blue a,
#feature2 .blue a,
#feature3 .blue a {color: #fff; }
#feature1 .blue a:hover,
#feature2 .blue a:hover,
#feature3 .blue a:hover {color: #ffc807; text-decoration: none;}

#feature1 .red a,
#feature2 .red a,
#feature3 .red a {color: #ffc807; }
#feature1 .red a:hover,
#feature2 .red a:hover,
#feature3 .red a:hover {color: #fff; text-decoration: none;}

/* Main Content Table */

#tblMain {
	height: 275px;
	background: url(/nr/templates/images/template-home/main-tbl-bg.gif) repeat-y;
}
#main {
	width: 506px;
	background: url(/nr/templates/images/template-home/main-btm.gif) bottom no-repeat;
}
#main .content {
	margin: 11px 16px 16px 18px;
}
#sidebar {
	width: 254px;
	background: url(/nr/templates/images/template-home/sidebar-btm.gif) bottom left no-repeat;
}
#sidebar .content {
	padding: 11px 18px 16px 16px;
}
#main .top {background: url(/nr/templates/images/template-home/main-top.gif) no-repeat; height:7px; font-size: 0px; line-height: 0px;}
#sidebar .top {background: url(/nr/templates/images/template-home/sidebar-top.gif) no-repeat; height:7px; font-size: 0px; line-height: 0px;}


/* Main Content Table no padding or images */
#tblMain-noPadding {
	height: 275px;
}
#main-noPadding {
	width: 506px;
}
#main-noPadding .content {
	margin: 0px 0px 0px 0px;
}
#sidebar-noPadding {
	width: 254px;
}
#sidebar-noPadding .content {
	padding: 0px 0px 0px 0px;
}
#main-noPadding .top {height:0px; font-size: 0px; line-height: 0px;}
#sidebar-noPadding .top {height:0px; font-size: 0px; line-height: 0px;}

/* END Main Content Table no padding or images */


#main a {color: #fff; }
#main a:hover {color: #ffc807; text-decoration: none;}
