/* CSS Document */
/* author: patrick goff - patrickgoff.co.nz */

/* universal reset */
* {
	margin: 0;
	padding: 0;
}
/* basic styles */
body {
	background:url(../images/Lyntegar-Background.jpg) no-repeat left top;
	background-color : #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}
#main {
	width: 827px;
	margin-left: 26px;
}
.clear {
	clear: both;
}
img {
	border: none;
}
/* header styles */
#header{
	height: 93px;
}
#header #logo {
	width: 200px;
	height: 93px;
	float: left;
	background-image: url(../images/lyntegar-logo.jpg);
}
#header #logo h1, #header #logo small {
	display: block;
	text-indent: -9999px
}
#header #phone-number {
	float: right;
	margin-top: 20px;
	margin-right: 3px;
	color: #FFEA00;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}
#header #address {
	float: right;
	clear: right;
	color: #FFF;
	font-family: sans-serif;
	font-size: 0.6em;
	margin-right: 3px;
}
/* header main menu styles */
#header #main-menu {
	float: right;
	width: 613px;
	padding-top: 6px;
}
#header #main-menu a,
#header #main-menu a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
}
/* jQuery uses this to remove yellow border in main menu */
#header #main-menu ul li a.no-border,
#header#main-menu ul li a:visited.no-border {
	border-left: none;
}
/*jQuery uses this to add yellow border in main menu */
#header #main-menu ul li a.border,
#header#main-menu ul li a:visited.border {
	border-left: 2px solid #ffea00;
}
#header #main-menu a {
	padding: 0 4px;
}
#header #main-menu a:hover {
	color: #FFEA00;
}
#header #main-menu ul li a.section,
#header #main-menu ul li a.current {
	color: #ffea00;
}
#header #main-menu a:hover li {
	background-color: #00276B;
}
#header #main-menu ul {
	padding: 0;
	margin: 0;
	float:right;
	list-style: none;
}
#header #main-menu ul li {
	float: left;
	position: relative;
	z-index: 99;
	color: #ffea00;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 1px;
}
#header #main-menu ul li ul {
	display: none;
	position: absolute;
	margin-top: 1px;
	left: 0;
	width: 10em;
}
#header #main-menu ul li ul li {
	font-size: 1em;
	white-space: pre-line;
	width: 100%;
	background-color: #00276B;
}
#header #main-menu ul li ul li a,
#header #main-menu ul li ul li a:visited {
	border:none;
}
#header #main-menu ul li > ul {
	top: auto;
	left:auto;
}
#header #main-menu ul li:hover ul,
#header #main-menu ul li.over ul {
	display: block;
	clear: both;
}
#header #main-menu ul li ul.hide-me li {
	display: none;
}
/* content styles */
#content{
	width: 827px;
}
#content #flash-object {
	width: 827px;
	height: 210px;
}
#content #did-you-know {
	width: 516px;
	height: 239px;
	float: left;
	position: relative;
	background: url(../images/didyouknow-complete.jpg) no-repeat;
	margin-top: 10px;
}
#content #did-you-know #holder {
	width: 326px;
	height: 194px;
	margin-top: 45px;
	margin-left: 19px;
	float: left;
	position: absolute;
}
#content #did-you-know  #holder .image {
	float: left;
	width: 96px;
	height: 81px;
	border: 2px solid #ffea00;
}
#content #did-you-know #holder .text,
#content #did-you-know #holder .title {
	float: left;
	margin-left: 4px;
}
#content #did-you-know #holder .title h1{
	color: #ffea00;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}
#content #did-you-know #holder .text {
	width: 218px;
	margin-top: 5px;
	font-size: 0.8em;
}
#content #did-you-know #holder .clear {
	padding-bottom: 10px;
}
#content #weather {
	width: 168px;
	height: 194px;
	margin-top: 36px;
	margin-left: 347px;
	position: absolute;
}
#content #weather a {
	display: block;
	height: 200px;
	width: 140px;
	margin: 8px 0 0 12px;
}
#content #service-area {
	width: 311px;
	height: 267px;
	float: right;
	background-image: url(../images/servicearea-complete.jpg);

}
#content #quick-links {
	float: left;
	width: 200px;
	padding-top: 15px;
	background: url(../images/quicklinks-top.png) no-repeat center top;
	_background: url(../images/quicklinks-top.gif) no-repeat center top;/*IE6 hack*/
}

#content #quick-links-inner {
	min-height: 378px;
	_height: 378px;/*IE6 hack */
	padding: 0 0 10px 8px;
	background: url(../images/quicklinks-bck.png) repeat-y center top;
	_background: url(../images/quicklinks-bck.gif) repeat-y center top; /*IE6 hack*/
}
#content #quick-links-inner h1 {
	color: #FFEA00;
	font-size: 1em;
	font-weight: bold;
}
#content #quick-links-inner ul {
	margin-top: 25px;
}
#content #quick-links-inner ul li {
	font-size: 1em;
	color: #ffea00;
	font-weight: bold;
	list-style-type: none;
	padding-left: 20px;
}
#content #quick-links-inner ul li a,
#content #quick-links-inner ul li a:visited {
	color: #fff;
	text-decoration: none;
	line-height: 150%;
	padding-left: 4px;
}
#content #quick-links-inner ul li a:hover {
	text-decoration: underline;
}
#content #quick-links-inner ul li.current a {
	color: #ffea00;
}
#content #quick-links-bottom {
	width: 200px;
	height: 10px;
	background: url(../images/quicklinks-bottom.png) no-repeat center top;
	_background: url(../images/quicklinks-bottom.gif) no-repeat center top; /*IE6 hack */
}
/* typography */
#content #typography {
	float: right;
	width: 613px;
	min-height: 364px;
	_height: 364px;/*IE6 hack */
}
#content #typography-title {
	height: 48px;
	background: url(../images/content-header.png) no-repeat center top;
	_background: url(../images/content-header.gif) no-repeat center top; /*IE6 hack */
}
#content #typography-title h1 {
	color: #FFEA00;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 0 0 15px;
}
#content #typography-inner {
	min-height: 350px;
	_height: 350px;/*IE6 hack */
	background: url(../images/content-bck.png) repeat-y center top;
	padding: 0 15px;
}
#content #typography-bottom {
	width: 613px;
	height: 15px;
	background: url(../images/content-bottom.png) no-repeat center top;
	_background: url(../images/content-bottom.gif) no-repeat center top;/*IE6 hack */
}

/* footer styles */
#footer{
	width: 827px;
	height: 75px;
	margin-left: 26px;
	font-size: 0.8em;
	padding-top: 20px;
}
.left-col {
	float: left;
}
.right-col {
	float: right;
}
#footer a {
	color: ;
}