html {
    margin: 0;
}

.hidenorm {
	display: none;
}

body {
    font-family: arial,tahoma,sans-serif;
    font-size:10pt;
    margin: 0;
    padding: 0;
    background-color: #d0eef1;
}

h1, h2, h3 {
    margin: 0;

}

h1 {
    color:#c40f39;
    border-bottom: 1px solid #7d7fbc;

}

h2 {
    margin-top: 10px;
    color: #c40f39;
}

h3 {
    margin-top: 5px;
}



p {
    margin:8px 0;
}

a:link, a:active, a:visited, a:hover {
    text-decoration: none;
    color: #000;
}

.pagecontent a:link, .pagecontent a:active, .pagecontent a:visited, .pagecontent a:hover {
    text-decoration: none;
    color: #c40f39;
    font-weight: bold;
}



a:hover, .pagecontent a:hover {
    text-decoration: underline;

}

img {
    border: 0;
}


.clear {
    clear:both;
}


#wrap {

}

#pagewrap {
    width: 100%;
    background:url(../images/background.jpg) repeat-x;
    margin: 0;
}

#pagewrapinner {
    background: url(../images/main-bg.png) 50% 0 repeat-y;
    margin:0 auto;
    overflow:visible;
}

#headertop {
    width: 100%;
    height: 10px;
    background-color:#000;
    font-size: 0;
}

#header-wrap {
    width: 100%;
    font-size: 0;
}

#header {
    width: 960px;
    background-color: #fff;
    margin: 0 auto;
    height:175px;
}

#header .logo {
    width: 220px;
    float:left;
    font-size:0;
    margin-left: 35px;
    display: inline;
}

#header .quotes {
    float:right;
    background: url(../images/quote-bg.jpg) no-repeat;
    width: 527px;
    margin-right: 35px;
    margin-top: 30px;
    position: relative;
    height: 140px;
    text-align: right;
    display: inline;
    z-index: 100;
}

#header .quotes .quotebody {
    color: #fff;
    height: 105px;

}

#header .quotes .quotebody .comment {
    padding: 10px 12px 15px 15px;
    height: 80px;
}

#header .quotes .quotebody p {
    margin: 0;
    font-size: 170%;
    font-style: italic;
}



#header .quotes .quotebody .testimonial {
    background: url(../images/testimonialbg.jpg) no-repeat;
    width: 507px;
    height: 120px;
    padding: 10px;
    overflow: hidden;
    text-align:left;
}

#header .quotes .quotebody .testimonial p {
    font-size: 120%;
}

#header .quotes .quotebody .testimonial .viewall {
    display:block;
    font-weight: bold;
    text-align: right;
}

#header .quotes .quotebody .testimonial .viewall a:link,
#header .quotes .quotebody .testimonial .viewall a:visited,
#header .quotes .quotebody .testimonial .viewall a:active,
#header .quotes .quotebody .testimonial .viewall a:hover {
    color: #fff;
}

#header .quotes .quotebody .testimonial .content {
}

#header .quotes .quotebody .testimonial .image {
    float:right;
    margin-left: 10px;
}

#header .quotes .add {
    cursor: pointer;
    font-size: 1.1em;
    position: absolute;
    z-index: -500;
    right: 0;
    bottom: 0;
}

#header .quotes .add img {
    margin-left: 10px;
    vertical-align: middle;
}

#addcommentform {
    position: absolute;
    text-align: left;
    padding: 10px 10px;
    background: url(../images/comment-bg.png) no-repeat;
    z-index: 300;
    top: 50px;
    right:35px;
    width:257px;
    height:310px;
    display:none;
}

form#comment-form {
    margin:0;
    padding:0;
    margin-top:-15px;
    width:230px;
}

#comment-form label {
    display:block;
    margin:0 0 4px 0;
    font-size:0.9em;
    font-weight:bold;
}

#comment-form input.text,
#comment-form textarea {
    display:block;
    margin:0 0 8px 0;
    border:1px solid #ccc;
    height:19px;
    width:230px;
}

#comment-form textarea {
    height:50px;
}

#comment-form p {
    font-size:0.8em;
    width:223px;
}

#addcommentclosebox {
    position:relative;
    top:-31px;
    left:219px;
    cursor:pointer;
    width:40px;
    height:40px;
    background:url(/images/icons/close_button.png) no-repeat;
}

input.add-comment {
    background:url(/images/submit.png) no-repeat;
    border:none;
    width:53px;
    height:24px;
    cursor:pointer;
}

#header .navigation {
    padding: 8px;
    background-color:#000;
}

#header .navigation a:link,#header .navigation a:visited,
#header .navigation a:active,#header .navigation a:hover{
    color: #fff;
}


#navwrap {
    width:100%;
    background: url(../images/nav-bg2.png) 50% 0 no-repeat;
    margin-bottom: 20px;
    height:45px;
    position:relative;
    z-index:100;
}

.navigation {
    width: 960px;
    margin: 0 auto;
    padding-top: 17px;
    height: 28px;
}

.navigation ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
}

.navigation ul li {
    margin: 0;
    float:left;
    border-left: 4px solid #fff;
    background-color: #2F3D46;
    list-style: none;
    position:relative;
    height: 28px;
}

.navigation ul li ul {
    clear:both;
    left:-999em;
    top: 28px;
    position: absolute;
    margin-top: 28px;
    background-color: #2F3D46;
    margin: 0;
    width: 190px;
    z-index: 12;
}

.navigation ul li ul li {
    display:block;
    border-top: 1px solid #fff;
    border-left: 0;
    padding-left:10px;
    width:180px;
    height: auto;
    clear:left;
}

.navigation li ul {
    left: -999em;
}

.navigation li:hover ul {
    left:-4px;
}




/*.navigation li:hover ul, .navigation li.sfhover ul {
    left: -4px;
    top:27px;
}*/


.navigation ul li.selected {

}

.navigation ul li a:link, .navigation ul li a:active,
.navigation ul li a:visited, .navigation ul li a:hover {
    color:#fff;
    padding: 5px 7px;
    height: 18px;
    display: block;
    font-size: 1em;
    float:left;
}

.navigation ul li ul li a:link, .navigation ul li ul li a:active,
.navigation ul li ul li a:visited, .navigation ul li ul li a:hover {
    height: auto;
}

.navigation ul li ul li a:link, .navigation ul li ul li a:visited,
.navigation ul li ul li a:active, .navigation ul li ul li a:hover {
    font-size: 0.9em;
}

#contentwrap {
    width:960px;
    margin: 0 auto;
}

#content {
    background-color: #fff;
}



#content-left {
    float:left;
    width: 730px;
    margin-bottom: 20px;
}

#content-left-home {
    float:left;
    width: 710px;
    margin-bottom: 20px;
}

#content-left .mainimage{
    height: 330px;
    font-size: 0;
    width:710px;
}

#content-left .mainimage img {
    position:relative;
    z-index:1;
}

#content-left .pagecontent {
    padding: 0 0 20px 0;
}

#content-left .home {
    background: url(../images/content-bg.jpg) no-repeat #fff;
    padding:0;
}

#content-left .pagecontent .strapline {
    border-bottom: 1px solid #8689c3;
    margin: 10px 20px 0;
}


#content-left .culture {
    float:left;
    width: 260px;
    font-size: 0;
}

#content-left .culturemap {
    width: 280px;
    float:left;
    font-size:0;
}

#content-left .culture .firstitem {
    margin-bottom: 15px;
}



#content-left .articlelist {
    float:left;
    width: 690px;
    margin-left:20px;
}

#content-left .articlelist .cc_widget-wrap{
    width: 100%;
}

#content-left .articlelist .header {
    background: url(../images/durhamnewsevents.jpg) no-repeat #C40F39;
    height: 40px;
    position:relative;
}

#content-left .articlelist .rss {
    position:absolute;
    right: 10px;
    bottom: 5px;
}

#content-left .articlelist .header .seealllink{
    text-align:right;
    margin: 0;
    padding: 20px 30px 0 0;
}

#content-left .articlelist .header .seealllink a:link, #content-left .articlelist .header .seealllink a:visited,
#content-left .articlelist .header .seealllink a:active, #content-left .articlelist .header .seealllink a:hover{
    color: #fff;
    font-weight: bold;
}



#content-left .articlelist .article {
    margin-top: 9px;
    height: 65px;
    padding-right:10px;
}

#content-left .articlelist .news {
    background-color: #f6e0e5;
    margin-top: 8px;
}

#content-left .articlelist .event {
    background-color: #eeeded;
}

#content-left .articlelist .article .image {
    float:left;
    height: 100%;
    width: 90px;
    margin-right: 8px;
    font-size: 0;
    background-color: #fff;
    text-align: center;
}



#content-left .articlelist .article h2 {
    padding: 8px 0 4px 0;
    margin: 0;
    font-size: 1em;
    height: 14px;
}

#content-left .articlelist .news a:link,#content-left .articlelist .news a:visited,
#content-left .articlelist .news a:active, #content-left .articlelist .news a:hover {
    color:#c40f39;
    font-weight: bold;
}

#content-left .articlelist .event a:link,#content-left .articlelist .event a:visited,
#content-left .articlelist .event a:active, #content-left .articlelist .event a:hover {
    color:#3d4f59;
    font-weight: bold;
}

#content-left .articlelist .article p {
    margin: 0;
    font-size: 0.9em
}

#content-left .articlelist .news .article a:link, #content-left .articlelist .news .article a:visited,
#content-left .articlelist .news .article a:active, #content-left .articlelist .news .article a:hover {
    color:#c40f39;
    font-weight: bold;
}


#content-left .articlelist .bottom {
    height: 10px;
    background-color: #c40f39;
    margin-top: 8px;
}


#content-right {
    float:right;
    width: 230px;
    margin-bottom: 20px;
    overflow:hidden;
}

#content-right .backthebid {
    height: 330px;
    font-size: 0;
}

#content-right .backthebid .form {
    padding: 170px 20px 0px;
    font-size: 1.1em;
    width: 190px;
    height: 160px;
}

#content-right .backthebid .form .field {
    margin-bottom: 6px;
}

#content-right .backthebid .form label {
    color: #636363;
    font-size: 0.8em;
    width: 100%;

}

#content-right .backthebid .field input.text  {
    border: 1px solid #ababab;
    width: 100%;
    color: #636363;
}

#content-right .backthebid .field select {
    width: 100%;
    color: #636363;
}

#content-right .backthebid .statement {
    font-size: 0.8em;
    float:right;
    color: #898989;
    width: 110px;
    margin-top: 10px;
}

#content-right .backthebid .submitwrap {
    margin-bottom: 5px;

}

#content-right .backthebid  .submit {
    margin-bottom: 0 !important;
    width: 55px;
    float:left;
}

#content-right .backthebid .supporters .characters {
    background-color: #fff;
    float:left;
    width: 80px;
}


#content-right .backthebid .supporters .character {
    background-color: #00a2b7;
    float:left;
    margin-right: 1px;
    color: #fff;
    padding: 1px;
}

#content-right .backthebid .info {
    float:right;
    width: 95px;
    font-size: 0.7em;
    font-weight: bold;
    color: #000;
    margin-top: 5px;
}



#content-right .search {
    padding: 8px 0px 8px 15px;
    margin-top: 20px;
    background: url(../images/search-bg.jpg) no-repeat;
    height: 24px;
}

#content-right .search div {
    float:left;
    margin-right: 5px;
}

#content-right .search input {
    float:left;
    color: #c40f39;
    padding: 0;
}

#content-right .search .field input {
    width: 140px;
    font-size: 0.9em;
    display:inline;
    padding:0;
}

#content-right .search input.button {
    border:1px solid #ccc;
    float:left;
    margin: 0;
    background:#efefef;
    padding:1px;
    font-size: 0.85em;
    overflow: visible;
}

#content-right .blog {
    margin-top: 20px;
    width: 230px;

}

#content-right .blog .header{
    background: url(../images/blog-header.jpg) no-repeat #EB6D24;
    height:40px;
    width: 230px;
}

#content-right .blog .body {
    background: url(../images/blog-body.jpg) no-repeat #f9e3d0;
    padding: 10px;
    font-size: 0.85em;
    color: #3d4f59;
}


#content-right .twitter {
    margin-top:20px;
    float:left;
    width: 230px;

}

#content-right .twitter .header{
    background: url(../images/twitter-header.jpg) no-repeat #EB6D24;
    height:40px;
    width: 230px;
}

#content-right .twitter .body {
    background: url(../images/twitter-body.jpg) no-repeat #f9e3d0;
    padding: 10px;
    font-size: 0.85em;
    color: #3d4f59;
    width: 210px;
}


#content-right .header .seeall {
    text-align:right;
    margin: 0;
    padding: 20px 10px 0 0;
}

#content-right .header .seeall a:link,#content-right .header .seeall a:visited,
#content-right .header .seeall a:active,#content-right .header .seeall a:hover{
    color: #fff;
    font-weight: bold;
}


#content-right .body p {
 margin: 0;

}

#content-right .socialmedia {
    margin-top: 20px;
    float:left;
}

#content-right .socialmedia .mediaitem {
    float:left;
    margin-right: 15px;
    display:inline;
}

#content-right .partner {
    font-size: 0;
    margin-top: 20px;
    float:left;
}


#content-right .sponsors {
    margin-top: 10px;
    float: left;
    margin-left: 10px;
}

#content-right .sponsors a {
    float:left;
    margin-right: 15px;
}



#footerwrap {
    width: 100%;
    background: url(../images/footer-wrap.jpg) repeat-x #d0eef1;
}

#footer {
    background: url(../images/footer.jpg) no-repeat #000;
    width: 920px;
    margin: 0 auto;
    color: #fff;
    font-size: 0.8em;
    padding: 15px 20px 70px 20px;
}


#footer p{
    margin: 0;
}

#footer .footer-left {
    float:left;
    width: 400px;
}

#footer .footer-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .footer-left li {
    float:left;
    margin: 0 10px 0 0;
    padding:0;
    list-style: none;
    display:inline;
}


#footer a:link, #footer a:active,
#footer a:visited, #footer a:hover {
    color: #fff;
}


#footer .footer-right {
    float:right;
    width: 500px;
    text-align: right;
}



#page-content {
    padding: 0 20px 20px 20px;
}

#page-content h1 {
    margin-bottom: 10px;
}

#page-content .image {
    float:left;
    margin: 0 20px 20px 0;
}

#page-content #eventinformation .image {
    float:none;
    margin: 0;

}

.home #page-content {
    padding: 10px 20px 10px 20px;
}

.home #page-content h3 {
    font-size: 1.4em;
    color: #C40F39;
}

#formpage {
    padding:0px 20px 10px 20px;
}

#formpage #form {
    margin-top: 20px;
    width: 471px;
}

#formpage #form .formheader {
    background: url(../images/form-header.jpg) no-repeat;
    height:12px;
    font-size:0;
}

#formpage #form .formcontent {
    background-color: #ebebeb;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    padding: 15px;
}

.formcontent form.cc_form {
    float:none;
    color: #464646;
    margin: 0 !important;
}

.formcontent .cc_form-row {
    clear:both;
}


.formcontent .cc_form .cc_form-row label {
    float:left;
    margin: 5px 0;
    width: 160px;
}

.formcontent .cc_form .cc_form-row input {
    float:right;
    margin: 5px 0;
    width:250px;
}

.formcontent .cc_form .cc_form-row input.cc_checkbox-input {
    width:auto;
}

.formcontent .cc_form .cc_form-row textarea {
    width:250px;
    height:80px;
    float:right;
}

.formcontent .cc_form .cc_form-row select {
    width:252px;
}

.formcontent .cc_form .cc_form-row input.cc_form-button {

    width:auto;
}

.formcontent .cc_form .cc_form-row select {
    float:right;
    margin: 5px 0;
}

.formcontent .cc_form .cc_form-row input.cc_checkbox-input  {
    float:left;
}

.formcontent .cc_form .cc_form-row label.cc_checkbox-label {
    float:left;
    width: 300px;
    margin-left: 5px;
}


#formpage #form .formfooter {
    background: url(../images/form-footer.jpg) no-repeat;
    height:12px;
    font-size:0;
}

#eventinformation {

}

#eventinformation .header {
}

#eventinformation .imagecontainer {
    float:left;
    width: 400px;
}

#eventinformation .image {
    font-size: 0;
}

#eventinformation .imagelist {
    padding: 5px;
}

#eventinformation .details {
    float:right;
    width: 270px;
    padding: 10px;
    color: #636363;
}

#eventinformation h1 {
    color: #c10e38;
}

#eventinformation strong {
    color: #000;
}

#eventinformation .details a:link, #eventinformation .details a:visited,
#eventinformation .details a:active, #eventinformation .details a:hover {
    color:#c10e38;
}

#eventinformation .content {
    margin:15px 0 0 0;
}

#eventinformation .contentheader {

}

#eventinformation .contentheader ul {
    list-style:none;
    margin: 0;
    padding: 0;
    border-top: 1px solid white;
}

#eventinformation .contentheader ul li {
    float:left;
    margin:0 3px;
    padding:0;
    background-color: #999999;
    list-style: none;
    cursor:pointer;
    height:26px;
    font-size:26px;
    overflow: hidden;
}

#eventinformation .contentheader ul li.active {
    background-color: #ccc;
}


#eventinformation .switcher {
    padding: 10px;
    width:670px;
    background: #eeeded url(/images/event-tab-background.jpg) top no-repeat;
    min-height:170px;
}

#eventinformation .switcher p {
    margin-top:0;
}

#eventinformation #event-map {
    display:none;
}

#eventinformation #event-opening {
    display:none;
}

.tag {
    padding:2px 10px 0 20px;
    background:#3d4f59 url(/images/tag-bg.gif) left no-repeat;
    color:#fff;
    font-size:0.8em;
    width:auto;
    float:left;
    margin:5px 6px 0 0;
    height:18px;
}

#eventinformation .details .tag a {
    color:#fff;
}

#event-box-bottom {
    width:690px;
    height:10px;
    background:url(/images/event-tab-bottom.jpg);
    font-size: 0;
}

#eventcategory {

}

#eventcategory .categoryimage {
	font-size:0;
}

#eventcategory .content{
    padding: 10px 20px;
    background: url(../images/content-bg.jpg) no-repeat #fff;
}

#eventcategory .disclaimer {
    margin: 10px 20px 0;
    color: #333;
    font-size: 0.9em;
}

#eventarchive {

}

#eventarchive h1 {
    margin: 10px 20px;
}



#featureditem {
    background-color: #eee;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    margin: 20px 20px 0 0;
    padding: 10px 20px;
}


#featureditem .image{
    float:left;
    margin-right: 20px;
}

#featureditem a:link, #featureditem a:visited,
#featureditem a:active, #featureditem a:hover {
    color: #c40f39;
}

#eventcategory .date {
    color: #898989;
}

#eventcategory .secondaryitem h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #bebebe;
	margin: 0.3em 0;
}


#eventcategory .secondaryitem .image {
    width: 220px;
    height:100px;
    font-size: 0;
}

#eventcategory #subcategories {
	margin:20px 0 0 20px;
}

#eventcategory .subcategory {
	float:left;
	margin-right:15px;
	width: 220px;
	display:inline;
	height: 215px;
	overflow: hidden;
}

#eventcategory .subcategory h2 {
	font-size: 1.0em;
	padding: 5px 10px;
}


#eventcategory .subcategory .catcontent {
    font-size: 0.9em;
    margin-top: 5px;
    border-top: 1px solid #bebebe;
    padding: 0 0 5px 0;
}


#eventcategory .subcategory .catcontent a:link, #eventcategory .subcategory .catcontent a:visited,
#eventcategory .subcategory .catcontent a:active,  #eventcategory .subcategory .catcontent a:hover   {
	margin-top: 5px;
}

#eventcategory .subcategory a:link, #eventcategory .subcategory a:visited,
#eventcategory .subcategory a:active,  #eventcategory .subcategory a:hover   {
	color: #fff;
}

#eventcategory .last {
	margin-right:0;
}

.newsevents {
    float:left;
    width:710px;
}

#newsevents h1 {
    margin: 0 20px 0 20px;
}

#newsevents h1 img {
    padding-left: 10px;
}

#newsevents .featureditem {
    background-color: #eee;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    margin: 20px 20px 0 0;
    padding: 10px 20px;
}

#newsevents .featureditem h2 {
    margin-top: 0;
}



#newsevents .featureditem a:link, #newsevents .featureditem a:visited,
#newsevents .featureditem a:active, #newsevents .featureditem a:hover {
    color: #c40f39;
}

#newsevents .featureditem .image {
    float:left;
    margin: 0 10px 0 0;
}

#newsevents .featureditem p {
    font-size: 0.9em;
}

#newsevents .featureditem a:link, #newsevents .featureditem a:visited,
#newsevents .featureditem a:active, #newsevents .featureditem a:hover {
    font-weight: bold;
}

#newsevents .date {
    color: #898989;
    font-size: 0.8em;
}


#secondaryitems .secondaryitem {
    float:left;
    width: 220px;
    margin-right:15px;
    display:inline;
    height: 250px;
    overflow: hidden;
}

#secondaryitems .secondaryitem .secondcontent {
    font-size: 0.9em;
}

#newsevents #secondaryitems .secondaryitem .secondcontent {
    height: 95px;
}

#secondaryitems .blue {
    border-bottom: 10px solid #00aec5;
}

#secondaryitems .blue a:link, #secondaryitems .blue a:visited,
#secondaryitems .blue a:active, #secondaryitems .blue a:hover {
    color: #00aec5;
    font-weight: bold;
}

#secondaryitems .red {
    border-bottom: 10px solid #c40f39;
}

#secondaryitems .red a:link, #secondaryitems .red a:visited,
#secondaryitems .red a:active, #secondaryitems .red a:hover {
    color: #c40f39;
    font-weight: bold;
}



#secondaryitems .green {
    border-bottom: 10px solid #829e25;
    margin-right: 0;
}

#secondaryitems .green a:link, #secondaryitems .green a:visited,
#secondaryitems .green a:active, #secondaryitems .green a:hover {
    color: #829e25;
    font-weight: bold;
}

#newsevents #secondaryitems h2 {
    font-size: 1.2em;
    margin: 0;
}
#newsevents #secondaryitems .image {
    float:left;
    margin: 0 10px 5px 0;
    width: 90px;
    text-align: center;
}

#newsevents #secondaryitems .titles {
    float:right;
    width: 120px;
}

#newsevents .secondaryitem {
    height: 180px;
}

#newsevents #secondaryitems p {
    clear:left;
    margin-bottom: 5px;
    font-size: 0.9em;
}

#secondaryitems {
    margin: 20px 0 0 20px;
}

#fulllist {
    margin: 20px;
}

#fulllist .header {
    background-color: #c40f39;
    padding: 7px 0 5px 8px;
    color: #fff;
    font-size: 0.9em;
}

#fulllist .header h2 {
    color: #fff;
    margin: 0;
}

#fulllist .article {
    background-color: #eeeeee;
    margin-top: 10px;
    padding: 10px;
}

#fulllist .article h3 {
    margin: 0;
}

#fulllist .article p {
    margin: 0;
}

#fulllist .article a:link, #fulllist .article a:visited,
#fulllist .article a:active, #fulllist .article a:hover  {
    color: #c40f39;
}

#fulllist .even {
    background-color: #f6e0e5;
}


#mediacentrearticle {
    margin: 0 20px;
}

#mediacentrearticle h1{
    margin-bottom: 10px;
}

#mediacentrearticle .image {
    float:left;
    margin: 0 20px 20px 0;
    display:inline;
}

#mediacentrearticle .date {
    color: #898989;
}



#profile-category {
    margin: 0 20px;
}


#profilechildren .profilechild {
    margin-top: 20px;
}

#profilechildren .profilechild .top {
    height:10px;
    background: url(../images/profile-top.jpg) no-repeat;
    font-size: 0;
}

#profilechildren .profilechild .body {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 0 10px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
}

#profilechildren .profilechild .body h2 {
    color:#c40f39;
    border-bottom: 1px solid #d7d7d7;
}

#profilechildren .profilechild .body p {
}

#profilechildren .profilechild .body .image {
    float:left;
    margin-right: 10px;
    padding: 1px 0;
    width: 180px;
}

#profilechildren .profilechild .body .information {
    float:left;
    width: 470px;
}

#profilechildren .profilechild .body .information a:link, #profilechildren .profilechild .body .information a:visited,
#profilechildren .profilechild .body .information a:active, #profilechildren .profilechild .body .information a:hover {
    color: #c40f39;
    font-weight: bold;
}

#profilechildren .profilechild .bottom {
    height:11px;
    background: url(../images/profile-bottom.jpg) no-repeat;
    font-size: 0;
}


#testimonial-category {
    margin: 0 20px;
}


#testimonialchildren .testimonialchild {
    margin-top: 20px;
}

#testimonialchildren .testimonialchild .top {
    height:9px;
    background: url(../images/testimonial-top.jpg) no-repeat;
    font-size: 0;
}

#testimonialchildren .testimonialchild .body {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    width: 669px;
    background: #00aec5;
    padding: 0 10px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
}

#testimonialchildren .testimonialchild .body h2 {
    color:#fff;
}

#testimonialchildren .testimonialchild .body p {
    font-size: 1.4em;
    color: #fff;
}

#testimonialchildren .testimonialchild .body .image {
    float:left;
    margin-right: 10px;
    padding: 1px 0;
    width: 200px;
}

#testimonialchildren .testimonialchild .body .information {
    float:left;
    width: 450px;
}

#testimonialchildren .testimonialchild .body .information a:link, #testimonialchildren .testimonialchild .body .information a:visited,
#testimonialchildren .testimonialchild .body .information a:active, #testimonialchildren .testimonialchild .body .information a:hover {
    color: #c40f39;
    font-weight: bold;
}

#testimonialchildren .testimonialchild .bottom {
    height:10px;
    background: url(../images/testimonial-footer.jpg) no-repeat;
    font-size: 0;
}


#culturemap {
    padding: 0;
}

#culturemap h1 {
    margin: 0 20px;
}

#culturemap .content {
    margin: 0 20px;
}


#culturemap #sections {
    margin: 15px 0 0 20px;
    height: 26px;
}

#culturemap #sections .section {
    float:left;
    color: #fff;
    cursor: pointer;
    width: 152px;
    height: 21px;
    padding-top: 5px;
    margin-right: 10px;
    font-size: 1.2em;
    text-align: center;
}

#culturemap #sections .section1 {
    background:url(../images/scene-bg.jpg) no-repeat;
}

#culturemap #sections .section2 {
    background:url(../images/people-bg.jpg) no-repeat;
}

#culturemap #sections .section3 {
    background:url(../images/industries-bg.jpg) no-repeat;
}


#culturemap #map {
}

#culturemap #map .mapsection {
    display:none;
}
#culturemap #map #section1 {
    display:block;
}

#culturemap .map {
    width: 710px;
    height: 465px;
    background: url(../images/culturemapbg.jpg);
    position:relative;
    border-top: 5px solid #C40F39;
}

#culturemap #section1 .map {
    border-top: 5px solid #C40F39;
}

#culturemap #section2 .map {
    border-top: 5px solid #f58220;
}

#culturemap #section3 .map {
    border-top: 5px solid #00aec5;
}

#culturemap .map .mapcategory{
    display:none;
}


#culturemap #map .asset {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#culturemap #map .asset .normal {
    width: 40px;
    height:30px;
    position:relative;
}

#culturemap #map .asset .ie {
    display:none;
    position:relative;
    width: 40px;
    height: 30px;
}

#culturemap #map .asset .popup {
    position:absolute;
    display:none;
    z-index: 30;
    top: -63px;
    left: 5px;
    background:url(../images/popup.png) no-repeat;
    width:115px;
    height: 44px;
    overflow:hidden;
    padding: 0px 0 20px 5px;
    line-height: 1em;
}

#culturemap #map .asset .popup h2 {
    font-size: 0.9em;
    margin: 0;
}

#culturemap #map .asset .closebutton {
    float:right;
    background:url(../images/icons/close_button-sm.jpg) no-repeat;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    cursor: pointer;
    display:block;
}


#culturemap .categorylisting {
    background: url(../images/content-bg.jpg) no-repeat #fff;
    padding: 10px 20px;
}

#culturemap .categorylisting .category {
    float:left;
    width: 215px;
    padding-right: 15px;
}

#culturemap .categorylisting .category h2 {
    font-size: 1.2em;
    margin: 0;
    cursor: pointer;
    padding-bottom: 5px;
}

#culturemap .categorylisting .category h2 img {
    vertical-align: middle;
    margin-right: 10px;
}

#culturemap .categorylisting .category h2 .norm {
    display:inline;
}

#culturemap .categorylisting .category h2 .ie {
    display:none;
}

#culturemap #item {
}

#culturemap #item .iteminfo {
    margin: 10px 0 10px 20px;
    width: 692px;
}

#culturemap #item .iteminfo .top {
    background: url(../images/asset-header.jpg) no-repeat #c4203b;
    height: 10px;
    font-size:0;
}

#culturemap #item .iteminfo .middle {
    background-color: #c4203b;
    width: 650px;
    padding: 0 20px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    color: #fff;
}

#culturemap #item .iteminfo .middle a:link,
#culturemap #item .iteminfo .middle a:visited,
#culturemap #item .iteminfo .middle a:active,
#culturemap #item .iteminfo .middle a:hover {
    color: #fff;
}

#culturemap #item .iteminfo .text p {
    margin: 0;
}


#culturemap #item .iteminfo .bottom {
    background: url(../images/asset-footer.jpg) no-repeat #c4203b;
    height: 10px;
    font-size: 0;
}


#culturemap #item .iteminfo .image {
    float:left;
    margin-right: 20px;
}

#culturemap #item .iteminfo .title {
    padding-bottom:10px;
    height: 27px;
}

#culturemap #item .iteminfo h2 {
    margin: 0;
    font-size: 1.6em;
}

#cultutemap #item .iteminfo p {
    margin: 0;
}


#culturemap #item .iteminfo h2 a:link,
#culturemap #item .iteminfo h2 a:active,
#culturemap #item .iteminfo h2 a:visited,
#culturemap #item .iteminfo h2 a:hover {
    color: #fff;
}

/* Pagination */

.cc_pagination {
    float:left;
    width:100%;
    background: #c40f3a;
    margin:10px 0 0 0;
    height:26px;
}

#testimonialchildren .cc_pagination {
    background: #00AEC5;
}

.cc_pagination-link a:link,
.cc_pagination-link a:visited {
    color:#ccc;
}

.cc_pagination-link {
    float:left;
    margin:6px 0 0 8px;
}

.cc_pagination-link.active a {
    color:#fff;
    text-decoration:underline;
}

.cc_widget_breadcrumb {
    padding: 5px 20px !important;
    font-size: 0.8em !important;
}

#gallery {

}


#gallery  h1 {
    margin: 0 20px;
}

#gallery .content {
    margin: 0 20px;
}

#gallery .event {
    margin: 20px 20px 0 0;
    padding: 15px 20px;
    background-color: #eee;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
}

#gallery .event .image {
    float:left;
    width: 235px;
}

#gallery .event .content {
    float:right;
    width: 435px;
    margin: 0;
}

#gallery .event .content  h2{
	margin:0;
}


#gallery .uploader {
    width: 690px;
    overflow: hidden;
    margin: 20px 20px 0 20px;
    border-bottom: 1px solid #8588c2;
}

#gallery .uploader h2 {
    float:left;
    margin: 0;
    font-size: 1.4em
}

#gallery .uploader p {
    float:left;
    margin: 0;
    text-align: bottom;
    font-size: 1em;
    color: #c40f39;
    padding: 4px 0 0 10px;

}

#gallery .uploader .formconf {
    height: 25px;
    padding: 5px 0;
    float:left;
    width: 100%;
}

#gallery .uploader .formconf p{
    margin:0;
    padding:0;
}

#gallery .uploader .cc_form {
    float:left;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    height: 25px;
}

#gallery .uploader .cc_form .cc_form-row {
    float:left;
    width: auto;
    margin-right: 8px;
}

#gallery .imageuploader #cc_form-row-alt {
}

#gallery .uploader .cc_form .cc_form-row label {
    float:left;
    width: auto;
    font-size: 0.9em;
    padding: 4px 5px 0 0;
    display:block;
}

#gallery .uploader .cc_form .cc_form-row .cc_form-error {
    display:none;
}

#gallery .uploader .cc_form .cc_form-row label .cc_required {
    display:none;
}

#gallery .uploader .cc_form .cc_form-row input {
    float:left;
    margin: 0;
    padding: 2px;

    width: auto;
}

#gallery .imageuploader .cc_form #cc_form-row-image input {
    display:block;
}

#gallery .imageuploader .cc_form #cc_form-row-alt input{
    width: 150px;
    display:block;
}

#gallery .uploader .cc_form #cc_form-row-submit {
    background: url(../images/submit.jpg) no-repeat;
    height:19px;
    width: 51px;
    overflow:hidden;
}

#gallery .uploader .cc_form input.cc_form-button {
    border:0 none;
    background: transparent;
    padding:19px 51px 0 0;
}

#gallery .slider {
    margin: 10px 20px;
    background-color: #eee;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    padding: 10px 10px;
    height: 56px;
    width:670px;
    overflow: hidden;
}

.sliderinner {
	float:left; /* important for inline positioning */
	width:639px; /* important (this width = width of list item(including margin) * items shown */
	overflow: hidden;
	background: #F0F0F0;
}

.sliderinner .extradiv {
    overflow:hidden;
    position:relative;
    width:639px;
}

.carousel_ul, .carousel2_ul {
    left: -92px;
	position:relative;
    /* important (this should be negative number of list items width(including margin) */
	list-style-type: none; /* removing the default styling for unordered list items */
	margin: 0px;
	padding: 0px;
	width:9999px; /* important */
	/* non-important styling bellow */
}

.carousel_ul li, .carousel2_ul li{
	float: left; /* important for inline positioning of the list items */
    width: 85px;
    border: 1px solid #9d9d9d;
	padding:0px;
	height:54px;
	margin: 0 5px 0 0;
	font-size: 0;
	overflow: hidden;
}

.carousel_ul li img, .carousel2_ul li img  {
	width: 85px;
	height: 54px;
	cursor:pointer;
	border:0px;
}
.leftarrow, .rightarrow{
	float:left;
	height:10px;
	width:5px;
	padding-top: 15px;
}

.leftarrow {
	padding-right: 10px;
}

.rightarrow {
	padding-left: 10px;
}


#gallery .slider .images {
    width: 609px;
    height: 58px;
}

#gallery .slider .images .image {
    font-size: 0;
    width: 85px;
    background-color: #490;
    border: 1px solid #9d9d9d;
    margin-right: 5px;
    float:left;
}

#gallery .slider .images .image img {
    width: 85px;
    height: 56px;
}

#bigvideo {
	margin: 20px;
	width: 710px;
	height: 365px;
	padding: 0 30px;
}

#gallerycategory {

}

#gallerycategory h1 {
	margin: 0 20px;
}

#gallerycategory .gallery {
	margin: 0 20px;
}

#gallerycategory .gallery .image {
float:left;
margin:0 10px 10px 0;
width:85px;
}

#resourcecentre  h1 {
    margin: 0 20px;
}

#resourcecentre .section {
    margin: 0 20px 20px 20px;
    padding-bottom:5px;
    border-bottom: 1px solid #7D7FBC
}

#resourcecentre h2 {
    margin: 0;
}

#resourcecentre .category {
    padding: 5px 0;
}

#resourcecentre .category h3 {

}


#resourcecentre .category p {
    margin: 0;
}


#resourcecentrecategory {

}

#resourcecentrecategory h1 {
    margin: 0 20px;
}

#resourcecentrecategory form.cc_form {
    float:none;
    margin-top: 0;
}

#resourcecentrecategory .resources {
    margin: 0 20px;
}

#resourcecentrecategory .resources .file {
    padding-left: 35px;
    background: url(../images/filetypes/default.jpg) no-repeat 0% 0%;
}

#resourcecentrecategory .resources .file p {
    margin: 0;
}




