/* ----------- */
/* CSS IMPORTS */
/* ----------- */

/* Stylesheet RESET */
@import url(hacks/reset.css);

/* Stylesheet SIFR */
@import url(sifr.css);

/* Stylesheet DROPDOWN MENU */
@import url(dropdown.css);

/* Stylesheet JCAROUSEL */
@import url(jcarousel/jquery.jcarousel.css);
@import url(jcarousel/skins/atlantica/skin.css);

/* Stylesheet for GALLERY - PRETTYPHOTO */
@import url(prettyPhoto.css);


/* ------------ */
/* MAIN STYLING */
/* ------------ */

#contest

{
text-align: center;
font: 18px 'Lucida Grande', Arial, sans-serif;
width: 930px;
height: 200px;
padding: 5px;
margin-top: 50px;
margin: 0 auto;
} 

body



{
	font: 12px 'Lucida Grande', Arial, sans-serif;
	color: #666666;
}



/* Global Wrap */
#wrap{
	width: 999px;
	margin: 0 auto;
	z-index: 3;
	background-color: #FFFFFF;
	background-image: url(../img/page/main_bg.png);
	background-repeat: repeat-y;
}

/* Page      */

#popup
{
    position:absolute;
    display:none;
    top:200px;
    left:50%;
    width:500px; 
    margin-left:-250px;
    border:1px solid blue; 
    padding:20px;
    background-color:white;
}

/* Page      */
/* -> Header */
#page .header{
	position: sticky;
  	top: 0;
	text-align: left;
	margin: 0;
	width: 1000px;
	height: 210px;
	z-index: 4;
	background: url(../img/bg/rti_header_08102025.jpg);
	background-repeat: no-repeat;
}

#page .header img{
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 0px;
}

/* Page          */
/* -> Navigation */

#navwrap{
	background: black url(../img/bg/header_gradient.jpg) repeat-x;
	width: 100%;
	height: 35px;
	overflow: visible;
	margin: 0 auto;
	}
		
.navigation{
	width: 999px;
	background: transparent;
	margin: 0 auto;
	z-index: 99;
}

.navigation .border{
 padding-left: 30px;
}

.navigation ul{
	padding: 6px !important;
	padding-bottom: 10px;
	float: left;
	width: 999px;
}

.navigation ul li{
	display: inline;
	padding-left: 20px;
	padding-right: 12px;
	color: white;
}

.navigation ul li.first{
	background: none;
	padding-left: 0px;
}

.navigation ul li .icon{
	vertical-align: middle;
	float: left;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0;
}

.navigation ul li a{
	text-decoration: none;
	color: white;
}

.navigation .search{
	float: right;
	padding-top: 6px;	
}

.navigation .search .field{
	background: transparent url(../img/navigation/search_bar.jpg) no-repeat 0 0;
	font:11px 'Lucida Grande', Arial, sans-serif;
	line-height: 22px;
	width: 152px;
	height: 20px;
	color: #fff;
	float: left;
	padding: 3px 3px 3px 5px;
}

.navigation .search .button{
	background: black url(../img/navigation/search_btn.jpg) no-repeat;
	width: 60px;
	height: 20px;
	color: #313131;
	font:12px 'Lucida Grande', Arial, sans-serif;
}

/* Content */
#page #content{
	margin: 0 auto;
	padding-top: 10px;
	width: 999px;
	background-color: transparent;
}

#page #content.alt{
	padding-top: 0px;
}

/* Content       */
/* -> Info Bar   */
#content .info_bar{
	margin: 0 auto;
	padding: 8px 30px;
}

#content .info_bar .hello{
	height: 95px;
	width: 628px;
	float: left;
}


#content .info_bar .calltoaction{
	float: left;
	clear: right;
	height: 95px;
	width: 305px;
}

/* Content             */
/* -> From Title Bar   */
.from_title{
	text-align: center;
	padding: 13px;
	margin-left: 31px;
	margin-right: 31px;
}

.from_title .page_title{
font-size: 16px;
text-transform: capitalize;
}

.from_title .page_title img{
padding: 0px 7px;
}


.from_title ul{
	width: 100%;
}

.from_title hr{
	background: #FFF;
	height: 1px;
	border: 0px;
	border-bottom: 1px dotted #c2c2c2;
	margin-top: -10px;
	margin-bottom: 10px;
}

.from_title ul li{
	display: inline;
	background: url(../img/navigation/navigation_dot.jpg) no-repeat 5px 0;
	padding-left: 20px;
	vertical-align: middle;
}

.from_title li.page_title{
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #333;
	background: none;
}

/* Content           */
/* -> Content Wrap   */
#content .content_wrap{
	margin: 0 30px;
	padding: 30px 0;
	border-top: 0px dotted #c2c2c2;
}

/* Content      */
/* -> Entries   */
#content .content_wrap .entries,
#content .content_wrap .full-entry{
	width: 600px;
	border-right: 1px dotted #c2c2c2;
	padding-right: 25px;
	float: left;
}

#content .content_wrap .entries ul li,
#content .content_wrap .full-entry{
	margin-bottom: 20px;
}

#content .content_wrap .entries ul li .date,
#content .content_wrap .full-entry .date{
	background: url(../img/blog/date_bg.jpg) no-repeat;
	width: 36px;
	height: 36px;
	float:left;
	margin: 5px 15px 0 0;
}

#content .content_wrap .entries ul li .date p,
#content .content_wrap .full-entry .date p{
	padding-top: 2px;
	font-size: 10px;
	text-align: center;
	line-height: 13px;
	color: white;
	font-family: Arial;
	font-weight: bold;
}

#content .content_wrap .entries ul li .date p span,
#content .content_wrap .full-entry .date p span{
	display: block;
	font-size: 19px;
}

#content .content_wrap .entries ul li .title,
#content .content_wrap .full-entry .title{
	float:left;
	width: 400px;
}

#content .content_wrap .entries ul li .title h2,
#content .content_wrap .full-entry .title h2,
#content .content_wrap .entries ul li .title h2 a,
#content .content_wrap .full-entry .title h2 a{
	font-size: 24px; 
	color: #333333;
	height: 30px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#content .content_wrap.entries .entry h2, #content .content_wrap .full-entry .post h2 {
margin: 20px 0 8px 0
}

#content .content_wrap .entries ul li .title h3,
#content .content_wrap .full-entry .title h3{
	font-size: 11px;
}

#content .content_wrap .entries ul li .title h3 span,
#content .content_wrap .full-entry .title h3 span{
	color: #aaaaaa;
}

#content .content_wrap .entries ul li .comments,
#content .content_wrap .full-entry .comments{
	background: url(../img/blog/comments_bg.jpg) no-repeat;
	width: 111px;
	height: 30px;
	float: right;
	color: #FFF;
	text-align: center;
	margin-top: 5px;
}

#content .content_wrap .entries ul li .comments p,
#content .content_wrap .full-entry .comments p{
	padding-top: 1px;
}

#content .content_wrap .entries ul li .comments p span,
#content .content_wrap .full-entry .comments p span{
	font-size: 14px;
}

#content .content_wrap .entries ul li .entry,
#content .content_wrap .full-entry .post{
	clear: both;
	padding-top: 10px;
	border-bottom: 1px dotted #c2c2c2;
	padding-bottom: 20px;
	font-size: 12px;
}

#content .content_wrap .entries ul li .entry p,
#content .content_wrap .full-entry .post p{
	line-height: 24px;
	margin-bottom: 15px;
}

#content .content_wrap .entries ul li .entry .quote,
#content .content_wrap .full-entry .post .quote{
	color: #666666;
	padding-left: 10px;
	border-left: 3px solid #eaeaea;
	line-height: 24px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#content .content_wrap .entries ul li .entry ul li,
#content .content_wrap .full-entry .post ul li{
	background: url(../img/blog/bullet.jpg) no-repeat;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .content_wrap.entries .entry h2, 
#content .content_wrap .full-entry .post h2{
	font-size:16px; 
}

#content .content_wrap .entries ul li .img_left,
#content .content_wrap .full-entry ul li .img_left{
	float: left;
	padding-top: 8px;
	padding-right: 15px;
}

#content .content_wrap .full-entry .post img{
padding: 0 10px 0 0;
}

#content .content_wrap .comment_list{
	padding-top: 10px;
}
#content .content_wrap .comment_list h2{
	width: 250px;
	float: left;
	font-size:24px; 
	color: #333333;
}

#content .content_wrap .comment_list h3{
	float: right;
	width: 160px;
	margin-top: 5px;
	font-size: 12px; 
	color: #333333;
}

#content .content_wrap .comment_list ul{
	margin-top: 10px;
}

#content .content_wrap .comment_list ul li{
	display: block;
	background: #f5f5f5;
	color: #333333;
	padding: 8px;
}

#content .content_wrap .comment_list ul li.alt{
	background: #FFF;
}

#content .content_wrap .comment_list p{
	margin-top: 5px;
}

#content .content_wrap .comment_list .details{
	font-weight: bold;
	color: #727272;
}

#content .content_wrap .comment_list .details span{
	color: #333333;
}

/* Sidebar      */
#sidebar{
	float: left;
	width: 310px;
}

#sidebar .sidebar_wrap{
	width: 280px;
	margin-left: 30px;
}

#sidebar h3{
	font-family: Arial, sans-serif; font-weight: bold; text-transform: capitalize; font-size:16px; color: #333333; margin-bottom: 10px;
}

/* Sidebar       */
/* -> Affiliates */

#sidebar ul.affiliates li{
	display: inline;
}

#sidebar hr{
	background: #FFF;
	height: 1px;
	border: 0px;
	border-bottom: 1px dotted #c2c2c2;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Sidebar       */
/* -> Contact */
#sidebar .contact_us{
	line-height: 24px;
}

/* Sidebar       */
/* -> The Author */

#sidebar .the_author{
	line-height: 24px;
}

#sidebar .the_author img{
	border: 0px solid #000;
	float:left;
	margin-top: 10px;
	margin-right: 10px;
}

/* Sidebar       */
/* -> Categories */
#sidebar ul.categories li{
	margin-bottom: 10px;
}

/* FOOTER NAV       */
.footer_nav{
	background: url(../img/page/footer_nav_bg.png) no-repeat bottom;
	text-align: center;
	margin: 0px auto;
	height:57px;
	width: 999px;	
}

.footer_nav .list{
	border-top: 1px dotted #c2c2c2;
	margin-left: 31px;
	margin-right: 31px;
	padding: 19px 0 15px 0;
}

.footer_nav .prev{
	float: left;
	width: 200px;
	font-size:20px; 
	color: #999999;
}

.footer_nav .cur{
	float: left;
	width: 500px;
	font-size:16px; 
	color: #333333;
	text-align:center;
}

.footer_nav .cen{
	font-size:12px; 
	color: #333333;
	text-align:center;
	font-weight: bold;
}

.footer_nav .next{
	float: right;
	width: 200px;
	font-size:20px; 
	color: #999999;
}

/* FOOTER   */
#footer{
	width: 100%;
	height: auto;
	font-family: 'Lucida Grande', Arial, sans-serif;
	padding-bottom: 15px;
	background: #111;
}

#footer h2{
	padding: 0;
	margin: 0;
	color: #FFF;
	height:20px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

#footer .footerList{
	margin-top: 25px;
	margin-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	width: 130px;
}

#footer .footerAds{
	margin-top: 25px;
	margin-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	clear: right;
}

#footer .footerAds img{
	padding-right: 5px;
	float: left;
}

#footer .footerAds img.square{
	padding: 4px;
	margin: 0 0 0 15px;
	background: #333;
}


#footer .footerWrap{
	width: 999px;
	margin: 0 auto;
}

#footer .footerList li{
	color: #888888;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}

#footer .copyright{
	clear: both;
	color: #8c8c8c;
	margin-left: 51px;
	padding-top: 25px;
	font-size: 11px;
	text-align: center;
}

#footer .copyright span{
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}
.social


{
	padding-right: 4px;
}#wrap #page #content .content_wrap .entries .entry #vid1 {
	height: 385px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #page #content .content_wrap .entries .entry #vid1 {
	height: 385px;
	width: 485px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #page #content .content_wrap .full-entry #TSAccordion1 .contentfaq {
	font-size: 14px;
	color: #FF0000 !important;
}

#wrap #page #content .content_wrap .full-entry .post services .instruct {

}
