body	 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: arial, sans-serif;
	min-width: 1024px;
	color: #414141;
	background-color: #f3f3f3;
	height: 100%;
	position: relative;
	z-index: 1;
}
#socialResource li {
	padding: 1px 6px 1px 21px;
	width: auto;
	min-height: 18px;
	display: inline;
}
#socialResource {
	position: absolute;
	bottom: 3px;
	right: 14px;
	font-size: 0.75em;
}
#socialResource a {
	color: #414141;
}
#socialResource a:hover {
	color: #ff5710;
}
#topmenu .noborder {
	border: none;
	padding-right: 0;
}
#topmenu {
	color: #282828;
}
.blogleft {
	padding: 1px;
	margin: 0 10px 10px 0;
	border: 1px solid #b8b8b8;
	float: left;
}
#container {
	position: relative;
	z-index: 1;
	width: 975px;
	margin: 0 auto;
	background: transparent url(images/isc_top_bkd.gif) no-repeat top center;
}
#SocialNetwork {
	position: absolute;
	z-index: 200;
	top: 25px;
	right: 20px;
	font-size: 0.75em;
	border-top: 1px solid #b8b8b8;
}
#SocialNetwork li {
	display: block;
	border-bottom: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	background:  transparent url(forum/table-top.jpg) repeat-x top;
}
#SocialNetwork a {
	display: block;
	width: 130px;
	height: 16px;
	padding: 3px 4px 3px 28px;
	color: #414141;
	background: transparent url(/images/spritemap2010Q1.png) no-repeat 3px -247px;
}
#SocialNetwork a.facebook{
	background: transparent url(/images/spritemap2010Q1.png) no-repeat 3px -187px;
}
#SocialNetwork a.twitter{
	background: transparent url(/images/spritemap2010Q1.png) no-repeat 3px -147px;
}
#SocialNetwork a:hover {
	display: block;
	background-color: #ff5710;
	color: #fff;
	height: 16px;
	text-decoration: none;
}
#servertime {
	padding-top: 10px;
}
#topmenu, #servertime {
	font-size: 0.75em;
}
#topmenu {
	margin: 2px 20px 0 0;
	display: block;
}
#topmenu li {
	display: inline;
	float: right;
	padding: 2px 8px;
	border-right: 1px solid #b8b8b8;
}
#midMenuNews {
	width: 240px;
	float: right;
}
#splashlogo {
	background: transparent url(/images/spritemap2010Q1.png) no-repeat 0 0;
	height: 100px;
	width: 330px;
}
.login-button {
	background:url("images/spritemap2010Q1.png") no-repeat scroll -1400px -210px transparent;
	border:0 none;
	cursor:pointer;
	height:34px;
	width:84px;
	text-indent: -1000px;
}
#rightZone {
	width: 220px;
	float: right;
	margin: 10px 20px 0 0;
	font-size: 0.9em;
}
#leftZone {
	float: left;
	width: 680px;
	padding: 0 20px;
	font-size: 0.9em;
}
.form {
	padding: 10px 0;
}
.form li {
	padding-bottom: 10px;
}
.form label {
	font-weight: bold;
	color: #282828;
}
#LZForm, .StdForm {
	padding: 20px;
	border: 1px solid #dedede;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.StdForm {
	margin-top: 10px;
	clear: both;
}
#LZForm {
	margin: 20px 0;
}
.StdForm li {
	padding-bottom: 10px;
	line-height: 1.2em;
	vertical-align: middle;
}
.SubStd {
	padding-top: 10px;
}
.SubStd li {
	display: inline;
	padding: 0 10px 0 21px;
	background: transparent url('images/spritemap2010Q1.png') no-repeat 0px -250px;
}
#LZForm input, .StdForm input, .StdForm textarea,.form input, #LZForm textarea, .form textarea {  
	padding: 9px;  
	border: solid 1px #e3e3e3;  
	outline: 0;  
	font: normal 14px/100% arial, Verdana, Tahoma, sans-serif;  
	width: 200px;  
	background: #fff url('bg_form.png') left top repeat-x;  
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
}
.StdForm input {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.StdForm input.checkbox {
	width: 20px;
	border: none;
	padding: 0;
	margin: 0;
}
.StdForm textarea  {  
	line-height: 150%; 
	width: 270px;
	height: 150px; 
}
#LZForm textarea {  
	width: 400px;  
	max-width: 400px;  
	height: 150px; 
	line-height: 150%; 
}  
#LZForm input:hover, input:hover, textarea:hover, input:focus, textarea:focus {  
	border-color: #b8b8b8;  
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;  
}
.StdForm input:hover, input:hover, textarea:hover, input:focus, textarea:focus {  
	border-color: #b8b8b8;  
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;  
}
#LZForm label, .StdForm label {  
	display: inline;
	color: #636363;
}
.StdForm label { 
	padding-right: 10px;
}
.StdForm li.StdButton {
	padding: 0;
}
#LZForm label {
	margin-left: 10px;  
}
.submit, .StdForm .submit {  
	width: auto;  
	padding: 9px 15px;  
	background: #ff5710;  
	border: 0;  
	font-size: 14px;  
	color: #FFFFFF;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	cursor: pointer;
}
#LZForm p {
	line-height: 21px;
	font-size: 14px;
	padding-bottom: 15px;
}
#LZForm h2 {
	padding-bottom: 20px;
}
.small {
	font-size: 11px;
	line-height: 16px;
}
#actionTab, #signinTab {
	position: fixed;
	right: 0;
	top: 33%;
	text-indent: -5000px;
	z-index: 10;
	height: 100px;
	cursor: pointer;
	width: 36px;
	background:url("images/spritemap2010Q1.png") no-repeat scroll -225px -150px transparent;
	outline: 0;
}
#signinTab {
	background:url("images/spritemap2010Q1.png") no-repeat scroll -225px -260px transparent;
}
.dashboard {
	float: right;
	width: 240px;
}
.spacerBlock {
	height: 30px;
	width: 975px;
	margin: 0 auto;
	background:url("images/spritemap2010Q1.png") no-repeat scroll -650px -500px transparent;
}


ul, ol, form, dl, dt, dd, li, img, h1, h2, h3, h4, p, img {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
}
h1 {
	font: bold 40px arial, sans-serif;	
	color: #282828;
	letter-spacing: -1px;
}
h1.big {
	padding: 5px 0;
	font: bold 45px Arial,sans-serif;
	text-align: center;
	color: #ff7510;
}
h1.promo {
	font: bold 16px Arial,sans-serif;	
	color: #343434;
	margin: 0;
	padding: 0;
	position: relative;
	top: 60px;
	left: 60px;
	z-index: 100;
}
h2 {
	font: normal 20px arial, sans-serif;
	color: #414141;	
}
h3 {
	font: normal 13px arial, sans-serif;
	color: #333;	
	padding-bottom: 10px;
}
h4 {
	font: normal 12px arial, sans-serif;
	color: #4c4c4c;
	font-weight: normal;
}
a:link, a:visited, a { 
	color: #ff5710;
	text-decoration: none;
}
a:hover { 
	color: #343434;
	text-decoration: underline;
	cursor: pointer;
}
.clear {
	clear: both;
}
.cRight {
	clear: right;
}
.cLeft {
	clear: left;
}
.noBorder {
	border: none;
}
label {  
	display: block;
}
legend span {  
	color: #333;
	font-weight: bold;
	font-size: 1em;
	background-color: #fff;
	position: relative;
	left: -3px;  
	top: 0;
}
fieldset {
	background: #F2EFE9 url(images/isc_fd_fieldset.gif) repeat-x top; 
	padding: 10px;
	border: 1px solid #dedbd1;
	border-bottom: 2px solid #dedbd1;
}
fieldset li {  
	padding-bottom: 5px; 
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.smalltext {
	font: normal 12px Arial,sans-serif;	
}
.box,.styled {
	padding: 2px;
	font: normal 12px Arial,sans-serif;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border: 1px solid #c7c7c7;
}
.inline {
	display: block;
}
.search {
	position: relative;
	top: -30px;
	right: -240px;
	z-index: 101;
	width: 100px;
	height: 30px;
	background: transparent url(images/isc_search_button.gif) no-repeat top center;
	border: none;
	cursor: pointer;
}
.login {
	width: 100px;
	height: 50px;
	margin-top: 10px;
	background: transparent url(images/isc_login_button.gif) no-repeat bottom center;
	border: none;
	cursor: pointer;
}
.btn {
	width: 100px;
	height: 40px;
	margin-top: 8px;
	background: transparent url(images/isc_blank_button.gif) no-repeat bottom center;
	border: none;
	color: #fff;
	font-weight: bold;
}
#header {
	position: relative;
	z-index: 100;
	padding-top: 20px;
	clear: right;
	display: block;
	height: 69px;
}
#header .bubble {
	color: #414141;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	left: 725px;
	top: 6px;
	width: 220px;
	height: 60px;
	background: #f3f3f3 url('images/spritemap2010Q1.png') no-repeat 0 -710px;
	padding: 5px 10px;
}
#headerSearchForm {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	position: relative;
}
#headerSearchForm li {
	display: inline;
	float: left;
}
#midMenu .mainSearch {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	background: #fff url('bg_form.png') left top repeat-x;  
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	border: 1px solid #e3e3e3;
	font: bold 16px Arial,sans-serif;
	width: 180px;
	height: 22px;
	padding: 2px 2px 2px 10px;
	color: #636363;
}
#midMenu .searchButton {
	background: #f3f3f3 url('images/spritemap2010Q1.png') no-repeat 0 -450px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border: 1px solid #e3e3e3;
	border-left: none;
	width: 32px;
	height: 28px;
	cursor: pointer;
	text-indent: -1000px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
#header img {
	float: left;
}
#topmenu a {
	color: #282828;
}
#topmenu a:hover {
	color: #ff5710;
}

#header a:hover, #copyright a:hover, #topmenu a:hover {
	text-decoration: underline;
}
#footer .lowermenu {
	display: inline;
}
#header .homelink {
	margin-left: 20px;
	width: 115px;
	height: 140px;
	float: left;
}
#leftmenu {
	padding-left: 15px;
	width: 193px;
	float: left;
	background-color: #fff;
}
#rightmenu {
	width: 170px;
	margin-right: 20px;
	float:right;
	font-size: 0.9em;
}
.inFocus {
	margin-bottom: 10px;
}
.inFocus li {
	padding: 2px 8px;
}
.endRight {
	height: 15px;
	margin: 0px -1px;
	background: #fff url(images/isc_rmenu_bottom.gif) no-repeat bottom left;
}
#leftmenu ol li {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border: 1px solid #c7c7c7;
	padding: 5px 10px;
	margin-bottom: 5px;
	font: bold 20px Arial,sans-serif;	
	color: #db5800;
	background: #fff;
}
#leftmenu .quicklink:hover {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border: 1px solid #8ea106;
	background-color: #eee;
	cursor: pointer;
	text-decoration: none;
}
#leftmenu ol li p {
	font: bold 14px Arial,sans-serif;	
	color: #323840;
}
#leftmenu .menublock {
	padding-top: 20px;
}
#mainarea, #textarea {
	margin-left: 210px;
	padding: 0px 20px 20px 20px;
	min-height: 500px;
	background-color: #fff;
}
#mainarea {
	width: 525px;
	padding: 0px 20px 20px 0px;
	margin: 0 0 0 235px;
}
#mainarea .tellme {
	padding: 4px 2px 15px 2px;
	font: normal 14px arial, sans-serif;
	line-height: 22px;
}
.headline {
	padding: 2px;
	margin-bottom: 2px;
	background-color: #eee;
	border-bottom: 2px solid #ff5b00;
	font: normal 1em Verdana,Tahoma,Arial,sans-serif;
}
#textarea .one, #textarea .two, #textarea .three {
	margin: 15px 0px -2px 0px;
	padding-left: 50px;
	min-height: 45px;
}
#textarea .one {background: transparent url(images/isc_top1_bkd.gif) no-repeat top left;}
#textarea .two {background: transparent url(images/isc_top2_bkd.gif) no-repeat top left;}
#textarea .three {background: transparent url(images/isc_top3_bkd.gif) no-repeat top left;}
.photos img {
	float: right;
}
#textarea p, #ResultsArea p, #mainarea p {
	padding-bottom: 15px;
	line-height: 22px;
	font-size: 12px;
}
#mainarea .showme {
	display: inline;
	width: 400px;
	text-align: center;
	min-height: 63px;
	background-color: #1f1f1f;
}
#mainarea .article, #mainarea .forum, #mainarea .photography, #mainarea .information, #mainarea .filter, #mainarea .locked, #mainarea .unlocked {
	height: 48px;
	padding-left: 58px;
	margin-left: 10px;
}
#mainarea .article {background: transparent url(images/isc_article.gif) no-repeat top left;}
#mainarea .photography {background: transparent url(images/isc_camera.gif) no-repeat top left;}
#mainarea .forum {background: transparent url(images/isc_get_involved.gif) no-repeat top left;}
#mainarea .information {background: transparent url(images/isc_technical.gif) no-repeat top left;}
#mainarea .filter {background: transparent url(images/isc_filter_forum.gif) no-repeat top left;}
#mainarea .locked {background: transparent url(images/isc_padlock_closed.gif) no-repeat top left;}
#mainarea .unlocked {background: transparent url(images/isc_padlock_open.gif) no-repeat top left;}
#mainarea .showme img {
	border: 1px solid #0f0f0f;
	cursor: pointer;
	margin: auto -1px;
}
#textarea .legal li, #mainarea .legal li {
	padding: 5px 0;
}
.result_info {
	display: inline;
}
.result_cell {
	width: 120px; height: 120px;
	text-align: center;
	float: left;
	margin: 3px;
	padding: 1px;
}
.attention {
	margin: 10px;
	background: #fff url(../../images/isc_grey_fade.gif) repeat-x top; 
	color: #343434;
	font: bold 0.9em Verdana,Tahoma,Arial,sans-serif;
	text-align: center;
}
#blockLevel {
	height: 1px;
	background: transparent;
	clear: both;
}
.blockLevel {
	height: 1px;
	background: transparent;
	clear: both;
}
.focusImage {
	width: 100px;
	float: left;
	text-align: center;
	padding: 2px;
}
.imageBank {
	padding-left: 5px;
}
#overview {
	padding-bottom: 20px;
}
#rightmenu .inFocus a, .search_option a, #image_display a,#footer_v2 .join_up a, #overview a {
	font-size: 12px;	
	padding: 2px 0px 2px 21px;
	background: transparent url(images/isc_click_orange.gif) no-repeat top left; 
	border: none;
}
.link, .whitelink, .toplink {
	font-size: 0.8em;	
	padding-left: 21px;
	background: transparent url(images/isc_click_orange.gif) no-repeat top left; 
	border: none;
}
.whitelink {
	background: transparent url('images/spritemap2010Q1.png') no-repeat 0 -300px;
}
.toplink {
	background: transparent url('images/spritemap2010Q1.png') no-repeat 0 -478px;
}
.search_option li {
	padding-bottom: 2px;
}
.inFocus {
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}
#footer_v2 {
	clear: both;
	width: 975px;
	margin: 10px auto;
	padding: 20px 0;
	background-color: #414141;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}
#footer_v2 strong {
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	color: #f3f3f3;
}
#footer_v2 .inner li {
	display: inline;
}
#quickfirst {
	padding-left: 20px;
}
.quicklinks a {
	color: #b8b8b8;
}
.quicklinks a:hover {
	color: #f3f3f3;
}
.quicklinks {
	display: inline;
	float: left;
	margin-right: 40px;
}
.quicklinks ul {
	padding-top: 0.5em;
}
.quicklinks li {
	padding-bottom: 0.4em;
	font-size: 0.8em;
}
#promo_advert {
	display: inline;
	width: 220px;
	float: right;
	margin-right: 20px;
}
#promo_advert a:hover {
	color: #e3e3e3;
}
#copyright {
	clear: both;
	width: 975px;
	text-align: left;
	margin: 0 auto 20px auto;
	padding: 0 20px;
	font-size: 0.7em;
	color: #414141;
}
#copyright p {
	padding-top: 4px;
	line-height: 1.1em;
}




.fullTitle {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;	
	border: 1px solid #c7c7c7;
	overflow: auto;
	padding: 10px;
	position: relative;
	width: 710px;
}
.idea {
	background: transparent url(images/isc_hash_bkd.gif) repeat;
	color: #606060;
	padding: 5px;
	margin: 10px 0 0 0;
	border: 1px solid #d4d4d4;
}
.idea_links {
	font: normal 0.8em Arial,sans-serif;
	padding-top: 2px;
}
.FocusNote{
	background: transparent url(images/isc_start_searching.gif) no-repeat top left;
	height: 48px;
	padding-left: 55px;
}
#mastheader {
	padding-bottom: 10px;
}
.styled {
	width: 200px;
	height: 100px;
}


.recently_seen {
	padding-bottom: 10px;
}
.avatar {
	float: left;
	background: transparent url(images/isc_thinking.gif) no-repeat 0 0;
}
a img.photo {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #ffffff;
	padding: 1px;
}
a img.photo:hover {
	border-color: #ff5b00;
}
#topbanner {
	display: block;
	width: 975px;
	height: 150px;
	background: transparent url(images/isc_top_banner.gif) no-repeat 0 0;
}
.joinFree {
	width: 200px;
	padding: 30px 0 0 22px;
	float: left;
}
.joinFree p {
	color: #fff;
	font: bold 15px arial, sans-serif;
	text-align: center;
}
#CentralBlock {
	background-color: #fff;
	width: 975px;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
}
.stockRandom {
   	position: absolute;
   	top: 360px;
   	left: 0px;
   	height: 180px;
}
input:focus {  
 border: 1px solid #ff7510;  
}
.display_box {
	background-color: #fff;
	padding:4px;
	font-size:0.8em;
}
#display a:link, #display a:visited {
	text-decoration: none;
	color: #343434;
}
#display a:hover, #showKeyword a:hover {
	text-decoration: underline;
	color: #ff7510;
}
#display, #showKeyword {
	width:184px;
	display:none;
	border:solid 1px #c7c7c7;
	border-top: none;
	overflow:hidden;
	position: relative;
	z-index: 250;
	top: 34px;
	left: 330px;
}
#display ul li {
	display: block;
	clear: left;
}
.licenseType {
	color: #fff;
	margin-left: 10px;
}
.licenseType label {
	width: 100px;
	float: left;
	padding-top: 3px;
}
.freshman {
	padding: 10px 20px;;
	background-color: #fff;
	font-size: 14px;
}
#midMenu {
	background: transparent url(images/topmenu.gif) repeat-x bottom;
	background: #f3f3f3 url('images/spritemap2010Q1.png') no-repeat -650px -534px;
	height: 40px;
	color: #212121;
}
.welcome {
	padding: 0 10px;
	text-shadow: 0 1px #fff;
	color: #343434;
}
#midMenuOptions {
	height: 40px;
	border-right: 1px solid #f9f9f9;
	float: left;
}
#midMenuOptions li, #midMenuNews li {
	display: inline;
	float: left;
	font-size: 0.9em;
	line-height: 40px;
	height: 40px;
}
#midMenuOptions li.first a {
	border-left: none;
}
#midMenuOptions li.first a:hover {
	background: #f3f3f3 url('images/spritemap2010Q1.png') no-repeat -650px -575px;
}
#midMenuOptions li a {
	width: 80px;
	text-align: center;
	color: #282828;
	font-weight: bold;
	line-height: 40px;
	height: 37px;
	vertical-align: middle;
	float: left;
	padding: 0 10px;
	text-decoration: none;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #f3f3f3;
}
#midMenuOptions a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	text-shadow: 0 -1px #000;
	background: transparent url(images/topmenu_hover.gif) repeat-x bottom;
	background: #f3f3f3 url('images/spritemap2010Q1.png') no-repeat -750px -575px;
}
#midMenuSpacer {
	display: block;
	height: 25px;
	background: #f3f3f3 url(images/isc_topper_final.jpg) no-repeat bottom left;
}
.leftSection {
	padding-bottom: 20px;
}
.avatar {
	float: left;
	margin-right: 10px;
	width: 34px;
	height: 39px;
	background: transparent url(images/isc_24av_shdw.gif) repeat-x bottom;
	display: inline;
}
.avatar img {
	border: 1px solid #999;
}
.avatar a {
	padding: 0;
	margin: 0;
	background: none;
}
.avatar img:hover {
	border: 1px solid #ff7510;
}
.RoundBox {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;	
	border: 1px solid #c7c7c7;
	overflow: auto;
	padding: 10px;
	margin-bottom: 20px;
}
#moreInfo, #focusImages {
	padding: 5px;
	background: transparent url(../images/isc_lt_fd_bkd.gif) repeat-x top; 
}
.block {
	border: 1px solid #c7c7c7;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	margin-bottom:10px;
	padding: 5px 5px 15px 5px;
	background: #fff url(../images/isc_lt_fd_bkd.gif) repeat-x top; 
}
.thought, .footNote {
	padding: 20px 0;
	float: right;
	width: 100%;
	font-size: 0.9em;
}
.footNote {
	margin-top: 20px;
	background: none;
	float: left;
	width: 715px;
}
.submit_button, .search_button {
	border: 0;
	margin: 0;
	padding: 0;
	width: 150px;	
	height: 40px;
	text-align: center;
	font: bold 14px arial,sans-serif;
	background: #fff url('images/spritemap2010Q1.png') no-repeat 0 -100px;
	color: #fff;
	cursor: pointer;
	text-shadow: rgba(0,0,0,.8) 0 1px 0;
}
.search_button {
	width: 75px;	
	height: 35px;
	background: transparent url('images/isc_search_button.png') no-repeat 0 0;
}
.rightOverview label {
	font-weight: bold;
}
.rightOverview li {
	padding: 0 0 10px;
}
#leftOverview {
	float: left;
	width: 300px;
	margin: 0 10px 10px 0;
	padding-right: 10px;
	line-height: 18px;
	border-right: 1px solid #dedede;
}
#leftOverview p {
	padding: 0 0 10px;
}
.rightOverview ul {
	float: left;
}
.rightOverview ul li {
	padding: 0;
}
.RequestSubmit {
	float: left;
	margin: 10px 0 0 150px;
}
#social {
	clear: both;
	width: 975px;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 0.9em;
	background: #f3f3f3 url(images/isc_footer_final.gif) no-repeat scroll left top; 
}
#social ul a, #footer_v2 ul a {
	font-size: 0.9em;
	color: #f3f3f3;
}
.toplink a {
	color: #f3f3f3;
}
#social .inner {
	width: 935px;
	background-color: #414141;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 auto;
	padding: 15px 20px;
	clear: both;
	height: 16px;
}
#footer_v2 .inner {
	width: 935px;
	padding-bottom: 20px;
	margin: 0 auto 20px auto;
	clear: both;
	height: 16px;
	border-bottom: 1px solid #636363;
}
#social .inner strong, #footer_v2 .inner strong {
	float: left;
	padding-right: 10px;
}
.toplink {
	width: 200px;
	float: right
}
#social li, #footer_v2 .inner li {
	display: inline;
	float: left;
	padding: 0 10px 0 21px;
	line-height: 16px;
}
#footer_v2 .inner li {
	font-size: 0.8em;
}
#social li a {
	height: 46px;
}
.facebook, .facebook {
	background: transparent url('images/spritemap2010Q1.png') no-repeat 0 -190px;
}
.twitter {
	background: transparent url('images/spritemap2010Q1.png') no-repeat 0 -150px;
	padding-right: 0;
}
#social .delicious, #footer_v2 .delicious {
	background: transparent url('images/spritemap2010Q1.png') no-repeat 0 -210px;
}
#social .stumbleupon, #footer_v2 .stumbleupon {
	background: transparent url('images/spritemap2010Q1.png') no-repeat 0 -230px;
}
.rss {
	background: transparent url('images/spritemap2010Q1.png') no-repeat 0 -170px;
}
.table {
	padding: 10px 0;
}
.table li {
	padding: 2px 0;
}
.valid {
	height: 20px;
	margin: 2px 0;
	padding-left: 21px;
	background: transparent url('images/validyes.png') no-repeat 0 0;
}
.notvalid {
	height: 20px;
	margin: 2px 0;
	padding-left: 21px;
	background: transparent url('images/validno.png') no-repeat 0 0;
}
.linear li {
	display: inline;
	margin-right: 10px;
}
#MainResult {
	width: 100%;
	float: right;
}
.BlogPic {
	float: left;
	height: 110px;
	background: transparent url(images/isc_100blg_shdw.gif) repeat-x bottom;
	width: 102px;
	margin-right: 20px;
}
.BlogArticle {
	padding: 0 20px 10px 0;
	margin-bottom: 20px;
	float: left;
	border-bottom: 1px solid #eee;
}
.BlogSnippet {
	display: inline;
	float: left;
	width: 560px;
}
.BlogArticle p {
	font-size: 12px;
	line-height: 18px;
}
.BlogArticle img {
	margin: 0 20px 10px 0;
	border: 1px solid #999;
}
.BlogArticle img:hover {
	border: 1px solid #ff7510;
}
.BlogArticle h1 {
	font: normal 20px arial, sans-serif;
}
.BlogArticle h1 a {color: #4c4c4c;}
.BlogArticle h1 a:hover {color: #ff7510;}
.uniformBlock {height: 170px;}
#MainIntro {
	margin: 0 20px 10px 20px;
	padding-bottom: 10px;
	display: block;
}
.advert {padding-bottom: 10px;}

.button {
	border: 0;
	font: bold 14px arial,sans-serif;
	background: #fff url('images/spritemap2010Q1.png') no-repeat 0 -100px;
	color: #fff;
	cursor: pointer;
	text-shadow: rgba(0,0,0,.8) 0 1px 0;
	padding-top: 10px;
	margin-left: 58px;
	width: 150px;
	height: 40px;
	text-align: center;
}
.topNote {
	color: #fff;
	text-align: center;
	font: normal 14px arial;
	padding: 5px 0 10px 0;
}