@charset "utf-8";
/* CSS Document */

/* Main page container. All elements must be contained in here. */
#container {
	position:absolute;
	width:900px;
	margin-left:-450px;
	left: 50%;
	top: 14px;
}

/* Header for all pages.  Each page much include a header (excluding referral dog popup pages). */
#header {
	position:absolute;
	width:100%;
	height:150px;
	text-align:center;
	clear:left;
}

#clubname {
	position:absolute;
	width:100%;
	top:10px;
	left:0px;
	z-index:-1;
}

/* Image / flash banner for the homepage. */
#banner {
	position:absolute;
	width:100%;
	background-color:#999999; /* remove this when an image / collage is found */
	color:#FFFFFF;
	height:250px;
	top:0px;
}

/* The area holding the actual content on the homepage. */
#contentarea {
	position:absolute;
	width:100%;
	min-height:500px;
	top:150px;
	z-index:-1;
}

#colour_bar {
	position:absolute;
	top:130px;
	left:0px;
	height:20px;
	background-color:#660008;
	width:100%;
}

/* The navigation elements contained in the header. */
#navigation {
	position:absolute;
	top:130px;
	left:0;
	width:100%;
	height:20px;
	font-size:12px;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	z-index:5;
}

#navigation ul {
	margin:0px;
	padding:2px;
}

#navigation li {
	float:left;
}

a.menuItem {
	text-decoration:none;
}

a.menuItem:link {
	color:#FFFFFF;
}

a.menuItem:visited {
	color:#FFFFFF;
}

a.menuItem:hover {
	color:#CCCCCC;
}

a.menuItem {
	color:#666666;
}

ul.menu {
	margin:0px;
	padding:0px;
	list-style:none;
	/*border:#660008 1px solid;*/
}

ul.menu li {
	float:left;
	width:10em;
	border-left:#660008 1px solid;
	border-right:#660008 1px solid;
	border-bottom:#660008 1px solid;
}

ul.menu li ul {
	list-style:none;
	display:none;
}

ul.menu li ul li {
	background-color:#bb8e92;
}

ul.menu li:active ul {
	display:block;
	width:10em;
	position:absolute;
}

ul.menu li:hover ul {
	display:block;
	width:10em;
	position:absolute;
}

/* end of navigation elements */


/* The 'buttons' on the homepage. */
#spotlights {
	position:absolute;
	float:left;
	width:245px;
	height:290px;
	top:255px;
	left:0px;
}

/* News and announcements section on the homepage. */
#notices {
	position:absolute;
	width:642px;
	height:284px;
	top:255px;
	left:250px;
	padding-top:6px;
	overflow:auto;
}

/* Sponsors region on the homepage. */
#sponsors {
	position:absolute;
	/*float:right;*/
	width:642px;
	left:250px;
	top:450px;
	height:87px;
	right:0px;
	padding:2px;
}

/* Footer for the homepage only */
#footerHomepage {
	position:absolute;
	text-align:right;
	width:100%;
	height:20px;
	top:700px;
}

#footerHomepage img {
	border:none;
}

#footerHomepage td {
	vertical-align:middle;
}

/* Footer to be included on every page. Includes copyright statement. */
#footer {
	position:absolute;
	text-align:right;
	width:100%;
	height:20px;
	top:650px;
}

#footer img {
	border:none;
}

#footer td {
	vertical-align:middle;
}

#contentarea_full {
	position:absolute;
	width:800px;
	height:460px;
	top:170px;
	left:50px;
	overflow:auto;
}

/* Content area for a single column page. Use with accompanying sponsor links div. */
#contentarea_gen {
	position:absolute;
	width:800px;
	height:360px;
	top:170px;
	left:50px;
	overflow:auto;
}

/* Sponsors region on a single column page. */
#sponsors_gen {
	position:absolute;
	float:right;
	width:800px;
	height:100px;
	top:543px;
	left:50px;
}

#news {
	position:relative;
	top:0px;
	width:100%;
	margin-bottom:4px;
	font-size:12px;
}

