body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
.mainLayout #container {
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mainLayout #header {
	background: #FFFFFF; 
	height: 100px;
}
.mainLayout #header #headLeft {
	margin: 0; 
	height: 65px;
	width: 460px;
	padding: 15px 0px 20px 0px;
	float: left;
	clear: none;
}
.mainLayout #header #headRight {
	margin: 0; 
	font-size: 9pt;
	text-align: right;
	height: 65px;
	width: 460px;
	padding: 15px 0px 20px 0px;
	float: right;
	clear: none;
}

.mainLayout #header #headRight strong {
	color: #ee2d26;
}

.mainLayout #header #headRight a {
	color: #666666;
}

.mainLayout #header #headRight a:hover {
	color: #666666;
	text-decoration: none;
}


.mainLayout #header #headRight #searchPanel {
	margin: 10px 0 0 0;
	padding: 0;
}

.mainLayout #header #headRight #searchPanel #searchText {
	color: #666666;
	height: 23px;
	width: 235px;
	border: 1px solid #999999;
	border-right: 0px;
	background: #ffffff url("../img/layout/search_arrow.gif") top right no-repeat;
	margin: 0;
	padding: 0;
	float: right;
	clear: none;
}

.mainLayout #header #headRight #searchPanel #searchBtn {
	height: 25px;
	width: 56px;
	font-size: 9pt;
	color: #FFFFFF;
	background: #ee2d26 url("../img/layout/search_btn_bg.jpg") top right no-repeat;
	border: none;
	margin: 0;
	margin-left: -4px;
	padding: 0;
	float: right;
	clear: none;
}



.mainLayout #navBar {
	background: #FFFFFF url("../img/layout/navbar_tile.jpg") top left repeat-x; 
	height: 50px;
	width: 959px;
	margin-left: 1px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}


.mainLayout #navBar #navSpacer {
	background: #FFFFFF url("../img/layout/navbar_spacer.jpg") top left no-repeat;
	height: 50px;
	width: 2px;
	float: left;
	clear: none;
}

.mainLayout #navBar #navElement {
	height: 35px;
	width: 190px;
	float: left;
	clear: none;
}

.mainLayout #navBar #navElementLeft {
	background: #FFFFFF url("../img/layout/navbar_left.jpg") top left no-repeat; 
	height: 35px;
	width:190px;
	float: left;
	clear: none;
}

.mainLayout #navBar #navElementRight {
	background: #FFFFFF url("../img/layout/navbar_right.jpg") top right no-repeat; 

	height: 35px;
	width: 190px;
	float: left;
	clear: none;
}

.mainLayout #navBar #navElement a.top_link {
	padding-top: 15px;
	color: #333333;
	text-decoration: none;
	height: 35px;
	width: 190px;
	float: left;
	clear: none;
}
.mainLayout #navBar #navElement a.top_link:hover {
	padding-top: 15px;
	background: #ee2d26;
	color: #FFFFFF;
	text-decoration: none;
	height: 35px;
	width: 190px;
	float: left;
	clear: none;
}

.mainLayout #navBar #navElementLeft a.top_link {
	padding-top: 15px;
	color: #333333;
	text-decoration: none;
	height: 35px;
	width: 190px;
	float: left;
	clear: none;
}
.mainLayout #navBar #navElementLeft a.top_link:hover {
	padding-top: 15px;
	background: #ee2d26 url("../img/layout/navbar_left_corner.jpg") top left no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	height: 35px;
	width: 190px;
	float: left;
	clear: none;
}

.mainLayout #navBar #navElementRight a.top_link {
	padding-top: 15px;
	color: #333333;
	text-decoration: none;
	height: 35px;
	width: 190px;
	float: left;
	clear: none;
}
.mainLayout #navBar #navElementRight a.top_link:hover {
	padding-top: 15px;
	background: #ee2d26 url("../img/layout/navbar_right_corner.jpg") top right no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	height: 35px;
	width: 190px;
	float: left;
	clear: none;
}





.mainLayout #flashContent {
	background: #ffffff;
	width: 960px;
	height: 462px;
}



.mainLayout #whiteSpaceH {
	background:#ffffff;
	width: 960px;
	height: 1px;
	font-size: 1px;
}




.mainLayout #panels {
	background:#f2f2f2;
	width: 930px;
	height: 80px;
	padding: 20px 10px 20px 20px;
}

.mainLayout #panels a {
	text-decoration: none;
	color: #999999;
}
.mainLayout #panels a:hover {
	text-decoration: none;
	color: #ee2d26;
	cursor: hand;
}
.mainLayout #panels img {
	border: none;
}

.mainLayout #panels #pane {
	background:#ffffff;
	width: 300px;
	height: 80px;
	margin-right: 10px;
	float: left;
	clear: none;
}

.mainLayout #panels #pane #paneImage {
	margin-left: 10px;
	float: left;
	clear: none;
	width: 80px;
	height: 80px;
}

.mainLayout #panels #pane #paneText {
	margin-top: 16px;
	float: left;
	clear: right;
}


.mainLayout #panels #pane #paneText #paneMain {
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
	float: left;
	clear: right;
}
.mainLayout #panels #pane #paneText #paneSub {
	font-size: 9pt;
	float: left;
	clear: none;
}






.mainLayout #footer {
	background:#DDDDDD;
	text-align: center;
	font-size: 9pt;
	height: 80px;
	width: 960px;
	float: left;
	clear: none;
}
.mainLayout #footer #footerDivide {
	background:#666666;
	width: 960px;
	height: 1px;
	font-size: 1px;
}
.mainLayout #footer #footerTop {
	background: #cccccc url("../img/layout/footertop_tile.jpg") top left repeat-x; 
	width: 960px;
	height: 27px;
	margin: 0;
	color: #666666;
	padding-top: 12px;
}
.mainLayout #footer #footerTop a {
	color: #666666;
	text-decoration: underline;
}
.mainLayout #footer #footerTop a:hover {
	color: #666666;
	text-decoration: none;
}

.mainLayout #footer #footerBottom {
	background:#cccccc;
	width: 960px;
	height: 28px;
	color: #333333;
	padding-top: 12px;
}
.mainLayout #footer #footerBottom a {
	color: #333333;
	text-decoration: underline;
}
.mainLayout #footer #footerBottom a:hover {
	color: #333333;
	text-decoration: none;
}

.mainLayout #footer #footerBottom #footerBottomLeft {
	background:#cccccc url("../img/layout/footer_bottom_left.jpg") bottom left no-repeat;
	width: 16px;
	height: 28px;
	float: left;
	clear: none;
}

.mainLayout #footer #footerBottom #footerBottomRight{
	background:#cccccc url("../img/layout/footer_bottom_right.jpg") bottom left no-repeat;
	width: 16px;
	height: 28px;
	float: left;
	clear: none;
}

.mainLayout #footer #footerBottom #footerBottomCentre {
	background:#cccccc;
	width: 928px;
	height: 28px;
	text-align: center;
	color: #333333;
	float: left;
	clear: none;
}
.mainLayout #footer #footerBottom #footerBottomCentre #footerBottomCentreContainer {
	width: 460px;
	height: 28px;
	margin: 0 auto;
}

.mainLayout #footer #footerBottom #footerBottomCentre #icanBox {
	background:#dadada url("../img/layout/by_ican_box.jpg") top left no-repeat;
	font-size: 8pt;
	width: 97px;
	height: 15px;
	padding-top: 2px;
	margin-left: 12px;
	float: left;
	clear: none;
}
.mainLayout #footer #footerBottom #footerBottomCentre #icanBox a {
	color: #333333;
	text-decoration: none;
}
.mainLayout #footer #footerBottom #footerBottomCentre #icanBox a:hover {
	color: #ee2d26;
	text-decoration: none;
	cursor: hand;
}
.mainLayout #footer #footerBottom #footerBottomCentre #icanBox span {
	color: #999999;
}
.mainLayout #footer #footerBottom #footerBottomCentre #copyright {
	height: 18px;
	float: left;
	clear: none;
}
.mainLayout #footer #footerBottom #footerBottomCentre #digi_logo {
	height: 28px;
	width: 120px;
	margin-top: -5px;
	float: left;
	clear: none;
}


.mainLayout #footer #footerBottom #footerBottomCentre #locationsPanel {
	margin: 0;
	margin-left: 12px;
	margin-top: -4px;
	padding: 0;
	float: left;
	clear: none;
}

.mainLayout #footer #footerBottom #footerBottomCentre #locationsPanel #locationsText {
	color: #666666;
	height: 23px;
	width: 174px;
	border: 1px solid #999999;
	border-right: 0px;
	background: #ffffff url("../img/layout/search_arrow.gif") top right no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
}

.mainLayout #footer #footerBottom #footerBottomCentre #locationsPanel #locationsBtn {
	height: 25px;
	width: 29px;
	font-size: 9pt;
	color: #FFFFFF;
	background: #ee2d26 url("../img/layout/locations_btn_bg.jpg") top right no-repeat;
	border: none;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
}






/*********************INTERNAL PAGES*******************************/

.mainLayout #mainContent {
	padding: 0;
	width: 960px;
	background: #FFFFFF url("../img/layout/leftnav_tile.jpg") top left repeat-y;
	float: left;
	clear: none;
}

.mainLayout #mainContent #flashHeader {
	height: 59px;
	width: 940px;
	background: #ee2d26 url("../img/layout/flash_header_backup.jpg") top left no-repeat;
	color: #ffffff;
	font-size: 18pt;
	font-weight: bold;
	padding: 30px 0px 0px 20px;
	margin: 0;
	float: left;
	clear: none;
}

.mainLayout #mainContent #leftNav {
	background: #d5d5d5 url("../img/layout/left_nav_corner.jpg") top left no-repeat;
	width: 260px;
	padding: 100px 0 0 0;
	margin: 0;
	float: left;
	clear: none;
}

.mainLayout #mainContent #leftNav ul {
	padding: 0;
	margin: 0;
}

.mainLayout #mainContent #leftNav li {
	height: 40px;
	width: 250px;
	background: #818181 url("../img/layout/subnav_background.jpg") top right no-repeat;
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0 20px 10px;
	list-style: none;
}

.mainLayout #mainContent #leftNav ul li a{
	height: 30px;
	width: 250px;
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0px 0px 10px;
	float: left;
	clear: none;
}
.mainLayout #mainContent #leftNav ul li a:hover{
	height: 30px;
	width: 250px;
	background: #818181 url("../img/layout/subnav_background_selected.jpg") top left no-repeat;
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0px 0px 10px;
	float: left;
	clear: none;
}

.mainLayout #mainContent #breadCrumb {
	background: #d5d5d5;
	width: 665px;
	height: 27px;
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
	padding: 8px 0px 0px 35px;
	float: left;
	clear: none;
}

.mainLayout #mainContent #breadCrumb #raquets {
	color: #ee2d26;
}


.mainLayout #mainContent #breadCrumb a {
	color: #666666;
	text-decoration: none;
}

.mainLayout #mainContent #breadCrumb a:hover {
	color: #ee2d26;
	text-decoration: none;
}


.mainLayout #mainContent #contentAreaTop {
	background-image: url("../img/layout/content_area_corner.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 695px;
	height: 40px;
	float: left;
	clear: none;
}

.mainLayout #mainContent #contentArea {
	background: #FFFFFF url("../img/layout/trees_watermark.jpg") bottom right no-repeat;
	color: #333333;
	width: 655px;
	min-height: 550px;	/*temp*/
	padding: 0px 5px 40px 35px;
	float: left;
	clear: none;
}

.mainLayout #mainContent #contentArea h1 {
	color: #ee2d26;
	font-size: 14pt;
}


.mainLayout #mainContent #contentArea img {
	background: #ffffff;
	padding: 8px;
	border: 1px solid #cccccc;
}

.mainLayout #mainContent #contentArea #gallery {
	font-size: 8pt;
	font-weight: bold;
	color: #ee2d26;
}

.mainLayout #mainContent #contentArea a {
	color: #ee2d26;
	text-decoration: none;
}

.mainLayout #mainContent #contentArea a:hover {
	color: #ee2d26;
	text-decoration: underline;
}



/***************** MAIN MENU NAVIGATION *****************/



.tdmenu {
	
	
    font: 11px Helvetica, sans-serif;
	background:#FFFFFF url("");
	border-bottom: 1px solid #CCCCCC;
	font-weight: 100;
    color: #FD0012;
    text-decoration: none;
	width:190px;
	height: 14px;
    white-space: nowrap;
    position: relative;
    z-index: 100;
	text-align:left;
	border-bottom: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC;

}

.tdmenu a{
	
    font: 11px Helvetica, sans-serif;
	font-weight: 100;
    color: #FD0012;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 100;
	text-align:left;
	width: 160px;
	height: 14px;
	display: block;
	padding: 8px 15px 8px 15px; /*3px 5px 4px 8px;*/
}



.tdmenu a:hover{

	background:#FD0012;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 100;
	text-align:left;
	width: 160px;
	height: 14px;
	display: block;
	padding: 8px 15px 8px 15px; /*3px 5px 4px 8px;*/
}


.tablemenu
{
	font-size:100%;
	position:absolute;
	visibility:hidden;
	/*margin-top: 32px;
	margin-left: -190px;*/
	padding: 0px 0px 0px 0px;
    font: 12px Helvetica, sans-serif;
    color: #666666;
	/*background: url(../images/nav_bg_v4.gif) repeat-x;*/
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
	text-align:center;
	border-bottom: 0;
	background: #ffffff;
	width: 191px;
	margin-top: 30px;
}



/***************** ADMIN PANELS *********************/


.adminMainMenuItem
{
	color: #333333;
	font-weight: bold;
	font-size: 10pt;
}

.adminSubMenuItem
{
	padding-left: 15px;
}

.adminSubMenuItem a
{
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
}

.adminSubMenuItem a:hover
{
	text-decoration: underline;
}
