/* SCREEN.css */

/* reset all margins */
* {
	margin:0;
	padding:0;
}

/* ================================================= */
/* ------ PAGE LAYOUT ------ */
/* body */
body {
	background-image:url(../png/homepage_background.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ffffff;
	margin: 15px auto 10px auto;
	text-align:center;
}


/* WRAPPER */
#Wrapper {
	border:1px solid #000;
	margin: 0 auto 0 auto;
	text-align:center;
	width: 884px;
}



/* CONTENT */
#Content {
	background-image:url(../jpg/content-background.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	text-align:left;
	width: 884px;
}

/* FULLWIDTH */
#Content div.fullWidth {
	background-color:#fff;
	width: 884px;
}


/* TWOCOLUMN */
/* twoColumnLeft */
#Content div.twoColumnLeft {
	float:left;
	width: 135px;
}
#Content div.twoColumnLeft div.menu2 {
	text-align:center;
	width:134px;
}
/*
#Content div.twoColumnLeft div.menu2 table {
	margin-bottom:0;
}
#Content div.twoColumnLeft div.menu2 td {
	padding:0;
}*/
/* navlist */
#Content div.twoColumnLeft div.menu2 ul.navlist {
	list-style-type: none;
	margin:5px 0 5px 0;
}

#Content div.twoColumnLeft div.menu2 ul.navlist li {
	color:#999999;
	font-size: 12px;
	font-weight:bold;
	line-height:1.2em;
	padding:3px 1px 4px 1px;
	width:132px;
}
#Content div.twoColumnLeft div.menu2 ul.navlist li a {
	color:#999999;
	text-decoration: none;
}
#Content div.twoColumnLeft div.menu2 ul.navlist li a:link, #Content div.twoColumnLeft div.menu2 ul.navlist li a:visited {
	color:#999999;
}
#Content div.twoColumnLeft div.menu2 ul.navlist li a:hover, #Content div.twoColumnLeft div.menu2 ul.navlist li a:active {
	color:#2f2f2f;
}
#Content div.twoColumnLeft div.menu2 ul.navlist li a.active {
	color:#2f2f2f;
}



/* twoColumnRight */
#Content div.twoColumnRight {
	float: left;
	width: 749px;
}


#Content div.twoColumnRight div.pageContent {
	min-height:550px;
	padding:105px 15px 0px 15px;
	width: 719px;
}
*html #Content div.twoColumnRight div.pageContent {
	height:550px;
}






/* ================================================= */
#Content div.newsBackground {
	background-image:url(../jpg/background/news.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#Content div.contactsBackground {
	background-image:url(../jpg/background/contacts.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#Content div.officialsBackground {
	background-image:url(../jpg/background/background-officials.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#Content div.committeesBackground {
	background-image:url(../jpg/background/background-committees.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#Content div.coachingBackground {
	background-image:url(../jpg/background/coaching-academy.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#Content div.sponsorsBackground {
	background-image:url(../jpg/background/sponsors.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#Content div.image01Background {
	background-image:url(../jpg/background/background-01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#Content div.image02Background {
	background-image:url(../jpg/background/club-history.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#Content div.image03Background {
	background-image:url(../jpg/background/past-tours-and-matches.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#Content div.blankBackground {
	background-image:url(../jpg/background/background-blank.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#Content div.comingFixturesBackground {
	background-image:url(../jpg/background/coming-fixtures-and-tours.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#Content div.internationalFlavourBackground {
	background-image:url(../jpg/background/international-flavour.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}



/* ================================================= */
/* CLASSES */
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ================================================================================================================================= */
/* ----- Home ----- */
#HomePage {
}

/* homeHeader */
#HomePage div.homeHeader {
	border-bottom:1px solid #000000;
	height:105px;
	padding-top:2px;
	width:884px;
}

/* homeContent */
#HomePage div.homeContent {
	margin-top:-1px;
}

#HomePage div.homeContent table {
	margin-bottom:0;
}
#HomePage div.homeContent td {
	padding:0;
}

/* homeFooter */
#HomePage div.homeFooter {
	border-top:1px solid #000000;
	padding:10px 5px;
	text-align:center;
	width:874px;
}
#HomePage div.homeFooter p {
	font-size:0.75em;
	line-height:1.4em;
	margin-bottom:2px;
}




/* ----- News ----- */
#NewsPage {
}

#NewsPage div.newsitems {
	padding-bottom:15px;
}
#NewsPage div.newsitems table {
	border:1px solid #000;
}
#NewsPage div.newsitems td {
	padding:5px 10px 5px 10px;
}

#NewsPage div.newsitems tr.tr1 td.newstitle {
	width:78%;
}
#NewsPage div.newsitems tr.tr1 td.newsdate {
	width:22%;
}

#NewsPage p.backtop {
	text-align:right;
}

/* ----- Photos ----- */
#Photos {
	padding-top:15px;
	width:719px;
}
#Photos td {
	padding:3px 3px 4px 3px;
}



/* ----- Linked to Innova.css ----- */
ul.listspacing  {
	padding-bottom:0px;
}
ul.listspacing li {
	padding-bottom:4px;
}

tr.tr1 td {
	font-weight:bold;
	padding:5px 5px 5px 5px;
}




