@charset "utf-8";
/* CSS Document */
html,
body {
   margin:0;
   padding:0;
   height:100%;
   
   font-family:Arial, Helvetica, sans-serif;
   background-color:#e6e6e6;
   font-size:12px;
   color:#333333;
  
}

#site{
	margin:0 auto;
	width:1005px;
	
	min-height:100%;
	position:relative;
}

#inner{
	clear:both;
	/*padding-bottom:240px;*/
	
}

#top{
	clear:both;
	
}

#topmenu{
	text-align:right;
	padding-left:20px;
	
}
#search{
	float:right;
	
	display:inline;
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	height:20px;
	width:140px;
	padding:3px 15px 2px 2px;
	
}
#search_form{
	display:inline;
}
	
#search input{
	width:100px;
	border:0;
	height:12px;
	font-size:10px;
	float:left;
	background-image:url(../images/search-boxbg.png);
	background-position:0% -5%;
	background-repeat:repeat-x;

}
#searchbutton{
	display:block;
	float:left;
	height:13px;
	width:11px;	
	cursor:pointer;
	margin-right:12px;
	/*border:1px solid #666666;*/
}
#topmenu #menu{
	margin:0;
	padding:0;
	margin-right:20px;
	float:right;
}
#menu li{
	list-style-type:none;
	float:left;
	padding:5px;
	font-size:11px;
}
#menu li a{
	font-size:9px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
	
}

#flash{
	clear:both;
	
}

#bottom{
	clear:both;
	margin-top:1px;
	position:relative;
	float:left;
	background-image:url("../images/right_bg_m.png");
	background-position:100% 50%;
	background-repeat:repeat-y;

}

#leftcol{
	width:680px;
	float:left;
}

#contenttop{
	background-image:url(../images/content_area_t.png);
	background-repeat:no-repeat;
	height:24px;
	padding:10px 15px 0px 10px;
	font-weight:bold;
}

#contentmiddle{
	background-image:url(../images/content_area_m.png);
	background-repeat:repeat-y;
	padding:10px;
	font-family:"Trebuchet MS";
	
}

#contentbottom{
	background-image:url(../images/content_area_b.png);
	height:9px;
}

#rightcol{
	width:324px;
	float:left;
	margin-left:1px;
	padding-bottom:20px;
	
}

#thumbs{
	margin:0;
	padding:0;
}

#thumbs li{
	list-style-type:none;
	background-image:url(../images/home_thumb.png);
	background-repeat:no-repeat;
	width:210px;
	height:125px;
	padding:5px 8px;
	float:left;

}

#thumbs li span{
	display:block;
}
.title{
	height:18px;
	padding-left:8px;
	padding-top:5px;
}
.title a{
	color:#FF3300;
	text-decoration:none;
	font-size:13px;
}
span.image{
	height:67px;
	width:199px;
	margin:3px 6px;
}
.desc{
	height:32px;
	font-size:10px;
	padding-left:8px;
}

#rconttop{
	background-image:url(../images/right_bg_t.png);
	background-repeat:no-repeat;
	height:25px;
	padding:10px 15px 0px 15px;
	font-weight:bold;
}
#rcontmiddle{
	background-image:url(../images/right_bg_m.png);
	background-repeat:repeat-y;
	padding:5px 10px;
}

#rcontbottom{
	background-image:url(../images/right_bg_b.png);
	background-repeat:no-repeat;
	background-position:top;
	height:10px;
	position:absolute;
	bottom:0;
	right:0;
	width:324px;
	clear:both;
}

#newsitem{
	margin:0;
	padding:0;	
}
#rightcol #newsitem li{
	margin-top:0px;
}

#newsitem li{
	list-style-type:none;
	margin-top:5px;
	color:#666666;
	
}

#newsitem h5 a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#df562a;
}

.headline{
	font-weight:bold;
}
.headline a{
	text-decoration:none;
	color:#000000;
}

.headline a.selected{
	color:#CCCCCC;
}
.newsbody{
	margin-top:10px;
	display:block;
	margin-bottom:8px;
}

#footer{

	/*position:absolute;
   	bottom:0;
	*/
	clear:both;
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	width:1005px;
	height:230px;
	padding-top:10px;
}

#footer a{
	color:#F47E36;
	text-decoration:none;
}

#footer li a{
	color:#666666;
	
	
}

.toe{
	clear:both;
	margin:0 0 5px 0;
	padding:0;
}

.toe li{
	float:none;
	padding-left:0px;
	list-style-type:none;
	margin-top:0px;
	
}
.readmore{
	height:20px;
	text-align:right;
	padding-right:5px;
}
.headertitle{
	font-weight:bold;
	color:#232323;
	height:15px;
	padding:5px 0px;
	font-size:12px;
	border-bottom:1px solid #EFEFEF;
	margin-bottom:5px;
}
#links ul{
	margin:0;
	padding:0;
}

#stats ul{
	margin:5px;
	padding:5px 0px;
}

#links ul li, #stats ul li{
	list-style-type:none;
	padding:5px 0 5px 5px;
	height:20px;
	border-bottom:1px solid #F9F9F9;
	color:#787878;
	
}

#links a{

	text-decoration:none;
}
.rightbox , .rightbox a{
	color:#787878;
	text-decoration:none;
}
#shareget{
	/*height:25px;*/
}

table.listing .searchHeader td{
	color:#333333;
	font-weight:bold;
	font-size:1.1em;
	background-color:#FFC1AF;
}

table.listing td{
	text-align:left;
	vertical-align:top;
}
table.listing td a{
	font-weight:bold;
	color:#f47e36;
	text-decoration:none;
}

table.listing td a:hover{
	text-decoration:underline;
}

#biblio li{
	list-style-type:none;
	float:left;
	height:24px;
	width:20px;

	padding:2px;
}

#biblio{
	margin:10px;
	padding:0px;
}

#biblio li a{
	font-weight:bold;
	color:#f47e36;
	text-decoration:none;
}

#biblio li a:hover{
	text-decoration:underline;
}
.titleline, .titleline a{
	font-size:13px;
	color:#f47e36;
	font-weight:bold;
	margin-bottom:6px;
	text-decoration:none;
}
.titleline a:hover{
	text-decoration:underline;
}
.databox{
	margin-top:10px;
	border-bottom:1px solid #f9f9f9;
}
#phyimg{
	display:block;
	border:3px solid #f9f9f9;
}
#phyimg img{
	border:1px solid #f3f3f3;
}

#one{
	width:140px;
	float:left;
	margin-left:20px;
	margin-top:10px;
}
#two{
	width:150px;
	float:left;
	margin-left:10px; 
	margin-top:10px;
}
#three{
	width:220px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
#four{
	width:140px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
#five{
	width:235px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	font-size:10px;
	padding:0 20px;
}
#five p{
	margin-top:0px;
}
.menuhead{
	display:block;
	height:22px;
	font-weight:normal;
	font-size:12px;
}
#sponsor{
	background-image:url(../images/sponsers_bg.png);
	width:1006px;
	height:130px;
	background-repeat:no-repeat;
	margin-top:2px;
	text-align:center;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#FD7C64;
	font-size:14px;
	padding-top:5px;
}
.slist{
	margin:0;
	padding:0;
}
.slist li{
	list-style-type:none;
	border-bottom:1px solid #f9f9f9;
	margin-top:10px;
}
.ques{
	border-bottom:1px solid #f9f9f9;
	margin-bottom:10px;
	font-weight:bold;
}
.answer{
	padding:4px 10px 4px 10px;
	margin-bottom:15px;
}
#physpthumb img{
	margin:0 0 -12px 6px;
}
#findbtn, #applybtn {
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
	border:1px solid #EFEFEF;
	background-color:#F47E36;
	text-decoration:none;
}
a.btn{
	color:#F47E36;
	font-weight:bold;
	/*padding:4px;
	border:1px solid #EFEFEF;
	background-color:#F47E36;*/
	text-decoration:none;
}
a.btn:hover{
	text-decoration:underline;
}
.applyform td{
	vertical-align:top;
	background-color:#fafafa;
}
.applyform td textarea, .applyform td input, .applyform td select{
	border:1px solid #FF9933;
}
.msg{
	font-weight:bold;
	color:#FF0000;
}
.joblist , .joblist td{
	background-color:#FFFFFF;
	border:1px solid #FAFAFA;
}
.tablepageing{
	color:#787878;
}
.tablepageing a{
	color:#F57E7F;
	text-decoration:none;
}
.tablepageing a:hover{
	text-decoration:underline;
}
#splink a{
	color:#F67E80;
}
#splink a:hover{
	text-decoration:underline;
}

/*============================*/
/*=== Custom ShiblY Styles ===*/
/*============================*/

.s_button{ cursor:pointer;color:#FFFFFF;font-weight:bold;padding:4px;border:1px solid #EFEFEF;background-color:#F47E36;text-decoration:none;} 

.s_text{border:1px solid #FF9933;width:200px;}

.contact{ border-color:#F90;}
.contact th{ border:1px solid #EBEBEB;}
.contact td{ border:1px solid #EBEBEB;}

.s_h1{color:#333; font-size:12px; font-weight:bold;}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(../show/slider.png) no-repeat;
    width:998px;
    height:392px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}

#slider {
	position:relative;
    width:618px;
    height:246px;
    margin-left:5px;
	background:url(../show/loading.gif) no-repeat 50% 50%;
}
#slider img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:20px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../show/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../show/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
