/* @charset "utf-8";
CSS Document */

/* Generic
---------------------------------------------------------------------------------*/

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}


html {
	background-color: #f4f1e6;
}

body {
	margin:0;
	padding:0;
	background-color: #f4f1e6;
	font-family: Arial, Helvetica, sans-serif;
	/* font: 11px/1.2em Arial, Helvetica, sans-serif; /* 11px */
    font-size: 62.5%; /* Set fonts to aproximate size of 10pt */
	color:#666666;
	line-height: 1.5em;
	/*background:url(../Images/main-bgrd.gif) repeat-x;*/
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #f9faf6;
	border: solid 1px #dddddd;
}

input.checkBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: Transparent;
	border: none;
}

p {
	padding: 0 0 1.1em;
}


h1 {
	font-size: 1.4em;
	display: block;
	text-align: left;
	font-weight: bold;
	padding-bottom:4px;
	text-transform:uppercase;
	/* white-space: nowrap; */
}

h1.leftText {
	float: left;
	position: relative;
}

h2 {
	font-size: 1.1em;
	display: block;
	text-align: left;
	font-weight: bold;
	padding-bottom: 4px;
	text-transform:uppercase;
	/* white-space: nowrap; */
}

h2.leftText {
	float:left;
	position:relative;

} 


h3 {
	font-size: 1em;
	color:#004b8d;
	display: block;
	text-align: left;
	font-weight: bold;
	text-transform:uppercase;
	padding-bottom:4px;
	/* white-space: nowrap; */
	padding-top:4px; 
	padding-left:0px;	
}

h3 a {
	color:#004b8d;
	text-decoration:none;
}

h3 a:hover {
	color:#004b8d;
	border-bottom: 1px solid;
}

h3.rightText {
	float:right;
	position:relative;
	text-transform: none;
}


h4 {
	font-size: .9em;
	display: block;
	text-align: left;
	display: block;
	font-weight: bold;
	padding-bottom:4px;
	text-transform:uppercase;
	white-space: nowrap;
}

h4.rightText {
    float:right;
    position:relative;
}


h5 {
	margin:0px;
	font-size: 1.1em;
	color:#004b8d;
	display: block;
	text-align: left;
	font-weight: bold;
	text-transform:uppercase;
	/* white-space: nowrap; */
	padding-left:0px;
	padding-bottom:8px;	
}

ol {
	margin: .3em 0 15px;
}
ol li {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 30px;
}
ol p {
	color: #636b70;
}

.resutsHeader {
	font-size: 1em;
	color:#666666;
	text-align: left;
	font-weight: bold;
	text-transform:none;
	white-space: nowrap;
}

.greyText {
		color: #666666;
}

.greenText {
		color: #82c645;
}

.redText {
		color: #e20a16;
}

.blueText {
		color: #004b8d;
}

.yellowText {
		/* color:#ffd457; */
		color: #feca33;
}

.emeraldText {
		color: #009A73;
}

.violetText {
		color: #cc3399;
}
.lightBlueText {
		color: #009ddc;
}

.boldText {
	font-weight:bold;
}

.whiteText {
		color:#f7f7ea;
		font-weight:bold
}

a.whiteText {
		text-decoration: none;
		font-weight:bold
}

a.whiteText:hover {
		text-decoration: underline;
		font-weight:bold
}
a.blueText {
		text-decoration: none;
}

a.blueText:hover {
		text-decoration: underline;
}

img {
	border: none;
}
a {
	color: #e20a16;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
em {
	font: italic 110% Arial, Helvetica, sans-serif;
}
em strong {
	color: #CC0000;
}
del {
	color: #636b70;
}
ins {
	text-decoration: none;
}
blockquote {
	padding: 0 10px 5px 20px;
	background: url(images/comments-bullet.gif) no-repeat left 2px;
	font: italic 115%/135% Arial, Helvetica, sans-serif;
	color: #636b70;
}
blockquote em {
	font: italic 110%/130% Arial, Helvetica, sans-serif;
}
blockquote cite {
	font: normal 90%/110% Arial, Helvetica, sans-serif;
	text-align: right;
	display: block;
}
/**** Bullet & numbering styles removed from this section, not needed ***************************************/


/* --------------------------------- BULLETS ------------------------------------*/

.bulletGreen {
	background-image: url(../Images/icons/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 13px;
}

.bulletRed{
	background-image: url(../Images/icons/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 13px;
}

.bulletYellow {
	background-image: url(../Images/icons/bullet_yellow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 13px;
}

.bulletBlue {
	background-image: url(../Images/icons/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 13px;
}

.bulletLightBlue {
	background-image: url(../Images/icons/bullet_light_blue.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 13px;
}

.bulletEmerald {
	background-image: url(../Images/icons/bullet_emarald.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 13px;
}

.bulletViolet {
	background-image: url(../Images/icons/bullet_violet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 13px;
}


/* Header
---------------------------------------------------------------------------------*/
.homeHeader {
	height: 123px;
	width: 900px;
	margin: 0 auto;
	position: relative;
	background-image:url(../Images/header_bgrd_img.gif);
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	top: 27px;
	left: 16px;
}

#logoNew {
	position: absolute;
	top: 27px;
	left: 16px;
}

.membersArea {
	position: absolute;
	left: 514px;
	height:20px;
	width:242px;
	background-image:url(../Images/members-area-bg.gif);
	background-repeat: no-repeat;
	padding-top:4px;
	padding-bottom:6px;
	padding-left:140px;
	top: 0;
}

.membersControls {
	position: absolute;
	left: 514px;
	height:58px;
	width:379px;
	top: 35px;
}

input.logonBox {
	margin-left:12px;
	padding-top:1px;
	padding-left:2px;
	width:70px;
	height:15px;
	border:#99b1c7 solid 1px;
	background: white;
}

input.forgotPasswordBox {
	margin-left:12px;
	padding-top:1px;
	padding-left:2px;
	width:120px;
	height:15px;
	border:#99b1c7 solid 1px;
	background: white;
}


/* Main Navigation
---------------------------------------------------------------------------------*/
ul.menu {
	width: 900px;
	position:relative;
	left: 0;
	background-repeat: no-repeat;
	background-image: url(../Images/nav_bgrd_img.gif);
	background-position: 0px 0px;
	color:#555555;
	text-decoration: none;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 9999;
	height: 30px;
	padding:0;
	margin:0;
	list-style:none;
}
ul.menu ul {
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:-9999px;
}
ul.menu table {
	border-collapse:collapse;
	float:left;
	margin:-1px;
}

ul.menu ul li {
	float:left;
	background: transparent;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color:#555555;
}
ul.menu ul li a {
	display:block;
	padding: 0px;
	margin: 0px;
	color:#555555;
	text-decoration: none;
}

ul.menu li {
	float:left;
	background: transparent;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color:#555555;
}
ul.menu li a {
	display:inline-block;
	float:left;
	padding: 0px;
	margin: 0px;
	color:#555555;
	text-decoration: none;
}
ul.menu table {border-collapse:collapse; width:0; height:0; padding:0; margin:-1px;}
ul.menu ul {position:absolute; left:-9999px;}
ul.menu li {float:left;background: transparent;padding: 0px;margin: 0px;text-align: center;color:#555555;}
ul.menu li a {display:block;padding:0;margin:0;color:#555555;text-decoration: none;}

ul.menu li.nav-spacer a { width: 1px;}
ul.menu li.nav-catch-the-action a { text-align:center; width: 160px; padding-top:7px; height:23px; background-image: url(../Files/Menus/nav-green-bg.gif); background-repeat: repeat-x; background-position: 0 0;}
ul.menu li.nav-getting-involved a { text-align:center; width: 145px; padding-top:7px; height:23px; background-image: url(../Files/Menus/nav-red-bg.gif); background-repeat: repeat-x; background-position: 0 0;}	
ul.menu li.nav-trainers a { text-align:center; width: 90px; padding-top:7px; height:23px; background-image: url(../Files/Menus/nav-blue-bg.gif); background-repeat: repeat-x; background-position: 0 0;}	
ul.menu li.nav-greyhounds a { text-align:center; width: 115px; padding-top:7px; height:23px; background-image: url(../Files/Menus/nav-yellow-bg.gif); background-repeat: repeat-x; background-position: 0 0;}	
ul.menu li.nav-about-nzgra a { text-align:center; width: 120px; padding-top:7px; height:23px; background-image: url(../Files/Menus/nav-emerald-bg.gif); background-repeat: repeat-x; background-position: 0 0;}		
ul.menu li.nav-news a { text-align:center; width: 70px; padding-top:7px; height:23px; background-image: url(../Files/Menus/nav-violet-bg.gif); background-repeat: repeat-x; background-position: 0 0;}

ul.menu li.nav-catch-the-action-selected {padding-right: 9px; height:30px; background-image: url(../Files/Menus/nav-selected-green-arrow.gif); background-repeat: no-repeat; background-position: right 0;}
ul.menu li.nav-getting-involved-selected {padding-right: 9px; height:30px; background-image: url(../Files/Menus/nav-selected-red-arrow.gif); background-repeat: no-repeat; background-position: right 0;}
ul.menu li.nav-trainers-selected {padding-right: 9px; height:30px; background-image: url(../Files/Menus/nav-selected-blue-arrow.gif); background-repeat: no-repeat; background-position: right 0;}
ul.menu li.nav-greyhounds-selected {padding-right: 9px; height:30px; background-image: url(../Files/Menus/nav-selected-yellow-arrow.gif); background-repeat: no-repeat; background-position: right 0;}
ul.menu li.nav-about-nzgra-selected {padding-right: 9px; height:30px; background-image: url(../Files/Menus/nav-selected-emerald-arrow.gif); background-repeat: no-repeat; background-position: right 0;}
ul.menu li.nav-news-selected {padding-right: 9px; height:30px; background-image: url(../Files/Menus/nav-selected-violet-arrow.gif); background-repeat: no-repeat; background-position: right 0;}

ul.menu ul li {width:200px;margin:0;text-align:left;background-image:none;border-bottom: 2px solid #F3F3F3;border-right: 1px solid #F3F3F3;border-left: 1px solid #F3F3F3;}

ul.menu li a:hover {position:relative; color:#555555;}
ul.menu li:hover {position:relative;}
ul.menu li:hover > a {color:#555555;}

ul.menu :hover ul {left:0px; top:30px; width:200px;}
ul.menu :hover ul :hover {background-color:#84C342; color:#fff;}
ul.menu :hover ul li a {
	display:block;
	float:left;
	width:190px;
	background:white;
	color:#555555;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}

ul.menu :hover ul li a.green:hover {background-color:#84C342; color:#fff;}
ul.menu :hover ul li a.red:hover {background-color:#e20a16; color:#fff;}
ul.menu :hover ul li a.blue:hover {background-color:#004b8d; color:#fff;}
ul.menu :hover ul li a.yellow:hover {background-color:#feca33; color:#555555;}
ul.menu :hover ul li a.emerald:hover {background-color:#009A73; color:#fff;}
ul.menu :hover ul li a.violet:hover {background-color:#cc3399; color:#fff;}



/* Content
---------------------------------------------------------------------------------*/

#container {
	width: 908px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 0px;
	background-image: url(../Images/main-background-img.gif);
	background-repeat: repeat-y;
	margin-bottom:-87px;
}

#backgroundContainer {
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 0px;
}

#content {
    position:relative;
    padding-top: 32px;
    padding-right: 28px;
    padding-bottom: 87px; /* must be same height as the footer */
    padding-left: 28px;
    height:auto;
    font-size:1.1em;
    background-color: #f8f7f0;
}


#leftColumn {
	position: relative;
	float:left;
	width: 263px; 
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#rightColumn {
	position: relative;
	float:right;
	width: 263px; 
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#rightColumn span {
	float:right;
}

#middleColumn {
	position: relative;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 278px;

}


/* Table - Legend
---------------------------------------------------------------------------------*/

table.legendTable {
	background-color:#fbfaf6;
	width:844px;
	font-size:1em;
	padding: 0px 7px;
	height: 28px;
	text-align: left;
}

table.legendTable td {
	text-align: left;
	border-bottom: solid 1px white; 
	padding: 0px 7px;
}


/* Tables - Fields
---------------------------------------------------------------------------------*/

table.fieldsTable {
	width:844px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
}

table.fieldsTable th {
	padding:0px;
}

table.fieldsTable td {
	padding-top:6px;
	padding-left:6px;
}

table.fieldsSmallTable {
	padding:0px;
}

table.fieldsSmallTable th {
	padding:0px;
	padding-left:1px;
	color:#004b8d;
	font-weight:bold;
}

table.fieldsSmallTable td {
	padding:0px;
	padding-left:1px;
	background-color:#FFFFFF;
	border-top: 1px solid #555555;
}

table.fieldsBoxTable {
	margin:0px;
	padding:0px;
	font-size:.9em;
	line-height:1.3em;
}

table.fieldsBoxTable th {
	margin:0px;
	padding:0px;
	padding-left:1px;
	color:#004b8d;
	font-weight:bold;
	border-right: 1px solid #555555;

}

table.fieldsBoxTable td {
	margin:0px;
	padding:0px;
	padding-left:3px;
	padding-right:3px;
	background-color:#FFFFFF;
	border-right: 1px solid #555555;
}

/* Tables - Green - Catch The Action
---------------------------------------------------------------------------------*/

table.dataTable {
	width:844px;
}


table.dataTable th {
	font-size:1em;
	font-weight:bold;
	padding: 0px 7px;
	height: 26px;
	text-align: left;
	color: #004b8d;
	background: url(../Images/green-data-table-bg.jpg) repeat-x 0 0;
	text-transform: uppercase;
	border-bottom: solid 1px #f8f7f0;
}

table.dataTable td {
	text-align: left;
	color: #555555;
	border-bottom: solid 1px white; 
	padding: 0px 7px;
}

table.dataTable tr {
	height:26px;
}

table.dataTable tr.odd {
	/* background-color: #e5f2d8; */
	background:url(../Images/green-tablecell-odd-bg.gif) repeat-x;
}

table.dataTable tr.even {
	/* background-color: #f3f2eb; */
	background:url(../Images/green-tablecell-even-bg.gif) repeat-x;
}

table.dataTable tr.hover {
	background-image: url(../Images/data-table-current-bg.gif);
	background-repeat: repeat-x;
	background-position: 1px;
}

table.dataTable input {
	width: 100%;
	
	padding-left:2px;
	margin-top: 1px;
} 

table.dataTable input.checkbox {
	margin: 0 auto;
	margin-top: 2px;
	background-color: Transparent;
}

/* Tables - Yellow - Greyhounds
---------------------------------------------------------------------------------*/

table.dataTableYellow {
	width:844px;
}

table.dataTableYellow th {
	font-size:1em;
	font-weight:bold;
	padding: 0px 7px;
	height: 26px;
	text-align: left;
	color: #004b8d;
	background: url(../Images/yellow-data-table-bg.jpg) repeat-x 0 0;
	text-transform: uppercase;
	border-bottom: solid 1px #f8f7f0;
}

table.dataTableYellow td {
	text-align: left;
	color: #555555;
	border-bottom: solid 1px white; 
	padding: 0px 7px;
}

table.dataTableYellow tr {
	height:26px;
}

table.dataTableYellow tr.odd {
	/* background-color: #e5f2d8; */
	background:url(../Images/yellow-tablecell-odd-bg.gif) repeat-x;
}

table.dataTableYellow tr.even {
	/* background-color: #f3f2eb; */
	background:url(../Images/yellow-tablecell-even-bg.gif) repeat-x;
}

table.dataTableYellow tr.hover {
	background: url(../Images/data-table-current-bg.gif) repeat-x;
}

table.dataTableYellow input {
	width: 100%;
	
	padding-left:2px;
	margin-top: 1px;
} 

table.dataTableYellow input.checkbox {
	margin: 0 auto;
	margin-top: 2px;
	background-color: Transparent;
}

/* Tables - Blue - Trainers
---------------------------------------------------------------------------------*/

table.dataTableBlue {
	width:844px;
}

table.dataTableBlue th {
	font-size:1em;
	font-weight:bold;
	padding: 0px 7px;
	height: 26px;
	text-align: left;
	color: #004b8d;
	background: url(../Images/blue-data-table-bg.jpg) repeat-x 0 0;
	text-transform: uppercase;
	border-bottom: solid 1px #f8f7f0;
}

table.dataTableBlue td {
	text-align: left;
	color: #555555;
	border-bottom: solid 1px white; 
	padding: 0px 7px;
}

table.dataTableBlue tr {
	height:26px;
}

table.dataTableBlue tr.odd {
	/* background-color: #e5f2d8; */
	background:url(../Images/blue-tablecell-odd-bg.gif) repeat-x;
}

table.dataTableBlue tr.even {
	/* background-color: #f3f2eb; */
	background:url(../Images/blue-tablecell-even-bg.gif) repeat-x;
}

table.dataTableBlue tr.hover {
	background: url(../Images/data-table-current-bg.gif) repeat-x;
}

table.dataTableBlue input {
	width: 100%;
	padding-left:2px;
	margin-top: 1px;
} 

table.dataTableBlue input.checkbox {
	margin: 0 auto;
	margin-top: 2px;
}

/* Tables - Emerald - About NZGRA
---------------------------------------------------------------------------------*/

table.dataTableEmerald {
	width:844px;
}

table.dataTableEmerald th {
	font-size:1em;
	font-weight:bold;
	padding: 0px 7px;
	height: 26px;
	text-align: left;
	color: #004b8d;
	background: url(../Images/emerald-data-table-bg.jpg) repeat-x 0 0;
	text-transform: uppercase;
	border-bottom: solid 1px #f8f7f0;
}

table.dataTableEmerald td {
	text-align: left;
	color: #555555;
	border-bottom: solid 1px white; 
	padding: 0px 7px;
}

table.dataTableEmerald tr {
	height:26px;
}

table.dataTableEmerald tr.odd {
	/* background-color: #e5f2d8; */
	background:url(../Images/emerald-tablecell-odd-bg.gif) repeat-x;
}

table.dataTableEmerald tr.even {
	/* background-color: #f3f2eb; */
	background:url(../Images/emerald-tablecell-even-bg.gif) repeat-x;
}

table.dataTableEmerald tr.hover {
	background: url(../Images/data-table-current-bg.gif) repeat-x;
}

table.dataTableEmerald input {
	width: 100%;
	padding-left:2px;
	margin-top: 1px;
} 

table.dataTableEmerald input.checkbox {
	margin: 0 auto;
	margin-top: 2px;
}


/* Tables - Red - Get Involved
---------------------------------------------------------------------------------*/

table.dataTableRed {
	width:844px;
}

table.dataTableRed th {
	font-size:1em;
	font-weight:bold;
	padding: 0px 7px;
	height: 26px;
	text-align: left;
	color: #004b8d;
	background: url(../Images/red-data-table-bg.jpg) repeat-x 0 0;
	text-transform: uppercase;
	border-bottom: solid 1px #f8f7f0;
}

table.dataTableRed td {
	text-align: left;
	color: #555555;
	border-bottom: solid 1px white; 
	padding: 0px 7px;
}

table.dataTableRed tr {
	height:26px;
}

table.dataTableRed tr.odd {
	/* background-color: #e5f2d8; */
	background:url(../Images/red-tablecell-odd-bg.gif) repeat-x;
}

table.dataTableRed tr.even {
	/* background-color: #f3f2eb; */
	background:url(../Images/red-tablecell-even-bg.gif) repeat-x;
}

table.dataTableRed tr.hover {
	background: url(../Images/data-table-current-bg.gif) repeat-x;
}

table.dataTableRed input {
	width: 100%;
	padding-left:2px;
	margin-top: 1px;
} 

table.dataTableRed input.checkbox {
	margin: 0 auto;
	margin-top: 2px;
}

/* Select
---------------------------------------------------------------------------------*/

.Nomination
{
	width:370px;
}

/* Standard Content
---------------------------------------------------------------------------------*/

.featureStd {
	top: 0px;
	right: 0px;
	display:block;
	width: 193px;
	margin: 0px 0px 20px 20px;
	padding: 35px 0px 0px 0px;
	float: right;
}

.featureStd span {
	float:right;
}

.caption {
	padding-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#666666;
	line-height: 1.5em;
	display: block;
}

/* Homepage
---------------------------------------------------------------------------------*/

.featureHome {
	background:#f5f2e8;
	display:block;
	width: 188px;
	height:135px;
	margin: 12px 0px 0px 10px;
	padding:5px;
	float:left;
	border:#eae8e5 solid 1px;

}

.sponsorHome {
	background:#f5f2e8;
	display:block;
	width: 188px;
	height:135px;
	margin: 12px 0px 0px 0px;
	padding:5px;
	float:left;
	border:#eae8e5 solid 1px;

}

.leftContainerHome {
	float:left;
	width:411px;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 16px;
}

.homeText{
	font-size: 1.06em;
	line-height: 1.56em;
}

.rightContainerHome {
	float:left;
	width:411px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 20px;
}


#leftColumnHome {
	position: relative;
	width: 257px;
	margin: 0px 0px 10px 0px;
	padding:8px;
	background:#f3f7f3; 
	float:left;
	height: 235px;
	border:#eae8e5 solid 1px;
}

#rightColumnHome {
	position: relative;
	float:left;
	width: 257px;
	margin: 0px 0px 10px 0px;
	padding:8px;
	background:#f3f7f3;
	height: 235px;
	border:#eae8e5 solid 1px;
}

#rightColumnHome span {
	float:right;
}

#middleColumnHome {
	position: relative;
	float:left;
	width: 256px;
	margin: 0px 10px 10px 10px;
	padding:8px;
	background:#f3f7f3;
	height: 235px;
	border:#eae8e5 solid 1px;

}

/* News
---------------------------------------------------------------------------------*/


.pictureNews {
	width: 193px;
	margin: 0px 20px 20px 0px;
	padding: 0px;
	float:left;
}

.featureNews {
	width: 193px;
	margin: 0px 20px 20px 0px;
	padding: 12px;
	background-color:#f2e2ed;
	float:left;
	clear:left;
}

.containerNews {
	width: 605px; /*Should be 607px - LEAVE THIS FOR NOW*/
	margin: 0px 0px 20px 0px;
/*	top right bottom left */
	float:left;
}

.featureText {
	clear:both;
}

.articleNews {
	display: block;
	/* margin-bottom:8px; */
}

.thumbBorderImages {
	border: 1px solid #d2d1d2;
	float:left;
}

.articleImages {
	margin: 0px 10px 12px 0px;
	border: 1px solid #d2d1d2;
	float:left;
}

.articleImagesBig {
	margin: 0px 20px 12px 0px;
	border: 1px solid #d2d1d2;
	float:left;
}

img.thumbImages {
	border: 3px solid #FFFFFF; 
}

.ImageBorder {
	padding: 3px;
	border: 1px solid #d2d1d2;
	background-color: White;
}

.readMore {
	margin:2px;
	padding-bottom:2px;
	float:right;
	display:block;
}

#footer {
    width: 908px;
    height: 87px;
    margin: 0 auto;
    position:relative;
    margin-top: -77px; /* negative value of footer height */
    clear:both;
    background-color:#f4f1e6;
}

#footer a{
    color:#FFFFFF;
    text-decoration: none;
}

#footer a:hover{
    color:#FFFFFF;
    text-decoration:underline;
}

.footer-content {
    float: left;
    height: 87px;
    width: 880px;
    margin:0;
    color:#FFFFFF;
    font-size:0.9em;
    position:relative;
    z-index: 9;
    background-image: url(../Images/footer-bg-img.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-color:#f4f1e6;
}

.footer-links {
    padding-top:30px;
    text-align:center;
}

.footer-lc {
    /* clear:both; */
    float: left;
    width:14px;
    height: 87px;
    display: inline; /* Fix IE double margin float bug */
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
    overflow: visible;
    background-image:url(../Images/footer-lc-img.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-color:#f4f1e6;
}

.footer-rc {
    float: left;
    width:14px;
    height: 87px;
    display: inline; /* Fix IE double margin float bug */
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 11;
    overflow: visible;
    background-image:url(../Images/footer-rc-img.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-color:#f4f1e6;
}

/* CLEAR FIX*/
.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 */

a.NewsHeadingLink
{
	text-decoration: none;
	color: #666666;
}

a.DownloadsHeadingLink
{
	text-decoration: none;
	color: #009A73;
}
a.DownloadsHeadingLink:hover
{
	text-decoration: none;
	color: #009A73;
}

/* Template stuff**************/

.FirstPane
{
	width: 620px; 
	padding-right: 30px;
}

.SecondPane
{
	vertical-align: top;
}

/********** Used for CMS content *************/


.heading1 {
	font-size: 1.4em;
	display: inline;
	text-align: left;
	font-weight: bold;
	padding-bottom: 4px;
	text-transform: uppercase;
}

.heading2 {
	font-size: 1.1em;
	display: inline;
	text-align: left;
	font-weight: bold;
	padding-bottom: 4px;
	text-transform: uppercase;
}

.heading3 {
	font-size: 1em;
	color: #004b8d;
	display: inline;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 4px;
	padding-top: 4px; 
	padding-left: 0px;	
}

.heading3 a {
	color:#004b8d;
	text-decoration:none;
}

.heading3 a:hover {
	color:#004b8d;
	text-decoration:underline;
}

.heading4 {
	font-size: .9em;
	display: inline;
	text-align: left;
	font-weight: bold;
	padding-bottom:4px;
	text-transform:uppercase;
	white-space: nowrap;
}

.heading5 {
	margin:0px;
	font-size: 1.1em;
	color:#004b8d;
	display: inline;
	text-align: left;
	font-weight: bold;
	text-transform:uppercase;
	padding-left:0px;
	padding-bottom:8px;	
}

.heading2Green {
	font-size: 1.1em;
	display: inline;
	text-align: left;
	font-weight: bold;
	padding-bottom: 4px;
	text-transform: uppercase;
	color: #82c645;
}

/*** Greyhound of the month **************/
div.Level0{
	position: relative;
	left: 20px;
	top: 0;
	padding: 0px 0;
	width: 185px;
	font-weight: bold;
	font-size: 14px;
	color: #feca33;
}
div.Level1{
	position: relative;
	top: 0;
	left: 120px;
	padding: 2px 0;
	width: 185px;
	font-weight: bold;
}
div.Level2{
	position: relative;
	top: 0;
	left: 260px;
	padding: 2px 0;
	width: 175px;
	font-weight: bold;
}
div.Level3{
	position: relative;
	top: 0;
	left: 370px;
	padding: 4px 0;
	width: 300px;
	font-weight: bold;
}
div.Level4{
	padding: 6px 0;
	left: 450px;
	font-weight: bold;
}
div.GOTM
{
	top: 0px;
	right: 0px;
	display: block;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	float: right;
	font-weight: bold;
}
div.Clubs
{
	float: left;
	padding-left: 80px;
	padding-top: 40px;
}

#ClubName
{
	color:#666666;
	text-decoration: none;
	font-weight: bold;
}

#ClubName:hover
{
	text-decoration: none;
	color:#666666;
}

/* Form Buttons - Login and Logout
---------------------------------------------------------------------------------*/


a.buttonLogin {
	background: transparent url('../Images/buttons/login_button_bg_right.gif') no-repeat scroll top right;
    display: block;
	float:left;
	padding-right: 5px; /* sliding doors padding */
	text-decoration: none;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
    margin-right: 5px;
	top:0;
}

a.buttonLogin span {
	background: transparent url('../Images/buttons/login_button_bg_left.gif') no-repeat;
	display: block;
	line-height: 12px;
    padding: 2px 0 4px 5px; /* push text down 1px  */
} 

a.buttonLogin:active {
    background-position: bottom right;
	text-decoration: none;
    color: #555555;
    outline: none;  /* hide dotted outline in Firefox */
}

a.buttonLogin:active span {
    background-position: bottom left;
	text-decoration: none;
    padding: 3px 0 3px 5px; /* push text down 1px  */
}

a.buttonLogin:hover {
	text-decoration: none;
}