@charset "utf-8";

html, body { 
	height:100%;/*Phil- make the Footer stay at bottom*/
}

html, body { 

	height:100%;/*Phil- make the Footer stay at bottom*/
	min-height: 100%;/*Phil- make the Footer stay at bottom*/
	margin-bottom: -50px;
	position: relative;
	
}
/*Header colours #650b0a and #951011*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	background: url('../../dog/images/Background.jpg') top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5c5c5c;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */

	min-height: 100%;
	margin-bottom: -50px;

	
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	background-image: url(../../dog/images/Header.jpg);
	background-repeat: no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

h1
{
	font: 140% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 0px;
}

h2
{
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 0px;
}

h3
{
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #556f94;
}

p, li
{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}

p{
	margin-top: 5px;
}

#arrows-green, #arrows-red
{
	margin-left: 0;
	padding-left: 0;
}

#arrows-green li
{
	background-image: url('../../dog/images/arrow-green.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0 .5em;
}

#arrows-red li
{
	background-image: url('../../dog/images/arrow-red.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0 .5em;
}

A {
	 COLOR: #650b0a;  TEXT-DECORATION: none
}
A:hover {
	COLOR: #650b0a; TEXT-DECORATION: underline
}

#menu {
	background: url('../../dog/images/menu.gif') top repeat-x;
	height: 35px;
	font-size: 90%;
}
#menu ul {
	list-style: none;
	display: block;
	width: 700px;
	margin: 0 auto 0 auto;
}
#menu li {
	display: block;
	float: left;
}
#menu li a {
	display: block;
	padding: 6px 16px 6px 16px;
	float: left;
	text-decoration: none;
	color: #5e646d;
}
#menu li a:hover, #menu li.menu-selected a {
	background: url('../../dog/images/menu-alt.gif') 0px 0px repeat-x;
	color: #2c3137 !important;
}


#footer {

	background: url('../../dog/images/Footer-Bg.gif') bottom repeat-x;
	height: 50px;
	/*color: #b06564;*/
	font-size: 10px;
	padding-top: 5px;
	color: #5e646d;
	position: relative;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}



#sidebar {
	width: 300px;
	float: right;
	text-align: center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*images with margins*/
.align-right { float:right; margin: 0 0 15px 15px; }
 
.align-left { float:left; margin: 0 15px 15px 0; }


/*boxes*/

.box {
	background:#f6f6f6;
	width:100%;
}
	.box .left-top-corner {
		background:url(../../dog/images/box/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(../../dog/images/box/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(../../dog/images/box/left-bot-corner.gif) no-repeat left bottom;
		width:100%;
		}
	.box .right-bot-corner {
		background:url(../../dog/images/box/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:20px 25px 24px 27px;
	}
	
	
		.box .link1 em {
			background:url(../../dog/images/box/link1-1-left.gif) no-repeat left top;
		}
		.box .link1 b { 
			background:url(../../dog/images/box/link1-1-right.gif) no-repeat right top;
		}

.box1 {
	background:url(../../dog/images/box1/box1-bg.gif) left top repeat-x #4d4338;
	width:100%;
	color:#d5cfc8;
}
	.box1 .left-top-corner {
		background:url(../../dog/images/box1/left-top-corner1.gif) no-repeat left top;
	}
	.box1 .right-top-corner {
		background:url(../../dog/images/box1/right-top-corner1.gif) no-repeat right top;
	}
	.box1 .left-bot-corner {
		background:url(../../dog/images/box1/left-bot-corner1.gif) no-repeat left bottom;
		width:100%;
		}
	.box1 .right-bot-corner {
		background:url(../../dog/images/box1/right-bot-corner1.gif) no-repeat right bottom;
		}
	.box1 .inner { 
		padding:20px 25px 30px 27px;
	}
	.box1 a {
		color:#d5cfc8;
	}
	
			.box1 .link1 em {
			background:url(../../dog/images/box1/link1-2-left.gif) no-repeat left top;
			}
			.box1 .link1 b { 
				background:url(../../dog/images/box1/link1-2-right.gif) no-repeat right top;
			}




/*
#header #menu li.menu-selected  a{
	background: url('../../dog/images/menu-alt.gif') 0px 0px repeat-x;
	color: #2c3137 !important;
}*/

/* -- Clever Menu -- 
#id-home .menu-home a,
#id-about .menu-about a,
#id-biscuits .menu-biscuits a,
#id-community .menu-community a,
#id-contact .menu-contact a,
#id-enrolment .menu-enrolment a,
#id-services .menu-services a,
#id-video .menu-video a, 
#id-template .menu-template a{
	background: url('../../dog/images/menu-alt.gif') 0px 0px repeat-x;
	color: #2c3137 !important;
}*/