@charset "utf-8";
 
.dummyExtender {/* IE fix for using equal-height columns script */
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
}
input, ul, li, ol, textarea	{
	margin: 0;
	padding: 0;
}
	
img	{
	border: none;
}
body {
	font-family: Georgia,"Times New Roman", Times, serif !important;
	background-color:#333;
	background-image:url(img/bg_page.gif);
	color: #666;
}
#PGheader	{
	height: 105px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top left;
}
.Head, p, h2, h3	{
	font-family: Georgia,"Times New Roman", Times, serif !important;
}
h1	{
	margin: 0;
	padding:0;	
	padding-top: 50px;
}
#content h1 {
	margin:0;
	padding:0;
}
#content #main h1 {
	color:#fff;
	font-size:32px !important;
	padding-left: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#main .subHeading {
font-size:16px;
font-family:Georgia, "Times New Roman", Times, serif;
}

body	{
	background-color:#393536;
}
td,th {
	color:#FFF;
	color: #393536;
	color: #666;
	font-size:12px;
}
a:link {
	color:#CAE023;
	text-decoration:none;
}

a:hover {
	color:#CAE023;
	text-decoration:underline;
}

a:visited,a:active {
	color:#CAE023;
	text-decoration:none;
}

/*Layout Divs*/
/*#centerdiv {
left:50%;
margin-left:-450px;
margin-top:-325px;
position:fixed;
top:50%;
}*/
#centerdiv {
	/* top:240px; */
}


#page {
	background-color:#000;
	background-color:#393536;
	height:610px;
	height: auto;
	padding:20px;
	width: 860px;
}

#header {
/* background-image:url(img/talkchoiceheader2.gif);
background-position:top left;
background-repeat:no-repeat; */
height:92px;
position: relative;
}
#Loginheader {
background-image:url(img/talkchoiceloginheader.gif);
background-position:top left;
background-repeat:no-repeat;
height:92px;
position: relative;
}

#searchForm {
	width: 245px;
	width: 200px;
	float: right;
	height: 25px;
}

#searchForm .NormalTextBox {
	float:right;
	display:inline;
	margin-top:3px;
	width: 120px;
}
.MySearch img{
	margin:0;
	border:none;
}

#mainNav {
	background-image:url(img/bg_nav.jpg);
	background-repeat:repeat-x;
	height:27px;
	margin-bottom:5px;
	padding-left: 10px;
}

#content {
	margin-bottom:5px;
	width:860px;
}
#content ul li	{
	font-size: 11px;
}
#main {
background-color:#393536 !important;
float:left;
/* height:426px; */
margin-right:5px;
width:600px;
}

#right {
float:left;
/* height:426px; */
width:255px;
background-color: #535353;
}

#topright {
background-color:#9F0;
background-color: transparent;
background-color:#393536;
height:210px;
width:255px;
/*margin-bottom:6px; */
padding-bottom:6px;
}

#bottomright {
background-color:#F60;
background-color: transparent;
background-color:#393536;
height:210px;
width:255px;
/*margin-bottom:6px; */
padding-bottom:6px;
}

#footer {
position: relative;
height:54px;
width:860px;
color:#FFF;
background-image:url(img/SP_logo.gif);
background-position: right bottom;
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
border-bottom:solid 1px #FFF;
clear: both;
text-align: left;
}

.footerTop {
font-size:11px;
line-height:30px;
}

.footerTop a:link, .footerTop a:visited {
	color:#FFF;
	text-decoration:none;
}
.footerTop a:hover, footerTop a:active {
	color:#cae023;
	text-decoration:none;
}

.footerBottom {
font-size:9px;
color:#FFF;
}

/*Temp Development Styles*/
.LoginTextColour {
color:#000000;
}

#headerLink	{
	width: 150px;
	height: 44px;
	/* border: solid 1px #fff; */
	position: absolute;
	top: 36px;
	left: 650px;
	left: 708px;
}
#friendLink	{
	width: 76px;
	height: 44px;
	/* border: solid 1px #fff; */
	position: absolute;
	top: 36px;
	left: 609px;
}
#headerLink a, #friendLink a	{
	display: block;
	width: 100%;
	height: 100%;
}

/************ New header styles********/

#logoWrapper	{
	/* background-color: #FFCC00; */
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 80px;
}
#emergencyLink	{
	width: 150px;
	height: 44px;
	/* border: solid 1px #fff; */
	position: absolute;
	top: 36px;
	left: 650px;
	left: 708px;
}

#SPlogo	{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 126px;
	height: 30px;
}





#stretchDiv	{
	width: 255px;
	height: 255px;
	background-color: fuchsia;
	border: solid 1px #fff;
}
#stretchDiv p	{
	color: #fff;
}
a.CommandButton:link, a.CommandButton:visited		{
	color: #F63880 !important;
	color: #fff !important;
	text-decoration: none;
}
a.CommandButton:hover, a.CommandButton:focus		{
	color: #fff !important;
	text-decoration: underline;
}