/* Damhead Nursery LAYOUT CSS */


/* global settings */
html {
 	height: 100%;
	margin-bottom: 1px
}
body {
	background: #360;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333
	}
/* end global settings */


/* default typography */
p, ul {
	font-size: 70%
	}
h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-serif;
	color: #380;
	font-weight: bold
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
a {  
	font-weight: bold;
	text-decoration: none
}
	a:link, a:visited {  
		color: #380
	}
	a:hover, a:active {
		color: #33f
	}
.colour {
	color: #380
}
.indent {
	padding: 0 20px 0 20px
}
.small {
	font-size: 65%
}
.clear {
	clear: both
}
.underline {
	text-decoration: underline
}
/* end default typography */


/* layout */

#container {
	background: #360 url(../images/layout/bodyBkgrnd.gif) no-repeat top center;
	width: 900px;
	margin: 0 auto;
	padding-top: 20px
}

/*-- begin header --*/
#header {
	background-color: transparent;
	width: 780px;
	height: 180px;
	margin: 0 60px;
	padding: 0;
	position: relative
}
	#header img {
		width: 412px;
		height: 75px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 70px;
		right: 20px
	}
	.breadcrumbs {
		font-family: Arial, Helvetica, Sans-serif;
		color: #380;
		margin: 0;
		padding: 22px 0 0 480px
	}
		.breadcrumbs a {
			font-weight: normal
		}
		.breadcrumbs a:link, .breadcrumbs a:visited {  
			color: #380
		}
		.breadcrumbs a:hover, .breadcrumbs a:active {
			color: #33f
		}
/*-- end header --*/

/*-- begin content --*/
#content {
	width: 780px;
	margin: 0 60px;
	padding: 0;
	background-color:#fff;
	line-height: 120%;
	text-align: left;
}
	#content img {
		margin-bottom: -5px;
		border-width: 0
	}

/*-- begin columns --*/
#leftColumn, #midColumn, #rightColumn, #indexNav {
	float: left;
	position: relative
}
	#leftColumn {
		width: 137px;
	}
		#damhead {
			width: 137px;
			background-color: #fff;
			font-family: Futura, Arial, Helvetica, Sans-serif;
			font-size: 100%;
			text-align: center;
			padding: 6px 0 4px 0
		}
		#navigation {
			font-family: Arial, Helvetica, Sans-serif;
			padding: 20px 0 10px;
		}
			#navigation ul {
				font-size: 80%;
				margin: 0;
				padding-left: 20px;
				list-style-type: none;
			}
			#navigation a {
				font-weight: normal
			}
	#indexNav {
		text-align: center;
	}
	#phones {
		padding-top: 100px
	}
#midColumn, #rightColumn {
	padding-top: 20px
}
/*-- end columns --*/

/*-- begin footer --*/
#underfoot {
	background-color: #360;
	width: 780px;
	margin: 0 auto;
	padding-top: 2px;
	font-size: 85%;
	color: #693
}
		#underfoot a:link, #underfoot a:visited {  
			color: #693
		}
		#underfoot a:hover, #underfoot a:active {
			color: #6c0
		}
/*-- end footer --*/
/*-- end content --*/
/* end layout */


/* miscellaneous typography */
	.text {
		margin: 0 20px 20px
	}
	.futura {
		font-family: Futura, Arial, Helvetica, Sans-serif;
		padding-left: 20px;
		color: #380
	}
		.futura a {
			font-weight: normal;  
		}
	.gameIcons {
		border:1px solid #000000;
		float: left;
		margin: 0 5px 5px 0;
	}
	.iconText {
		line-height: 120%;
		padding: 20px 20px 0 30px
	}
		.iconText img {
			padding-bottom: 10px
		}
	.tagLine, .tagLine330, .tagLine435 {
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 80%;
		color: #380
	}
		.tagLine330 {
			padding: 12px 0 0 30px
		}
		.tagLine435 {
			padding: 12px 0 0 135px
		}
/* end miscellaneous typography */


/* miscellaneous block elements */
.pic {
	float: right;
	padding-left: 20px
}
.quotebox {
	font-family: Arial, Helvetica, Sans-serif;
	padding: 0;
	text-align: center;
}
	.quotebox td {
		width: 92px;
		border: 1px solid #ccc
	}
	.quotebox a {
		font-weight: normal
	}
/* end miscellaneous block elements */
