/****************************************** text ***************************************/   
/* red:         a61432 */
/* dark grey:   414042 */
/* light grey:  f1f2f2 */


a, p, li, label, select, input, dd,dt,td,th {
    font-family: arial;
}

p {
    font-size: 12px;
    color: #87898c;
    margin: 0 0 12px 0;
}

p a {
    color: #414042;
}
select, input {
    font-size: 12px;
    color: #353535;
}

.bigger {
    font-size: 14px;
}

.bigger a {
    font-size: 14px;
    text-decoration: underline;
}

.right {
    text-align: right;
}


a, li {
    font-size: 12px;
}

.trib {
    color: #a61432;
    font-size: 12px;
}

.trib span {
    color: #87898c;
    font-style: italic;
}

h1,h2,h3,h4 {
    font-family: georgia, "serif";
}

body #main a:hover, body #footer a:hover, #footer a:hover span{
    color: #a61432;
}

.greyTitle {
    font-size: 22px;
    /* color: #d1d3d4; */
    color: #a1a3a4;
    margin: 0 0 7px 0;
}

.redTitle {
    color: #a61432;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.redTitleMain {
    color: #a61432;
    font-size: 22px;
    margin: 0 0 2px 0;  
    padding: 0 0 3px 0;
    border-bottom: 1px solid #939598;
    
}

.darkGreyTitle {
    color: #414042;
    font-size: 20px;
    margin: 0 0 5px 0;
}

.darkGreyTitle a {
    color: #414042;
    font-size: 20px;
    font-family: georgia, "serif";
}

.darkGreyTitle a:hover {
    color: #a61432;
}

.rightLink {
    margin: 0px 0 7px;
    text-align: right;
}

.dotLinks li {
    background: url('/assets/images/core/greyDotHoriz.gif') left bottom repeat-x;
    padding: 0 0 7px 0;
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: auto;
}

.dotLinks li:last-child {
    background: none;
}


.dotLinks li a {
    color: #414042;
}

.dotLinks li a span {
    color: #414042;
    background: url('/assets/images/core/arrowBlack.gif') 100% 4px no-repeat;
    padding: 0 12px 0 0;
}

.dots {
    background: url('/assets/images/core/greyDotHoriz.gif') left bottom repeat-x;
    padding: 0 0 7px 0;
}

.rightLink a, .arrowLink {
    color: #414042;
}

.rightLink a span, .arrowLink span {
    color: #414042;
    background: url('/assets/images/core/arrowBlack.gif') 100% 4px no-repeat;
    padding: 0 12px 0 0;
}

.rightLink a:hover, .arrowLink:hover, #main .theLinkHover a {
    color: #a61432;
}

.rightLink a:hover span, .arrowLink:hover span, .dotLinks a:hover span, #main .theLinkHover span {
    color: #a61432;
    background: url('/assets/images/core/arrowRed.gif') 100% 4px no-repeat;
}

.imagePad {
    padding: 0 0 10px 0;
}

#main .noBg {
    background: none;
}

.clear {
    clear: both;
}

/****************************************** layout ***************************************/

/************************* head *********************/

#header {
    background-color: #a61432;
}

#headerInner {
    width: 911px;
    margin: 0 auto;
    padding: 6px 0 0;
}

#logo {
    display: block;
    width: 209px;
    height: 25px;
}

#headerInner ul {
    padding: 10px 0 0;
}

#headerInner ul li {
    float: left;
    border-right: 1px solid #b8435b;
    position: relative;
}

#headerInner ul li.on {
    background-color: #fff;
    border-right: 1px solid #a61432;
    
}

#headerInner ul li a {
    display: block;
    font-size: 14px;
    padding: 5px 7px 7px;    
    color: #fff;
}

#headerInner ul li a:hover {
    background-color: #860f28;
}

#headerInner ul li.on a {
    color: #a61432;
}

#headerInner ul li.on a:hover {
    background: none;
}

/**************** sub menu *************/

#headerInner ul li div {
    position: absolute;
    top: 28px;
    left: -99999px;
    background: url('/assets/images/core/subRight.png') right bottom no-repeat;
    padding: 0px 6px 0 0;
}

#headerInner ul li:hover div {
    left: 0px;
}

#headerInner ul li div.jsNav {
    left: 0px;
}

#headerInner ul li div table {
    background: url('/assets/images/core/subLeft.png') left bottom no-repeat;
    width: auto;
}

#headerInner td {
    padding: 7px 0;
}

#headerInner ul li li {
    float: none;
    border: none;
    margin: 0 0 3px 0;
    display: list-item;
}

#headerInner ul li ul li a, #headerInner ul li.on ul li a {
    display: inline;
    font-size: 13px;
    color: #404040;
    margin: 0;
    padding: 0;
}

#headerInner ul li ul li a:hover {
    background: none;
    color: #a61432;
}

#headerInner ul li ul {
    width: 116px;
    float: left;
    padding: 0 0 0 7px;
}

#headerInner table li.on {
    border: none;
}

#headerInner ul li table li.on a {
    font-weight: bold;
    color: #a61432;
    
}

#headerInner table ul.dots {
    background: url('/assets/images/core/redDotVert.gif') right top repeat-y;    
}

#headerInner ul li ul.pSecond {
    width: 130px;
}

/**************** footer *************/

#footer {
    width: 911px;
    margin: 0 auto 0px;
    clear: both;
    background: #f1f2f2;
}

#devon {
    display: block;
    width: 30px;
    float: left;
}

#footer table {
    width: 879px;
    float: left;
}

#fBack {
    color: #414042;
    background: url('/assets/images/core/arrowUpBlack.gif') 100% 4px no-repeat;
    padding: 0 12px 0 0;
}

#fBack:hover {
    background: url('/assets/images/core/arrowUpRed.gif') 100% 4px no-repeat;
    color: #a61432;
    
}

#fNav li {
    font-size: 12px;
    color: #87898c;
    display: inline;
    margin: 0 4px 0 0;
}

#fNav #lFirst {
    margin: 0 15px 0 0;
}

#fNav li a {
    color: #87898c;
}

.fLeft  {
    padding: 7px 0 0 10px;
}

.fRight {
     text-align: right;
     padding: 7px 7px 0 0;
}

#main .floatRight {
    float: right;
}

#main .floatLeft {
    float: right;
}

#share {
    margin: 0 0 17px 0;
}

#share li {
    display: block;
    float: left;
    margin: 0 6px 0 0;
    color: #414042;
    font-size: 12px;
}

#share #sFirst {
    padding: 5px 0 0;
    margin: 0 17px 0 0;
}

#share a {
    width: 25px;
    height: 23px;
    text-indent: -99999px;
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
}

#us {
    color: #a4a8ac;
}

#us span {
    color: #3f4042;
}

#share a:hover {
    background-position: right top;
}

#sDigg {
    background: url('/assets/images/core/share/digg.gif');
}

#sDelicious {
    background: url('/assets/images/core/share/delicious.gif');
}

#sStumbleUpon {
    background: url('/assets/images/core/share/stumbleUpon.gif');
}

#sFacebook {
    background: url('/assets/images/core/share/facebook.gif');
}

#sReddit {
    background: url('/assets/images/core/share/reddit.gif');
}

/**************** bottom nav *************/

#bottomNav {
    background: #f1f2f2 url('/assets/images/core/greyDotHoriz.gif') left top repeat-x;
    padding: 7px 3px;
    margin: 0 2px 0 0;
}

#bottomNav a {
    display: block;
    font-size: 14px;
    color: #414042;
    font-weight: bold;
    padding-bottom: 2px;
}

#bnLeft {
    float: left;
    width: 125px;
    background: url('/assets/images/core/roundLeft.gif') left top no-repeat;
    padding: 0 0 0 30px;
}

#bnRight {
    float: right;
    width: 165px;
    padding: 0 30px 0 0;
    text-align: right;
    background: url('/assets/images/core/roundRight.gif') right top no-repeat;
}

#bnMiddle {
    float: left;
    width: 155px;
    background: url('/assets/images/core/roundLeft.gif') left top no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 0 40px;
}


/************************* main *********************/

#main {
    width: 911px;
    margin: 0 auto 20px;
}

.inner {
    padding: 15px 0 0;
}

.blackLineTop {
    padding-top: 7px;
    border-top: 1px solid #939598;
}

.dotsLineTop {
    padding-top: 7px;
    background: url('/assets/images/core/greyDotHoriz') left top repeat-x;
}

#innerWrap {
    background: url('/assets/images/core/mainInnerBg.gif') left top repeat-y;
}

#main .full {
    background: none;
}

#innerLeft {
    width: 600px;
    padding-right: 11px;
    float: left;
}

#innerRight {
    width: 300px;
    float: right;
}

/**************** crumbs *************/

#crumbs {
    margin: 0 0 20px 0;
}

#crumbs li {
    display: inline;
    color: #414042;
}

#crumbs li a {
    color: #414042;
}

#crumbs #crumbLast {
    color: #a61432;
}

/************************* shadow box *********************/

#shadow {
    background: url('/assets/images/core/shadow/topLeft.gif') left top no-repeat;
    float: left;
    margin: 0 0 10px 0;
}

#main .shadowPad {
    margin: 0px 10px 10px 0px;
    
}

#shadowTwo {
    background: url('/assets/images/core/shadow/bottomLeft.gif') left bottom no-repeat;
    float: left;
}

#shadowThree {
    background: url('/assets/images/core/shadow/bottomRight.gif') right bottom no-repeat;
    float: left;
    
}

#shadowFour {
    background: url('/assets/images/core/shadow/topRight.gif') right top no-repeat;
    padding: 10px 13px 13px 11px;
    clear: both;
}

#shadow p {
    border-left: 5px solid #a61432;
    color: #a61432;
    font-style: italic;
    padding: 0 0 0 10px;
    margin: 0;
}

/************************* event box *********************/

.eventBox {
    background: url('/assets/images/core/greyDotHoriz.gif') left bottom repeat-x;
    margin: 0 0 15px 0;
}

.eventBox .evDate {
    font-size: 13px;
    color: #87898c;
    margin: 0 0 2px 0;
}

.evPic {
    float: left;
    width: 127px;
    height: 75px;
    padding: 8px 0 0 7px;
    background: url('/assets/images/core/shadow.gif') left top no-repeat;
}

.evDetails {
    width: 459px;
    float: right;
}

/**************** event stats *************/

#eventStats {
    border-top: 1px solid #939598;
    background-color: #f1f2f2;
    font-size: 12px;
    padding: 2px 5px 2px;
    width: 100%;
    margin: 0 0 10px 0;
}

#main .statsLeft {
    width: 323px;
    float: left;
}

#eventStats tr {
    background: url('/assets/images/core/greyDotHoriz.gif') left bottom repeat-x;
}


#eventStats .evLabel {
    color: #a61432;
    margin: 0 0 0px 0;
    padding: 5px 6px;    
}

#eventStats .evDesc {
    padding: 5px 0;
    color: #87898c;
}

#eventStats .evDesc a {
    color: #87898c;
}

#eventStats br {
    clear: both;
}


/**************** google map *************/

#googleMap{
    height: 300px;
    background: #f9f9f9;
    margin: 0 0 20px 0;
}

#flashPhoto, #flashVideo {
    margin: 0 0 20px 0;
}

/************************* side nav *********************/

#nav {
    background: #f1f2f2;
}

#nav li {
    font-size: 14px;
    display: block;
    clear: both;
}

#nav li a {
    display: block;
    background: url('/assets/images/core/arrowBlack.gif') 5px 13px no-repeat;
    color: #414042;
    font-size: 14px;   
}


#nav li.on a, #nav li.on a:hover {
    color: #a61432;
    background: #e6e7e8 url('/assets/images/core/arrowBlack.gif') 5px 13px no-repeat;
}


#nav li.sub a {
    width: 283px;
    float: left;
}

#nav li.sub img {
    float: right;
}

#nav li a span {
    background: url('/assets/images/core/greyDotHoriz.gif') right bottom repeat-x;
    display: block;
    padding: 8px 0 0px 17px;
    min-height:21px;
      height:auto !important;
      height:21px;
}
#nav li a:hover {
    color: #fff;
    background: #a61432 url('/assets/images/core/arrowWhite.gif') 5px 13px no-repeat;
}


/**************** sub side nav *************/

#nav ul {
    clear: both;
    background: #f1f2f2 url('/assets/images/core/greyDotHoriz.gif') right bottom repeat-x;
    position: relative;
    bottom: 1px;
    padding: 0 0 1px 0;
}

#nav li.sub ul li a, #nav li.on ul li a {
    background: url('/assets/images/core/arrowBlack.gif') 20px 7px no-repeat;
    display: block;
    padding: 4px 0 3px 37px;
    font-size: 12px;
    width: 263px;
    float: none;
    color: #414042;
}

#nav li.sub ul li {
    padding: 0 0 0px 0;
}


#nav li.sub ul li a:hover, #nav li.on ul li a:hover {
    background: #a61432 url('/assets/images/core/arrowWhite.gif') 20px 7px no-repeat;
    color: #fff;
}

#nav li.on ul {
    background: #e6e7e8 url('/assets/images/core/greyDotHoriz.gif') right bottom repeat-x;
}

#nav li.on ul li.on a, #nav li.on ul li.on a:hover {
    color: #a61432;
    background: url('/assets/images/core/arrowBlack.gif') 20px 7px no-repeat;
}

/************************* intro sections *********************/

.sleeping 
{
	/* ALL SERVICE LISTINGS PAGES USE THIS CLASS, SO HAVE COMMENTED OUT BG IMAGE AS THAT IS UPLOADED AND INCLUDED INLINE
    background: url('/assets/images/core/sleeping.jpg') left top no-repeat;
	*/
    padding: 10px 0 0 10px;
    min-height:149px;
      height:auto !important;
      height:149px;
}

/****************************************** not listed link ***************************************/

#notListed {
    display: block;
    width: 470px;
    min-height:71px;
      height:auto !important;
      height:71px;  
    background: url('/assets/images/media/notListed.jpg') left top no-repeat;
    clear: both;
    padding: 10px 10px 0 120px;
    margin: 0 0 10px 0;
    color: #3d3d3d;
    
}

#notListed span {
    display: block;
    color: #a61432;
    font-size: 20px;
    font-family: georgia, "serif";
    margin: 0 0 3px 0;
}

#notListed:hover {
    background: url('/assets/images/media/notListed.jpg') right top no-repeat;
    
}


/****************************************** incorrect ***************************************/


#incorrect {
    display: block;
    width: 520px;
    min-height:71px;
      height:auto !important;
      height:71px;  
    background: url('/assets/images/media/incorrect.gif') left top no-repeat;
    clear: both;
    padding: 10px 10px 0 70px;
    margin: 0 0 10px 0;
    color: #3d3d3d;
}

#incorrect span {
    display: block;
    color: #a61432;
    font-size: 20px;
    font-family: georgia, "serif";
    margin: 0 0 3px 0;
}

#incorrect:hover {
    background: url('/assets/images/media/incorrect.gif') right top no-repeat;
    
}

/****************************************** lightbox table ***************************************/

.lightBoxTable {
    margin: 0 0 20px 0;
    width: 100%;
}

.lightBoxTable  a{
    display: block;
    width: 189px;
    height: 137px;
    background: url('/assets/images/core/lightboxBg.gif') left top no-repeat;
    padding: 5px 0 0 5px;
}

/******************************************** stats table *******************************************/
.stats td {
	color:#828282;
	padding:4px;
	border:1px solid #828282;
	font-size:12px;
	font-family:georgia;
	width:550px;
	text-align:center;
}

.total
{
	color:#222222;
	font-weight:bold;
}

.stats
{
	margin-bottom:30px;
}

