#containter {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: 90px;
	display: block;
	width: 1030px;
}
h1.logo  {
	line-height: normal;
	font-size: 24px;
	font-weight: bold;
	float: left;
	width: 180px;
	height: 50px;
	padding-top: 30px;
	padding-left: 35px;
}
h1.logo  a  {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 160px;
	display: block;
	text-indent: -9999px;
}
#mainNav {
	width: 808px; 
	list-style-type: none;
	margin: 0px;
	display: block;
	float: left;
	height: 50px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainNav li {
	width: 150px;
	display: block;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dbdbdb;
	height: 35px;
	text-align: center;
	padding-top: 15px;
}
#mainNav   li   a {
	color: #77766d;
}
#mainNav  li  a:hover {
	color: #000000;
}

#mainNav li.current_page_ancestor a,
#mainNav li.current_page_parent a,
#mainNav li.current_page_item a {
	color: #0182b4;
}

#mainNav #clientTools {
	display: block;
	width: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/client-tools.jpg);
	padding-top: 0px;
	margin-left: 23px;
	height: 80px;
}
#mainNav  #clientTools a {
	display: block;
	width: 30px;
	height: 80px;
	text-indent: -9999px;
}

#mainNav { position: relative; }

#mainNav #link-pwBranding { position: absolute; right: 0; top: 0; display: block; width: 30px; height: 80px; border: none; }
 #mainNav #link-pwBranding a { display: block; width: 100%; height: 100%; background: url(../images/pw-branding.png) no-repeat; text-indent: -999em; overflow: hidden; }

#mainNav #link-pwDigital { position: absolute; right: 0; top: 80px; display: block; width: 30px; height: 80px; border: none; }
 #mainNav #link-pwDigital a { display: block; width: 100%; height: 100%; background: url(../images/pw-digital.png) no-repeat; text-indent: -999em; overflow: hidden; }

#mainNav #link-pwHispanic { position: absolute; right: 0; top: 160px; display: block; width: 30px; height: 80px; border: none; }
 #mainNav #link-pwHispanic a { display: block; width: 100%; height: 100%; background: url(../images/pw-hispanic.png) no-repeat; text-indent: -999em; overflow: hidden; }


#content {
	clear: both;
	padding-right: 35px;
	padding-left: 35px;
	display: block;
	padding-top: 20px;
}
#sideBar {
	display: block;
	float: left;
	margin-top: 70px;
	width: 180px;
}

#sideMenu   {
	padding: 0px;
	list-style-type: none;
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sideMenu ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#sideMenu    li     {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
}
#sideMenu ul li {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#sideMenu ul li a {
	color: #9a9b9e;
}

#sideMenu li a {
	color: #636466;
}
#sideMenu  li.current_page_item a, #sideBar h4 .current_page_item a{
	color: #0182b4;
}
#sideMenu  li.current_page_item a:hover, #sideBar  h4 .current_page_item a:hover {
	color: #0182b4;
}

#sideMenu li a:hover {
	color: #000000;
}


#pageContent {
	float: right;
	display: block;
	width: 563px;
	padding-right: 185px;
	padding-bottom: 80px;
}

#footer {
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	display: block;
	background-image: url(../images/footer-bg.jpg);
	height: 60px;
	padding-left: 35px;
	padding-top: 30px;
	padding-right: 35px;
}
#footer ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

#footer #address {
	width: 600px;
	float: left;
}

#footer #socialLinks {
	float: right;
}

#address li {
	margin-right: 10px;
	float: left;
}
#address  li  a, #address li em {
	color: #8ec31c;
	font-style: normal;
}

#socialLinks li {
	float: left;
	margin-right: 2px;
}
#footer  #socialLinks  .follow, #footer #socialLinks .bookmark {
	display: block;
	margin-right: 10px;
}
#footer #socialLinks .bookmark {
	margin-left: 10px;
}


#socialLinks   li a  {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 24px;
	width: 24px;
	text-indent: -9999px;
}

#socialLinks   .iconFacebook a  {
	background-image: url(../images/icon-facebook.jpg);
}
#socialLinks .iconTwitter a {
	background-image: url(../images/icon-twitter.jpg);
	
}
#socialLinks .iconLastfm a {
	background-image: url(../images/icon-lastfm.jpg);
	
}
#socialLinks .iconPandora a {
	background-image: url(../images/icon-pandora.jpg);
	
}
#socialLinks .iconDelicious a {
	background-image: url(../images/icon-delicious.jpg);
	
}
#socialLinks .iconStumbleupon a {
	background-image: url(../images/icon-stumbleupon.jpg);
	
}
#socialLinks .iconMixx a {
	background-image: url(../images/icon-mixx.jpg);
	
}
#joinList {
	display: block;
	text-align: right;
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#joinList a {
	color: #b0b0b0;
	background: url(../images/icon-mail.jpg) no-repeat #fff left center;
	padding-left: 24px;
}
#joinList a:hover {
	color: #666666;
}
