@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
}
body {
	background-position:top center;
	background-color:#cdcdcd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
} 
a {
	text-decoration:none;
	outline:none;
	color:#333; /*HACK:pab */
}
a:hover { /*HACK:pab */
	text-decoration:underline;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.under {
	text-decoration:underline;
}
.italic {
	font-style:italic;
}
.colr {
	color:#0D2D4C !important;
}
.white {
	color:#fff !important;
}
.black {
	color:#000 !important;
}
h1 {
	font-size:22px;
	font-weight:normal;
}
h2 {
	font-size:20px;
	font-weight:normal;
}
h3 {
	font-size:18px;
	font-weight:normal;
}
h4 {
	font-size:16px;
	font-weight:normal;
}
.subhead {
	margin-top:20px;
	width:100%;
	float:left;
}
h5 {
	font-size:14px;
	font-weight:normal;
}
h6 {
	font-size:12px;
	font-weight:normal;
}
p {
	line-height:18px;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.heading {
	padding:10px 0px 8px 0px;
	width:100%;
	border-bottom:#cccccc solid 1px;
	margin-bottom:10px;
}
input {
	font-size:11px;
}
.itlc {
	font-style:italic;
}
.noback {
	background-image:none !important;
}
.noborder {
	border:none !important;
}

/*
=======================================================================
	Buttons
=======================================================================
*/
a.button {
	float:left;
	height:24px;
	padding-left:10px;
	background-image:url(blue/button.gif);
	background-repeat:no-repeat;
	background-position:left;
	display:inline-block;
	color:#fff;
}
a.button span{
	height:19px;
	padding-right:10px;
	padding-top:5px;
	background-image:url(blue/button.gif);
	background-repeat:no-repeat;
	background-position:right;
	display:inline-block;
}
/*
=======================================================================
	Input Form Rules
=======================================================================
*/
ul.forms {
	float:left;
	list-style:none;
	padding:0px 20px 10px 0px;
}
ul.smallforms {
	padding:0px 20px 3px 0px !important;
}
ul.forms li{
}
ul.forms li.txt{
	width:229px;
	color:#666;
	padding-top:5px;
	padding-bottom:5px;
}
ul.forms li.smalltxt{
	float:left;
	width:70px;
	color:#000;
	padding-top:5px;
}
.req {
	color:#F00;
}
ul.forms li.inputfield{
	float:left;
}
ul.forms li.inputfield input{
	width:229px;
	height:20px;
	background-color:#f8f8f8;
	border:#cccccc solid 1px;
	padding:0px 5px;
}
ul.forms li.inputfield select{
	width:241px;
	height:20px;
	background-color:#f8f8f8;
	border:#cccccc solid 1px;
}
ul.forms li.textfield{
	float:left;
}
ul.forms li.textfield textarea{
	width:340px;
	height:110px;
	background-image:url(http://www.ntctroopers.com/public/themes/comfortzone/css/images/input_bar.gif);
	background-repeat:repeat-x;
	border:#cccccc solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	background-color:#f8f8f8;
}
ul.forms li.radiobtn{
	float:left;
}
ul.forms li.radiobtn input{
	margin:0px 10px;
	float:left;
}
ul.forms li.check{
	float:left;
	width:auto;
	margin-right:10px;
}
ul.forms li.labletxt{
	margin:0px 20px 0px 0px;
	float:left;
}
/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:980px;
	margin:0px auto;
}
/*
=======================================================================
	Header Rules
=======================================================================
*/
#masthead {
	width:980px;
	float:left;
	color:#FFF;
	height:133px;
	background-image:url(blue/header.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#masthead .logo{
	float:left;
	height:71px;
	padding:30px 0px 0px 30px;
}
#masthead .search{
	float:right;
	height:29px;
	width:215px;
	border:#5c6772 solid 1px;
	background-color:#0D2D4C;
	margin:35px 30px 0px 0px;
}
#masthead .search input{
	float:left;
	height:26px;
	width:180px;
	line-height:26px;
	padding:0px 5px;
	background-color:#0D2D4C;
	border:none;
	color:#CCC;
}
#masthead .search a.go{
	height:13px;
	width:10px;
	display:inline-block;
	float:left;
	background-image:url(blue/go.gif);
	background-repeat:no-repeat;
	margin:7px 0px 0px 5px;
}
/*
=======================================================================
	Navigation Rules
=======================================================================
*/
.navigation {
	width:980px;
	height:31px;
	background-color:#0D2D4C;
	border-top:#3D576F solid 1px;
}
/*
=======================================================================
	Banner Rules
=======================================================================
*/
#banner {
	float:left;
	width:980px;
	height:317px;
	background-image:url(blue/banner_bg.gif);
	background-repeat:no-repeat;
}
#banner .bannerleft{
	float:left;
	width:675px;
	height:312px;
	padding:5px 0px 0px 5px;
}
#banner .bannerleft h4{
	float:left;
	padding:19px 10px 0px 5px;
	color:#FFF;
}
#banner .bannerleft p{
	float:left;
	padding:20px 0px 0px 5px;
	color:#FFF;
}
#banner .bannerleft .bannericons{
	float:right;
	width:188px;
	height:30px;
	background-image:url(blue/banner_tabs.gif);
	background-repeat:no-repeat;
	margin:13px 5px 0px 0px;
}
.bannericons a.listen{
	float:left;
	width:47px;
	height:20px;
	padding:8px 0px 0px 40px;
	background-image:url(blue/listen.gif);
	background-repeat:no-repeat;
	background-position:10px 5px;
	text-transform:uppercase;
	color:#FFF;
}
.bannericons a.download{
	float:right;
	width:73px;
	height:20px;
	padding:8px 0px 0px 25px;
	background-image:url(blue/download.gif);
	background-repeat:no-repeat;
	background-position:5px 7px;
	text-transform:uppercase;
	color:#FFF;
}
#banner .bannerright{
	float:left;
	width:260px;
	height:312px;
	padding:5px 20px 0px 20px;
}
#banner .bannerright h4{
	float:left;
	width:260px;
	padding:15px 0px 7px 0px;
	margin-bottom:10px;
	color:#FFF;
	border-bottom:#666 solid 1px;
}
#banner .bannerright p{
	float:left;
	width:260px;
	padding:0px 0px 0px 0px;
	color:#FFF;
}
#banner .bannerright a.imnewhere{
	float:left;
	width:168px;
	height:28px;
	padding:12px 0px 0px 20px;
	margin:20px 0px 0px 35px;
	color:#FFF;
	background-image:url(blue/imnewhere.gif);
	background-repeat:no-repeat;
	font-size:14px;
	text-transform:uppercase;
}
/*
=======================================================================
	Bread Crumb Rules
=======================================================================
*/
#crumb {
	width:980px;
	float:left;
	background-color:#3D576F;
	height:35px;
}
#crumb p{
	float:left;
	color:#FFF;
	padding:7px 20px 0px 15px;
	margin-right:10px;
	background-image:url(images/crumb_sep.gif);
	background-repeat:no-repeat;
	background-position:100% 70%;
}
#crumb ul{
	float:left;
	list-style:none;
	padding:9px 0px 0px 0px;
}
#crumb ul li{
	float:left;
	list-style:none;
	padding:0px 12px 0px 10px;
	background-image:url(images/sep1.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#crumb ul li a{
	color:#FFF;
}
#crumb ul li.last{
	background-image:none;
}
#crumb ul li{
	float:left;
}
/*
=======================================================================
	Content Section Rules
=======================================================================
*/
#content_sec {
	width:980px;
	float:left;
	background-image:url(images/content_bg.gif);
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:top;
	border-bottom:#bbbbbb solid 1px;
}
.noback {
	background-image:none;
}
/*
=======================================================================
	Column 1 Rules
=======================================================================
*/
.col1 {
	width:650px;
	float:left;
	padding:15px;
}
/*
=======================================================================
	News Section Rules
=======================================================================
*/
.newssec {
	width:330px;
	float:left;
	margin-top:30px;
}
.newssec .newshead{
	width:330px;
	float:left;
	border-bottom:#ccc solid 1px;
	padding:0px 0px 7px 0px;
	margin:0px 0px 7px 0px;
}
.newshead h5{
	float:left;
	background-image:url(images/rss.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}
.newshead a{
	float:right;
}
.newssec ul{
	width:330px;
	float:left;
	list-style:none;
}
.newssec ul li{
	width:330px;
	float:left;
	padding-bottom:20px;
}
.newssec ul li p.date{
	width:330px;
	float:left;
	color:#999999;
}
.newssec ul li a.readmore{
	text-decoration:underline;
}
/*
=======================================================================
	News Section Rules
=======================================================================
*/
.whtsgoingon {
	width:300px;
	float:right;
	margin-top:30px;
}
.whtsgoingon .whtshead{
	width:300px;
	float:left;
	border-bottom:#ccc solid 1px;
	padding:0px 0px 7px 0px;
	margin:0px 0px 7px 0px;
}
.whtshead h5{
	float:left;
	background-image:url(images/whts_new.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}
.whtshead a{
	float:right;
}
.whtsgoingon ul{
	width:300px;
	float:left;
	list-style:none;
}
.whtsgoingon ul li{
	width:300px;
	float:left;
	padding-bottom:20px;
}
.whtsgoingon ul li p.txt{
	width:300px;
	float:left;
	padding-bottom:5px;
}
.whtsgoingon ul li a.readmore{
	color:#000;
	background-image:url(images/sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
	margin-right:10px;
}
.whtsgoingon ul li a.date{
	color:#000;
	margin-right:10px;
}
/*
=======================================================================
	Gallery Small Rules
=======================================================================
*/
.gallery_small {
	background-color:#f0f0f0;
	width:320px;
	padding:15px 0px 10px 15px;
	float:left;
	min-height:155px;
}
.gallery_small h5{
	padding:0px 0px 10px 0px;
}
.gallery_small ul{
	list-style:none;
	float:left;
	width:320px;
}
.gallery_small ul li{
	list-style:none;
	float:left;
	border:#8a8a8a solid 3px;
	margin:0px 10px 10px 0px;
}
.gallery_small ul li a{
	float:left;
}
/*
=======================================================================
	Worship Time Rules
=======================================================================
*/
.worshiptime {
	background-color:#f0f0f0;
	width:290px;
	padding:15px 0px 10px 15px;
	float:right;
	min-height:155px;
}
.worshiptime h5{
	padding:0px 0px 10px 0px;
}
.worshiptime ul{
	list-style:none;
	float:left;
	width:290px;
}
.worshiptime ul li{
	float:left;
	width:290px;
	padding-bottom:3px;
}
.worshiptime ul li a{
	color:#000;
	float:left;
}
/*
=======================================================================
	Column 2 Rules
=======================================================================
*/
.col2 {
	float:right;
	width:256px;
	padding:29px 21px 0px 23px;
}
.col2 .head{
	background-image:url(images/right_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
	width:256px;
	padding:0px 0px 8px 0px;
	margin:0px 0px 8px 0px;
}
/*
=======================================================================
	Calender Rules
=======================================================================
*/
.calender {
	width:256px;
	float:left;
}
.calenderhead {
	float:left;
	width:256px;
}
.calenderhead p{
	float:left;
}
.calenderhead .calenderarrows{
	float:right;
}
.calenderarrows a.calend_prev{
	float:left;
	width:16px;
	height:16px;
	background-image:url(images/calender_prev.gif);
	background-repeat:no-repeat;
	margin-right:3px;
}
.calenderarrows a.calend_next{
	float:left;
	width:16px;
	height:16px;
	background-image:url(images/calender_next.gif);
	background-repeat:no-repeat;
}
.calenderhead ul.days{
	float:left;
	width:256px;
	list-style:none;
	background-color:#3D576F;
	color:#FFF;
}
.calenderhead ul.days li{
	float:left;
	width:36px;
	height:21px;
	padding-top:5px;
	text-align:center;
}
.calenderhead ul.days li.big{
	width:37px;
}
.calenderhead ul.dates{
	float:left;
	width:256px;
	list-style:none;
	background-color:#f2f2f2;
	border-left:#dbdbdb solid 1px;
}
.calenderhead ul.dates li{
	float:left;
	width:35px;
	height:20px;
	padding-top:5px;
	text-align:center;
	border-right:#dbdbdb solid 1px;
	border-bottom:#dbdbdb solid 1px;
}
.calenderhead ul.dates li:hover{
	background-color:#FFF;
	cursor:pointer;
}
.calenderhead ul.dates li a{
	color:#999;
}
.calenderhead ul.dates li.big{
	width:36px;
}

.calenderlines {
	list-style:none;
	float:left;
	width:256px;
	margin:20px 0px 5px 0px;
}
.calenderlines li{
	float:left;
	width:236px;
	padding:6px 0px 6px 20px;
	background-image:url(images/calender_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:#666666 dotted 1px;
}
.calenderlines li a.title{
	color:#666;
	float:left;
}
.calenderlines li a.date{
	float:right;
	color:#999;
	background-image:url(images/calender_icon.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}
a.viewevents{
	background-image:url(images/calender_arrow1.gif);
	background-position:right center;
	background-repeat:no-repeat;
	color:#000;
	padding-right:20px;
}
/*
=======================================================================
	Recent Posts Rules
=======================================================================
*/
.recentposts {
	width:256px;
	float:left;
	margin-bottom:20px;
}
.recentposts ul{
	width:256px;
	float:left;
	list-style:none;
}
.recentposts ul li{
	float:left;
	width:236px;
	padding:6px 0px 6px 20px;
	background-image:url(images/calender_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:#666666 dotted 1px;
}
.recentposts ul li a{
	color:#666;
}
/*
=======================================================================
	Reach Us Rules
=======================================================================
*/
.reachus {
	width:256px;
	float:left;
	margin-bottom:20px;
}
/*
=======================================================================
	Adv Rules
=======================================================================
*/
.adv {
	width:256px;
	float:left;
	margin:20px 0px;
}
.adv img{
	width:256px;
	float:left;
}
/*
=======================================================================
	News Rules
=======================================================================
*/
.news {
	float:left;
	width:650px;
}
.news ul{
	float:left;
	width:650px;
	list-style:none;
}
.news ul li{
	float:left;
	width:650px;
	padding:20px 0px;
	border-bottom:#CCC solid 1px;
}
.news ul li .thumb{
	float:left;
	width:216px;
	padding:0px 0px;
}
.news ul li .thumb a{
	float:left;
	padding:3px;
	background-color:#fbfbf9;
	border:#d0d0d0 solid 1px;
}
.news ul li .desc{
	float:left;
	width:434px;
	padding:0px 0px;
}
.news ul li .desc h6{
	padding:0px 0px 5px 0px;
}
.news ul li .desc p.date{
	padding:0px 0px 5px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:#CCC solid 1px;
}
.news ul li .desc p.txt{
	padding:0px 0px 10px 0px;
}
.news ul li .desc a.continue{
	color:#000;
	text-decoration:underline;
}
/*
=======================================================================
	blog Rules
=======================================================================
*/
.blog {
	float:left;
	width:650px;
}
.blog ul{
	float:left;
	width:650px;
	list-style:none;
}
.blog ul li{
	float:left;
	width:650px;
	padding:20px 0px;
}
.blog ul li h2{
	margin:0px 0px 10px 0px;
}
.blog ul li a.thumb {
	float:left;
	padding:3px;
	background-color:#fbfbf9;
	border:#d0d0d0 solid 1px;
	margin:0px 20px 20px 0px;
}
.blog ul li .desc{
	float:left;
	width:650px;
	padding:0px 0px;
}
.blog ul li .desc p.txt{
	padding:0px 0px 10px 0px;
}
.blog .postin{
	float:left;
	height:29px;
	width:648px;
	background-image:url(blue/postin.gif);
	background-repeat:repeat-x;
	border:#434343 solid 1px;
	list-style:none;
	margin:10px 0px 0px 0px;
}
.blog ul li .postin p{
	float:left;
	padding:0px 10px;
	margin:5px 0px 0px 0px;
	background-image:url(images/sep1.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#CCC;
}
.blog ul li .postin p a{
	color:#fff;
}
.blog ul li .postin p.last{
	background-image:none;
}
.blog ul li .postin a.continue{
	color:#fff;
	text-decoration:underline;
	float:right;
	margin:6px 10px 0px 0px;
}
/*
=======================================================================
	Comments Rules
=======================================================================
*/
.comments {
	float:left;
	width:650px;
}
.comments ul{
	float:left;
	width:650px;
	list-style:none;
}
.comments ul li{
	float:left;
	width:624px;
	padding:10px;
	background-image:url(images/comments.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#fff;
	border:#dadada solid 3px;
	margin-bottom:10px;
}
.comments ul li .says{
	height:65px;
}
.comments ul li .says h6{
	padding:5px 0px;
}
.comments ul li a.man{
	border:#cdcdcd solid 3px;
	float:right;
}
/*
=======================================================================
	Paging Rules
=======================================================================
*/
.paging {
	width:100%;
	padding:20px 0px;
	float:left;
}
.paging ul{
	width:100%;
	list-style:none;
}
.paging ul li{
	float:left;
}
.paging ul li a{
	float:left;
	display:inline-block;
	margin-right:3px;
	height:17px;
	padding:2px 9px 0px 9px;
	background-image:url(blue/paging_black.gif);
	background-repeat:repeat-x;
	border:#fff solid 1px;
	color:#FFF;
}
.paging ul li a.selected{
	background-image:none;
	background-color:#ccc;
	color:#000;
	border:#CCC solid 1px;
}
.paging ul li a:hover{
	background-image:none;
	background-color:#ccc;
	color:#000;
	border:#CCC solid 1px;
}
.paging ul li.prev a{
	float:left;
	margin-right:3px;
	height:17px;
	padding:2px 10px 0px 10px;
	background-image:url(images/paging_prev.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.paging ul li.next a{
	float:left;
	margin-right:3px;
	height:17px;
	padding:2px 9px 0px 9px;
	background-image:url(images/paging_next.gif);
	background-repeat:no-repeat;
	background-position:center;
	border:#FFF solid 1px;
}
.paging ul li.first a{
	padding:2px 15px 0px 15px;
}
.paging ul li.last a{
	padding:2px 15px 0px 15px;
}
/*
=======================================================================
	Column 3 Rules
=======================================================================
*/
.col3 {
	width:950px;
	float:left;
	padding:5px 15px;
}
/*
=======================================================================
	Gallery Rules
=======================================================================
*/
.gallerysec {
	width:100%;
	float:left;
}
.gallerysec .categories{
	width:220px;
	min-height:520px;
	float:left;
	background-image:url(images/gallery_shadow.gif);
	background-repeat:no-repeat;
	background-position:100% 20%;
}
.gallerysec .categories h5{
	width:200px;
	height:30px;
	padding:6px 10px 0px 10px;
	color:#FFF;
	float:left;
	background-image:url(blue/categories_heading.gif);
	background-repeat:no-repeat;
}
.gallerysec .categories ul{
	width:190px;
	padding:10px 0px 0px 10px;
	float:left;
	list-style:none;
}
.gallerysec .categories ul li{
	width:190px;
	float:left;
	padding:3px 0px;
}
.gallerysec .categories ul li a{
	color:#000;
}
.gallerysec .categories ul li a:hover{
	text-decoration:underline;
}
.right_gallery {
	float:right;
	width:700px;
}
.sortby {
	width:700px;
	height:36px;
	background-image:url(images/sorting.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	margin-bottom:20px;
}
.sortby h6{
	padding:8px 0px 0px 10px;
}
.sortby ul{
	float:right;
	list-style:none;
	padding:6px 10px 0px 0px;
}
.sortby ul li{
	float:left;
	margin-left:10px;
}
.sortby ul li select{
	width:149px;
	height:18px;
}
.img_gallery{
	width:700px;
	height:550px;
	float:left;
	overflow:hidden !important;
}
.img_gallery .contentdiv {
	width:692px !important;
        height:379px !important; /* HACK:pab */
        line-height:379px !important; /* HACK:pab */
	float:left;
	border:#b1b1b1 solid 1px;
	padding:3px;
        text-align:center; /* HACK:pab */
}
.img_gallery .contentdiv img{
	/* HACK:pab
        width:692px !important;
	height:379px !important;
	overflow:hidden !important;
	float:left;
	z-index:1;
        */
}
.img_gallery #slider2{
	width:700px;
	height:393px;
	overflow:hidden !important;
	float:left;
}
.img_gallery #paginate-slider2{
	width:589px !important;
	height:105px;
	overflow:hidden;
	float:left;
	margin:0px 0px 0px 0px;
}
.img_gallery #paginate-slider2 ul{
	width:2000px !important;
}
.img_gallery #paginate-slider2 li{
	margin-right:25px;
	border:#b1b1b1 solid 1px;
	padding:3px;
}
.img_gallery #paginate-slider2 li a{
	border:#c2c2c2 solid 1px;
	float:left;
	height:85px !important;
	width:118px !important;
}
.img_gallery #paginate-slider2 li a.selected{
	border:#999 solid 1px;
}
.img_gallery #paginate-slider2 img{
	float:left;
	height:85px;
	width:118px;
	z-index:1;
}
.img_gallery a.prevsmall {
	float:left;
	margin:50px 20px 0px 15px;
}
.img_gallery a.nextsmall {
	float:left;
	margin:50px 5px 0px 15px;
}
.zoom {
	background-repeat:no-repeat;
	background-position:top left;
	width:692px;
	height:379px;
	margin:-379px 0px 0px 0px;
	z-index:9;
	font-size:1000px;
	overflow:hidden;
	display:block;
	float:left;
}
.zoom:hover {
	background-image:url(images/zoom.png);
}
/*
=======================================================================
	Shop Rules
=======================================================================
*/
.shop {
	width:100%;
	float:left;
}
.shop ul{
	width:100%;
	float:left;
	list-style:none;
}
.shop ul li{
	width:199px;
	float:left;
	margin-right:26px;
	margin-bottom:26px;
}
.shop ul li.last{
	margin-right:0px;
}
.shop ul li a.thumb{
	float:left;
	border:#ededed solid 5px;
}
.shop ul li .shopcont{
	float:left;
	border:#3D576F solid 1px;
	width:197px;
	padding:5px 0px;
	background-image:url(blue/grey_gr.gif);
	background-position:top;
	background-color:#3D576F;
	background-repeat:repeat-x;
}
.shop ul li .shopcont h6{
	width:187px;
	padding:2px 5px 0px 5px;
}
.shop ul li .shopcont p.desc{
	float:left;
	border-bottom:#434343 solid 1px;
	width:187px;
	padding:2px 5px 4px 5px;
	color:#FFF;
}
.shop ul li .shopcont .prices{
	float:left;
	color:#FFF;
	padding-left:5px;
	margin:5px 0px;
}
.cutprice {
	text-decoration:line-through;
}
a.adtocart {
	display:inline-block;
	float:right;
	background-image:url(images/cart.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	color:#FFF;
	margin:18px 5px 0px 0px;
}
/*
=======================================================================
	Static Page Rules
=======================================================================
*/
.static {
	width:100%;
	float:left;
}
.static p.txt{
	width:100%;
	float:left;
	padding:10px 0px;
}
.static .greybox{
	width:428px;
	background-color:#f8f8f8;
	border:#d6d6d6 solid 1px;
	float:left;
	padding:15px;
}
.grayborder {
	width:100%;
	margin:10px 0px;
	height:1px;
	overflow:hidden;
}
.static p.pad{
	padding:0px 30px 0px 0px;
}
a.bordrs {
	padding:3px;
	border:#c9c9c9 solid 1px;
	background-color:#FFF;
	float:left;
}
.static h1{
	padding:10px 0px;
}
.static h1{
	padding:10px 0px;
}
.static span{
	padding:0px 0px 5px 0px;
}
.static h2{
	padding:8px 0px;
}
.static h3{
	padding:6px 0px;
}
.static h4{
	padding:5px 0px;
}
.static h5{
	padding:5px 0px;
}
.static h5 span{
	padding-bottom:10px;
}
.static h6{
	padding:5px 0px;
}
.static .sec1 {
	width:272px;
	padding-right:10px;
	float:left;
	margin-right:10px;
	margin-top:20px;
}

.static .sec1 p{
	width:272px;
	float:left;
	padding:0px 0px 10px 0px;
}
.static .sec1 a.bordrs{
	margin-bottom:10px;
}
.static .sec2 {
	width:282px;
	float:left;
	margin-right:30px;
	margin-top:20px;
}
.static .sec2 h5{
	padding:0px 10px 0px 0px;
}
.static .sec2 a.bordrs{
	margin-bottom:10px;
}
.static .sec3 {
	width:282px;
	float:left;
	margin-top:20px;
}
.static .sec3 h5{
	padding:0px 10px 0px 5px;
}
.static .sec3 p{
	width:282px;
	float:left;
	padding:0px 0px 10px 0px;
}
.static .sec3 a.bordrs{
	margin-bottom:10px;
}
.static ul{
	width:100%;
	float:left;
	padding-left:18px;
}
.static ul li{
	padding:4px 0px;
}
.static ol{
	float:left;
	padding-left:30px;
}
.static ol li{
	padding:4px 0px;
}

.static .checkboxs{
	float:left;
	width:430px;
}

.static table{
	float:left;
	width:453px;
}
.static tr.tablehead{
	background-color:#3D576F !important;
	font-weight:bold;
	color:#fff;
}
.static tr{
	padding:5px;
	background-color:#fff;
}
.static tr.tabledark{
	background-color:#fbfbfb !important;
}
.static tr td{
	padding:5px;
}
/*
=======================================================================
	Footer Rules
=======================================================================
*/
#footer {
	width:960px;
	float:left;
	padding:0px 0px 0px 20px;
	margin-top:10px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#e7e7e7;
	border-bottom:#c0c0c0 solid 5px;
}
.topbutton {
	width:960px;
	float:left;
}
#footer a.top{
	width:52px;
	height:26px;
	background-image:url(blue/top.gif);
	background-repeat:no-repeat;
	display:inline-block;
	float:right;
}
/*
=======================================================================
	Footer Logo Rules
=======================================================================
*/
#footer .foot_logo{
	float:left;
	width:240px;
	border-right:#cccccc solid 1px;
	min-height:160px;
}
.foot_logo a.logoimg{
	float:left;
	margin-bottom:20px;
}
/*
=======================================================================
	Comfort Zone Rules
=======================================================================
*/
#footer .comfortzone{
	float:left;
	width:199px;
	padding:0px 20px;
	border-right:#cccccc solid 1px;
	min-height:160px;
}
.comfortzone h6{
	float:left;
	border-bottom:#666 dotted 1px;
	width:100%;
	padding:0px 0px 7px 0px;
	margin:0px 0px 10px 0px;
}
/*
=======================================================================
	About Rules
=======================================================================
*/
#footer .about{
	float:left;
	width:199px;
	padding:0px 20px;
	border-right:#cccccc solid 1px;
	min-height:160px;
}
#footer .about h6{
	float:left;
	border-bottom:#666 dotted 1px;
	width:100%;
	padding:0px 0px 7px 0px;
	margin:0px 0px 10px 0px;
}
#footer .about ul{
	float:left;
	width:199px;
	list-style:none;
}
#footer .about ul li{
	float:left;
	width:199px;
	padding:2px 0px 2px 15px;
	background-image:url(images/calender_arrow1.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#footer .about ul li a{
	color:#000;
}

/*
=======================================================================
	Connect with us Rules
=======================================================================
*/
#footer .connectwithus{
	float:left;
	width:199px;
	padding:0px 20px 20px 20px;
	min-height:160px;
}
#footer .connectwithus h6{
	float:left;
	border-bottom:#666 dotted 1px;
	width:100%;
	padding:0px 0px 7px 0px;
	margin:0px 0px 10px 0px;
}
#footer .connectwithus ul{
	float:left;
	width:199px;
	list-style:none;
}
#footer .connectwithus ul li{
	float:left;
	width:190px;
	padding:4px 0px 4px 24px;
	background-position:left center;
	background-repeat:no-repeat;
}
#footer .connectwithus ul li.podcast{
	background-image:url(images/podcast.gif);
}
#footer .connectwithus ul li.enews{
	background-image:url(images/mail.gif);
}
#footer .connectwithus ul li.facebook{
	background-image:url(images/facebook.gif);
}
#footer .connectwithus ul li.twitter{
	background-image:url(images/twitter.gif);
}
#footer .connectwithus ul li.digg{
	background-image:url(images/digg.gif);
}
#footer .connectwithus ul li a{
	color:#000;
}
.ddsmoothmenu{
	font-size:12px;
	float:left;
	margin-left:10px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: white;
padding: 8px 15px 6px 15px;
border-right: 1px solid #0D2D4C;
color: #2d2b2b;
text-decoration: none;
text-transform:uppercase;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-image:url(blue/navi_rol.gif);
	background-repeat:repeat-x;
}

.ddsmoothmenu ul li a:hover{
	background-image:url(blue/navi_rol.gif);
	background-repeat:repeat-x;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background-color:#0D2D4C;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}
.ddsmoothmenu ul li ul li a{
	text-transform:none;
}
.ddsmoothmenu ul li ul li:hover{
background-color:#0D2D4C;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 150px; /*width of sub menus*/
padding:8px 10px 8px 15px;
margin: 0;
border:none;
color:#C8E4F5 !important;
/*
background-image:url(http://www.ntctroopers.com/public/themes/comfortzone/images/dropdown.gif);
background-position:10px 13px;
background-repeat:no-repeat;
*/
border-bottom:#3D576F solid 1px;
}
.ddsmoothmenu ul li ul li a:hover{
	background-color:#3D576F !important;
	background-image:none;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/

}/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
*                                       { margin: 0; padding: 0; }

.anythingSlider                         { width: 980px; height: 317px; position: relative; margin: 0px; }
.anythingSlider .wrapper                { width: 980px; overflow: auto; height: 317px; margin: 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 980px; margin: 0; }
.anythingSlider .arrow                  { display: block; display:none; height: 200px; width: 67px; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 223px; margin-left:30px; }
#thumbNav a                             { color:#FFF; display: inline-block; padding: 5px 0px 0px 0px; width:33px; height: 25px; background-image:url(blue/bullet.gif); background-repeat:no-repeat; margin: 0 5px 0 0; text-align: center; }
#thumbNav a:hover                       { background-image:url(images/bullet_rol.gif); color:#000; }
#thumbNav a.cur                         { background-image:url(images/bullet_rol.gif); color:#000; }

#start-stop                             { background: green; display:none; background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }#banner .sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 690px; /*width of featured content slider*/
	height: 301px;
	float:left;
}



#banner .sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 690px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 301px;
	float:left;
}
#banner .pagination{
	width: 252px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	float:left;
}

#banner .pagination a{
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	display:inline-block;
	width:261px;
	height:35px;
	text-align:left;
	background-position:top;
	background-repeat:no-repeat;
	font-size:16px;
	margin-bottom:12px;
	color:#FFF;
}
#banner .pagination a.last{
	margin-right:0px;
}

#banner .pagination a img{
	margin: 0px 0px 10px 0px;
	float:left;
}
#banner .pagination a span.thumb{
	width:50px;
	padding-left:10px;
	float:left;
}
#banner .pagination a span.tp{
	padding-top:5px;
}
#banner .pagination a span.link{
	padding-top:6px;
	float:left;
}
#banner .pagination a:hover, #banner .pagination a.selected{
	color:#fff;
	background-image:url(http://www.ntctroopers.com/public/themes/comfortzone/css/images/banner_rol.gif);
}/*
=======================================================================
General Styles
=======================================================================
*/
.clear                          { clear:both;}
.pri-color                      { color:#0D2D4C !important; }
.sec-color                      { color:#252525 !important; }

.page-part-divider              { clear:both; margin-bottom:20px; }

/*
=======================================================================
Chrome Styles
=======================================================================
*/
.common-chrome                  { }
.common-chrome .hd              { color:#0D2D4C; padding:8px 4px; border-bottom:1px solid #999; text-align:center; font-size:150%; font-weight:bold ;}
.common-chrome .bd              { padding:6px 4px;  }
.common-chrome.basic            { border:1px solid #999; }
.common-chrome.fancy            { border:4px double #999; }
.common-chrome.fancy .hd        { 
    background: #999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#666666'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#666)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ccc,  #666); /* for firefox 3.6+ */ 
}
.common-chrome.fancy .bd        { background: #fff;  }


/*
=======================================================================
Sub Menu Styles
=======================================================================
*/
.common-sub-menu                { margin:0px; padding:0px;}
.common-sub-menu ul             { margin:0px; padding:4px; list-style:none; }
.common-sub-menu li             { font-weight:normal; margin:0px; padding:0px; border-bottom:#666 dotted 1px; }
.common-sub-menu li.current   { font-weight:bold; }
.common-sub-menu li a           { display:block; padding:6px 0px; text-decoration: none;}
.common-sub-menu li a:hover     { background:#999; color:#fff; font-weight:bold; }
.common-sub-menu ul ul          { margin-left:20px; }
.common-sub-menu ul ul li       { border-bottom:none; }
.common-sub-menu ul ul li  a    { padding:0px;}

/*
=======================================================================
Breadcrumb Styles
=======================================================================
*/
#common-breadcrumb              { color:inherit; overflow:hidden; padding:0px; margin:0px 0px 10px 0px; }
#common-breadcrumb,
#common-breadcrumb a            { color:inherit; text-decoration:none; }
#common-breadcrumb a:hover      { color:#999; text-decoration:underline; }
#common-breadcrumb p.label      { float:left; padding:0px; margin:0px 10px 0px 0px; font-weight:bold;}
#common-breadcrumb ul           { float:left; padding:0px; margin:0px;}
#common-breadcrumb ul li        { float:left; padding:0px 4px 0px 0px; margin:0px; list-style:none; }
#common-breadcrumb ul li.last   { color:#999; }

/*
=======================================================================
Pager Styles
=======================================================================
*/
.common-pager                   { padding:5px 0px; float:left; margin-top:10px; }
.common-pager ul                { list-style:none; background:none; }
.common-pager ul li             { float:left; list-style:none; margin:0px; padding:0px; }
.common-pager ul li a           { float:left; display:inline-block; margin-right:3px; height:17px; padding:2px 9px 2px 9px; text-decoration:none; background:#ccc;color:#FFF; border:#fff solid 1px;}
.common-pager ul li.selected a,
.common-pager ul li a:hover     { color:#000; border:#CCC solid 1px;}
.common-pager ul li.prev a      { }
.common-pager ul li.next a      { }
.common-pager ul li.first a     { padding:2px 15px 2px 15px;}
.common-pager ul li.last a      { padding:2px 15px 2px 15px;}

/*
=======================================================================
Form Styles
=======================================================================
*/
.common-form fieldset           { border:none; }
.common-form fieldset legend    { display:none; }
.common-form .field 		{ margin-bottom:1.5em; }		/* space between inputs */
.common-form input              { color:#000; }
.common-form textarea,
.common-form .textInput         { min-width:210px; margin:0px; padding:5px; border:1px solid #fff; border-color:#C9CACB #fff #fff #C9CACB; outline:none;}
.common-form .checkbox          { width:auto;}
.common-form textarea 		{ height:150px; }
.common-form input.error,
.common-form textarea.error     { background-color:#ffc; border-color:#EF7E58;}
.common-form label.error        { display:block; color:#f33; padding:2px 0px; font-weight:bold; line-height:1em;		/* required for negative margins to work fully */    margin:0.2em 0 -1.2em;	/* negative margins counter act error message space so input fields don't shift */}
.common-form label.overlabel    { color:#999; font-size:1.2em; display:none;	/* initially hidden to prevent other content from shifting after JS function runs */}
.common-form .status            { margin-bottom:3px; display:none; }
.common-form .status.success    { color:green;}
.common-form .status.error      { color:red;}
.common-form .loader            { display:none; position:relative; top:-26px; left:90px; width:24px; height:24px;}
.common-form .loader .graphic   { background:url(../../common/images/ajax-loader-small.gif) no-repeat center; width:24px; height:24px; margin:0px; text-indent:30px;}

/*
=======================================================================
List Styles
=======================================================================
*/

.common-list                    { margin-left:20px;}
.common-list ul                 { list-style:none; }
.common-list ul li              { padding:4px 0px; margin-bottom:5px; background-image: none;}
.common-list ul a               { font-size:110%;}

.common-list.search .results    { padding:4px 0px; font-weight:bold; border-bottom:1px solid #999; margin-bottom:10px; }
.common-list.search a.title     { font-size:120%; font-weight: bold; text-decoration: underline; }
.common-list.search .summary    { margin-left:20px;  margin-top:5px; font-size:110%;}


/*
=======================================================================
Button Styles
=======================================================================
*/
.common-button                  { padding:4px 9px; background:#3D576F; border:1px solid #999; color:#fff; font-size:1em; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; display:inline-block;}
.common-button:hover            { background:#0D2D4C; text-decoration:none;}
.common-button span             { display:inline-block;}

/*
=======================================================================
Login Form Styles
=======================================================================
*/

.common-login                   { margin:auto auto; width:240px; overflow: hidden; border:3px double #999; padding:8px; }
.common-login .title            { font-size:120%; font-weight:bold; margin-bottom:10px; }
.common-login p                 { margin: 0 0 1.4em; }
.common-login .submit           { width: 80px; margin: 0px; float:right; color:#fff;}

/*
=======================================================================
Header Styles
=======================================================================
*/
#common-header                  { float:left;}
#common-header .logo            { float:left; padding:10px 0px 10px 10px;}

.login-ribon                    { position:absolute; right:120px; text-align:right; padding:4px; }
.login-ribon ul                 { list-style: none; margin:0px; padding:0px; }
.login-ribon ul li              { list-style: none; margin:0px 5px; padding:0px; float:left; }
.login-ribon ul li a            { color:#fff; }

/*
=======================================================================
Footer Styles
=======================================================================
*/

#common-bottom                  { width:980px; margin:0px auto; }

/* --- notice button (below footer) --- */
#common-bottom-notice           { margin:10px auto; padding:5px 15px; font-size: 87%; text-align:right;}
#common-bottom-notice p         { padding:0px; margin:0px;}

/* --- main footer --- */
#common-footer                  { clear:both; height:200px; padding:0px; margin:0px auto; border-bottom:#c0c0c0 solid 5px; overflow:hidden; /* the following is used if no graphic is provided */    background-color:#eee;}
#common-footer a                { color:#000; text-decoration:none;}
#common-footer a:hover          { text-decoration:underline;}
#common-footer h6               { float:left; width:100%; color:#0D2D4C; padding:0px 0px 7px 0px; margin:0px 0px 10px 0px; border-bottom:#666 dotted 1px; font-size:120%;}
#common-footer ul               { float:left; width:100%; margin:0px;}
#common-footer ul li            { float:left; width:100%; margin:0px; list-style:none; padding:4px 0px 4px 20px  ; background-position:left center; background-repeat:no-repeat;}
#common-footer ul.arrows li     { background-image:url(../../common/images/icon1.rarrow.gif);}
#common-footer li.rss           { background-image:url(../../common/images/icon1.rss.gif);}
#common-footer li.facebook      { background-image:url(../../common/images/icon1.facebook.gif);}
#common-footer li.twitter       { background-image:url(../../common/images/icon1.twitter.gif);}
#common-footer li.youtube       { background-image:url(../../common/images/icon1.youtube.gif);}
#common-footer li.instagram      { background-image:url(../../common/images/instagram.png);}
#common-footer li.dribble      { background-image:url(../../common/images/dribble.png);}
#common-footer li.tumblr      { background-image:url(../../common/images/tumblr.png);}
#common-footer li.linkedin      { background-image:url(../../common/images/linkedin.png);}
#common-footer li.pinterest      { background-image:url(../../common/images/pinterest.png);}
#common-footer li.flickr      { background-image:url(../../common/images/flickr.png);}
#common-footer li.googleplus      { background-image:url(../../common/images/googleplus.png);}
#common-footer .col4            { float:left; width:22%; padding:2px 14px 2px 14px; border-right:#cccccc solid 1px; min-height:160px; overflow:hidden;}
#common-footer .col4.last       { border-right:none;}
#common-footer .top-button      { width:100%; float:left;}
#common-footer .top-button a    { float:right; width:52px; height:26px; display:inline-block; /* the following is used if no graphic is provided */    background-color:#999; color:#000; font-weight:bold; line-height:26px; text-align:center; vertical-align:middle; text-decoration:none;}
#common-footer .logo img        { margin:0px auto;}
#common-footer .logo p          { margin-top:20px;}
/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
/*
    Simple Tabs jQuery plugin CSS styles
    by Paul A. Bauersfeld
    created 4/22/2011

    Copyright (c) 2011 by varsity Networks, Inc. All rights reserved.

*/

.simple-tabs                            { margin:0px auto; margin: 0px; padding: 0px;}

.simple-tabs .tabs                      { margin: 0px; padding: 0px; float: left; list-style: none; border-bottom: 1px solid #999; border-left: 1px solid #999; width: 100%;}
.simple-tabs .tabs li                   { float: left; margin: 0px; padding: 0px; border: 1px solid #999; border-left: none; margin-bottom: -1px; background: #e0e0e0 !important; }
.simple-tabs .tabs li a                 { float: left; text-decoration: none; color: #000; display: block; font-size:100%; padding: 2px 20px; border: 1px solid #fff; outline: none;}
.simple-tabs .tabs li a:hover           { background: #ccc;  text-decoration: none !important;}
.simple-tabs .tabs .active,
.simple-tabs .tabs .active a:hover      { background:#fff !important; border-bottom: 1px solid #fff;}

.simple-tabs .tab_container             { border: 1px solid #999; border-top: none; clear: both; float: left; width: 100%; margin-bottom:10px; background: #fff; -moz-border-radius-bottomright: 5px; -khtml-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomleft: 5px; -khtml-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;}

.simple-tabs .tab_content               { display:none; padding: 20px; color: #000;}
.simple-tabs .tab_content a             { color: #666;}
.simple-tabs .tab_content a:hover       { text-decoration:underline; color: #000;}
.simple-tabs .tab_content ul            { list-style: none;}
.simple-tabs .tab_content li            { list-style: none; border-bottom: 1px dotted #666; padding-bottom:4px; margin-bottom:4px;}
.simple-tabs .tab_content .more         { float:right;padding: 5px; }
.simple-tabs .tab_content .more a       { color:#999; font-weight: bold; }
/*
*	FancyBox 2.0.1
*/
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: auto;
	visibility: hidden;
}

.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url('../../common/images/fancybox_loading.gif');
	opacity: 0.9;
	cursor: pointer;
	z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../common/images/fancybox_sprite.png');
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('../../common/images/fancybox_blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev span {
	background-position: 0 -36px;
}

.fancybox-next span {
	background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 20px;
}

.fancybox-next:hover span {
	left: auto;
	right: 20px;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}/* general styles */

/* reset styles */

.agile_carousel img {border: 0;}

.agile_carousel p, .agile_carousel ul, .agile_carousel ul li {
    margin: 0;
    padding: 0;
}

/* agile carousel styles */

/* -----------------------------------*/
/*-- outer containers --*/
/* -----------------------------------*/

/*-- the most outer container rendered by JS 
Contains .slides .slide_content_... .persistent_content and controls that have "no_control_set" --*/

.agile_carousel {
    position: relative;
    overflow: hidden;
    font-size: 11px;
}

/*-- container for all slides only --*/

.agile_carousel .slides {
    position: absolute;
    top: 0;
    left: 0;
}

/*-- individual slide --*/

.agile_carousel .slide {
    float: left;
}


/* -----------------------------------*/
/*-- default style for controls --*/
/* -----------------------------------*/


/*-- default styles for all control sets --*/

.agile_carousel .control_set {
    position: absolute;
    z-index: 4000;
}

/*-- default styles for all button containers --*/

.agile_carousel .button_container {
    z-index: 5000;	
}

/*-- default style for controls whose trigger type is "hover" --*/

.agile_carousel .ac_hover {
    cursor:text;	
}

/*-- default style for controls which are currently selected
such as the current slide number --*/

.agile_carousel .ac_selected {
}

/*-- default style for disabled controls 
"previous" and "next" controls may be disabled near the first/last slide --*/

.agile_carousel .ac_disabled {
}

/*-- style applied to all controls --*/

.slide_button {
    z-index: 5000;
    cursor: pointer;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
}

/*-- previous button --*/

.previous_button {
}

/*-- next button --*/

.next_button {
}

/*-- hover previous button --*/

.hover_previous_button {
}

/*-- hover next button --*/

.hover_next_button {
}

/*-- numbered buttons container --*/

.agile_carousel .numbered_buttons_container {
}

/*-- numbered button --*/

.agile_carousel .numbered_button {
    float: left;
}

/*-- grouped numbered buttons container --*/

.agile_carousel .grouped_numbered_buttons_container {
}

/*-- group numbered button --*/

.agile_carousel .grouped_numbered_button {
    float: left;
}

/*-- content buttons container --*/

.agile_carousel .content_buttons_container {
    overflow:hidden; /* HACK:pab */
}

/*-- content button --*/

.agile_carousel .content_button {
}

/*-- thumbnail buttons container --*/

.agile_carousel .thumbnail_buttons_container {
}

/*-- thumbnail button --*/

.agile_carousel .thumbnail_button {
}


/* -------------------------------------------- */
/*-- "things" that are not slides or controls --*/
/* -------------------------------------------- */

.current_slide_number {
    cursor: text;
}

.slide_count {
    cursor: text;
}

/* -------------------------------------------- */
/*-- .basic_slideshow styles --*/
/* -------------------------------------------- */

/*-- hide the captions --*/
.basic_slideshow .caption {
    display: none;
}


/* -------------------------------------------- */
/*-- .multiple_slides_visible styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

.multiple_slides_visible .agile_carousel {
    overflow: hidden;
    -moz-box-shadow: 0px 0px 4px #dfdfdf; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
    background-color: #ededeb;
}

/*-- slide container --*/

.multiple_slides_visible .slides {
    margin-top: 28px;
}

/*-- individual slides --*/

.multiple_slides_visible .slide_inner {
    text-align: center;	
}
.multiple_slides_visible .slide_inner {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cfcece;
    background-color: #fff;
    text-align: center;
    width: 144px;
    margin: 0 auto;
}

/*-- large photos --*/

.multiple_slides_visible .photo_link {
    width: 129px;
    height: 137px;
    overflow: hidden;
    display: block;
    margin: 8px auto 4px;
}
.multiple_slides_visible .photo {
    height: 137px;
}

/*-- for the links beneath the photos --*/

.multiple_slides_visible .caption:link, .multiple_slides_visible .caption:visited, .multiple_slides_visible .caption:hover {
    color: #333333;
    text-decoration: none;
    width: 128px;
    display: block;
    margin: 0 auto;
    padding-bottom: 3px;
}
.multiple_slides_visible .caption:hover {
    text-decoration: underline;
}
.multiple_slides_visible .persistent_content{
    position: absolute;
    top: 2px;
    left: 12px;
    font-size: 14px;
    text-shadow: 0px 1px 1px #ccc;
    color: #B5B5B5;
}

/*-- .control_set_1 - includes: .previous_next_button --*/

.multiple_slides_visible .control_set_1 {
    float: right;
    position: relative;
    margin: 4px 6px 0;
}
.multiple_slides_visible .previous_next_button {
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: 1000px;
    background-image: url(../../../../core/plugins/agile_carousel/css/images/sprite_ac_normal.png);
    background-color: #ccc;
    border: 1px solid #cfcece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 2px #dfdfdf; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 2px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
}
.multiple_slides_visible .previous_button {
    background-position: 4px 3px;
}
.multiple_slides_visible .next_button {
    background-position: -44px 3px;
}
.multiple_slides_visible .previous_next_button:hover {
    background-color: #f7f7f7;
}
.multiple_slides_visible .previous_button:hover {
    background-image: url(../../../../core/plugins/agile_carousel/css/images/sprite_ac_hover.png);
}
.multiple_slides_visible .next_button:hover {
    background-image: url(../../../../core/plugins/agile_carousel/css/images/sprite_ac_hover.png);
}
.multiple_slides_visible .control_set_1 .ac_disabled {
    background-image: url(../../../../core/plugins/agile_carousel/css/images/sprite_ac_disabled.png);
}

/*-- .control_set_2 - includes: group_numbered_buttons --*/

.multiple_slides_visible .control_set_2 {
    float: right;
    position: relative;
    margin: 8px 0 0 0;
}
.multiple_slides_visible .slide_button {
    float: left;
}
.multiple_slides_visible .group_numbered_buttons_container {
    float: left;
    margin-right: 14px;
}
.multiple_slides_visible .group_numbered_button {
    color: #000;
    padding: 0 2px;
    font-size: 12px;
    margin-right: 2px;
    background-image: url(../../../../core/plugins/agile_carousel/css/images/sprite_ac_normal.png);
    background-position: -95px 0;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: 1000px;
    background-color: transparent;
}
.multiple_slides_visible .group_numbered_button:hover, .multiple_slides_visible .group_numbered_buttons_container .ac_selected {
    background-image: url(../../../../core/plugins/agile_carousel/css/images/sprite_ac_hover.png);
}


/* -------------------------------------------- */
/*-- .flavor_1 styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

.flavor_1 .agile_carousel {
    overflow: hidden;
    -moz-box-shadow: 0px 0px 4px #dfdfdf; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
}

/*-- hide the captions --*/
.flavor_1 .caption {
    display: none;
}

/*-- .control_set_1 - includes: numbered_buttons --*/

.flavor_1 .control_set_1 {
    float: right;
    position: relative;
    margin: 6px 2px 0 0;
}
.flavor_1 .numbered_buttons_container {
    float: left;
}
.flavor_1 .control_set_1 .slide_button {
    float: left;
}
.flavor_1 .numbered_button {
    color: #000;
    padding: 2px 5px;
    font-size: 12px;
    margin-right: 4px;
    background-color: #d9d9d9;
    opacity: .6;
}
.flavor_1 .numbered_buttons_container .ac_selected, .flavor_1 .numbered_buttons_container .numbered_button:hover {
    color: #fff;
    background-color: #666;
    opacity: .9;
}

/*-- "no control set" - includes: .hover_previous_button, .hover_next_button --*/

.hover_previous_next_button {
    position: absolute;
    top: 30px;
    width: 90px;
    height: 150px;
}
.hover_previous_next_button .hover_previous_next_button_inner {
    position: absolute;
    top: 60px;
    background-color: #d9d9d9;
    opacity: 0.5;
    width: 54px;
    height: 35px;
    display: block;
    overflow: hidden;
    text-indent: 1000px;
    background-image: url(../../../../core/plugins/agile_carousel/css/images/sprite_ac_normal.png);
    background-repeat: no-repeat;
}
.hover_previous_button {
    left: 0px;
}
.hover_next_button {
    right: 0px;
}
.hover_previous_button .hover_previous_next_button_inner {
    left: 0px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-position: -298px 8px;
}
.hover_next_button .hover_previous_next_button_inner {
    right: 0px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-position: -351px 8px;
}
.flavor_1 .persistent_content {
    top: 100px;
    left: 10px;
    color: #ccc;
    position: absolute;
    z-index: 5000;
}


/* -------------------------------------------- */
/*-- .flavor_2 styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

.flavor_2 .agile_carousel {
    overflow: hidden;
    -moz-box-shadow: 0px 0px 4px #dfdfdf; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
}

/*-- hide the captions --*/
.flavor_2 .caption {
    display: none;
}

/*-- .control_set_1 - includes: numbered_buttons, .previous_next_button, .pause_button --*/

.flavor_2 .control_set_1 {
    float: right;
    position: relative;
    margin: 6px 6px 0 0;
    background-color: #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.5;
    padding: 2px 8px;
}
.flavor_2 .numbered_buttons_container {
    float: left;
    margin-right: 14px;
}
.flavor_2 .control_set_1 .slide_button {
    float: left;
}
.flavor_2 .numbered_button {
    color: #000;
    padding: 0 2px;
    font-size: 12px;
    margin-right: 2px;
}
.flavor_2 .numbered_buttons_container .ac_selected, .flavor_2 .numbered_buttons_container .numbered_button:hover {
    color: #fff;
    background-color: #666;
}
.flavor_2 .previous_next_button,.pause_button {
    width: 10px;
    height: 18px;
    overflow: hidden;
    text-indent: 1000px;
    background-image: url(../../../../core/plugins/agile_carousel/css/images/sprite_ac_normal.png);
}
.flavor_2 .previous_button {
    background-position: 0 3px;
}
.flavor_2 .next_button {
    background-position: -48px 3px;
}
.flavor_2 .pause_button {
    background-position: -24px 3px;
}
.flavor_2 .control_set_1 .play_button {
    background-position: -70px 3px;
}
.flavor_2 .previous_button, .flavor_2 .pause_button {
    margin-right: 10px;
}

/*-- .control_set_2 - includes: .conent_button --*/
.flavor_2  .agile_carousel .content_buttons_container { /* HACK:pab */
    height: 112px;
}
.flavor_2 .control_set_2 { /* HACK:pab */
    left: 0;
    bottom: 0;
    height: 112px;
}
.flavor_2 .content_button {
    float: left;
    width: 96px;
    text-align: center;
}
.flavor_2 .content_buttons_container .ac_selected {
    background-image: url(../../../../core/plugins/agile_carousel/css/images/sprite_ac_normal.png);
    background-position: -124px 0;
}
.flavor_2 .content_button_inner {
    background-color: #f4f3f3;
    height: 100px;
    margin-top: 12px;
    border-right: 1px solid #f4f3f3;
    border-bottom: 1px solid #f4f3f3;
    border-left: 1px solid #f4f3f3;
}
.flavor_2 .ac_selected .content_button_inner  {
    background-color: #dfdddd;
    border-right: 1px solid #acabab;
    border-bottom: 1px solid #acabab;
    border-left: 1px solid #acabab;
    height: 99px;
    width: 94px;
}
.flavor_2 .content_button p {
    margin-top: 4px;
    width: auto;
    line-height: 15px;
}
.flavor_2 .content_button_inner:hover {
    background-color: #dfdddd;
}
.flavor_2 .content_button img {
    border: 4px solid #fff;
    margin: 7px auto 0 auto;
    -moz-box-shadow: 1px 1px 1px #bcbbbb; /* FF3.5+ */
    -webkit-box-shadow: 1px 1px 1px #bcbbbb; /* Saf3.0+, Chrome */
    box-shadow: 1px 1px 1px #bcbbbb; /* Opera 10.5, IE9, Chrome 10+ */
}
.flavor_2 .persistent_content {
    top: 100px;
    left: 10px;
    color: #ccc;
    position: absolute;
    z-index: 5000;
}

/* -------------------------------------------- */
/*-- .flavor_3 styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

.flavor_3 .agile_carousel {
    overflow: hidden;
    -moz-box-shadow: 0px 0px 4px #dfdfdf; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
}

/*-- hide the captions --*/
.flavor_3 .caption {
    display: none;
}

/*-- .control_set_1 - includes: content_buttons --*/

.flavor_3 .control_set_1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 208px;
    height: 224px;
    color: #fff;
}
.flavor_3 .content_button {
    width: 208px;
    height: 44px;
}
.flavor_3 .content_button_inner p {
    float: left;
}
.flavor_3 .content_buttons_container .ac_selected {
    background-image: url(../../../../core/plugins/agile_carousel/css/images/sprite_ac_normal.png);
    background-position: -244px 0;
}
.flavor_3 .content_button p {
    opacity: 1;
    vertical-align: auto;
    float: left;
    padding-right: 5px;
    width: 138px;
}
.flavor_3 .content_button_inner {
    background-color: #333;
    width: 189px;
    height: 43px;
    border-bottom: 1px solid #000;
    opacity: 0.8;
    float: right;
}
.flavor_3 .ac_selected .content_button_inner, .flavor_3 .ac_selected .content_button_inner:hover  {
    opacity: 0.95;
}
.flavor_3 .content_button_inner:hover {
    opacity: 0.9;
}
.flavor_3 .content_button img {
    opactiy: 1;
}
.flavor_3 .content_button .thumb {
    width: 37px;
    height: 37px;
    overflow: hidden;
    float: left;
    border: 1px solid #000;
    margin: 3px 3px 0 3px;
}/*
=======================================================================
Gallery Plugin Styles
=======================================================================
*/
.gallery                        {   margin-top:10px; }

.gallery .items                 {   margin:0px; list-style: none; }
.gallery .items li,
.gallery .items a               {   font-size:11px; line-height:12px;  }
.gallery .items li              {   background:#fff; display: inline; list-style: none; width: 130px; height: 185px; overflow:hidden;   float: left; margin: 0px 14px 14px 0px; text-align: center; border:4px solid #fff;}
.gallery .items.album li        {   -webkit-box-shadow: 2px 2px 4px #aaaaaa; -moz-box-shadow: 2px 2px 4px #aaaaaa;}
.gallery .items.photo li        {   -webkit-box-shadow: 0px 0px 1px #000; -moz-box-shadow: 0px 0px 1px #000;}
.gallery .items a img           {   display:block; margin:0px auto; width:130px; height:130px; margin-bottom:5px; }
.gallery .items .title          {   margin:0px; padding:0px 5px; text-align:left; font-weight:bold; }
.gallery .items .desc           {   margin:0px; padding:0px 5px; text-align:left;}
.gallery .items .hover          {   border-color:#999 !important;}

.gallery .item                  {   margin:0px auto; }
.gallery .item .pager           {   width:100%; margin-bottom:20px;}
.gallery .item .pager .prev     {   width:10%; text-align:left;}
.gallery .item .pager .prev a   {   display:block; width:21px; height:32px; text-indent: -1000px; background: url(../../../../core/plugins/gallery/views/templates/images/prev.gif) no-repeat top left; }
.gallery .item .pager .caption  {   width:80%; text-align:center; font-weight:bold;}
.gallery .item .pager .next     {   width:10%; }
.gallery .item .pager .next a   {   display:block; float:right; width:21px; height:32px; text-indent: 1000px; background: url(../../../../core/plugins/gallery/views/templates/images/next.gif) no-repeat top right; }
.gallery .item .content         {   overflow:hidden; text-align:left;}
.gallery .item .content p       {   padding:2px 0px;}
.gallery .item .content .image  {   text-align:center;}
.gallery .item .content .desc   {   border-top:1px solid #333; margin-top:5px; padding-top:5px;}

.gallery .filter-bar            {   margin:10px 0px; }

.gallery .left                  {   float:left; }
.gallery .right                 {   float:right; }
.gallery .clear                 {   clear:both; }
/*
=======================================================================
Events Plugin Styles
=======================================================================
*/
.events-calendar                            { background:none; margin:0px;}

.events-calendar .wrapper                   {  }

.events-calendar table                      { margin:auto; border-collapse:collapse; font-size:1em;}

.events-calendar .heading th                { height:16px; padding-bottom:2px;}
.events-calendar .heading .prev a           { position:relative; right:18px; float:right; width:16px; height:16px; background:url(../../../../core/plugins/events/views/templates/images/calender_prev.gif) no-repeat center right;}
.events-calendar .heading .next a           { position:relative; right:-16px; float:right; width:16px; height:16px; background:url(../../../../core/plugins/events/views/templates/images/calender_next.gif) no-repeat center right; margin-right:0px;}
.events-calendar .heading .title            { position:relative; float:left; height:16px; font-weight:normal;}

.events-calendar .weekday td                { background-color:#3D576F; border-left:1px solid #3D576F; border-top:1px solid #3D576F; border-right:1px solid #3D576F; color:#fff; height:20px; padding:5px 0px 5px 0px; text-align:center;}

.events-calendar .days td,
.events-calendar .days .highlight,
.events-calendar .days .blank               { padding:0px; width:90px; height:100px; display:table-cell; vertical-align:top; background-color:#FFF;}
.events-calendar .days td                   { border:1px solid #ccc; background-color:#ebebeb;}
.events-calendar .days td:hover             { background-color:#FFF;}
.events-calendar .days .day_num             { padding:2px 0px 0px 4px; margin-bottom:4px; font-size:1.3em;}
.events-calendar .days .content a           { font-weight:bold;}
.events-calendar .days .content .items      { margin:0px 4px; padding:0px; list-style:none; font-size:.8em;}
.events-calendar .days .content .items li   { margin:0px 0px 6px 0px; padding:0px; list-style:none;}
.events-calendar .days .highlight           { background-color:yellow;}

/* mini overrides */
.events-calendar.mini                       { width:256px;}
.events-calendar.mini .days td,
.events-calendar.mini .days .highlight,
.events-calendar.mini .days .blank          { width:35px; height:35px; text-align:center; vertical-align:middle; }
.events-calendar.mini .days .day_num        { padding:0px; margin:0px auto; font-size:1em;}

/* mini only */
.events-calendar.mini .upcoming             { list-style:none; margin:10px auto; overflow:hidden;}
.events-calendar.mini .upcoming li          { float:left; width:100%; padding:0px 0px 6px 0px; margin:0px 0px 6px 0px; border-bottom:#666 dotted 1px;}
.events-calendar.mini .upcoming li a.title  { float:left; width:170px;}
.events-calendar.mini .upcoming li a.date   { float:right; background:url(../../../../core/plugins/events/views/templates/images/calender_icon.gif) no-repeat left; padding-left:15px;}
.events-calendar.mini .upcoming li.more     { border-bottom:none;}
.events-calendar.mini .upcoming li.more a   { float:right; background:url(../../../../core/plugins/events/views/templates/images/calender_arrow1.gif) no-repeat right center; padding-right:20px;}

.events-list                                { }
.events-list  .filter-bar                   { float:right; margin:0px 0px 20px 0px; }
.events-list .events                        { font-size:1.3em; list-style:none; overflow:hidden; }
.events-list .events li                     { padding:6px 0px 6px 0px; margin:0px 0px 6px 0px; border-bottom:#666 dotted 1px;}
.events-list .events li p                   { line-height:24px; padding:0px;}
.events-list .events li h1                  { font-size:1.1em; font-weight:bold; padding:0px; }
.events-list .events li.last                { border-bottom:none; }
.events-list .events li.noevents            { font-size:1.1em; font-weight:bold; border-bottom:none; }
/*
=======================================================================
News Plugin Styles
=======================================================================
*/
.vnw-news                                   { }
.vnw-news li                                { background:none; /* reset incase themes redefine elements */}

.vnw-news .filter-bar                       { float:right; margin:0px 0px 20px 0px; }

.vnw-news .articles {
    float:left;
}
.vnw-news .articles ul{
    float:left;
    list-style:none;
    width:100%;
    overflow:hidden;
}
.vnw-news .articles ul li{
    float:left;
    padding:0px 0px 20px 0px;
    border-bottom:#CCC solid 1px;
    margin:0px 0px 20px 0px;
}
.vnw-news .articles ul li.last{
    border-bottom:none;
}

.vnw-news .articles ul li .preview{
    float:left;
    width:180px;
    padding:0px;
}
.vnw-news .articles ul li .preview img{
    width:160px;
}
.vnw-news .articles ul li .preview a{
    float:left;
    padding:3px;
    background-color:#fbfbf9;
    border:#d0d0d0 solid 1px;
}

.vnw-news .articles ul li .details{
    float:left;
    width:410px;
    padding:0px 0px;
    margin:0px 0px 0px 15px;
}
.vnw-news .articles ul li .details h1{
    padding:0px 0px 5px 0px;
    font-size:100%;
}
.vnw-news .articles ul li .details p.date{
    padding:0px 0px 5px 0px;
    margin:0px 0px 10px 0px;
    border-bottom:#CCC solid 1px;
}
.vnw-news .articles ul li .details p.txt{
    padding:0px 0px 10px 0px;
}
.vnw-news .articles ul li .details a.continue{
    color:#000;
    text-decoration:underline;
}


.vnw-news .article ul{
	float:left;
	width:90%;
        display:inline-block;
	list-style:none;
        overflow:hidden;
}
.vnw-news .article li{
	float:left;
	padding:0px 0px 20px 0px;
        width:100%;
        display:inline-block;
}
.vnw-news .article li h1{
	padding:0px;
	margin:0px 0px 5px 0px;
        font-size: 180%;
        border: none !important;
        background: none !important;
}
.vnw-news .article li .details{
	margin:10px 0px 15px 0px;
	padding:0px;
}
.vnw-news .article li .details p.txt{
        font-size: 120%;
}


.vnw-news .article .postin{
	height:29px;
	background:#3D576F;
	border:#434343 solid 1px;
	list-style:none;
	margin:10px 0px 0px 0px;
        width:100%;
}
.vnw-news .article li .postin p{
	float:left;
	padding:0px 10px;
	margin:5px 0px 0px 0px;
	background-repeat:no-repeat;
	background-position:right;
	color:#CCC;
}
.vnw-news .article li .postin p a{
	color:#fff;
}
.vnw-news .article li .postin p.last{
	background-image:none;
}
.vnw-news .article li .postin a.continue{
	color:#fff;
	text-decoration:underline;
	float:right;
	margin:6px 10px 0px 0px;
}/* Product Listings */

.product-hover                    {   border:1px solid #333 !important; cursor:pointer !important;}

.ProductList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductList li {
    list-style: none;
    float: left;
    width: 122px;
    font-size: 0.95em;
    margin: 6px;
    padding: 8px;
    overflow: hidden;
    min-height: 17em;
    border:1px solid #ccc;
}

.ProductList a {
    text-decoration: none;
}

.ProductList .ProductImage {
    margin: 0 0 5px 0;
    display: table-cell;
    width: 120px;
    height: 120px;
    line-height:120px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}

.ProductList .ProductImage img {
    vertical-align: middle;
}
.ProductList p {
    margin: 5px 0 5px 5px;
}

.ProductList strong, 
.ProductList strong a {
    color: #075899;
}

.ProductPrice, 
.ProductList em {
    font-style: normal;
    font-weight: bold;
}

.OldPrice {
    color: #F00;
    text-decoration: line-through;
    margin-right:5px;
}

.ProductList .Rating {
    font-size: 0.9em;
    font-weight: bold;
}

.ProductList .Rating img {
    height: 12px;
    margin-top: 3px;
}

.ProductList li .ProductCompareButton {
    margin-top: 3px;
    text-align: center;
}

/* Product Detail */

.PrimaryProductDetails {
    overflow:hidden;
}

.PrimaryProductDetails .ProductImages {
    float: left;
    min-width: 300px;
    text-align: center;
    border: 0px solid red;
}
.PrimaryProductDetails .ProductMainImage  {
    text-align: center;
    min-width: 300px;
    min-height: 220px;
}
.PrimaryProductDetails .ProductThumbImages  {
    text-align: center;
}
.PrimaryProductDetails .ProductThumbImages a  {
    margin: 5px 5px 5px 0px;
    text-decoration: none;
}
.PrimaryProductDetails .ProductThumbImages a img {
    border: none;
}

.PrimaryProductDetails .ProductMain {
    margin-left:20px;
    width: 290px;
    float: left;
    border: 0px solid green;
}

.PrimaryProductDetails dl {
    font-size: 0.90em;
}

.PrimaryProductDetails dt {
    font-weight: bold;
    width: 80px;
    clear: left;
}

.PrimaryProductDetails dd {
    margin-left: 90px;
}

/* Product Details */
.ProductDetailsGrid dt {
    width: 140px;
    margin-bottom: 6px;
    float: left;
    font-weight: bold;
}

.ProductDetailsGrid dd {
    margin-left: 145px;
    margin-bottom: 6px;
}

.ProductDetailsGrid .DetailRow {
    clear: left;
    margin-top: 6px;
    padding-left: 140px;
}

.ProductDetailsGrid .Label {
    margin: 0 0 6px -140px;
    float: left;
    width: 130px;
    font-weight: bold;
    padding-top: 1px;
    display: inline;
    position: relative;
    text-align: right;
}

.ProductDetailsGrid .Value {
    display: inline;
}

.ProductDetailsGrid .Label .Required {
    position: absolute;
    left: -1em;
}


#product_tabs {
    margin-top:20px;
}

/* Product Page */
.add_to_cart_btn {
	padding:10px;
	font-size:20px;
}

.product_quantity {
	width:50px;
}

.product_section {
    margin-top:20px;
    padding:10px;
    border-top:1px solid #ddd;
}
.product_section h2 {
    font-size:16px;
}

.product_section .red {
    color:red;
}

.option_container {
    margin-bottom:15px;
}

.option_name {
    font-weight:bold;
    font-size:12px;
}

/*
order 
*/
#order_items { clear: both; width: 75%; margin: 30px 0 0 0; border: 1px solid black; }
#order_items th { background: #ccc; padding:6px;}
#order_items td { padding:6px;}
#order_items tr.item-row td { border: 0; vertical-align: top; }
#order_items tr.odd { background: #eee; }
#order_items td.description { }
#order_items td.item-name {  }
#order_items td.total-line { border-right: 0; text-align: right; }
#order_items td.total-value { border-left: 0; padding: 10px; }
#order_items td.blank { border: 0; }

#order_items .qty {width:30px; text-align: center;}
#order_items .unit-price {width:80px; }
#order_items .amount {width:80px; }
#order_items .total td {font-weight:bold; border-top:4px double #000;}
#order_items .error {color:red;}
#order_items .warning {color:blue;}

/*
jCart v1.3
http://conceptlogic.com/jcart/
*/
.jcart {margin:0px;}

#jcart input ,
#jcart select ,
#jcart textarea { width:auto !important; }

#jcart, 
#jcart input, 
#jcart-tooltip { font-size:12px; color:#333;  }

#jcart fieldset { border:0; }

#jcart-error { text-align:center; padding:5px; }

#jcart table { width:100%; border:0; background:#fff; border-collapse:collapse; }
#jcart thead {  }
#jcart-title {  }
#jcart tbody {  }
#jcart tfoot {  }
#jcart tr {  }
#jcart th { background:#3D576F; color:#fff;  }
#jcart th, #jcart td { padding:5px; border:solid 1px #ccc; vertical-align:top; text-align:left; font-weight:normal; }
#jcart #jcart-empty { text-align:center; }

.jcart-item-qty { width:25px; }
#jcart .jcart-item-name { font-weight:bold; }
#jcart .jcart-item-price { width:40px; font-weight:bold; text-align:right; }
.jcart-item-price span { display:block; }

.jcart-remove { font-size:11px; font-weight:normal; }

#jcart-subtotal { display:block; }
#jcart-subtotal strong {  }

#jcart-buttons input { padding:2px; margin:2px; }

#jcart-checkout { float:right; padding:2px; }

.jcart-checkout-bottons  { margin-top:10px; text-align:center; }
.jcart-checkout-bottons input { width:14em; padding:10px; margin-right:10px; }

#jcart-tooltip { display:none; position:absolute; padding:3px 7px 3px 25px; background:#fdfdfd url(../../../../core/plugins/store/views/templates/images/checkmark.png) left center no-repeat; border:1px solid #a6c9e2; z-index:9999; }

.add_to_cart_qty {padding:0px !important; width:30px; height:25px; font-size:12px !important;  }
.add_to_cart_btn {height:30px; font-size:12px !important; line-height: 12px; vertical-align: middle; }
/*
=======================================================================
Comment Plugin Styles
=======================================================================
*/

/* -- commentlist -- */

.comments	{
    margin:0;
    padding:0 0 20px;
    list-style:none;
}

.comments li	{
    margin:0;
    padding:20px 0 0 0;
    list-style:none;
}

.comments li div.comment	{
    padding:15px;
    border:1px solid #d9d9d9;
    background:#f0f0f0;
    position:relative;
}

.comments li.odd div.comment	{background:#fff;}

.comments div.vcard		{
    width:90px;
    float:left;
}

.comments img.avatar		{
    width:80px;
    height:80px;
    overflow:hidden;
    padding:4px;
    background:#fff;
    border:1px solid #d5d5d5;
}

.comments a.comment-reply-link	{
    float:right;
    display:block;
    padding:3px 12px;
    font-size:0.95em;
    color:#131313;
    text-decoration:none;
    border:1px solid #dcdcdc;
    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
    background:url(http://www.ntctroopers.com/public/themes/comfortzone/images/grad_btn_gray.gif) top repeat-x #047FC8;
}

.comments a:hover.comment-reply-link	{text-decoration:none;}

.comments li div.comment .posted_content	{
    position:relative;
    margin-left:110px;
    padding:20px 24px;
    border:1px solid #dcdcdc;
    border-radius:5px;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    background:#fff;
}

.comments li.odd div.comment .posted_content	{
    background:#f7f7f7;
}

.comments li div.comment .posted_content	.pointer_pc,
.comments li.odd div.comment .posted_content	.pointer_pc	{
    width:11px;
    height:19px;
    overflow:hidden;
    position:absolute;
    top:17px;
    left:-11px;
}

.comments li div.comment .posted_content	.pointer_pc	{background:url(http://www.ntctroopers.com/public/themes/comfortzone/images/pointer_posted_content.gif) 0 0 no-repeat;}
.comments li.odd div.comment .posted_content	.pointer_pc	{background:url(http://www.ntctroopers.com/public/themes/comfortzone/images/pointer_posted_content_odd.gif) 0 0 no-repeat;}

.comments .comment_author {
    display:block;
    font-weight:bold;
    color:#232323;
}

.comments .when_posted {
    display:block;
    font-size:0.95em;
    color:#666;
}

.comments .comment-body {
    color:#666;
    line-height:1.6em;
    padding-bottom:15px;
}

.comments ul.children {
    margin:0;
    padding:0;
    list-style:none;
    background:none;
}

.comments ul.children li {padding-left:20px;}

/* -- comment form -- */

#comments-form label		{
    display:block;
    color:#232323;
}

#comments-form label small	{
    font-size:0.95em;
    color:#8b8b8b;
}

#comments-form input[type=text]	{
    width:270px;
    padding:3px;
}

#comments-form textarea	{
    width:470px;
    padding:3px;
    *margin-top:8px;
}

#comments-form .success, #comments-form .error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 10px;
}
#comments-form .success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
#comments-form .error {
    color: #D8000C;
    background-color: #FFBABA;
}

/* glossary plugin */

.glossary_term {
 
    text-decoration: none; 
    border-bottom:1px dotted; 
   
}
.glossary_term span{
	color:#000;
}	

.glossary-widget
{
    width: 680px;
    margin: 0 auto;
    border:3px solid #999;
    background-color:#ccc;
    padding:20px;
}

.glossary-widget h1
{
    color: #555;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1px;
    letter-spacing: 2px;
}

.alphabet
{
    margin: 0 auto 20px auto;
    overflow: hidden;
}

#glossary-table
{
    padding:0px;
    margin:0px;
    width:100%;
    border-spacing:12px;
    border-collapse:separate;
}
#glossary-table td
{
    background-color:#fff;
    padding:10px;
    border:1px solid #999;
    vertical-align: top;
}
#glossary-table td:first-child
{
    width:30%;
    padding-right:0px;
}

.glossary-terms
{
    height: 300px;
    overflow: auto;
    padding:0px;
    margin:0px;
}
.glossary-terms li
{
    margin-bottom:5px;
}
.glossary-terms .no-terms,
.glossary-terms .no-definition
{
    display:none;
}
.glossary-terms li a
{
    text-decoration: none;
    display:block;
    padding:3px;
}
.glossary-terms li a:hover,
.glossary-terms li a.active
{
    background-color:lightblue;
    color:#000;
}

.glossary-definition
{
    display:none;
  
}

.glossary-definition img {
    float:left;
    margin:0px 10px;
}
.glossary-definition .desc {
    font-size:14px;
  
}
.glossary-definition .title {
    font-size:1.8em;
    margin-bottom:10px;
  
}
.alphabet a, #glossary-table tr
{
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}

.alphabet a
{
    width: 20px;
    float: left;
    color: #333;
    cursor: pointer;
    height: 20px;
    border: 1px solid #CCC;
    display: block;
    padding: 2px 2px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    border-right: none;
    text-decoration: none;
    background-color: #F1F1F1;
}

.alphabet a.first
{
    border-radius: 3px 0 0 3px;
}

.alphabet a.last
{
    border-right: 1px solid silver;
    border-radius: 0 3px 3px 0;
}

.alphabet a:hover,
.alphabet a.active
{
    background: #FBF8E9;
    font-weight: bold;
}
/*
=======================================================================
Styles overrides
=======================================================================
*/
.col3 {
    width:auto;
    padding:5px 35px;
}

/*
=======================================================================
News Plugin Styles overrides
=======================================================================
*/
.vnw-news .article .postin      { background:#3D576F url(blue/postin.gif) repeat-x; }
.vnw-news .article li .postin p { background-image:url(images/sep1.gif); }
        
/*
=======================================================================
Chrome Styles overrides
=======================================================================
*/
.common-chrome                  { }
.common-chrome .hd              { margin-bottom:10px; border:none; text-align:left;    font-size:14px;    font-weight:normal;    background-image:url(images/right_bg.gif);    background-repeat:no-repeat;    background-position:bottom;    width:256px;    padding-bottom:10px;  }
.common-chrome .bd              { padding:0px;}

.common-chrome.basic            { border:none;}
.common-chrome.basic .hd        { font-weight:normal; }

/*
=======================================================================
Breadcrumb Styles overrides
=======================================================================
*/
#common-breadcrumb              { width:940px; margin-bottom:0px; padding:6px 20px; float:left; background-color:#3D576F; color:inherit;}
#common-breadcrumb,
#common-breadcrumb a            { color:#FFF;}
#common-breadcrumb p            { line-height:14px; color:#FFF; padding:0px 20px 0px 15px; background-image:url(images/crumb_sep.gif); background-repeat:no-repeat; background-position:100% 50%; font-weight:normal;}
#common-breadcrumb ul li        { padding:0px 12px 0px 10px; background-image:url(images/sep1.gif); background-repeat:no-repeat; background-position:right; color:inherit;}
#common-breadcrumb ul li.last   { background-image:none; }
#common-breadcrumb .label       { background-image:none; }
#common-breadcrumb .separator   { display:none; }

/*
=======================================================================
Pager Styles overrides
=======================================================================
*/
.common-pager ul li a           { padding:2px 9px 0px 9px; background:#ccc url(blue/paging_black.gif) repeat-x;}
.common-pager ul li a:hover     { background-image:none;}
.common-pager ul li.prev a      { background:url(images/paging_prev.gif) no-repeat center; text-indent: -1000px;}
.common-pager ul li.next a      { background:url(images/paging_next.gif) no-repeat center; text-indent: -1000px;}
.common-pager ul li.first a     { padding:2px 15px 0px 15px;}
.common-pager ul li.last a      { padding:2px 15px 0px 15px;}

/*
=======================================================================
Header Styles overrides
=======================================================================
*/
#common-header                  { height:81px; padding:5px 0px 15px 0px;}
#common-header .logo            { padding-top:0px; padding-top:0px;}

/*
=======================================================================
Footer Styles overrides
=======================================================================
*/
#common-footer                  { background:url(images/footer.gif) no-repeat top left;}
#common-footer .top-button a    { text-indent:1000px; background:url(blue/top.gif) no-repeat;}