@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #9fa8a9;
	cursor: default;
	
}

.clearit:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearit { display: inline-block; }

html[xmlns] .clearit { display: block; }

* html .clearit { height: 1%; }

p { margin: 8px 0;}


p.spaced { margin-bottom: 20px; }

.smallText { font-size: 11px; }

.highlight { color: #680f09; }

img { border: 0; }

.none { display: none; }

.strong { font-weight: bold; }

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}

.aleft { float: left; }

.aright { float: right; }

.tleft { text-align: left; }

.tcenter { text-align: center; }

.tright { text-align: right; }

.cleft {
	clear: left;
}

a:hover,
a:active { outline: none; }

ul { list-style: none; }

.nobg, a.nobg {
	background-image:none;
}

.borderless {
	border:none;
}

a {
	color: #315694;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
}




/* ------------------------------------ */
/*                                      */
/*               HEADER                 */
/*                                      */
/* ------------------------------------ */


#header {
	height:218px;
	width:887px;
	padding:0 51px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	background: url('images/headerBg.jpg') no-repeat;
}

#header h1#logo a {
	position: absolute;
	top: 57px;
	left: 140px;
	width:260px;
	height: 83px;
	text-indent: -9999px;
	background: url('images/headerLogo.jpg') no-repeat;
}

#header p.welcome {
	position: absolute;
	right: 205px;
	top: 81px
}

#header p.welcome a {
	color: #fff;
	text-decoration: underline;
}

#header h3 {
	float: right;
	width: 108px;
	height: 33px;
	margin: 79px 38px 0 0;
}

#header h3 a {
	display: block;
	width: 108px;
	height: 33px;
	background: url('images/headerPeaceTvButton.png') no-repeat;
	text-indent: -9999px;
}

#header h3 a:hover,
#header h3 a:active {
	background-position: 0 -33px;
}	

#header #languageSelector {
	position: absolute;
	width: 257px;
	top: 112px;
	right: 88px;
	z-index: 999;
}

#header #languageSelector h5 {
	font-size: 13px;
	float: left;
	margin-top: 2px;
}

#header #languageSelector ul {
	height: 22px;
	float: right;
	width: 177px;
	z-index: 90;
	position: relative;
}

#header #languageSelector ul li a {
	color: #fff;
	text-decoration: none;
}

#header #languageSelector ul.languageSelectorNav li.headlink {
	height: 22px;
}

#header #languageSelector ul.languageSelectorNav li.headlink a {
	width: 169px;
	display: block;
	height: 22px;
	line-height: 22px;
	padding-left: 8px;
	background: url('images/headerLanguageSelectorBg.png') no-repeat;
}

#header #languageSelector ul.languageSelectorNav li.headlink a:hover {
	background-position: 0 -22px;
}

#header #languageSelector ul.languageSelectorNav li.headlink ul {
	display: none;
}

#header #languageSelector ul.languageSelectorNav li.headlink:hover ul {
	display: block;
	width: 169px;
	height: auto;
	z-index: 999;
	position: relative;
	margin: 0 8px 0 0;
	background: transparent url('images/headerLanguageSelectorHoverBg.png') left bottom no-repeat;
}

#header #languageSelector ul.languageSelectorNav li.headlink ul li a {
	width: auto;
	background: none;
	z-index: 999;
	position: relative;
}

#header #languageSelector ul.languageSelectorNav li.headlink ul li a:hover {
	text-decoration: underline;
}

#header form#headerSearch {
	position: absolute;
	width: 343px;
	height: 30px;
	right: 90px;
	top: 134px;
	z-index: 1;
}

#header form#headerSearch input {
	float: left;
	position: relative;
	z-index: -1;
	width: 291px;
	height: 17px;
	border: none;
	color: #fff;
	padding: 5px 5px 2px 5px;
	background: url('images/headerSearchBg.png') no-repeat;
}

#header form#headerSearch button {
	float: right;
	width: 42px;
	height: 22px;
	border: none;
	text-indent: -9999px;
	margin: 2px 0 0 0;
	cursor: pointer;
	background: url('images/headerSearchButton.png') no-repeat;
}

#header form#headerSearch button:hover,
#header form#headerSearch button:active {
	background-position: 0 -22px;
}

#header #topNav {
	position: absolute;
	top: 182px;
	right: 89px;
	width: 813px;
}

#header #topNav ul {
	height: 29px;
	background: transparent url('images/topNavSeparator.png') right center no-repeat;
}

#header #topNav ul li {
	float: left;
	padding-left: 1px;
	background: transparent url('images/topNavSeparator.png') left center no-repeat;
}

#header #topNav ul li a {
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 12px;
	font-size: 13px;
	font-weight: bold;
	color: #c1d8fa;
	text-decoration: none;
}

#header #topNav ul li a:hover,
#header #topNav ul li a:active,
#header #topNav ul li a.active {
	text-decoration: none;
	color: #fff;
	background: transparent url('images/topNavActive.png') repeat-x;
}





/* ------------------------------------ */
/*                                      */
/*             CONTAINER                */
/*                                      */
/* ------------------------------------ */


#containerBg {
	width: 100%;
	background: url('images/containerBg.png') left bottom repeat-x;
}

#container {
	width: 900px;
	margin: 0 auto;
	min-height: 750px;
	color: #8e9394;
}

#containerFooter {
	clear: both;
	width: 897px;
	height: 54px;
	margin: 0 auto;
	padding-left: 3px;
	margin-top: 15px;
}

#containerFooter .containerFooterBigBox {
	float: left;
	width: 625px;
	height: 47px;
	background: transparent url('images/containerFooterBigBoxBg.png') no-repeat;
}

#containerFooter .containerFooterBigBox h5 {
	float: left;
	background: url('images/titleBg.png') left center no-repeat;
	padding: 13px 0 0 35px;
	margin-left: 20px;
	height: 25px;
	/*line-height: 38px;*/
	font-size: 17px;
	font-weight: normal;
	color: #315694;
}

#containerFooter .containerFooterBigBox form {
	float: left;
	margin: 10px 0 0 10px;
}

#containerFooter .containerFooterBigBox form input {
	float: left;
	width: 140px;
	padding: 1px 5px 0 5px;
	border: none;
	border-right: 1px solid #ecedef;
	height: 19px;
	line-height: 19px;
	color: #315694;
	font-size: 11px;
	background: url('images/formInputBg.png') no-repeat;
}

#containerFooter .containerFooterBigBox form button {
	float: left;
	border: 1px solid #ecedef;
	border-left: none;
	background: none;
	cursor: pointer;
	color: #315694;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	padding: 0 3px 3px 3px;
	
}

#containerFooter .containerFooterBigBox form button:hover,
#containerFooter .containerFooterBigBox form button:active {
	background: #e0eaf5;
}

#containerFooter .containerFooterBigBox a {
	float: right;
	margin: 13px 10px 0 0;
}

#containerFooter .containerFooterSmallBox {
	float: right;
	width: 253px;
	height: 54px;
	margin-right: 3px;
	background: transparent url('images/containerFooterSmallBoxBg.png') no-repeat;
}

#containerFooter .containerFooterSmallBox a {
	display: block;
	width: 205px;
	height: 39px;
	line-height: 39px;
	margin: 0 0 0 5px;
	padding-left: 40px;
	font-size: 13px;
	font-weight: bold;
	background: url('images/titleBgMin.png') 13px center no-repeat;
}




/* ------------------------------------ */
/*                                      */
/*               CONTENT                */
/*                                      */
/* ------------------------------------ */


#content {
	width: 626px;
	min-height: 300px;
	float: left;
	padding-top: 19px;
	margin-left: 3px;
}

#homePresentation {
	width: 669px;
	height: 337px;
	margin: 13px 0 10px -45px;
	background: url('images/homePresentationBg.jpg') no-repeat;
}

span.bullet {
	display: block;
	width: 27px;
	height: 8px;
	background: url('images/bullet.png') no-repeat;
}

.title1 {
	font-size: 23px;
	font-weight: normal;
	color: #315694;
	padding: 0 0 4px 40px;
}

.title1 a.aright {
	font-size: 16px;
	margin: 4px 20px 0;
}

.title2,
.title5 {
	font-size: 24.5px;
	font-weight: normal;
	color: #315694;
	padding: 3px 0 4px 40px;
	background: url('images/titleBgMin.png') 41px center no-repeat;
	padding-left: 70px;
}

.title5 {
	padding-left: 30px;
	background: url('images/titleBgMin.png') left center no-repeat;
}

.title3 {
	font-size: 20px;
}

.title4 {
	padding-left: 0;
}

.commonBox {
	width: 625px;
	margin: 0 0 8px 0;
}

.commonBox .title {
	height: 47px;
	line-height: 38px;
	font-size: 19px;
	font-weight: normal;
	background: transparent url('images/commonBoxBg.png') left top no-repeat;
}

.commonBox .title a,
.commonBox .title span {
	padding-left: 35px;
	margin: 0 0 0 20px;
	color: #315694;
	background: url('images/titleBg.png') left 5px no-repeat;
}

.commonBox .commonBoxContent {
	/*min-height: 87px;*/
	padding-bottom: 15px;
	background: url('images/commonBoxBg.png') left bottom no-repeat;
}

.commonBox ul.jcarouselFaq li h4,
.commonBox ul.jcarouselSchedule li h4 {
	font-size: 12px;
	font-weight: bold;
}

.commonBox ul.jcarouselFaq li p,
.commonBox ul.jcarouselSchedule p {
	font-size: 12px;
	margin: 0;
}

.commonBox ul.jcarouselFaq li,
.commonBox ul.jcarouselSchedule li {
	width: 120px;
}

.commonBox ul.jcarouselSpeakers li {
	width: 165px;
	position: relative;
}

.commonBox ul.jcarouselSpeakers li img {
	float: left;
	margin-right: 5px;
}

.commonBox ul.jcarouselSpeakers li h4 {
	position: absolute;
	right: 0;
	bottom: 40px;
	width: 85px;
	line-height: 12px;
	font-size: 12px;
}

.commonBox ul.jcarouselSpeakers li p {
	font-size: 11px;
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 85px;
	margin: 0;
	line-height: 11px;
}

.commonBox ul.jcarouselProgrammes li {
	width: 162px;
	text-align: center;
}

.commonBox ul.jcarouselGallery li {
	width: 119px;
	text-align: center;
}

.normalBox,
.normalBoxBlue {
	width: 625px;
	margin-bottom: 10px;
	clear: both;
}

.normalBox .normalBoxTop {
	height: 7px;
	background: url('images/normalBoxTopBg.png') no-repeat;
}

.normalBoxBlue .normalBoxTop {
	height: 7px;
	background: url('images/normalBoxTopBgBlue.png') no-repeat;
}

.normalBox .normalBoxBottom {
	height: 10px;
	background: url('images/normalBoxBottomBg.png') no-repeat;
}

.normalBoxBlue .normalBoxBottom {
	height: 10px;
	background: url('images/normalBoxBottomBgBlue.png') no-repeat;
}

.normalBox .normalBoxContent {
	background: url('images/normalBoxContentBg.png') repeat-y;
}

.normalBoxBlue .normalBoxContent {
	background: url('images/normalBoxContentBgBlue.png') repeat-y;
}

.normalBox .normalBoxContent h3 {
	font-size: 22px;
	font-weight: normal;
	color: #315694;
}

.speakerListBox .normalBoxBottom,
.latestDownloadsBox .normalBoxBottom {
	margin-top: -1px;
}

.normalBox .speakerDetails img,
.normalBox .speakerList img {
	margin: -7px 15px 0 5px;
	float: left;
}

.normalBox .speakerDetails .text {
	float: left;
	width: 385px;
}

.normalBox .speakerList .text {
	padding-right: 20px;
}

.normalBox .speakerDetails h3,
.normalBox .speakerList h3 {
	padding-top: 15px;
}

.normalBox .speakerDetails {
	padding-bottom: 30px;
}

.normalBox .speakerList span.bullet {
	margin: 0 0 0 143px;
}

.normalBox .speakerList a.bull:hover,
.normalBox .speakerList span,
.normalBox .speakerList a.bull:hover span {
	text-decoration: none;
}

.normalBox .explorePeaceTv {
	padding: 25px 0 30px 80px;
}

.normalBox .letterNavBox h4,
.normalBox .explorePeaceTv h4 {
	color: #315694;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 5px;
}

.normalBox .letterNavBox h4.title,
.normalBox .explorePeaceTv h4.title {
	font-size: 19px;
}

.normalBox .commonSearchBox {
	height: 30px;
	padding: 8px 0 13px 24px;
}

.normalBox .commonSearchBox label {
	float: left;
	color: #315694;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	margin-right: 10px;
}

.faq .commonSearchBox label {
	float: none;
	display: block;
	padding-left: 30px;
	background: url('images/titleBgMin.png') left center no-repeat;
}

.normalBox .commonSearchBox input {
	float: left;
	width: 330px;
	padding: 1px 5px 0 5px;
	border: none;
	border-right: 1px solid #ecedef;
	height: 30px;
	color: #315694;
	font-size: 17px;
	background: url('images/formInputBg.png') no-repeat;
}

.faq .commonSearchBox input {
	width: 450px;
	margin: 0 0 15px 30px;
}

.normalBox .commonSearchBox button {
	height: 31px;
	background: url('images/formButtonBg.png') repeat-x;
	border: none;
	cursor: pointer;
	padding: 0 15px;
	color: #315694;
	font-size: 11px;
}

.normalBox .commonSearchBox button:hover {
	background-position: 0 -31px;
}

.programmeInfoBox {
	position: relative;
	z-index: 2;
}

.programmeInfoBox .normalBoxContent {
	padding: 3px 0 8px 0;
}

.programmeInfoBox p {
	margin: 0;
	font-size: 11px;
}

.programmeInfoBox .part1 {
	margin: 0 15px 0 181px;
	width: 135px;
	float: left;
}

.programmeInfoBox .part2 {
	float: left;
}

.programmeInfoBox .part2 p {
	width: 235px;
}

.programmeDescriptionBox {
	margin-top: -17px;
	position: relative;
	z-index: 1;
}

.programmeDescriptionBox .normalBoxContent {
	padding: 24px 0 0 42px;
}

.programmeDescriptionBox .normalBoxContent img.aleft {
	margin-right: 20px;
}

.programmeDescriptionBox .normalBoxContent .text {
	float: left;
	width: 385px;
	padding-bottom: 25px;
	margin-top: -3px;
}

.programmeDescriptionBox .normalBoxContent .text p {
	margin: 0 0 10px 0;
}

.latestDownloadsBox .normalBoxContent {
	padding-right: 35px;
}

.latestDownloadsBox h4 {
	color: #9fa8a9;
	font-size: 18px;
	font-weight: normal;
}

.latestDownloadsBox img.aleft {
	margin: -7px 25px 0 42px;
}
/*
.buttonDownloadEpisode {
	display: block;
	width: 95px;
	height: 19px;
	text-indent: -9999px;
	background: url('images/buttonDownloadEpisode.png') no-repeat;
}
*/

.buttonDownloadEpisode {
	display: block;
	width: 90px;
	line-height: 29px;
	font-size: 11px;
	color: #315694;
	cursor: pointer;
	border: none;
	padding: 0 7px;
	line-height: 25px;
	background: url('images/buttonCheckout.png') repeat-x;
}

.buttonDownloadEpisode:hover {
	background-position: 0 -29px;
	text-decoration: none;
}

div.normalButtons {
	margin-right: 2px;
	margin-bottom: 10px;
}

div.normalButtons .first {
	margin-right: 8px;
}

.normalButtonLarge a,
.normalButtonMedium a {
	display: block;
	height: 36px;
	padding-top: 18px;
	/*line-height: 45px;*/
	text-align: center;
	font-weight: normal;
}

.normalButtonLarge a {
	width: 307px;
	font-size: 20px;
	background: url('images/normalButtonLarge.png') no-repeat;
}

.normalButtonMedium a {
	width: 203px;
	font-size: 15px;
	background: url('images/normalButtonMedium.png') no-repeat;
}

.normalButtonLarge a:hover,
.normalButtonLarge a:active,
.normalButtonLarge a.active,
.normalButtonMedium a:hover,
.normalButtonMedium a:active,
.normalButtonMedium a.active{
	text-decoration: none;
	background-position: 0 -54px;
}

ul.alphabetNavigation {
	height: 32px;
	padding: 13px;
}

ul.alphabetNavigation li {
	float: left;
}

ul.alphabetNavigation li a {
	display: block;
	width: 23px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 19px;
}

ul.alphabetNavigation li a:hover,
ul.alphabetNavigation li a:active,
ul.alphabetNavigation li a.active {
	text-decoration: none;
	background: #dfe9f3;
}

ul.normalListing {
	margin: 0 0 12px -8px;
	list-style: url('images/titleBgMin.png') outside;
}

ul.normalListing li {
	padding-left: 10px;
}

.normalBox .letterNavBox ul.normalListing li,
.normalBox .explorePeaceTv ul.normalListing li {
	margin-bottom: 4px;
}

.normalBox .letterNavBox ul.normalListing li a,
.normalBox .explorePeaceTv ul.normalListing li a {
	color: #abb3b4;
	font-size: 14px;
	text-decoration: underline;
}

.normalBox .letterNavBox ul.normalListing li a:hover,
.normalBox .explorePeaceTv ul.normalListing li a:hover {
	color: #315694;
}

.pagination ul li {
	float: left;
}

.pagination ul li a {
	display: block;
	width: 21px;
	height: 22px;
	text-align: center;
	line-height: 21px;
	color: #b0b3ba;
	background: url('images/paginationBg.png') 0 0 no-repeat;
}

.pagination ul li a:hover,
.pagination ul li a:active,
.pagination ul li a.active {
	text-decoration: none;
	color: #315694;
	background-position: 0 -22px;
}

.pagination ul li a.prev {
	text-indent: -9999px;
	background-position: -42px 0;
}

.pagination ul li a.prev:hover {
	background-position: -42px -22px;
}

.pagination ul li a.next {
	text-indent: -9999px;
	background-position: -21px 0;
}

.pagination ul li a.next:hover {
	background-position: -21px -22px;
}

table.schedule {
	width: 625px;
	padding: 0 0 0 5px;
	margin: 0;
	background: url('images/tableScheduleBg.png') repeat-y;
}

table.schedule td {
	height: 77px;
	padding-bottom: 0;
	display: table-cell;
	vertical-align: top;
}

table.schedule td.scheduleProgramme {
	width: 313px;
	padding: 0 0 0 50px;
	background: url('images/titleBgMin.png') 23px 29px no-repeat;
}

table.schedule td.scheduleProgramme h4 {
	font-size: 17px;
	font-weight: normal;
	margin-top: 16px;
	padding: 0;
}

table.schedule td.scheduleProgramme p {
	margin: 0;
}

table.schedule td.scheduleTime p {
	float: left;
	margin: 30px 0 0 35px;
	font-size: 11px;
}

.normalBox .scheduleRegion,
.normalBox .contactRegion {
	padding: 30px 20px;
}

#calender_1 {
	width:300px;
	height:230px;
	float:left;
	position: absolute;
	top: 20px;
	left: 40px;
	padding:0 0 20px 0;
}
 
#regionsMap {
	position: relative;
	width: 373px;
	height: 236px;
	float: left;
}

.regionsMap1 {
	background: url('images/regionsMap1.png') no-repeat;
}

.regionsMap2 {
	background: url('images/regionsMap2.png') no-repeat;
}

#regionsMap li {
	position: absolute;
}

#regionsMap a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.regionsMap1 a {
	background: url('images/regionsMap1.png') -9999px -9999px no-repeat;
}

.regionsMap2 a {
	background: url('images/regionsMap2.png') -9999px -9999px no-repeat;
}

#regionsMap li#usa {
	top: 49px;
	left: 21px;
	width: 71px;
	height: 46px;
}

#regionsMap li#usa a:hover,
#regionsMap li#usa a:active,
#regionsMap li#usa a.active {
	outline: none;
	background-position: -21px -285px;
}

#regionsMap li#uk {
	top: 39px;
	left: 152px;
	width: 21px;
	height: 21px;
}

#regionsMap li#uk a:hover,
#regionsMap li#uk a:active,
#regionsMap li#uk a.active {
	outline: none;
	background-position: -152px -275px;
}

#regionsMap li#europeuk {
	top: 39px;
	left: 152px;
	width: 32px;
	height: 38px;
}

#regionsMap li#europeuk a:hover,
#regionsMap li#europeuk a:active,
#regionsMap li#europeuk a.active {
	outline: none;
	background-position: -152px -275px;
}

#regionsMap li#ksa {
	top: 85px;
	left: 208px;
	width: 30px;
	height: 28px;
}

#regionsMap li#ksa a:hover,
#regionsMap li#ksa a:active,
#regionsMap li#ksa a.active {
	outline: none;
	background-position: -208px -321px;
}

#regionsMap li#india {
	top: 81px;
	left: 251px;
	width: 45px;
	height: 43px;
}

#regionsMap li#india a:hover,
#regionsMap li#india a:active,
#regionsMap li#india a.active {
	outline: none;
	background-position: -251px -317px;
}

#regionInfo {
	float: right;
	width: 195px;
	margin-top: 85px;
	font-size: 11px;
	position: relative;
}

.contactRegion #regionInfo {
	margin-top: 55px;
}

#regionInfo div.regionDesc {
	display: none;
	background: #fff;
	position: absolute;
	top: 65px;
	left: 0;
}

#regionInfo div.regionDesc2 {
	display: none;
	background: #fff;
	position: absolute;
	top: 35px;
	left: 0;
}

#regionInfo div.selectBoxPeaceTv {
	display: block;
}

#regionInfo p {
	margin: 0;
}

#regionInfo h5 {
	margin: 8px 0;
	padding-left: 20px;
	color: #315694;
	font-size: 14px;
	font-weight: bold;
	background: url('images/titleBgMin.png') 0 3px no-repeat;
}

.donationBox .normalBoxContent {
	padding: 10px 15px 20px 55px;
}

.donationBox .aleft {
	width: 310px;
}

.donationBox h3.donatePeaceTV {
	width: 282px;
	height: 26px;
	margin: 5px 0 10px 0;
	text-indent: -9999px;
	background: url('images/donationTitles.png') no-repeat;
}

.donationBox h3.donateUIA {
	width: 226px;
	height: 26px;
	margin: 5px 0 10px 0;
	text-indent: -9999px;
	background: url('images/donationTitles.png') -282px 0 no-repeat;
}

.donationBox h4 {
	color: #315694;
	font-size: 12px;
}

.donationBox .aright p {
	color: #315694;
	margin: 0 0 3px 0;
	font-size: 13px;
}

.donationBox .buttonDonate {
	display: block;
	width: 295px;
	height: 48px;
	text-indent: -9999px;
	background: url('images/donationButtons.png') no-repeat;
}

.donationBox .buttonDonate:hover,
.donationBox .buttonDonate:active,
.donationBox .buttonDonateActive {
	background-position: 0 -48px;
}

.donationAmountBox {
	position: relative;
	z-index: 3;
}

.donationAmountBox input {
	width: 139px;
	height: 21px;
	padding: 4px;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #555;
	margin-right: 4px;
	background: url('images/donationInputBg.png') no-repeat;
}

.donationTypeBox {
	position: relative;
	z-index: 2;
	margin-top: -17px;
}

.donationTypeBox p {
	display: block;
	float: left;
	height: 80px;
	color: #315694;
	font-size: 17px;
	padding: 7px 20px 14px 55px;
}

.donationTypeBox .colA,
.donationTypeBox .colB,
.donationTypeBox .colC {
	float: left;
}

.donationTypeBox .colA {
	width: 165px;
}

.donationTypeBox .colB {
	width: 150px;
}

.donationTypeBox .colC {
	width: 135px;
}

.donationTypeBox .donationTypeRadio {
	float: left;
	margin-top: 14px;
}

.donationInfoBox {
	position: relative;
	margin-top: -17px;
	/*z-index: 1;*/
}

.donationInfoBox .normalBoxContent {
	padding-bottom: 30px;
}

.donationInfoBox .normalBoxContent {
	padding: 20px 0 15px 55px;
}

.donationInfoBox fieldset {
	border: none;
	width: 485px;
	padding: 10px 0 20px 0;
}

.donationInfoBox fieldset legend {
	color: #315694;
	font-size: 17px;
	font-weight: bold;
}

.donationInfoBox fieldset label,
.commonForm label {
	display: block;
	clear: both;
	float: left;
	width: 150px;
	color: #315694;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 2px;
	cursor: pointer;
}

.commonForm label.ontop {
	float: none;
	text-align: left;
	width: auto;
}

.donationAmountBox label.amount {
	display: block;
	float: left;
	color: #315694;
	font-size: 17px;
	cursor: pointer;
	padding: 6px 10px 14px 55px;
	width: 310px;
	font-weight: normal;
}

.donationTypeBox .donationTypeRadio label {
	color: #315694;
	font-size: 15px;
	cursor: pointer;
	font-weight: normal;
}

.donationInfoBox fieldset.cardDetails label {
	width: 200px;
}

.donationInfoBox fieldset input.textfield,
.commonForm input.textfield {
	width: 290px;
	padding: 2px 5px 0 5px;
	height: 16px;
	border: 1px solid #fff;
	border-right: 1px solid #ecedef;
	margin-bottom: 10px;
	color: #315694;
	font-size: 11px;
	background: url('images/formInputBg.png') no-repeat;
}

.donationInfoBox fieldset.cardDetails input.textfield {
	width: 240px;
}

.donationInfoBox fieldset input.textfield:focus
.commonForm input:focus {
	border: 1px solid #eee;
}

.donationInfoBox fieldset select,
.commonForm select {
	margin-bottom: 8px;
}

.donationInfoBox fieldset select#expiryDateMonth,
.donationInfoBox fieldset select#expiryDateYear {
	float: left;
	margin-right: 10px;
}

.donationInfoBox fieldset label#labelMini {
	float: left;
	margin: 0 0 0 10px;
	width: 40px;
	clear: none;
}

.donationInfoBox fieldset input#cscNumber {
	width: 35px;
	float: left;
	margin-right: 5px;
}

.donationInfoBox fieldset a#buttonHelp {
	display: block;
	float: left;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	background: url('images/buttonHelp.png') no-repeat;
}

.donationInfoBox fieldset a#buttonHelp:hover {
	background-position: 0 -21px;
}

.donationInfoBox fieldset button,
.commonForm button {
	height: 29px;
	font-size: 17px;
	color: #315694;
	cursor: pointer;
	border: none;
	padding: 0 10px;
	line-height: 29px;
	margin: 0 0 0 150px;
	background: url('images/buttonCheckout.png') repeat-x;
}

.donationInfoBox fieldset button:hover,
.commonForm button:hover {
	background-position: 0 -29px
}

.donationInfoBox .verisignLogo {
	float: left;
	margin: 0 20px 0 84px;
}

.donationInfoBox .cardFlags {
	float: left;
	width: 330px;
	color: #315694;
	font-size: 11px;
}

.donationInfoBox .cardFlags p {
	margin: 0;
}

.contactFormTitle {
	position: relative;
	z-index: 2;
}

.contactFormBox {
	position: relative;
	z-index: 1;
	margin-top: -17px;
}

.contactFormBox .normalBoxContent {
	padding: 20px 20px 20px 40px;
}

.contactFormBox .normalBoxContent .aleft {
	width: 270px;
	margin-right: 10px;
}

.contactFormBox .normalBoxContent label {
	text-align: right;
	width: 100px;
	margin-right: 10px;
}

.contactFormBox .normalBoxContent input.textfield {
	width: 140px;
}

.contactFormBox .normalBoxContent button {
	clear: both;
	display: block;
	float: right;
	margin-right: 23px;
	font-size: 14px;
}

.commonForm textarea {
	padding: 4px 5px;
	border: 1px solid #fff;
	border-right: 1px solid #ecedef;
	color: #315694;
	font-size: 12px;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
	background: url('images/formInputBg.png') no-repeat;
}

.commonForm input.filefield,
.commonForm input.filefield2 {
	padding: 2px 5px 0 5px;
	height: 16px;
	border: 1px solid #fff;
	border-right: 1px solid #ecedef;
	color: #315694;
	font-size: 11px;
	background: url('images/formInputBg.png') no-repeat;
}

.contactFormBox .normalBoxContent textarea {
	clear: both;
	width: 420px;
	height: 120px;
}

.faq .commonForm {
	padding: 20px 20px 20px 70px;
}

.faq .commonForm label {
	display: block;
	float: left;
	width: 60px;
	height: 27px;
	line-height: 27px;
}

.faq .commonForm input.textfield {
	float: left;
	width: 441px;
	padding: 1px 5px 0 5px;
	border: none;
	border-right: 1px solid #ecedef;
	height: 27px;
	color: #315694;
	font-size: 17px;
}

.faq .commonForm textarea {
	width: 500px;
	height: 90px;
}

.faq .commonForm div.formBottom {
	position: relative;
}

.faq .commonForm div.formBottom p {
	float: left;
	color: #315694;
	font-weight: bold;
	margin-right: 10px;
}

.faq .commonForm div.formBottom div.radio {
	float: left;
	margin-top: 3px;
}

.faq .commonForm div.formBottom div.radio label {
	font-size: 11px;
}

.faq .commonForm div.formBottom div.radio .custom-checkbox label,
.faq .commonForm div.formBottom div.radio .custom-radio label {
	padding: 0 0 .5em 30px;
	width: auto;
	margin-right: 15px;
}

.faq .commonForm div.formBottom button {
	display: block;
	position: absolute;
	top: 0;
	right: 23px;
	font-size: 14px;
}

.faqSection .faqSectionTitle {
	cursor: pointer;
}

.faqSection .faqSectionTitle h3 a {
	font-weight: normal;
	font-size: 16px;
	display: block;
	margin-left: 25px;
	padding: 3px 0 7px 30px;
	background: url('images/arrows.png') 0 8px no-repeat;
}

.faqSection .faqSectionTitle h3 a.active {
	background-position: 0 -52px;
}

.faqSection .faqSectionContent {
	display: none;
}

.faqSection .faqSectionContent ol {
	list-style-position: inside;
	color: #315694;
	font-size: 14px;
	padding: 15px 20px 20px 55px;
}

.faqSection .faqSectionContent ol li {
	color: #abb3b4;
	margin: 4px 0;
}

.faqSection .faqSectionContent ol li.hover,
.faqSection .faqSectionContent ol li.active,
.faqSection .faqSectionContent ol li.hover a,
.faqSection .faqSectionContent ol li.active a{
	color: #315694;
}

.faqSection .faqSectionContent ol li a {
	color: #abb3b4;
	text-decoration: underline;
}

.faqSection .faqSectionContent ol li a:hover,
.faqSection .faqSectionContent ol li a:active {
	color: #315694;
}

.faqSection .faqSectionContent ol li p {
	display: none;
	font-size: 12px;
	margin-left: 20px;
}

.faqDirectory #innerContent {
	margin: 0 20px 30px 70px;
	position: relative;
}

.faqDirectory #innerContent ul.normalListing li p {
	display: none;
	width: 260px;
	padding: 10px;
	height: auto;
	position: absolute;
	right: 0;
	top: 30%;
	font-size: 11px;
	color: #315694;
	background: #e8ebf1 url('images/faqDirectoryBg.png') repeat-x;
}

.faqDirectory #innerContent ul.normalListing li p span {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

.normalBox .myPeaceTvTable,
.normalBox #myPeaceTvItems {
	padding: 10px 20px 20px 40px;
}

.normalBox .myPeaceTvTable .myPeaceTvTableContainer,
.normalBox #myPeaceTvItems #myPeaceTvItemsContainer {
	margin: 10px 0 0 0;
	width: 100%;
	color: #315694;
	overflow: hidden;
}

.normalBox #myPeaceTvDonationHistory .myPeaceTvTableContainer table td,
.normalBox #myPeaceTvDonationHistory .myPeaceTvTableContainer table th {
	width: 161px;
	text-align: center;
}

.normalBox .myPeaceTvTable .myPeaceTvTableContainer table th {
	height: 23px;
	line-height: 23px;
}

.normalBox #myPeaceTvQuestions .myPeaceTvTableContainer table {
	text-align: center;
}

.normalBox #myPeaceTvDonationHistory .myPeaceTvTableContainer table th {
	background: url('images/myPeaceTvTableHeadBg.png') no-repeat;
}

.normalBox #myPeaceTvDonationHistory .myPeaceTvTableContainer table th.first,
.normalBox #myPeaceTvQuestions .myPeaceTvTableContainer table th.first {
	background: none;
}

.normalBox #myPeaceTvQuestions .myPeaceTvTableContainer table th.question {
	width: 307px;
	background: url('images/myPeaceTvTableHeadQuestions1Bg.png') no-repeat;
}

.normalBox #myPeaceTvQuestions .myPeaceTvTableContainer table th.date {
	width: 108px;
	background: url('images/myPeaceTvTableHeadQuestions2Bg.png') no-repeat;
}

.normalBox #myPeaceTvQuestions .myPeaceTvTableContainer table th.status {
	width: 67px;
	background: url('images/myPeaceTvTableHeadQuestions3Bg.png') no-repeat;
}

.normalBox #myPeaceTvQuestions .myPeaceTvTableContainer table td.question {
	width: 287px;
	text-align: left;
	padding: 5px 10px;
}

.normalBox #myPeaceTvQuestions .myPeaceTvTableContainer table td.date {
	width: 108px;
}

.normalBox #myPeaceTvQuestions .myPeaceTvTableContainer table td.status {
	width: 67px;
}

.normalBox .myPeaceTvTable .myPeaceTvTableContainer table.myPeaceTvTableContent td,
.normalBox #myPeaceTvQuestions .myPeaceTvTableContainer table.myPeaceTvTableContent td {
	height: 30px;
	line-height: 30px;
	background: #f5f7f9 url('images/myPeaceTvTableBg.png') repeat-x;
}

.normalBox #myPeaceTvQuestions .myPeaceTvTableContainer table.myPeaceTvTableContent td.question {
	height: 30px;
	line-height: normal;
}

.normalBox #myPeaceTvDonationHistory .myPeaceTvTableContainer table td.first,
.normalBox #myPeaceTvQuestions .myPeaceTvTableContainer table td.first,
.normalBox #myPeaceTvDonationHistory .myPeaceTvTableContainer table th.first,
.normalBox #myPeaceTvQuestions .myPeaceTvTableContainer table th.first {
	width: 40px;
	font-size: 15px;
}

.normalBox .myPeaceTvTable .myPeaceTvTableContainer table.myPeaceTvTableContent {
	margin-top: -7px;
}

.normalBox .myPeaceTvTable div.pagination {
	float: left;
}

.normalBox a.myPeaceTvButtons,
.normalBox .myPeaceTvButtons {
	display: block;
	float: right;
	height: 33px;
	text-indent: -9999px;
	margin-right: 22px;
	background: url('images/myPeaceTvButtons.png') no-repeat;
}

.normalBox a.myPeaceTvDonationButton {
	width: 179px;
}

.normalBox a.myPeaceTvDonationButton:hover,
.normalBox a.myPeaceTvDonationButton:active {
	background-position: 0 -33px;
}

.normalBox a.myPeaceTvShoppingButton {
	width: 238px;
	background-position: -179px 0;
}

.normalBox a.myPeaceTvShoppingButton:hover,
.normalBox a.myPeaceTvShoppingButton:active {
	background-position: -179px -33px;
}

.normalBox a.myPeaceTvQuestionButton {
	width: 179px;
	background-position: -417px 0;
}

.normalBox a.myPeaceTvQuestionButton:hover,
.normalBox a.myPeaceTvQuestionButton:active {
	background-position: -417px -33px;
}

.normalBox .myPeaceTvSubmitButton {
	width: 88px;
	background-position: -596px 0;
}

.normalBox .myPeaceTvSubmitButton:hover,
.normalBox .myPeaceTvSubmitButton:active {
	background-position: -596px -33px;
}

.normalBox .questions {
	padding: 10px 0;
}

.normalBox .questions p.label {
	width: 95px;
	margin: 0;
	text-align: right;
	float: left;
	padding: 5px 10px 0 0;
}

.normalBox .questions h3 {
	float: left;
}

.normalBox .questions span.status {
	display: block;
	float: right;
	color: #315694;
	width: 65px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: -3px 30px 0 0;
	background: #d7dee9 url('images/commonButtonBg.png') repeat-x;
}

.normalBox .questions p.text {
	color: #315694;
	float: left;
	width: 380px;
	padding-top: 5px;
	margin: 0;
}

.normalBox .questions p.datetime {
	float: right;
	text-align: right;
	margin-right: 30px;
	color: #315694;
}

.normalBox .questions p.datetime span {
	font-size: 10px;
}

.normalBox .questions .commonForm {
	padding: 0 30px 15px 103px;
	position: relative;
}

.normalBox .questions .commonForm label.ontop {
	font-size: 11px;
}

.normalBox .questions .commonForm textarea {
	width: 360px;
	height: 100px;
}

.normalBox .questions .commonForm button {
	position: absolute;
	right: 8px;
	bottom: 14px;
}

.normalText,
#donation_text {
	padding: 20px 25px 20px 40px;
}

#donation_text p {
	margin-left: 32px;
	font-size: 13px;
}

#donation_text p.details {
	font-size: 14px;
	margin: 0 0 0 32px;
	line-height: 20px;
}

#donation_text p.details span {
	color: #315694;
	font-weight: bold;
}

#signinBox .normalBoxContent {
	padding: 20px 20px 20px 40px;
}

#signinBox form.commonForm {
	margin: 15px 0;
	width: 330px;
	position: relative;
	float: left;
}
#signinBox form.commonForm label {
	width: 75px;
	clear: both;
	padding-top: 3px;
}

#signinBox form.commonForm input {
	width: 150px;
}

#signinBox form.commonForm button {
	position: absolute;
	right: 0;
	bottom: 10px;
}

#signinBox div.newMember {
	float: right;
	width: 150px;
}

#signinBox div.newMember p {
	color: #315694;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#signinBox div.newMember a {
	display: block;
	color: #315694;
	width: 100px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 12px 0 0 24px;
	background: url('images/buttonCheckout.png') repeat-x;
}

#signinBox div.newMember a:hover {
	background-position: 0 -30px;
	text-decoration: none;
}

div.noMargin1 {
	position: relative;
	z-index: 1;
}

div.noMargin2 {
	margin-top: -17px;
}




/* ------------------------------------ */
/*                                      */
/*              SIDEBAR                 */
/*                                      */
/* ------------------------------------ */


#sidebar {
	width: 250px;
	padding: 5px 6px 0 0;
	float: right;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h3.donateButton a {
	display: block;
	width: 250px;
	height: 62px;
	text-indent: -9999px;
	background: url('images/sidebarDonateButton.png') no-repeat;
}

#sidebar h3.donateButton a:hover {
	background-position: 0 -62px;
}

#sidebar .boxPeaceTvLive {
	width: 250px;
	/*height: 289px;*/
	margin-top: 12px;
	background: url('images/sidebarBoxPeaceTvLive.jpg') no-repeat;
}

#sidebar .boxPeaceTvLive #videoLiveContainer {
	width: 241px;
	height: 202px;
	margin: 3px 0 0 5px;
}

#sidebar .boxPeaceTvLive ul#videoNav {
	margin-top: 5px;
}

#sidebar .boxPeaceTvLive ul#videoNav li a {
	display: block;
	width: 205px;
	height: 19px;
	padding-left: 45px;
	line-height: 19px;
	font-size: 10px;
	background: url('images/sidebarBoxPeaceTvLiveLinks.jpg') no-repeat;
}

#sidebar .boxPeaceTvLive ul#videoNav li a.active {
	text-decoration: underline;
}

#sidebar .boxPeaceTvLive ul#videoNav li a.videoA {
	background-position: 0 0;
}

#sidebar .boxPeaceTvLive ul#videoNav li a.videoB {
	background-position: 0 -19px;
}

#sidebar .boxPeaceTvLive ul#videoNav li a.videoC {
	background-position: 0 -38px;
}

#sidebar .boxPeaceTvLive h5 {
	width: 250px;
	height: 34px;
	margin-top: -5px;
	background: url('images/sidebarBoxPeaceTvLiveH5.jpg') no-repeat;
}

#sidebar .boxPeaceTvLive h5 a {
	background: url('images/titleBgMin.png') 17px center no-repeat;
	padding-left: 4px;
}

#sidebar .boxPeaceTvLive h4 a {
	color: #315694;
	font-size: 18px;
	font-weight: normal;
	padding-left: 45px;
	display: block;
	line-height: 45px;
}

#sidebar .boxPeaceTvLive a.video {
	display: block;
	width: 250px;
	height: 205px;
	text-indent: -9999px;
}

#sidebar .boxPeaceTvLive h5 a {
	color: #315694;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 0 4px;
	padding-left: 40px;
	display: block;
	line-height: 25px;
}

#sidebar .boxSpeakers {
	width: 250px;
	height: 132px;
	background: url('images/sidebarBoxSpeakersBg.png') no-repeat;
}

#sidebar .boxSpeakers h5 a {
	display: block;
	width: 205px;
	height: 39px;
	line-height: 39px;
	margin: 5px 0 0 4px;
	padding-left: 40px;
	font-size: 13px;
	font-weight: bold;
	background: url('images/titleBgMin.png') 13px center no-repeat;
}

#sidebar .boxSpeakers .boxSpeakersContent {
	position: relative;
	height: 85px;
	overflow: hidden;
}

#sidebar .boxSpeakers .boxSpeakersContent img {
	float: left;
	margin: 8px 5px 0 5px;
}

#sidebar .boxSpeakers .boxSpeakersContent .boxSpeakersText {
	float: left;
	width: 105px;
	padding: 18px 0 0 0;
}

#sidebar .boxSpeakers .boxSpeakersContent h6 {
	font-size: 14px;
	font-weight: normal;
}

#sidebar .boxSpeakers .boxSpeakersContent p {
	font-size: 11px;
	margin-top: 1px;
}

#sidebar .boxSpeakers .boxSpeakersContent span.bullet {
	float: right;
	margin: 70px 9px 0 0;
}

#sidebar ul.sidebarSections {
	position: relative;
	z-index: 90;
}

#sidebar ul.sidebarSections li {
	position: relative;
	width: 250px;
	padding-bottom: 7px;
	z-index: -1;
	background: transparent url('images/sidebarSectionsBg.png') left top no-repeat;
}

#sidebar ul.sidebarSections li.sidebarHeadLink {
	padding-bottom: 0;
	margin-bottom: 7px;
}

#sidebar ul.sidebarSections li.doubleSized {
	z-index: 15;
	background: url('images/sidebarSectionsDoubleBg.png') no-repeat;
}

#sidebar ul.sidebarSections li a {
	display: block;
	width: 205px;
	height: 39px;
	line-height: 39px;
	margin: 0 0 0 5px;
	padding-left: 40px;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	z-index: -200;
	background: url('images/titleBgMin.png') 13px center no-repeat;
}

#sidebar ul.sidebarSections li.doubleSized a {
	height: 58px;
	background-position: 13px 17px;
}

#sidebar ul.sidebarSections li a span {
	position: absolute;
	line-height: 39px;
	top: 2px;
	right: 10px;
	font-size: 12px;
	color: #c3aa62;
	font-weight: bold;
}

#sidebar ul.sidebarSections li ul.sidebarSubSections {
	margin: 1px 0 0 4px;
	position: relative;
	z-index: -30;
	display: none;
}

#sidebar ul.sidebarSections li ul.sidebarSubSections li {
	height: 19px;
	padding: 0;
	background: url('images/sidebarSubSectionsBg.png') no-repeat;
}

#sidebar ul.sidebarSections li ul.sidebarSubSections li.alternate {
	background-position: 0 -19px;
}

#sidebar ul.sidebarSections li ul.sidebarSubSections li a {
	display: block;
	width: 203px;
	height: 19px;
	line-height: 19px;
	margin: 0;
	padding-left: 42px;
	background: none;
	font-size: 11px;
}

#sidebar ul.sidebarSections li ul.sidebarSelectBox {
	width: 197px;
	position: absolute;
	right: 13px;
	top: 33px;
	z-index: 400;
}

#sidebar ul.sidebarSections li ul.sidebarSelectBox li {
	background: none;
	width: auto;
	z-index: 600;
}

#sidebar ul.sidebarSections li ul.sidebarSelectBox li.headlink {
	height: 22px;
	/*z-index: 1000;*/
}

#sidebar ul.sidebarSections li ul.sidebarSelectBox li.headlink a {
	width: 189px;
	display: block;
	height: 19px;
	line-height: 19px;
	padding-left: 8px;
	font-size: 11px;
	background: url('images/sidebarSelectBoxBg.png') no-repeat;
}

#sidebar ul.sidebarSections li ul.sidebarSelectBox li.headlink a:hover {
	background-position: 0 -19px;
	text-decoration: none;
}

#sidebar ul.sidebarSections li ul.sidebarSelectBox li.headlink ul {
	display: none;
}

#sidebar ul.sidebarSections li ul.sidebarSelectBox li.headlink:hover ul {
	display: block;
	width: 194px;
	height: auto;
	z-index: 1;
	margin: 0 0 0 5px;
	border: 1px solid #eee;
	border-top: none;
	background: #f7f8fa;
}

#sidebar ul.sidebarSections li ul.sidebarSelectBox li.headlink ul li {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 700;
}

#sidebar ul.sidebarSections li ul.sidebarSelectBox li.headlink ul li.alternate {
	background: #f0f2f6;
}

#sidebar ul.sidebarSections li ul.sidebarSelectBox li.headlink ul li a {
	width: auto;
	background: none;
	z-index: 1;
	padding: 0 0 0 8px;
	margin: 0;
	position: relative;
	z-index: 700;
}

#sidebar ul.sidebarSections li ul.sidebarSelectBox li.headlink ul li a:hover {
	text-decoration: underline;
	background: #e8eaee;
	position: relative;
	z-index: 700;
}





/* ------------------------------------ */
/*                                      */
/*              FOOTER                  */
/*                                      */
/* ------------------------------------ */


#footerBg {
	height: 500px;
	max-height: 500px;
	background: url('images/footerBg.png') repeat-x;
}

#footer {
	width: 836px;
	height: 500px;
	max-height: 500px;
	margin: 0 auto;
	position: relative;
	padding: 0 58px 0 95px;
	color: #fff;
	background: url('images/footerBgInner.jpg') no-repeat;
}

#footer #bottomNav {
	padding-top: 12px;
}

#footer #bottomNav ul {
	height: 24px;
	margin-left: -10px;
}

#footer #bottomNav ul li {
	float: left;
}

#footer #bottomNav ul li.rightLink {
	float: right;
	margin-right: 30px;
}

#footer #bottomNav ul li a {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-size: 11px;
	font-weight: bold;
	color: #c1d8fa;
	text-decoration: none;
}

#footer #bottomNav ul li a:hover,
#footer #bottomNav ul li a:active,
#footer #bottomNav ul li a.active {
	text-decoration: none;
	color: #fff;
	background: url('images/topNavActive.png') repeat-x;
}

#footer h3.logo a {
	display: block;
	width: 123px;
	height: 40px;
	text-indent: -9999px;
	margin: 27px 0 26px 0;
	background: url('images/footerLogo.jpg') no-repeat;
}

#footer h4 {
	margin-bottom: 20px;
}

#footer h4 a {
	color: #fff;
	font-size: 15px;
	text-decoration:underline;
}

#footer ul.footerSitemap2 {
	list-style: none;
	overflow: hidden;
}

#footer ul.footerSitemap2 li {
	float: left;
	width: 30%;
	margin: 0 0 15px 0;
	padding-left: 20px;
	background: url('images/titleBgTrans.png') left 8px no-repeat;
}

#footer ul.footerSitemap2 li a {
	color: #fff;
	font-size: 12px;
}

#footer ul.footerSitemap2 li span {
	font-size: 16px;
	font-weight:bold;
	color: #fff;
}

#footer ul.footerSitemap2 li a:hover span {
	text-decoration: underline;
}

#footer ul.footerSitemap2 li span {
	display: block;
}

#footer .footerBottom {
	position: absolute;
	left: 97px;
	bottom: 5px;
}

#footer h6.footerSocialTitle {
	font-size: 14px;
	float: left;
	margin: 14px 10px 5px 0;
	font-weight: normal;
}

#footer ul#footerSocialNet {
	float: left;
	height: 28px;
}

#footer ul#footerSocialNet li {
	float: left;
	margin-right: 3px;
}

#footer ul#footerSocialNet li a {
	display: block;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	background: url('images/footerSocialNet2.png') no-repeat;
}

#footer ul#footerSocialNet li a.facebook {
	background-position: 0 0;
}
#footer ul#footerSocialNet li a.facebook:hover {
	background-position: 0 -28px;
}

#footer ul#footerSocialNet li a.rssfeed {
	width: 29px;
	background-position: -30px 0;
}

#footer ul#footerSocialNet li a.rssfeed:hover {
	width: 29px;
	background-position: -30px -28px;
}

#footer ul#footerSocialNet li a.delicious {
	background-position: -62px 0;
}

#footer ul#footerSocialNet li a.delicious:hover {
	background-position: -62px -28px;
}

#footer ul#footerSocialNet li a.twitter {
	width: 29px;
	background-position: -92px 0;
}

#footer ul#footerSocialNet li a.twitter:hover {
	width: 29px;
	background-position: -92px -28px;
}

#footer p.copyRight {
	font-size: 10px;
	clear: both;
}

.title1 {
	position: relative;
}

.title1 a.aright {
	position: absolute;
	right: 10px;
}

.hide {
	display: none !important;
}
