/* @group global reset */

* { margin:  0; padding: 0; }
ul { list-style: none; }
p { margin: 10px 0; }
a img, fieldset { border: 0; outline: none; }
a { outline: none; color: #10587A; text-decoration:none;}
a:hover {text-decoration:underline;}

.pdf_link a:link, .pdf_link a:hover, .pdf_link a:visited {
	padding-right: 21px;
	background:url(../images/icon/icon-pdf.gif) no-repeat right;
}
.ppt_link a:link, .ppt_link a:hover, .ppt_link a:visited {
	padding-right: 21px;
	background:url(../images/icon/icon-ppt.gif) no-repeat right;
}
.doc_link a:link, .doc_link a:hover, .doc_link a:visited {
	padding-right: 21px;
	background:url(../images/icon/icon-word.gif) no-repeat right;
}
.ie_link a:link, .ie_link a:hover, .ie_link a:visited {
	padding-right: 21px;
	background:url(../images/icon/icon-ie.gif) no-repeat right;
}
.ext_link a:link, .ext_link a:hover, .ext_link a:visited {
	padding-right: 17px;
	background:url(../images/icon/icon-ext_link.gif) no-repeat right;
	font-size: 0.85em;
}


/* @end */
/* @group utility */

.clear {
	height: 1px;
	clear: both;
	margin-top: -1px;
	overflow: hidden;
}
 .row:after, .clearfix:after, .blog_body p:after {
     content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
h2, h3, h4, h5 {}
h2 { font-size: 185%; margin: 25px 0 10px; }
h3 { font-size: 150%; margin: 15px 0 10px; }
h4 { font-size: 125%; margin: 12px 0 10px; font-family:"Trebuchet MS", Verdana, Arial;}
h5 { 
	font-size: 110%; 
	margin: 16px 0 7px 0; 
	font-weight: bold; 
	color: #0066a4; 
	letter-spacing: 1px; 
	text-transform: uppercase;
}

.links h4 {color:#F30;}
h4.featured_h4 { /*color:#AA3333;*/
	margin: 8px 0px 5px 0px;
	border-bottom: 1px solid #a33;
	padding: 0;
	text-align: center;
	font-size:15px;
	color: #AA3333;
	font-weight:normal;
    }
.featured_h4 a:link,
.featured_h4 a:hover,
.featured_h4 a:visited { color:#AA3333; text-decoration:none;}

small { font-size: 90%; }
.smalltext {font-size: 70%; margin:0 10px; line-height: 120%; color:#888;}
/* @end */


/* @group sifr */

.sIFR-active h1 {
      padding-bottom: 0;
    }

.sIFR-active h2 {
	font-size: 30px;
	color: #0066A4;
}

.sIFR-active h2 a { text-decoration: none; }
.sIFR-active h2 a:link { color: #000000; }
.sIFR-active h2 a:hover { color: #CCCCCC; }

.sIFR-active h3 {
	font-size: 24px;
	display: block;
	color: #0066A4;
	margin-top: 30px;
	height: 35px;
}

.sIFR-active h4.castle { /*color:#AA3333;*/
	margin: 8px 0px 4px 0px;
	border-bottom: 1px solid #a33;
	padding: 0;
    }
.sIFR-active h4.subhead {
	color: #660000;
	letter-spacing: -1.5;
	text-transform: capitalize;
    }

.sIFR-active h5#pullquote { font-size: 24px; }
.sIFR-active h5#pullquote em { font-style: normal; color: #660000; }

.drug-facts h5 { font-size: 14px; }

    .sIFR-active h2,
    .sIFR-active h3,
    .sIFR-active h5 {
	visibility: hidden;
	font-family: Verdana;
	line-height:1em;
	display: block;
    }






/* @end */
/* @group =base */

body {
	font: 1em "Lucida Grande", Tahoma, Arial, Sans-Serif;
	background: #005d9a url(../images/layout/bg_body.gif) top center repeat-x;
	color: #3c3c3c;
}
body.safari { font-size: 0.9em; }
.center_col {
	width: 960px;
	margin: 0 auto;
}
#tan_body { background: #e8e5c0 url(../images/layout/bg_tan_body.gif) 0 0 repeat-x; }
#tan_bot {
	background: url(../images/layout/bg_tan_bottom.gif) bottom left repeat-x;
	height: 30px;
	margin-top: -70px;
}
.home #tan_bot { margin-top: 0; }

/* @group -mast */
#mast .center_col {
	height: 350px;
	position: relative;
}
#mast {
	background: url(../images/layout/bg_mast.jpg) top center no-repeat;
	height: 350px;
}
#mast h1 {
	background: url(../images/layout/logo.jpg) 0 0 no-repeat;
	position: absolute;
	top: 11px;
	left: 22px;
	text-indent: -9000px;
}
#mast h1, #mast h1 a {
	width: 270px;
	height: 110px;
	display: block;	
}
/* @end */

/* @group -nav */
#nav {
	width: 510px;
	height: 33px;
	background: url(../images/layout/nav.jpg) 0 0 no-repeat;	
	position: absolute;
	left: 397px;
	top: 81px;
}
#nav li {
	position: absolute;
	top: 0;
	text-indent: -9000px;
}
#nav li a {
	display: block;
	height: 33px;
}
#nav_adults { left: 0; }
#nav_adults a { width: 170px; }
#nav_adults a:hover, body#adults #nav_adults a { background: url(../images/layout/nav.jpg) 0 -33px no-repeat; }
#adults #nav_adults { background: url(../images/layout/nav.jpg) 0 -66px no-repeat; }
#nav_parents { left: 170px; }
#nav_parents a { width: 170px; }
#nav_parents a:hover, body#parents #nav_parents a { background: url(../images/layout/nav.jpg) -170px -33px no-repeat; }
#parents #nav_parents { background: url(../images/layout/nav.jpg) -170px -66px no-repeat; }
#nav_youth { left: 340px; }
#nav_youth a { width: 170px; }
#nav_youth a:hover, body#youth #nav_youth a { background: url(../images/layout/nav.jpg) -340px -33px no-repeat; }
#youth #nav_youth { background: url(../images/layout/nav.jpg) -340px -66px no-repeat; }
/* @end */


/* @group -footer */
#footer {
	background: #116092 url(../images/layout/bg_footer.gif) 0 0 repeat-x;
	color: #fff;
	font-size: 0.74em;
	padding: 60px 0 50px;
	min-height: 50px;/*275px;*/
}
.home #footer { padding-top: 20px; background-position: 0 -37px; }
#footer p {
	margin: 0 0 15px;
	line-height: 1.7em;
}
#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
#foot_left {
	width: 475px;
	float: left;
	padding-left: 40px;
}
#foot_left a {font-weight:bold;}
#foot_right {
	width: 405px;
	float: right;
	background: url(../images/layout/bg_footer_right.gif) -20px -10px no-repeat;
}
#foot_right ul li {
	height: 24px;
	padding: 9px 10px 0px 30px;
	float: left;
	width: 160px;
	position: relative;
}
#foot_right ul li a {
	display: block;
}
#foot_right form {
	float: left;
	margin-top: 15px;
}
#foot_right h5#read_our_blogs {
	background: url(../images/layout/hd_read_our_blogs.gif) 0 0 no-repeat;
	position: absolute;
	width: 160px;
	left: 0px;
}
#foot_right h5#search_viget {
	background: url(../images/layout/hd_search_viget.gif) 0 0 no-repeat;
	position: relative;
	top: 7px;
}
#foot_right h5#get_email_updates {
	background: url(../images/layout/hd_get_email_updates.gif) 0 0 no-repeat;
	position: relative;
	top: 7px;
}
#foot_right input.text {
	background: url(../images/layout/bg_footer_input.gif) 0 0 no-repeat;
	width: 148px;
	height: 14px;
	border: 0px;
	padding: 7px 5px 5px 5px;
	float: left;
	color: white;
}
#foot_right fieldset p {display:inline;}
#foot_right input.button {
	float: left;
}

#home_news_title, .home_box_title {margin: 40px 0 0 5px; background: #0468a4; padding: 3px 30px; width:145px; font-size: 1.2em; font-weight:bold; color:#FFF;}
#home_news, .home_box {margin:0 5px 10px 5px; border:2px solid #eaeaff; padding: 3px 5px; font-family:Georgia, serif;}
#home_news a, .home_box a {color: #333;}

/* @end */

/* @group -feat */
#feat_bot {
	width: 943px;
	height: 3px;		
	background: url(../images/layout/bg_feat_bot.gif) 0 0 no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}
#audience {
	margin: 15px 0 0 5px;
	width: 943px;
	float: left;
	position: relative;
	padding-bottom: 15px;
	background: url(../images/layout/bg_audience_vert.gif) no-repeat;
	font-size:0.8em;
}
.split_col {
	width: 280px;
	float: left;
	margin: 0 2px;
	padding: 0 13px;
	text-align:center;
}

/*
#feat {
	margin: -210px 0 0 9px;
	width: 943px;
	background: url(../images/layout/bg_feat.gif) 0 0 no-repeat;
	float: left;
	position: relative;
	padding: 0 0 2px 0;
}

h3#our_work_homepage {
		width: 223px;
	height: 114px;
			z-index:100;
	background: url(../images/layout/hd_our_work.jpg) 0 0 no-repeat;
	text-indent: -9000px;
	margin: 0;
	position: absolute;
	left: -22px;
	top: 2px;
}
	h3#our_work_homepage a {
			display:block;
		width: 223px;
	height: 114px;
	}
h3#statement {
	width: 302px;
	height: 306px;
	background: url(../images/layout/hd_statement.jpg) 0 0 no-repeat;
	text-indent: -9000px;
	position: absolute;
	right: -31px;
	top: -38px;
}
#statement_side {
	width: 28px;
	height: 288px;
	background: url(../images/layout/bg_statement_side.png) 0 0 no-repeat;
	position: absolute;
	right: 271px;
	top: -23px;
	z-index: 10;
}
#statement a {
	position: absolute;
	display: block;
	z-index: 100;
}
#h_strategy { width: 163px; height: 35px; left: 94px; top: 85px; }
#h_strategy:hover { background: url(../images/layout/hd_statement.jpg) -94px -391px no-repeat; }
#h_design { width: 85px; height: 33px; left: 14px; top: 118px; }
#h_design:hover { background: url(../images/layout/hd_statement.jpg) -14px -424px no-repeat; }
#h_development { width: 171px; height: 39px; left: 99px; top: 120px; }
#h_development:hover { background: url(../images/layout/hd_statement.jpg) -99px -426px no-repeat; }
#h_marketing { width: 125px; height: 31px; left: 58px; top: 159px; }
#h_marketing:hover { background: url(../images/layout/hd_statement.jpg) -58px -465px no-repeat; }	
#feat_callout {
			z-index:5;
	position: relative;
	padding: 20px 271px 0 45px;
}
#callout_img {
	width: 432px;
	height: 205px;
	overflow: hidden;
	float: right;
	position: relative;
}
#callout_arrow {
	width: 53px;
	height: 15px;
	background: url(../images/layout/callout_arrow.png) 0 0 no-repeat;		
	position: absolute;
	bottom: 0;
	left: -3px;
	z-index: 5;
}
#callout_desc {
	width: 175px;
	position:absolute;
	margin: 0;
	padding-top: 102px;
	line-height: 1.4em;
	font-size: 0.8em;
}
#callout_desc { color: #646464; }
#feat_list {
	padding: 15px 0 20px 45px;
	background: url(../images/layout/bg_divider.gif) bottom center no-repeat;
}
h3#work_startups, h3#work_offline_biz, #feat_list a { margin: 0; float: left; }
h3#work_startups, h3#work_offline_biz { text-indent: -9000px; }
#feat_list a {
	display: block;
	height: 49px;
	width: 49px;
	overflow: hidden;
	position: relative;
}
#feat_list a:hover img, #feat_list a.cur img {
	position: absolute;
	top: -49px;
	left: 0;
}
h3#work_startups {
	width: 195px;
	height: 49px;
	background: url(../images/layout/hd_work_startups.gif) 0 0 no-repeat;
}
h3#work_offline_biz {
	width: 186px;	
	height: 49px;
	background: url(../images/layout/hd_work_offline_biz.gif) 0 0 no-repeat;
	margin: 0 10px;
}
*/	
/* @end */



/* @group =pages */

#main {
/*	margin: -214px 0 0 5px;*/
	margin: -210px 0 0 5px;
	width: 943px;
	float: left;
	position: relative;
	background: url(../images/layout/bg_main.png) 0 0 repeat-y;
	padding-bottom: 25px;
}
.home #main_top, #youth #main_top, #parents #main_top, #adults #main_top  {
	height: 5px;
	background: #0167A5;
	}
#main_bot {
	height: 8px;
	width: 943px;
	background: url(../images/layout/bg_main_bottom.gif) 0 0 no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}
#slim_left_col { 
	width: 186px; 
	float: left;
	position: relative;
}
#slim_add {
	width: 155px;
	padding-left: 20px; 
	margin-top: 25px; 
	float: left;
	font-size: 0.8em;
}
#sidebar {
	width: 166px;
	padding: 10px;
	float: left;
	position: relative;
	margin: 25px 0 0 -5px;
	background: url(../images/layout/bg_sidebar.jpg) 0 0 no-repeat;
	font-size: 0.8em;
	min-height: 220px;
}
/*
#sidebar_bottom {
	width: 186px;	
	height: 10px;
	background: url(../images/layout/bg_sidebar_bottom.png) 0 0 no-repeat;
	position: absolute;
	bottom: -10px;
	left: 0;
}
*/
#sidebar h3 {
	height: 44px;
	margin: 6px 0pt 20px;
	text-indent: -9000px; 	
}
#sidebar h3 a {
	display:block;
        height:44px;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
}
#sidebar ul { margin: 0 0 25px; }
#sidebar ul li {
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(../images/layout/bg_divider_side.gif) center bottom no-repeat;
	}
#sidebar ul li a { 
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block; 
	padding: 4px 10px 4px 15px;
/*	background: url(../images/layout/bg_cur_list_a.gif) 0 0 no-repeat; */
}
#sidebar ul li.cur a { background: url(../images/layout/bg_cur_list.gif) 0 0 no-repeat; }
#sidebar ul li a:hover { background: url(../images/layout/bg_cur_list_hover.gif) 0 0 no-repeat; }
#sidebar h5 {
	font-size: 1em;
	padding: 5px 0 0 20px;
	text-transform: uppercase;
color:#6a6a6a;
letter-spacing:0px;
}
#sidebar ul li ul li a, #sidebar ul li.cur ul li a { 
	background: url(../images/layout/bg_sub_list.gif) 14px 8px no-repeat;
	padding-left: 42px;
}
#sidebar ul li ul li.cur a { background: url(../images/layout/bg_cur_sub_list.gif) 0 0 no-repeat; }
#sidebar ul li ul li a:hover { background: url(../images/layout/bg_sub_list_hover.gif) 0 0 no-repeat; }


#main_content {
	width: 670px;
	float: left;
	font-size: 0.9em;
	margin: 0 0 0 35px;
	line-height: 1.6em;
	padding-bottom:25px;
}
#main_content a { font-weight:bold;}


/*
#main_content1 {
	width: 380px;
	float: left;
	font-size: 0.8em;
	margin: 0 0 0 35px;
	line-height: 1.6em;
       padding-bottom:25px;
}
#right_col {
	width: 300px;
	float: right;
	margin: 10px 12px 0 0;
	font-size: 1em;
	line-height: 1.3em;
}
*/
.contest {
	margin: 20px auto;
	width: 450px;
	line-height:100%;
/*	
	height:120px;
	background: url(../images/bg_contest.gif) no-repeat 50% 30%;
	padding: 35px 0 35px 60px;*/
	text-align:center;
	}
.page_sep { /* 899px */
	height: 5px;
	margin: 15px 0;
	background: url(../images/layout/bg_page_long.gif) 50% 50% no-repeat;
}
.divider1 { /* 413px */
	height: 5px;
	margin: 15px 0;
	background: url(../images/layout/bg_divider1.gif) 50% 50% no-repeat;
}
.divider2 { /* 670px */
	height: 5px;
	margin: 15px 0;
	background: url(../images/layout/bg_divider2.gif) 50% 50% no-repeat;
}
.divider1 hr, .divider2 hr, .page_sep hr { display: none; }



/* @end */
/* @group =page specific classes */


.split_half {
	width: 295px; /*main_content: 670px*/
	float: left;
	margin: 0 10px 10px 10px;
	padding: 0 10px 10px 10px;
}

.split_three, .split_three_home {
	width: 197px; /*main_content: 670px*/
	float: left;
	margin: 0 5px 10px 5px;
	padding: 0 8px 10px 8px;
	text-align:center;
	background: url(../images/layout/bg_split_three.jpg) bottom no-repeat;
}
.split_three_home {min-height:285px; padding: 0 8px 2px 8px;}
#links .split_three_home {padding-top:25px; text-align:center; background:none;}
.links .split_three {min-height:233px;}
#photo .split_three_home {padding-top:50px; text-align:center; background:none;}

#main_content2 {
	width: 440px;
	float: left;
	font-size: 0.9em;
	margin: 0;
	line-height: 1.6em;
    padding-bottom:25px;
}

#main_content2_full {
	font-size: 0.9em;
	margin: 0;
	line-height: 1.6em;
    padding-bottom:25px;
}

#main_content2 ul, #main_content2_full ul {margin: 5px 0 5px 30px; list-style:disc;}

#right_col2 {
	width: 220px;
	float: right;
	margin: 10px 0px 0 10px;
	padding-top: 60px;
	position:relative;
	font-size: 1em;
	line-height: 1.3em;
}

.data table {
/*	width: 600px;*/
	margin: 10px auto 25px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}
.data th {
	padding: 5px;
	background-color:#DEF;
	border-bottom: 1px solid #CCC;
	}
.data td {
	padding: 6px;
	background:url(../images/data-bg-td.jpg) center no-repeat;
	}
.data td a {display:block; 	text-indent: -9000px;}
.data td a:hover {background:url(../images/data-bg-td2.jpg) center no-repeat;}
.data .drugname {
	width: 150px;
	background:none;
	font-weight:bold;
	text-align:right;
	}
.datanote {font-size:0.75em; text-align:center;}


.data_no table {
/*	width: 600px;*/
	margin: 10px auto 25px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}
.data_no th {
	padding: 3px;
	border-bottom: 1px solid #CCC;
	}
.data_no td {
	padding: 2px; font-size:0.9em;
	}


.myth_box {margin: 5px; border:5px solid #E3E3E3; padding: 2px; height:110px; text-align:center; background:url(../images/layout/bg_mast.jpg) 0 -5px; color: #FFF; font-family:Georgia, serif;}

.myth_title {margin: 10px 0 20px; border:5px solid #E3E3E3; padding: 10px; text-align:center; background:url(../images/layout/bg_mast.jpg) 0 -5px; color: #FFF; font-weight: bold; font-size:1.3em;}

/*.drug_facts */ .brief {
	font-size: 0.9em;
	line-height: 130%;
	}

/*.ftn {background: #F9F9F9; border-top: 1px solid #666; padding-bottom: 15px;}*/

#ftn1 p,
#ftn2 p,
#ftn3 p,
#ftn4 p,
#ftn5 p,
#ftn6 p,
#ftn7 p,
#ftn8 p,
#ftn9 p
	{
	margin: 0;
	font-size:0.7em;
	margin-left: 40px;
	text-indent: -40px;
	}
#ftn1 p {margin-top:20px;}


#_ftnref1, #_ftn1 {
	padding: 0 3px;
	background:url(../images/icon/icon-ftn01.gif) no-repeat;
	}
#_ftnref2, #_ftn2 {
	padding: 0 3px;
	background:url(../images/icon/icon-ftn02.gif) no-repeat;
	}
#_ftnref3, #_ftn3 {
	padding: 0 3px;
	background:url(../images/icon/icon-ftn03.gif) no-repeat;
	}
#_ftnref4, #_ftn4 {
	padding: 0 3px;
	background:url(../images/icon/icon-ftn04.gif) no-repeat;
	}
#_ftnref5, #_ftn5 {
	padding: 0 3px;
	background:url(../images/icon/icon-ftn05.gif) no-repeat;
	}
#_ftnref6, #_ftn6 {
	padding: 0 3px;
	background:url(../images/icon/icon-ftn06.gif) no-repeat;
	}
#_ftnref7, #_ftn7 {
	padding: 0 3px;
	background:url(../images/icon/icon-ftn07.gif) no-repeat;
	}
#_ftnref8, #_ftn8 {
	padding: 0 3px;
	background:url(../images/icon/icon-ftn08.gif) no-repeat;
	}
#_ftnref9, #_ftn9 {
	padding: 0 3px;
	background:url(../images/icon/icon-ftn09.gif) no-repeat;
	}

.photolist {margin-left: 25px;}
.photolist li { /*width:198px*/
	position: relative;
	width: 110px;
	height: 72px;
	margin: 0px 8px 15px 8px;
	float: left;
	display: block;
	}

.links h6, #links h6 {
	font-family:Tahoma, TradeGothic, Arial;
	font-size: 11px; 
	font-weight: bold; 
	color: #666; 
	text-align:left;
	margin: 10px 10px 0 0;
	height:25px;
	padding: 0px 0px 0 18px;
	background:url(/images/icon/icon-ext_link.gif) left top no-repeat;
	line-height: 100%;
	}

/*.research*/ #featured {
	margin: 0 10px;
	padding: 20px 0 5px 0;
	background:url(../images/research-bg-featured.jpg) no-repeat;
	}
/*.research*/ #featured li {
	min-height:240px;
	width:650px;
	}
/*.research*/ #featured p {
	font-size:12px;
	line-height:130%;
	margin: 3px 160px 3px 15px;	
	}


.news_source {font-size:0.8em; color: #666; margin: 5px 5px 15px 0; border: 1px solid #DDD; padding: 4px;}
.citation {font-size:0.7em; color: #888; margin: 2px 0px 5px 0; border: 1px solid #DDD; background:#F6F6F6; padding: 2px 2px 2px 40px; text-indent:-38px; line-height:140%;}






























#paper_quote {
clear:both;
	background: url(../images/layout/bg_paper_quote.gif) left bottom no-repeat;
	padding: 15px 20px 40px;
	margin: 15px 0 15px;
	font-size: 0.74em;
	line-height: 1.5em;
	position: relative;
        width:263px;
float:left;
}
#paper_quote_top {
	width: 300px;
	height: 21px;
	background: url(../images/layout/bg_paper_quote_top.gif) 0 0 no-repeat;
	position: absolute;
	top: -21px;
	left: 0;
}
#paper_quote blockquote {
	font-weight: bold;
	padding: 0px 15px 0px 40px;
	background: url(../images/layout/bg_quotes.gif) 0 2px no-repeat;
}
#paper_quote blockquote span {
	font-weight: normal;
	display: block;
	padding-top: 5px;
}
#yellow_side {
	width: 269px;
	height: 249px;
	background: url(../images/layout/bg_yellow_side.png) 0 0 no-repeat;
	position: relative;
	right: -24px;
	top: 15px;
	font-size: 0.8em;
	line-height: 16px;
}

	/* @group -case study */
	.work_hd {
		color: #0066a4;
		font-weight: normal;
		font-size: 2.25em;
		margin: 40px 0 20px;
	}
	h3#our_work { background: url(../images/layout/hd_our_work.gif) 18px 0 no-repeat; }
	.callout1 {
		border: 1px solid #dad74e;
		background: #fdfab7 url(../images/layout/bg_add_callout.gif) 0 0 repeat-x;
		padding: 15px;
		margin: 6px 0px 17px 0px;
	}
	.callout1 p { margin: 0; }
	#main_content .callout1 {
		position: relative;
		left: -15px;
	}
	#photo_feat {
		width: 267px;
		float: right;
		margin: -43px 0 10px 0;
		position: relative;
		background: url(../images/layout/bg_photo_feat.gif) 0 0 no-repeat;
		padding: 24px 0 0 33px;
	}
	#photo_img {
		background: url(../images/layout/bg_feat_img.jpg) 0 0 no-repeat;
	}
	#loading {
		width: 150px;
		height: 20px;
		background: url(../images/layout/loader.gif) 100% 0 no-repeat;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -10px 0 0 -75px;
		display: none;
	}
	#loading span {
		width: 120px;
		height: 20px;
		display: block;
		text-indent: -9000px;
		background: url(../images/layout/bg_hold_horses.gif) 0 3px no-repeat;
	}
	#photo_thumbs {
		position: relative;
		float: left;
		padding-top: 15px;
		margin: -18px 0 10px;
	}
	#photo_thumbs a img { 
		margin: 4px 4px; 
		padding: 3px;
		border: 1px solid #e4e3d8;
		background: #f7f5ed;
	}
	#photo_thumbs a:hover img, #photo_thumbs a.cur img {
		border: 1px solid #dad74e;
		background: #fdfab7;
		padding: 3px;
	}
	#feat_arrow {
		width: 53px;
		height: 15px;
		background: url(../images/layout/callout_arrow.png) 0 0 no-repeat;	
		position: absolute;
		left: 16px;
		bottom: 5px;
	}
	#feat_photo_bot {
		width: 300px;
		height: 11px;		
		background: url(../images/layout/bg_photo_feat_bottom.png) 0 0 no-repeat;
		position: absolute;
		left: 0;
		top: 0;
	}
	/* @end */







/* *********************************************** */
/*                  Easy Slider                    */
/* *********************************************** */

    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

	#featured ul, #featured li,
	#featured2 ul, #featured2 li{
/*		margin:0;
		padding:0;
		list-style:none;
*/
		}
	#featured2{margin-top:1em;}
	#featured li, #featured2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		/*width:696px;
		height:241px;*/
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/easyslider/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/easyslider/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		/*margin:7px 0 7px 480px; --- 4 items*/
		margin:7px 0 7px 450px;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
