@charset "utf-8";

/* CSS Document */

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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	background-color: #E4E4E4;
}

.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #4A4849;
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 180px;
} 
.twoColFixRtHdr #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 */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 251px;
	padding-top: 15px;
	padding-right: 17px;
	padding-bottom: 15px;
	padding-left: 16px;
	height: 100%;
	background-repeat: repeat-y;
}
.twoColFixRtHdr #mainContent {
	margin-right: 285px;
	padding-right: 14px;
	padding-left: 14px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #4A4849;
	margin-bottom: 10px;
} 
.twoColFixRtHdr #mainContent a:link {
	color:#f26430;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent a:hover {
	color:#4a4949;
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent a:visited {
	color:#666666;
	text-decoration: none;
}
.twoColFixRtHdr #footer {
	background-color: #4A4849;
	background-image: url(../images/footer-backgroung.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 530px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCCCCC;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRtHdr #container #footer .footerleft {
	float: left;
	width: 580px;
	margin-top: 15px;
}
.twoColFixRtHdr #container #footer .footercontact {
	background-image: url(../images/contact_bg.jpg);
	float: left;
	height: 197px;
	width: 231px;
	margin-top: 200px;
	margin-left: 12px;
}
.twoColFixRtHdr #container #footer .footersocialmedia {
	float: left;
	margin-top: 220px;
	margin-left: 7px;
}

#navigation {
	float: left;
	margin-left: 0px;
	margin-top: 37px;
}
.twoColFixRtHdr #container #header #search {
	float: left;
	margin-top: 108px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	width: 270px;
	height: 34px;
}
.submit{
	height: 32px;
	width: 40px;
	max-width: 40px;
	background-repeat: no-repeat;
	background-color: #4A4849;
	margin-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.twoColFixRtHdr #container #footer .background {
	font-size: small;
	color: #FFFFFF;
	background-color: #f26430;
	padding: 3px;
	background-position: center;
}



.twoColFixRtHdr #container #footer .programme {
	font-size: small;
	color: #FFFFFF;
	background-color: #ff9900;
	padding: 3px;
	background-position: center;
}
.twoColFixRtHdr #container #footer .news {
	font-size: small;
	color: #FFFFFF;
	background-color: #7d80be;
	padding: 3px;
	background-position: center;
}
.twoColFixRtHdr #container #footer .whatson {
	font-size: small;
	color: #FFFFFF;
	background-color: #669933;
	padding: 3px;
	background-position: center;
}
.twoColFixRtHdr #container #footer .intouch {
	font-size: small;
	color: #FFFFFF;
	background-color: #999999;
	padding: 3px;
	background-position: center;
}

.twoColFixRtHdr #container #footer .table a {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.twoColFixRtHdr #container #footer .footercontact h2 {
	padding-left: 10px;
	padding-top: 15px;
	color: #FFFFFF;
	font-weight: normal;
}
.twoColFixRtHdr #container #footer .footercontact p {
	font-size: x-small;
	color: #FFFFFF;
	padding-left: 20px;
}
.twoColFixRtHdr #container #footer .footercontact p a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer .footercontact p a:hover {
	color: #ff9900;
	text-decoration: underline;
}
.twoColFixRtHdr #container #footer .copyright {
	font-size: x-small;
	color: #CCCCCC;
}
.twoColFixRtHdr #container #footer .copyright a {
	color: #FFFFFF;
	text-decoration: none;
}

.twoColFixRtHdr #container #footer .copyright a:hover {
	color: #ff9900;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent .contentboxtop {
	width: 680px;
	margin-bottom: 20px;
	background-color: #4A4849;
	margin-top: 15px;
	padding: 2px;
	height: 300px;
}

.twoColFixRtHdr #container #mainContent .contentboxtop2 {
	width: 680px;
	margin-bottom: 20px;
	margin-top: 15px;
	padding: 2px;
	height: 300px;
	background-image: url(http://www.oxfordinspires.org/EE/images/contentboxtopbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.addthis a{
	color: #4A4849;
}

.twoColFixRtHdr #container #mainContent .contentboxtop h1 {
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: #4A4849;
	display: block;
	font-weight: normal;
	padding: 10px;
}
.twoColFixRtHdr #container #mainContent .contentboxtop2 h1 {
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: #4A4849;
	display: block;
	font-weight: normal;
	padding: 10px;
}
.twoColFixRtHdr #container #mainContent .contentboxtop2 .cbt2_image {
	float: left;
}
.twoColFixRtHdr #container #mainContent .contentboxtop2 .cbt2_text {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	margin-left: 5px;
	padding-right: 5px;
}

.twoColFixRtHdr #container #mainContent .contentboxtop img {
	float: left;
}

.twoColFixRtHdr #container #mainContent .contentboxtop h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	margin-left: 5px;
	display: inline;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent .secondlevelboxleft {
	background-color: #669933;
	float: left;
	height: 185px;
	width: 320px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.twoColFixRtHdr #container #mainContent .secondlevelboxright {
	background-color: #f46430;
	float: left;
	height: 185px;
	width: 320px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-right: 0px;
}
.twoColFixRtHdr #container #mainContent .secondlevelboxleft a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.twoColFixRtHdr #container #mainContent .secondlevelboxleft a:hover {
	color:#4a4949;
	text-decoration: underline;
}

.twoColFixRtHdr #container #mainContent .secondlevelboxleft img {
	float: left;
	margin-right: 5px;
}
.twoColFixRtHdr #container #mainContent .secondlevelboxright a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.twoColFixRtHdr #container #mainContent .secondlevelboxright a:hover {
	color:#4a4949;
	text-decoration: underline;
}


.twoColFixRtHdr #container #mainContent .secondlevelboxright img {
	float: left;
	margin-right: 5px;
}
.twoColFixRtHdr #container #mainContent .thirdlevelbox1 {
	background-color: #999999;
	float: left;
	height: 200px;
	width: 200px;
	margin-right: 20px;
	color: #333333;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin-bottom: 10px;
}
.twoColFixRtHdr #container #mainContent .thirdlevelbox2 {
	background-color: #999999;
	float: left;
	height: 200px;
	width: 200px;
	color: #333333;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin-bottom: 10px;
}

.twoColFixRtHdr #container #mainContent .thirdlevelbox1 a {
	color: #FFFFFF;
	text-decoration: none;
}

.twoColFixRtHdr #container #mainContent .thirdlevelbox1 a:hover {
	color:#4a4949;
	text-decoration: underline;
}

.twoColFixRtHdr #container #mainContent .thirdlevelbox2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.twoColFixRtHdr #container #mainContent .thirdlevelbox2 a:hover {
	color:#4a4949;
	text-decoration: underline;
}

.twoColFixRtHdr #container #sidebar1 .latestnews {
	width: 240px;
	border: thin solid #7d80be;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
.twoColFixRtHdr #container #sidebar1 .latestnews p {
	font-size: small;
	color: #7D80BE;
	padding-left: 5px;
}
.twoColFixRtHdr #container #sidebar1 .latestnews a {
	color: #7D80BE;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #7D80BE;
	display: block;
}

.twoColFixRtHdr #container #sidebar1 .latestnews a:hover {
	color:#4a4949;
	text-decoration: underline;
}

.twoColFixRtHdr #container #sidebar1 .latestnews h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #7D80BE;
	display: block;
	padding-left: 10px;
	font-weight: normal;
}



.twoColFixRtHdr #container #sidebar1 .poll {
	height: 100%;
}



.twoColFixRtHdr #container #sidebar1 .programmemenu {
	width: 240px;
	border: thin solid #ff9900;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
.twoColFixRtHdr #container #sidebar1 .programmemenu p {
	font-size: small;
	color: #ff9900;
	padding-left: 5px;
}
.twoColFixRtHdr #container #sidebar1 .programmemenu a {
	color: #ff9900;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ff9900;
	display: block;
}
.twoColFixRtHdr #container #sidebar1 .programmemenu h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #ff9900;
	display: block;
	padding-left: 10px;
	font-weight: normal;
}

.twoColFixRtHdr #container #sidebar1 .programmemenu a:hover {
	color:#4a4949;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.twoColFixRtHdr #container #mainContent #news h1 {
	font-size: 2em;
	color: #FFFFFF;
	background-color: #7D80BE;
	display: block;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}
.twoColFixRtHdr #container #mainContent #news .newsitem .date {
	font-size: 1.2em;
	font-weight: normal;
	color: #4A4849;
	padding-bottom: 0.5em;
}
.twoColFixRtHdr #container #mainContent #news comments {
	font-size: x-small;
}
.twoColFixRtHdr #container #mainContent #news .newsitem .headline {
	font-size: 1.2em;
	color: #7D80BE;
	font-weight: normal;
	padding-bottom: .5em;
}
.twoColFixRtHdr #container #mainContent #programme h1 {
	font-size: 2em;
	color: #FFFFFF;
	background-color: #FF9900;
	display: block;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}

.programmeitem .date {
	font-size: 1.2em;
	font-weight: normal;
	color: #4A4849;
	padding-bottom: 0.5em;
}

#news img {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;	
}
.programmeitem  img {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;	
}


.twoColFixRtHdr #container #mainContent #programme comments {
	font-size: x-small;
}
.twoColFixRtHdr #container #mainContent #programme .programmeitem .headline {
	font-size: 1.2em;
	color: #FF9900;
	font-weight: normal;
	padding-bottom: .5em;
}
.dots {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 10px;
}






.imgLeft {
	float: left;
}
.partnerlogo {
	float: left;
	padding-left: 10px;
	padding-bottom: 20px;
}

.corplogo {
	float: left;
	height: 90px;
	width: 200px;
	padding: 8px;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: thin solid #666666;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
.stakeholders {
	margin-bottom: 10px;
}
.majorpartners {
	margin-bottom: 10px;
}
.majorpartners img {
	margin-right: 10px;
}
.cmembers {
	margin-bottom: 10px;
}
.cmembers img {
	float:left;
	margin-right: 5px;
}
.cmembers h2 {
	font-size: 1.2em;
	color: #F26430;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 10px;
}
.majorpartners h2 {
	font-size: 1.2em;
	color: #F26430;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 10px;
}
.stakeholders h2 {
	font-size: 1.2em;
	color: #F26430;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 10px;
}.breakline {
	clear: left;
	width: 100%;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
}
.supporternews {
	font-size: small;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #f26430;
	padding-bottom: 10px;
}
.newsimages img {
	text-align: center;
	margin: 10px;
	border: thin solid #333333;
}

.twoColFixRtHdr #container #sidebar1 .recentprogrammes {
	width: 240px;
	border: thin solid #FF9900;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
.twoColFixRtHdr #container #sidebar1 .recentprogrammes p {
	font-size: small;
	color: #FF9900;
	padding-left: 5px;
}
.twoColFixRtHdr #container #sidebar1 .recentprogrammes a {
	color: #FF9900;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	display: block;
}

.twoColFixRtHdr #container #sidebar1 .recentprogrammes a:hover {
	color:#4a4949;
	text-decoration: underline;
}

.twoColFixRtHdr #container #sidebar1 .recentprogrammes h2 {
	font-size: 1.2em;
	color: #ffffff;
	background-color: #FF9900;
	display: block;
	padding-left: 10px;
	font-weight: normal;
	
}

.twoColFixRtHdr #container #mainContent #background h1 {/* copy this set for sections */
	font-size: 2em;
	color: #FFFFFF;
	background-color: #f26430;
	display: block;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}

.twoColFixRtHdr #container #mainContent #background p {
	margin-left: 115px;
}

.twoColFixRtHdr #container #mainContent #background h2 {
	font-size: 1.2em;
	color: #F26430;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 10px;
}

.twoColFixRtHdr #container #mainContent #background .orangearrow {
	background-image: url(../images/arrow-orange.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 50px;
	margin-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.twoColFixRtHdr #container #sidebar1 .backgroundmenu {
	width: 240px;
	border: thin solid #f26430;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
.twoColFixRtHdr #container #sidebar1 backgroundmenu img {
	background-position: center;
}
.twoColFixRtHdr #container #sidebar1 .backgroundmenu p {
	font-size: small;
	color: #f26430;
	padding-left: 5px;
}

.twoColFixRtHdr #container #sidebar1 .backgroundmenu a {
	color: #f26430;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #f26430;
	display: block;
}

.twoColFixRtHdr #container #sidebar1 .backgroundmenu a:hover {
	color:#4a4949;
	text-decoration: underline;
}

.twoColFixRtHdr #container #sidebar1 .backgroundmenu h2 {/* end copy this set for sections */
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #f26430;
	display: block;
	padding-left: 10px;
	font-weight: normal;
}
/* copy this set for sections */
.twoColFixRtHdr #container #mainContent #whatson h1 {
	font-size: 2em;
	color: #FFFFFF;
	background-color: #669933;
	display: block;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}

.twoColFixRtHdr #container #mainContent #whatson p {
	margin-left: 220px;
}

.twoColFixRtHdr #container #mainContent #whatson h2 {
	font-size: 1.2em;
	color: #669933;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 10px;
}
.twoColFixRtHdr #container #sidebar1 .whatson {
	width: 240px;
	border: thin solid #669933;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
.twoColFixRtHdr #container #sidebar1 .whatson p {
	font-size: small;
	color: #669933;
	padding-left: 5px;
}
.twoColFixRtHdr #container #sidebar1 .whatson a {
	color: #669933;
	text-decoration: none;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #669933;
}

.twoColFixRtHdr #container #sidebar1 .whatson a:hover {
	color:#4a4949;
	text-decoration: underline;
}

.twoColFixRtHdr #container #sidebar1 .whatson h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #669933;
	display: block;
	padding-left: 10px;
	font-weight: normal;
}
/* end copy this set for sections */
/* copy this set for sections */
.twoColFixRtHdr #container #mainContent #whatsoncalendar h1 {
	font-size: 2em;
	color: #FFFFFF;
	background-color: #669933;
	display: block;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}

.twoColFixRtHdr #container #mainContent #whatsoncalendar p {
	margin-left: 20px;
}

.twoColFixRtHdr #container #mainContent #whatsoncalendar img {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.twoColFixRtHdr #container #mainContent #whatsoncalendar h2 {
	font-size: 1.2em;
	color: #669933;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 10px;
}
.twoColFixRtHdr #container #sidebar1 .whatsoncalendar {
	width: 240px;
	border: thin solid #669933;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
.twoColFixRtHdr #container #sidebar1 .whatsoncalendar p {
	font-size: small;
	color: #669933;
	padding-left: 5px;
}
.twoColFixRtHdr #container #sidebar1 .whatsoncalendar a {
	color: #669933;
	text-decoration: none;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #669933;
}

.twoColFixRtHdr #container #sidebar1 .whatsoncalendar a:hover {
	color:#4a4949;
	text-decoration: underline;
}

.twoColFixRtHdr #container #sidebar1 .whatsoncalendar h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #669933;
	display: block;
	padding-left: 10px;
	font-weight: normal;
}

.twoColFixRtHdr #container #mainContent #whatsoncalendar  .inlinebullet {
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-left: 30px;
}
/* end copy this set for sections */
/* copy this set for sections */
.twoColFixRtHdr #container #mainContent #communication h1 {
	font-size: 2em;
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}

.twoColFixRtHdr #container #mainContent #communication p {
	margin-left: 20px;
}

.twoColFixRtHdr #container #mainContent #communication img {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.twoColFixRtHdr #container #mainContent #communication h2 {
	font-size: 1.2em;
	color: #999999;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 10px;
}
.twoColFixRtHdr #container #sidebar1 .communication {
	width: 240px;
	border: thin solid #999999;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
.twoColFixRtHdr #container #sidebar1 .communication p {
	font-size: small;
	color: #999999;
	padding-left: 5px;
}
.twoColFixRtHdr #container #sidebar1 .communication a {
	color: #999999;
	text-decoration: none;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.twoColFixRtHdr #container #sidebar1 .communication a:hover {
	color:#4a4949;
	text-decoration: underline;
}

.twoColFixRtHdr #container #sidebar1 .communication h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	padding-left: 10px;
	font-weight: normal;
}
.twoColFixRtHdr #container #mainContent #communication  .inlinebullet {
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-left: 30px;
}
/* end copy this set for sections */

/* copy this set for sections */
.twoColFixRtHdr #container #mainContent #whatsonspot h1 {
	font-size: 2em;
	color: #FFFFFF;
	background-color: #669933;
	display: block;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}

.twoColFixRtHdr #container #mainContent #whatsonspot p {
	margin-left: 5px;
}

.twoColFixRtHdr #container #mainContent #whatsonspot img {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.twoColFixRtHdr #container #mainContent #whatsonspot h2 {
	font-size: 1.2em;
	color: #669933;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 10px;
}
.twoColFixRtHdr #container #sidebar1 .whatsonspot {
	width: 240px;
	border: thin solid #669933;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
.twoColFixRtHdr #container #sidebar1 .whatsonspot p {
	font-size: small;
	color: #669933;
	padding-left: 5px;
}
.twoColFixRtHdr #container #sidebar1 .whatsonspot a {
	color: #669933;
	text-decoration: none;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #669933;
}

.twoColFixRtHdr #container #sidebar1 .whatsonspot a:hover {
	color:#4a4949;
	text-decoration: underline;
}

.twoColFixRtHdr #container #sidebar1 .whatsonspot h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #669933;
	display: block;
	padding-left: 10px;
	font-weight: normal;
}

.twoColFixRtHdr #container #mainContent #whatsonspot  .inlinebullet {
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-left: 30px;
}
/* end copy this set for sections */

.twoColFixRtHdr #container #mainContent #news
 .inlinebullet {
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-left: 30px;
}
.privacy {
	font-size: x-small;
	color: #333333;
}
.thanks {
	height: 515px;
}

.news img {
	margin-right: 10px;
	margin-bottom: 10px;	
}
.listenHub {
	background-color: #CCCCCC;
	padding: 20px;
	width: 575px;
	height: 205px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: thin dashed #333333;
	margin-left: 35px;
}

.submitevent {
	height: 243px;
	width: 243px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.twitter {
	background-image: url(../images/twitter-bird-5.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 100px;
	width: 240px;
	border: thin dotted #AAAAFF;
}
.twoColFixRtHdr #container #sidebar1 .twitter p {
	font-size: small;
	color: #7D80BE;
	padding-left: 5px;
}
.tweets {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.twoColFixRtHdr #container #sidebar1 .twitter a {
	color: #7D80BE;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #7D80BE;
	display: block;
}

.twoColFixRtHdr #container #sidebar1 .twitter a:hover {
	color:#4a4949;
	text-decoration: underline;
}

.twoColFixRtHdr #container #sidebar1 .twitter h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #7D80BE;
	display: block;
	padding-left: 10px;
	font-weight: normal;
	
}
.twoColFixRtHdr #container #sidebar1 .twitter h6 {
	color: #FFFFFF;
	background-color: #7D80BE;
	display: block;
	padding-left: 10px;
	font-weight: normal;
	
}
.twoColFixRtHdr #container #sidebar1 .twitter h6 a{
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 1.0em;
	

}