body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/newbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

a {
	color: #176739;
}

a:hover {
color:#8FC646;
}

a:visited {
color: #4E6F22;
}

.oneColFixCtrHdr #container {
	width: 978px;
	padding-top:0px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 39px;
	
}
.logo {
	float: left;
	height: 110px;
	width: 227px;
	margin-top: 5px;
	margin-left: 10px;
padding:0;
  background-image: url(../images/whitelogo.gif);
}

/* #flash .logo {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='../images/whitelogo.png');
}

#flash > .logo {
  background-image: url(../images/whitelogo.png);
} */


.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
margin-top: -10px;
}

.flashbanner {
	height: 171px;
	width: 975px;
	margin-bottom: 20px;
	padding: 0;
	margin-top: 1px;
	z-index: 1;
	background-color: #8cc640;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
}

.viewmore {
	background-image: url(../images/vmbut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 81px;
position:absolute;
bottom:0px;
right:20px;
}
.viewmore a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

.viewmore a:hover {
color:#000000;
}

#carers {
	background-image: url(../images/carersbg.gif);
	height: 187px;
	width: 318px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -20px;
position: relative;
}
#carers h2, #prof h2, #prov h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #FFFFFF;

	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}

#carers h2 a {
	color: #FFFFFF;
	text-decoration:none;
}

#carers h2 a:hover {
	background-image: url(../images/carers_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 0px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom:-15px;
	margin-left: -10px;
}

#carers ul, #prof ul, #prov ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	list-style-type: none;
	margin-top: 30px;
}

#carers li, #prof li, #prov li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	list-style-position: outside;
	list-style-image: url(../images/arrow.gif);
	list-style-type: none;
	margin-top: 0px;
}

#prof {
	background-image: url(../images/profbg.gif);
	float: left;
	height: 187px;
	width: 326px;
	margin-right: 6px;
	margin-left: 6px;
	background-repeat: no-repeat;
position: relative;
}

#prof h2 a {
	color: #FFFFFF;
	text-decoration:none;
}

#prof h2 a:hover {
	background-image: url(../images/prof_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 0px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom:-15px;
	margin-left: -10px;
}

#prov {
	background-image: url(../images/provbg.gif);
	float: left;
	height: 187px;
	width: 318px;
	background-repeat: no-repeat;
	background-position: left top;
position: relative;
}

#prov h2 a {
	color: #FFFFFF;
	text-decoration:none;
}

#prov h2 a:hover {
	background-image: url(../images/prov_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 0px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom:-15px;
	margin-left: -10px;
}


#portal {
	width: 978px;
	padding-top: 0px;
	float: left;
	padding-bottom: 10px;
	background-image: url(../images/gradbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
}
#mainsec {
	background-image: url(../images/bigsecbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 610px;
	margin-top: 45px;
	margin-left: -20px;
	padding-top: 0px;
	margin-right: 25px;

}

#mainsec a {
color: #176739;
}

#mainsec a:hover {
color: #8CC740;
}

#mainsec a:visited {
color: #AEAEAE;
}

#mainsec a:visited {
color: #6E9E6E;
}

#mainsec h3 {
	background-image: url(../images/sectab-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #056839;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 18px;
	text-transform: uppercase;
	float: left;
	margin-top: -29px;
	clear: left;
}
#mainsec p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
}
.maintab {
	background-image: url(../images/sectab-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	padding-top: 18px;
	padding-right: 10px;
}
#mainsec h4, #subsec h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: lighter;
	color: #056839;	
	margin: 0px;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#mainsec h1, #subsec h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: lighter;
	color: #056839;	
	margin: 0px;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.quotesbox {
	border: 1px solid #CCCCCC;
	width: 300px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	color: #8CC63F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: lighter;
	font-style: italic;
	float:right;
	clear:left;
}
.quotesbox .credits {
	padding: 10px 0 0;
	margin: 0;
	text-align: right;
	color: #056839;
}
#subsec {
	background-image: url(../images/smallsecbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	margin-top: 45px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	clear: right;

}

#subsec h3 {
	background-image: url(../images/sectab-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #056839;
	text-decoration: none;
	font-weight: bold;
	padding-top: 18px;
	text-transform: uppercase;
	float: left;
	margin-top: -29px;
	clear: left;
	padding-left: 10px;
}

#subsec p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer  {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 960px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #056839;
	text-decoration: none;
	list-style-type: none;
	margin-left: 120px;
	padding-top: 10px;
}
#footer li {
	float: left;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #056839;
	padding-right: 10px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



/* Lifted from PCC */

/* TICKER */
#ticker {
float: left;
padding-top: 10px;
width: 700px;
overflow: hidden;
}
#ticker p {
font-size: 0.8em;
margin: 3px 10px;
float: left;
}

a#ticker-headline, a#ticker-headline-nojs {
color: #565656;
font-weight: bold;
border-right: 1px solid #808080;
padding: 0 10px;
}
#ticker a#news-headline {
padding: 0 15px;
color: #a1a5a9;
}
#ticker a { 
text-decoration: none; 
}
#newsticker {
width: 600px;
position: relative;	
float: left;
padding: 15px 0 0 10px;
font-size: 0.85em;
}
noscript {
float: left;
width: 720px;
}
#newsticker ul{
padding:0;
margin:0;
border: 0;
list-style: none;
float: left;
}
#newsticker li {
position: absolute;
top: 5px;
left: 10em;
padding:0;
margin:0;
width: 100%;
}


.topnav {
	padding: 0 0 0 70px;
	margin-top: 0px;
}



/* TOPNAV */


.slidetabsmenu{
float:left;
width:100%;
font-size: 12px;
line-height:2.5em;
font-family: Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
	float:left;
	margin:0;
	margin-right: 5px;
	padding:0 0 0 9px;
	text-decoration:none;
	background-image: url(../images/slide-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.slidetabsmenu a span {
	float:left;
	display:block;
	padding:2px 13px 2px 4px;
	font-weight:bold;
	color:#FFFFFF;
	background-image: url(../images/slide-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
	color: #FFFFFF;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
	background-position:0% -198px;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
	background-position:100% -198px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
	position:absolute;
	top: 0px;
	border: 1px solid #8CC63F; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 10px Arial;
	line-height:18px;
	z-index:100;
	background-color: #8CC63F;
	/*width: 150px;*/
	min-width: 150px;
	visibility: hidden;
}


.dropmenudiv_c a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	/*padding: 2px 0;*/
	padding: 2px 5px 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #056839;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #056839;
	border-bottom-color: #056839;
}

.dropmenudiv_c a:hover{
color:#FFFFFF;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
	background-color: #056839;
}

/** accessibility - experimental **/

div#access_newsticker {
margin-top: 10px;
padding-top: 0px;
padding-bottom: 10px;
height: 40px;
background: url(../images/green-outline.gif) no-repeat;
}

div#access_newsticker li{
margin-top: 10px;
margin-left:20px;
}


div#accessibility {
float: right;
padding: 0 10px;
margin: 0;
height: 100%;
background: #FFFFFF url(../images/green-outline.gif) right top no-repeat;
}
div#sizeaccess {
margin: 10px 10px 5px 5px;
padding-right: 10px;
border-right: 1px solid #D3D3D3;
float: left;
}
div#sizeaccess a, div#csspick a {
text-decoration: none;
padding: 0 .3em; 
}
div#sizeaccess a.smla {
font-size: 75%;
}
div#sizeaccess a.meda {
font-size: 100%;
}
div#sizeaccess a.biga {
font-size: 110%;
}
div#csspick {
float: left;
margin: 10px 10px 5px 5px;
}
div#csspick a img {
border: none;
}
#ticker {
width: 60%;
float: left;
}

#ticker p {
float: none;
margin: 0;
}

a#togglenewsticker {
	display: none;
}
/** end accessiblity **/

/** search site -experimental **/
div#search {
	margin-bottom: 20px;
	float: left;
	clear: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
div#search span.title {
font-weight: bold;
color: #056839;
margin: 5px 0;
padding: 0;
}
div#search input.inputbox {
width: 200px;
padding: 5px;
}

div#search form {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
/** end search site **/


.sticker {
	z-index: 2;
	height: 150px;
	width: 150px;
	margin-left: -150px;
	position: absolute;
}

.poster img {
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 40px;
	float: left;
}
#subsec .boxone h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #056839;
	clear: left;
	float: left;
	padding-left: 10px;
	margin-top: 0px;
}.register {
	background-image: url(../images/regbut.gif);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 191px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.register a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	float: left;
	line-height: 1.6em;
	font-weight: bold;
}

.register a:hover {
	color: #000000;
}
.shadow {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.localgroup {
font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	padding: 0px;
	float: left;
	width: 320px;
	height: 150px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
cursor: pointer;
}
.localgroup p, .selfstudy p, .online p, .localgroup span, .selfstudy span, .online span{
	display:block;
font-size: 1em;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}


.selfstudy {
font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	padding: 0px;
padding-right: 5px;
	float: left;
	width: 320px;
	height: 150px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
cursor: pointer;
}

.online {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	padding: 0px;
	float: left;
	width: 320px;
	height: 150px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
cursor: pointer;
}


/* #portal .localgroup {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='../images/localsessionicon.png');
}*/

#portal a> .localgroup {
  background-image: url(../images/localsessionicon.png);
background-repeat: no-repeat;
	background-position: center top;
}


/* #portal .selfstudy {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='../images/selfstudyicon.png');
} */

#portal a> .selfstudy {
  background-image: url(../images/selfstudyicon.png);
background-repeat: no-repeat;
	background-position: center top;
}

.searchresults .selfstudy,
.searchresults .online
{
	clear:left;
	padding:20px;
	margin-left:40px;
        margin-bottom:15px;
	height:45px;
	float:left;
	width:40%;
	background-image: url(/images/selfstudyicon.png);
	background-repeat: no-repeat;
	background-position: center top;
        border-left:0px;
}

.searchresults .online
{
	clear:none;
	background-image: url(/images/onlineicon.png);
}

/* #portal .online {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='../images/onlineicon.png');
}*/

#portal a> .online {
  background-image: url(../images/onlineicon.png);
background-repeat: no-repeat;
	background-position: center top;
} 


#portal h3{
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
font-weight: normal;
margin-top:2px;
margin-bottom: 0;
padding:0;
line-height: 2em;
	color: #333;
}

.searchresults .submit
{
    margin:15px 15px 15px 10px;
}
.searchresults .maintext
{
    font-size: 1.1em;
}
.searchresults h5
{
    font-size:1.3em;
    font-weight:bold;
    margin:2px 0 0 12px;
} 
.maintext p
{
    margin-left:10px;
    padding-left:15px;
}

.introbox {
        background-color: #f2f2f2;
        padding-bottom: 10px;
        padding-top: 2px;
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
        border: 1px solid #ccc;
}

.searchlocalgrouplist {
	float:left;
	margin-top:80px;
	margin-left:20px;
	margin-bottom:0px;
	width:30%;
	height:80px;
	padding-top:30px;
	display:inline;
	clear:left;
	background-image:url(/images/localsessionicon.png);
	background-repeat:no-repeat;
}

.promoban {
	padding: 0px;
	height: 338px;
	width: 281px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#mainsec .signup {
	margin: 0px;
	height: 107px;
	width: 657px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
}
#mainsec .signup a {
	background-image: url(/images/signup01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #056839;
	display: block;
	height: 107px;
	width: 657px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: -20px;
}

#mainsec .signup a:hover {
	background-image: url(/images/signup02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	display: block;
	height: 107px;
	width: 657px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: -20px;
}

#mainsec .signup a:visited { 
color: #056839;
}
#subsec .survey{
margin:0;
padding:0;
}
#subsec .survey a{
font-size:1.5em;
background-color:#9DD043;
display:block;
margin:10px 20px 20px 20px;
padding:10px;
border:1px solid gray;
text-align:center;
text-decoration:none;
color:#056839;
}
#subsec .survey a:hover{
background-color:#71A222;
color:#FFFFFF
}

#mainsec img.noborders {
	text-decoration: none;
	border-width: 0;
	margin-left: 12px;
	float:none;
}


#mainsec .networking {
	background-image: url(../images/arrow-shadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0px;
	height: 59px;
	width: 624px;
}
.networking h2 {
font-size: 1.4em;
	color: #949494;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#mainsec .networking ul {
	margin-top: -30px;
margin-bottom: 10px;
margin-left: 200px;
	padding: 0px;
	list-style-type: none;
}
#mainsec .networking li {
margin: 0;
padding:0;
	height: 63px;
	width: 78px;
	float: left;
}

#mainsec .networking li a {
	height: 63px;
	width: 78px;
	float: left;
text-indent: -999px;
}
.networking .twitter {
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 63px;
	width: 78px;
	float: left;
}

.networking .twitter:hover{
	background-image: url(../images/twitter_over.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.networking .facebook {
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 63px;
	width: 78px;
}

.networking .facebook:hover{
	background-image: url(../images/facebook_over.png);
	background-repeat: no-repeat;
	background-position: left top;
}