/* Default CSS Document */

															/** BODY ELEMENTS **/
* {
	margin: 0;
	padding: 0;
	}
	
body{
	color: #333;
	background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height:130%;
	}

h1 {
	color: #ff5b00;
	font-size: 125%;
	margin: 1em 0 0.5em 0;
	padding: 0px;
	}

h2 {background-color:#E0E0E0;
	font-weight:bold;
	font-size:90%;
	color: #333;
	margin: 3px 0px 3px 0px;
	padding: 6px 0px;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	text-indent: 5px;
	}

h3 {
	color: #333;
	font-size:13px;
	line-height: 1.5em;
	}
	
.marginzero{text-align:center;}

															/** MAIN CONTAINERS **/


/* Sitewrap */

#sitewrap{
	margin:0.8em auto;
	width:94%;
	}
	

/* Header */

#header {
	margin:0;
	padding:0.1em 0em;
	background: #FF5C00 left bottom url('../images/mastbg.gif') repeat-x;
	width:100%;
	-webkit-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;	
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	}
#header p{
	clear:both;
	margin:0em 0em 1.4em 1.2em;
	color:#000;
	font-size: 75%;
	}
#header img{
	border:0px;
	float:left;
	margin:1.2em 0em 0.3em 1em;
	width:auto;
	}
	
	
/* Header Details */

#header_details{
	margin: 1.2em 0em 2.4em 0em;
	width: auto;
	font-size:70%; 
	color:#666666;
	}

.textsize{
	float:right;
	margin:0.3em 0em 0em 0em;
	cursor:default;
	}
.textsize_active{
	padding:0.2em 0.4em;
	background-color:#FF5B00;
	color:#fff;
	font-weight:bold;
	font-size:80%;
	}
.textsize_medium{
	padding:0.2em 0.4em;
	background-color:#F2F1EF;
	color:#333;
	font-weight:normal;
	font-size:100%;
	}
.textsize_large{
	padding:0.2em 0.4em;
	background-color:#F2F1EF;
	color:#333;
	font-weight:normal;
	font-size:110%;
	}	
	
	
/* Content */

#content{
	margin:0;
	margin-top:0.4em;
	padding:0;
	border-top: 1px solid #e0e0e0;
	width:100%;
	}
#content p{
	color:#333;
	font-size:84%;
	margin-top:14px;
	margin-bottom:14px;
	}
#content h6{
	color:#669;
	font-size:100%;
	}
#content ul{
	font-size:84%;
	color:#333;
	}
	
.paragraph{
	margin-top:10px;
	margin-bottom:20px;
	}	
.paragraph li{
	margin-left:2.5em;
	line-height:1.5em;
	}
	

/* Columns */

#columone{
	width:80%;
	}
#columtwo{
	width: 17%;
	float: right;
	margin-top:2em;
	}	
	

/* Columns - extra styles */

#columtwo img{
	margin: 20px 0px;
	}	
.columtwo_holder{
	margin: 20px 0px 0px 0px;
	border:1px solid #E0E0E0;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;	
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
.columtwo_holder h2 {
	color:#333;
	font-size:0.8em;
	border:1px solid #e0e0e0;
	-webkit-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;	
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	padding: 0.5em 10px 0.4em 10px;
	}
.columtwo_holder2{
	margin: 0;
	padding:0;
	border:1px solid #E0E0E0;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;	
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
.columtwo_holder2 h2 {
	color:#333;
	font-size:0.8em;
	background-image:url(../images/h2_gradient.gif);
	border:0;
	-webkit-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;	
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-bottom:1px solid #e0e0e0;
	padding: 10px;
	margin:0;
	}	


/*Demo Navigation*/

.demo_nav_holder ul{
	list-style-type:none;
	}
.demo_nav_holder ul li span{
	font-size:82%;
	font-weight:bold;
	padding:0.3em 0em 0.3em 1em;
	display:block;
	border-bottom:1px solid #ddd;
	color:#FF5B00;
	}
.demo_nav_holder ul li span:hover{
	background-color:#f0f0f0;
	cursor:pointer;
	}
.demo_nav_holder ul li li span{
	font-size:100%;
	font-weight:normal;
	border-bottom:1px solid #ddd;
	color:#333;
	padding:0.1em 0em 0.1em 2em;
	}
.demo_nav_holder ul li li span:hover{
	background-color:#f9f9f9;
	cursor:pointer;
	}
.demo_nav_holder ul li li li span{
	font-size:100%;
	border-bottom:0;
	padding:0.2em 0em 0.2em 1.6em;
	}
.demo_nav_holder ul li li li a{
	display:block;
	}
.demo_nav_holder ul li li li span:hover{
	background-color:#f0f0f0;
	}
.demo_nav_holder ul ul ul{
	border-bottom:1px solid #ddd;
	background-image: url(../images/demonav_grad.gif);
	background-position:bottom; background-repeat:repeat-x;
	}
.demo_nav_holder ul li.collapsable span.demonavlisttitle{
	background-color:#f0f0f0;
	}
.demo_nav_holder ul li li.collapsable span.demonavlistsubtitle{
	background-color:#f9f9f9;
	}
.demo_nav_sub .hitarea {
	background-image:url(../images/bullets/demonav_arrow.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	height: 12px;
	width: 12px;
	margin-left: 1em;
	margin-top: 0.8em;
	float: left;
	cursor: pointer;
}
.demo_nav_sub .collapsable-hitarea {
	background-image:url(../images/bullets/demonav_arrowdown.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	height: 12px;
	width: 12px;
	margin-left: 1em;
	margin-top: 0.8em;
	float: left;
	cursor: pointer;
}


/* Footer */
				
#footer{
	clear: both;
	}
#sitefooter{
	margin-top: 1.5em;
	padding-top:1.5em;
	border-top:1px solid #ccc;
	color:#333;
	font-size:80%;
	text-align:center;
	}
	
	
/* Links */

#columtwo a, a:link, a:visited{
	color:#FF5B00;
	text-decoration:none;
	border:0;
	}
#columtwo a:hover{
	color:#FF5B00;
	text-decoration:underline;
	}
#columtwo a:focus{
	color:#BF4400;
	background-color:#fffff9;
	}
	
.paragraph a, a:link, a:visited{
	color:#FF5B00;
	text-decoration:none;
	border:0;
	}
.paragraph a:hover{
	color:#FF5B00;
	text-decoration:underline;
	}
.paragraph a:focus{
	color:#BF4400;
	background-color:#FFFFCC;
	}	
	


															/** SUB CONTAINERS **/
.columtwosidebar{margin-top:40px; margin-bottom:40px;}															
.columtwosidebar td{padding:6px;}

.orange{color:#FF9900;}

.breaka{padding-top:14px; padding-bottom:20px; text-align:center; margin:0 auto;}

.displaytable table{text-align:center; width:100%; margin-top:20px; margin-bottom:40px;}
.displaytable table td{width:50%;}


.headingnav{font-size:90%; text-align:center; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.headingnav2{font-size:70% !important; text-align:center; border:1px solid #ccc; color:#666 !important; text-transform:uppercase; margin-top:-1px !important; background-color:#f9f9f9; font-weight:bold;}


.sfe_logo_columtwo h2{ text-align:left;}
.sfe_logo_columtwo{ text-align:center;}


.nobordertop{border-top:none;}
.noborderbottom{border-bottom:none;}

.helpbox{margin-top:-4px; padding:1px 10px 1px 10px;}
.navbox{margin-top:-4px;}

.helpbox ul{margin-left:2.5em;}

.helpbox table{width:100%; text-align:center;}
.helpbox td{width:50%;}

.helpbox img:hover{
opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=50); /* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-khtml-opacity: .50; /* Safari 1.x */
-moz-opacity: .50; /* FF lt 1.5, Netscape */}

.smallfont{font-size:60%; }



.introtable td{vertical-align:top;}


															/** LISTS **/


#wrap1{padding:4px; text-align:center;}




#mainnav{margin: 10px 0px 0px 10px; width: auto; font-size:75%; color:#666666;}

#mainnav table td{padding-left:20px; padding-right:20px;}


															/** TYPOGRAPHY **/
.x {
	display: none;
	}
	
	.welcomebox{width:500px; font-size:120%; padding-top:20px; margin:auto;}
	.welcometext{margin-top:20px; text-align:left;}



.sitemap_column1{width:46%;}
.sitemap_column2{width:46%; float:right;}
.accordion_sitemap{border-left:1px solid #e0e0e0; border-right:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0;}
.accordion_sitemap h3{display:block; padding:0.6em 0em 0.6em 1em; background:#f0f0f0; border-bottom:1px solid #fff;}
.accordion_sitemap h3:hover, .accordion_sitemap h3:focus{cursor:pointer; background:#e0e0e0;}
.accordion_sitemap div{padding:1em 0em;}
.accordion_sitemap li{line-height:2em; list-style-image:url(../images/bullets/dg_grey_arrow_big.gif);}
.accordion_sitemap li li{list-style-image:url(../images/bullets/dg_grey_arrow.gif);}
.accordion_sitemap li:hover{line-height:2em; list-style-image:url(../images/bullets/dg_orange_arrow_big.gif);}
.accordion_sitemap li li:hover{list-style-image:url(../images/bullets/dg_orange_arrow.gif);}

.introsection1{width:47%;}
.introsection2{width:50%; float:right; margin-top:-2px;}
.introsection3{width:100%;}
.introsection4{width:48%;}
.introsection5{width:100%;}

.introsection1_head{background-color:#E0E0E0; font-weight:bold; font-size:90%;}
.introsection2_head{background-color:#E0E0E0; font-weight:bold; font-size:90%;}
.introsection3_head{background-color:#E0E0E0; font-weight:bold; font-size:90%;}
.introsection4_head{background-color:#E0E0E0; font-weight:bold; font-size:90%;}

.introsection1 li li{font-size:114%;}
.introsection2 li li{font-size:114%;}
.introsection3 li li{font-size:114%;}
.introsection4 li li{font-size:114%;}

.introsection1 li li li{font-size:114%}
.introsection2 li li li{font-size:114%;}
.introsection3 li li li{font-size:114%;}
.introsection4 li li li{font-size:114%;}

#project1{width:48%; text-align:center;}
#project1 h3{margin-bottom:10px;}
#project1 img{ margin-top:20px;  margin-bottom:20px; }
#project1 table{width:74%; text-align:center; margin:0 auto;}
#project2{width:48%; float:right; text-align:center;}
#project2 h3{margin-bottom:10px;}
#project2 img{ margin-top:20px;  margin-bottom:20px; }
#project2 table{width:74%; text-align:center; margin:0 auto;}


.projectlinks table{width:100%; margin-top:20px; margin-bottom:20px;}


.bottomsitelinks{width:100%; margin:0 auto;}
.bottomsitelinks a{color:#fff; text-decoration:none;}
.bottomsitelinks a:hover{color:#fff; text-decoration:underline;}

#sitelinks1{width:24%;  text-align:center;}
#sitelinks1 h3{margin-bottom:10px;}
#sitelinks1 table{width:100%; text-align:center; background-image:url(../images/project_bgimg.jpg);}
#sitelinks1 table td{padding:2px;}

#sitelinks2{width:24%; text-align:center; float:right; margin-right:9px;}
#sitelinks2 h3{margin-bottom:10px;}
#sitelinks2 table{width:100%; text-align:center; background-image:url(../images/services_bgimg.jpg);}
#sitelinks2 table td{padding:2px;}

#sitelinks3{width:24%; text-align:center; float:right; margin-right:9px;}
#sitelinks3 h3{margin-bottom:10px;}
#sitelinks3 table{width:100%; text-align:center; background-image:url(../images/getinvolved_bgimg.jpg);}
#sitelinks3 table td{padding:2px;}

#sitelinks4{width:24%; text-align:center; float:right;}
#sitelinks4 h3{margin-bottom:10px;}
#sitelinks4 table{width:100%; text-align:center; background-image:url(../images/contact_bgimg.jpg);}
#sitelinks4 table td{padding:2px;}

.imghover:hover{opacity:0.6;filter:alpha(opacity=60);}

#captions{margin-top:10px;}


.title{font-size:130%; font-weight:bold; border-bottom:1px solid #FF5B00; border-top:1px solid #FF5B00; margin-bottom:10px;}
.title2{
	font-size:100%;
	font-weight:bold;
	color:#666;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-top:1px solid #e0e0e0;
	background: #e0e0e0; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e0e0e0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f0f0f0,  #e0e0e0); /* for firefox 3.6+ */ 
	padding:10px;
	}

.sitemapintrohead{padding:6px 0px 6px 10px; border-top:1px solid #fff; border-bottom:1px solid #fff; }


.disabledlink{cursor:default;}


.orangearrowbullet{list-style-type:none; background-image:url(../images/bullets/dg_orange_arrow_big.gif); background-position:0% 50%; background-repeat:no-repeat; padding-left:20px; padding-top:2px; padding-bottom:2px; margin-left:-10px;}

.orangearrowbullet2{list-style-type:none; background-image:url(../images/bullets/dg_orange_arrow.jpg); background-position:0% 50%; background-repeat:no-repeat; padding-left:20px; padding-top:2px; padding-bottom:2px; margin-left:-10px;}

.review_table{font-size:110%;}

.review_table table{border:1px solid #ccc;}

.review_table th{background-color:#EFEFEF; text-align:center; padding:4px; font-size:114%;}

.review_table td{font-size:110%; padding:4px; text-align:center;}

.review_table_border{border-left:1px solid #EFEFEF;}

.search_hr{border:none; background-color:#ccc; height:1px; margin-top:0.4em;}

/* Tooltips */

a.tooltip, a.tooltip:link, a.tooltip:visited{
	color:#999;
	border-bottom:1px dotted #999;
	font-weight:bold;
	cursor:help;
	}
a.tooltip:hover{
	background:#ffffff; /*BG color is a must for IE6*/
	text-decoration:none;
	color:#666;
	cursor:help;
	}
a.tooltip span{
	display:none;
	padding:0.5em;
	margin-left:1em;
	width:200px;
	font-weight:normal;
	cursor:help;
	}
a.tooltip:hover span{
	display:inline;
	position:absolute;
	background:#ffc;
	border:1px solid #cccccc;
	color:#666;
	cursor:help;
	-moz-background-clip:padding;
	border:6px solid rgba(0, 0, 0, 0.2);
	}
.tooltip_image{
	vertical-align:middle;
	border:none;
	}


.ui-autocomplete{font-size:70%; border:1px solid #999; width:260px; overflow-y:scroll; overflow-x:hidden; max-height:300px; }
.ui-autocomplete li{list-style-type:none; border-bottom:1px solid #ccc;}
.ui-autocomplete li a{display:block; background-color:#f1f1f1; padding:0.3em;}
.ui-autocomplete li a:hover, .ui-autocomplete li a:focus{background-color:#ffc; cursor:pointer;}

.search_form{margin:auto; padding:1em;}
#jse_search_Form{margin:0; padding:0;}
#search{padding:0.3em; border:1px solid #ccc; margin:0; float:left;}
#search:focus{border:1px solid #FF5B00;}
#search_button{margin-left:1em;}

.search_results{background-color:#FF0; font-weight:bold;}

/* Help (show-hide) */

#flames, #flames2, #flames3, #flames4, #flames5, #flames6, #flames7, #flames8, #flames9, #flames10, #flames11, #flames12, #flames13, #flames14, #flames15, #flames16, #flames17, #flames18, #flames19, #flames20, #flames21, #flames22, #flames23, #flames24, #flames25, #flames26, #flames27, #flames28 {
	border: 1px solid #E0E0E0;
	padding: 0.5em;
	background-color:#f9f9f9;
	margin: 0.5em;
	}

.startlist{margin:0; padding:0;}
.startlist li{padding: 1em 1em 1em 1em; margin:0; list-style-type:none; border-bottom:1px dashed #ccc; margin-bottom:-1px;}
.startlist li a{font-weight:bold;}
.startlist li.startlistlast{border-bottom:0 !important;}


/* Footer Images */

#sitefooter_images{margin:auto; width:40%; margin-top:-2.3em; float:right;}
	
.sitefooter_table{width:100%;}
.sitefooter_table td{width:16%; padding-left:2em;}

a.sitefooter_image_wrap1 {
	display: block;
	width: 32px;
	height: 32px;
	background-image:url(../images/buttons/house-icon.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
	border:0;
	}  
a:link.sitefooter_image_wrap1, a:visited.sitefooter_image_wrap1 {
	background-position: 0 0;
	}
a:hover.sitefooter_image_wrap1, a:focus.sitefooter_image_wrap1, a:active.sitefooter_image_wrap1 {
	background-position: 0 -32px;
	}

a.sitefooter_image_wrap2 {
	display: block;
	width: 32px;
	height: 32px;
	background-image:url(../images/buttons/topics-icon.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
	border:0;
	}  
a:link.sitefooter_image_wrap2, a:visited.sitefooter_image_wrap2 {
	background-position: 0 0;
	}
a:hover.sitefooter_image_wrap2, a:focus.sitefooter_image_wrap2, a:active.sitefooter_image_wrap2 {
	background-position: 0 -32px;
	}
	
a.sitefooter_image_wrap3 {
	display: block;
	width: 32px;
	height: 32px;
	background-image:url(../images/buttons/video-icon.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
	border:0;
	}  
a:link.sitefooter_image_wrap3, a:visited.sitefooter_image_wrap3 {
	background-position: 0 0;
	}
a:hover.sitefooter_image_wrap3, a:focus.sitefooter_image_wrap3, a:active.sitefooter_image_wrap3 {
	background-position: 0 -32px;
	}

a.sitefooter_image_wrap4 {
	display: block;
	width: 32px;
	height: 32px;
	background-image:url(../images/buttons/faqs-icon.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
	border:0;
	}  
a:link.sitefooter_image_wrap4, a:visited.sitefooter_image_wrap4 {
	background-position: 0 0;
	}
a:hover.sitefooter_image_wrap4, a:focus.sitefooter_image_wrap4, a:active.sitefooter_image_wrap4 {
	background-position: 0 -32px;
	}

a.sitefooter_image_wrap5 {
	display: block;
	width: 32px;
	height: 32px;
	background-image:url(../images/buttons/document-icon.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
	border:0;
	}  
a:link.sitefooter_image_wrap5, a:visited.sitefooter_image_wrap5 {
	background-position: 0 0;
	}
a:hover.sitefooter_image_wrap5, a:focus.sitefooter_image_wrap5, a:active.sitefooter_image_wrap5 {
	background-position: 0 -32px;
	}
	
a.sitefooter_image_wrap6 {
	display: block;
	width: 32px;
	height: 32px;
	background-image:url(../images/buttons/sitemap-icon.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
	border:0;
	}  
a:link.sitefooter_image_wrap6, a:visited.sitefooter_image_wrap6 {
	background-position: 0 0;
	}
a:hover.sitefooter_image_wrap6, a:focus.sitefooter_image_wrap6, a:active.sitefooter_image_wrap6 {
	background-position: 0 -32px;
	}



.homepage_buttons_table{ width:100%; text-align:center;}

.homepage_buttons_table td{width:25%;}

a.homepagebutton_newstudent {
	display: block;
	width: 182px;
	height: 88px;
	background-image:url(../images/button_newstudent.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
	margin:auto;
	border:0;
	}  
a:link.homepagebutton_newstudent, a:visited.homepagebutton_newstudent {
	background-position: 0 0;
	}
a:hover.homepagebutton_newstudent, a:focus.homepagebutton_newstudent, a:active.homepagebutton_newstudent {
	background-position: 0 -88px;
	}

a.homepagebutton_returningstudent {
	display: block;
	width: 182px;
	height: 88px;
	background-image:url(../images/button_returningstudent.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
	margin:auto;
	border:0;
	}  
a:link.homepagebutton_returningstudent, a:visited.homepagebutton_returningstudent {
	background-position: 0 0;
	}
a:hover.homepagebutton_returningstudent, a:focus.homepagebutton_returningstudent, a:active.homepagebutton_returningstudent {
	background-position: 0 -88px;
	}
	
a.homepagebutton_sponsor {
	display: block;
	width: 182px;
	height: 88px;
	background-image:url(../images/button_sponsors.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
	margin:auto;
	border:0;
	}  
a:link.homepagebutton_sponsor, a:visited.homepagebutton_sponsor {
	background-position: 0 0;
	}
a:hover.homepagebutton_sponsor, a:focus.homepagebutton_sponsor, a:active.homepagebutton_sponsor {
	background-position: 0 -88px;
	}
	
a.homepagebutton_helpsection {
	display: block;
	width: 182px;
	height: 88px;
	background-image:url(../images/button_sitemap.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
	margin:auto;
	border:0;
	}  
a:link.homepagebutton_helpsection, a:visited.homepagebutton_helpsection {
	background-position: 0 0;
	}
a:hover.homepagebutton_helpsection, a:focus.homepagebutton_helpsection, a:active.homepagebutton_helpsection {
	background-position: 0 -88px;
	}
	
a.rolloverimage1 {
	display: block;
	width: 182px;
	height: 88px;
	background: url(../images/button_starthere.jpg) no-repeat 0 0;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
	border:0;
	}  
a:link.rolloverimage1, a:visited.rolloverimage1 {
	background-position: 0 0;
	}
a:hover.rolloverimage1, a:focus.rolloverimage1, a:active.rolloverimage1 {
	background-position: 0 -88px;
}


/**  HOMEPAGE ICONS **/

.homepage_new_icon{
	padding-left:2.6em;
	background-image:url(../images/bullets/home_new.png);
	background-position:1% 50%;
	background-repeat:no-repeat;
	}
.homepage_save_icon{
	padding-left:2.6em;
	background-image:url(../images/bullets/home_save.png);
	background-position:1% 50%;
	background-repeat:no-repeat;
	}
.homepage_important_icon{
	padding-left:2.6em;
	background-image:url(../images/bullets/home_important.png);
	background-position:1% 50%;
	background-repeat:no-repeat;
	}	
.homepage_search_icon{
	padding-left:2.6em;
	background-image:url(../images/bullets/home_search.png);
	background-position:1% 50%;
	background-repeat:no-repeat;
	}	
.homepage_sitemap_icon{
	padding-left:2.6em;
	background-image:url(../images/bullets/home_sitemap.png);
	background-position:1% 50%;
	background-repeat:no-repeat;
	}	
.homepage_topics_icon{
	padding-left:2.6em;
	background-image:url(../images/bullets/home_topics.png);
	background-position:1% 50%;
	background-repeat:no-repeat;
	}	
.homepage_videos_icon{
	padding-left:2.6em;
	background-image:url(../images/bullets/home_video.png);
	background-position:1% 50%;
	background-repeat:no-repeat;
	}	
.homepage_feedback_icon{
	padding-left:2.6em;
	background-image:url(../images/bullets/home_feedback.png);
	background-position:1% 50%;
	background-repeat:no-repeat;
	}


#showr_readmore:hover{cursor:pointer;}
#hidr_readmore:hover{cursor:pointer;}

/** END **/