@import url(navigation.css);
@import url(modules/modules.css); 


/* CORE    ------------------------------------------------------------------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	background-color: #9a9c7a;
}


#pageWrapper {
	margin: 0 auto;
	background: #FFFFFF url(../Images/mainBg.jpg) no-repeat top center;
}

#header {
	width: 840px;
	height: 168px;
	margin: 0 auto;
	position: relative;
}

h1#reidhwy {
	margin: 0;
}

h1#reidhwy a {
	width: 441px;
	height: 108px;
	background: url(../Images/reidHwy_logo.gif) no-repeat;
	display: block;
	text-indent: -10000px;
	position: absolute;
	top: 20px;
	left: 205px;
}

div#macmahon a { /*ie6 hack*/
	width: 202px;
	height: 200px;
	background: url(../Images/mamahon_project.png) no-repeat;
	display: block;
	text-indent: -10000px;
	position: absolute;
	top: 75px;
	left: 0px;
}

div#wagov a {
	width: 118px;
	height: 50px;
	background: url(../Images/wagov_logo.gif) no-repeat center top;
	display: block;
	text-indent: -10000px;
	position: absolute;
	top: 25px;
	right: 55px;
}

div#mainroads a {
	width: 118px;
	height: 32px;
	background: url(../Images/mainroads_logo.gif) no-repeat;
	display: block;
	text-indent: -10000px;
	position: absolute;
	top: 80px;
	right: 55px;
}


#quicksearch fieldset {
	background: url(../Images/searchBg.gif) no-repeat 0px 13px;
	border:0 none;
	float:right;
	height:51px;
	width:210px;
	position:relative;
	padding: 0;
	margin-top: 115px;
}

#quicksearch input {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	width:143px;
	font-size: 0.8em;
	position: absolute;
	top: 18px;
	left: 8px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#quicksearch input.button {
	width: 53px;
	height: 51px;
	background: url(../Images/searchBtn.png) no-repeat; 
	border:0 none;
	cursor:pointer;
	margin:0;
	padding:0;
	position:absolute;
	top: 0px;
	left: 157px;
}



#bannerWrapper {
	background-color: #9a9c7a;
	border-bottom: 10px solid #525532;
}

#banner {
	width: 840px;
	margin: 0 auto;
} 

#breadcrumbWrapper {
	background-color: #9a9c7a;
	border-bottom: 10px solid #525532;
}

#breadcrumb {
	width: 635px;
	padding: 15px 0 15px 205px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #d6d7c9;
}

#breadcrumb a {
	color: #3e4123;
	text-decoration: none;
	border-bottom: 1px dotted #3e4123;
}
#breadcrumb a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#contentWrapper {
	padding: 20px 0;
	width: 840px;
	margin: auto;
}

#leftCol {
	width: 180px;
	float: left;
}

ul#quicklinks {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 10px 0;
	
}
ul#quicklinks li {
	margin-bottom: 10px;
}
ul#quicklinks li a {
	width: 180px;
	height: 31px;
	display: block;
	text-indent: -10000px;
}
ul#quicklinks li a#news {
	background-image: url(../Images/sideNav-news-out.gif)
}
ul#quicklinks li a#news:hover {
	background-image: url(../Images/sideNav-news-hover.gif)
}
ul#quicklinks li a#competition {
	background-image: url(../Images/sideNav-comp-out.gif)
}
ul#quicklinks li a#competition:hover {
	background-image: url(../Images/sideNav-comp-hover.gif)
}
ul#quicklinks li a#employment {
	background-image: url(../Images/sideNav-employment-out.gif)
}
ul#quicklinks li a#employment:hover {
	background-image: url(../Images/sideNav-employment-hover.gif)
}
ul#quicklinks li a#gallery {
	background-image: url(../Images/sideNav-gallery-out.gif)
}
ul#quicklinks li a#gallery:hover {
	background-image: url(../Images/sideNav-gallery-hover.gif)
}


#contactDetails {
	width: 180px;
	height: 160px;
	background: url(../Images/side-contact.gif) no-repeat;
}

#contactDetails p {
	position: absolute;
	left: -10000px;
}

#mainContent {
	margin: 0 10px 0 205px;
}

#internalBodyWithRightCol #mainContent {
	margin: 0 220px 0 205px;
}

#internalBodyWithRightCol #subColumn {
	width: 200px;
	float: right;
}

.imgcaption {
	background-color: #6d7340;
	font-size: 0.70em;
	color: #FFFFFF;
	padding: 5px;
}

.imgcaption a {
	color: #c2c897;
	text-decoration: underline;
}

#mainContent p img {
	border: 3px solid #dbddcd;
}

#footerWrapper {
	background-color: #9a9c7a;
	border-top: 5px solid #525532;
	clear: both;
	position: relative;
}

#footer {
	width: 840px;
	margin: 0 auto;
	color: #ccceba;
	height: 79px;
	position: relative;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

ul#footerLinks {
	list-style-type: none;
	float: left;
	text-align: left;
	margin: 0;
	padding: 10px 0 0 0;
}
ul#footerLinks li {
	display: inline;
	margin-right: 10px;
	font-size: 0.70em;
}
#copyright {
	float: left;
	clear: left;
	padding-top: 5px;
	font-size: 0.70em;
}

#cncLogo a {
	text-indent: -10000px;
	background-image: url(../Images/cnc_logo.gif);
	display: block;
	width: 230px;
	height: 79px;
	position: absolute;
	right: 0px;
}


/* SITE UNIQUE STYLES ---------------------------------------------------------------------------------------- */




/* CORE ELEMENTS --------------------------------------------------------------------------------------------- */
#mainContent ul {
	margin: 0 0 1.2em 0;
	padding: 0;
	list-style-type: none;	
}
#mainContent li {
	font-size: 0.75em;
	line-height: 1.4em;
	color: #434a24;
	padding-left: 25px;
	margin-bottom: 0.4em;
	background: url(../Images/bullet.gif) no-repeat 10px 6px;
}

table.infoTable {
	margin-bottom: 1.2em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.infoTable th {
	font-size: 0.75em;
	background-color: #6d7340;
	color: #FFFFFF;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: left;
}

.infoTable td {
	font-size: 0.75em;
	background-color: #c7c6b3;
	color: #434a24;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.clear {
	clear:both;
}


/* NAVIGATION - Please refer to navigation.css --------------------------------------------------------------- */
 #mainNav {
 	width: 635px;
	padding-left: 205px;
	margin: 0 auto;
}

/* FONTS ----------------------------------------------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5f5f5f;
}

p {
	font-size: 0.75em;
	margin: 0 0 1.2em 0;
	line-height: 1.4em;
}

a {
	color: #464b2a;
}
a:link {
}
a:visited {
}
a:hover {
	color: #a1a484;
}
a:active {
}

h1 /* Website title */ {
}
h2 /* Section title */ {
	font-size: 1.8em;
	color: #525532;
	font-style: italic;
	margin: 0 0 0.4em 0;
}

h3 /* Page title */ {
	font-size: 1.4em;
	color: #787c4e;
	font-style: italic;
	margin: 0 0 0.8em 0;
}
h4 {
	font-size: 1.0em;
	color: #787c4e;
	margin: 0 0 0.6em 0;
}
h5 {
}
h6 {
}


.searhField {
	font-size: 0.75em;
}

#siteMap {

}

#siteMap .sitemapAnchorLinks {
	margin-bottom: 20px;
	font-size: 0.75em;
}
#siteMap .sitemapAnchorLinks a {
	font-weight: bold;
}

#siteMap .siteMapContent {
	border-top:1px dotted #ccc;
	padding:15px 0 0px 0;
}

#siteMap .siteMapContent ul {
	list-style-type: none;
}

#siteMap .siteMapContent ul li {
	background: none;
	margin-left: 0;
	padding-left: 0;
}

/* Competitions */
table {
                font-size: 1.0em;
                line-height:1.4em;
                margin:0 0 1.2em;
}

.subBut {
                background:#9a9c7a;
                font-size:1em;
                font-weight:bold;
                color:#FFFFFF;
                padding:5px;
                border:4px solid #525532;
                cursor:pointer;
}

img {
	border:0;
}
td {
	padding:5px;
}
