/*
-----------------------------------------------
BDG McColl styles (layout)
----------------------------------------------- */

/* Wrapper
----------------------------------------------- */
#wrapper {
	width: 757px;     /* set width of site */
	position: relative;
	padding-top: 60px;
}

/* Links
----------------------------------------------- */
a { color: #B90020; text-decoration: none; }
a:link { color: #B90020; text-decoration: none;}
a:visited { color: #B90020; }
a:hover { color: #333333; text-decoration: none;}
a:visited:hover { color: #333333; text-decoration: none;}
a:active { color: #B90020; text-decoration: none;}

/* Text
----------------------------------------------- */

p {
	line-height: 130%;
	padding: 0;
	margin: 11px 0 0 0;
}

.lighter {
	color: #666666;
}


/* Header
----------------------------------------------- */
h1#logo, h2#logo, h1#logo a, h2#logo a {
	background:url(../img/logo.gif) no-repeat;     /* specify location of logo image */
	width:114px;
	height:54px;
}

h1#logo_g {
	background:url(../img/logo_grey.gif) no-repeat;     /* specify location of logo image */
	width:114px;
	height:54px;
}


/* Main Nav
----------------------------------------------- */
ul#nav li a {
	height:25px;     /* specify height of navigation images */
	margin-top: 11px;
}

#nav a { background-position:0 0; }
#nav .on a { background-position:0 -50px; }     /* specify starting position of nav image states */
#nav a:hover { background-position:0 -25px; }
#nav .on a:hover { background-position:0 -25px; }     /* this option for rollover state for option which is "on" - leave same as line 37 otherwise */

/* change widths and source of each navigation item */
ul#nav #nav1, ul#nav #nav1 a { width:86px; background-image:url(../img/nav/nav1.gif); }
ul#nav #nav2, ul#nav #nav2 a { width:108px; background-image:url(../img/nav/nav2.gif); }
ul#nav #nav3, ul#nav #nav3 a { width:78px; background-image:url(../img/nav/nav3.gif); }
ul#nav #nav4, ul#nav #nav4 a { width:114px; background-image:url(../img/nav/nav4.gif); }
ul#nav #nav5, ul#nav #nav5 a { width:100px; background-image:url(../img/nav/nav5.gif); }
ul#nav #nav6, ul#nav #nav6 a { width:80px; background-image:url(../img/nav/nav6.gif); }


/* Main
----------------------------------------------- */




/* Logo & Menu
----------------------------------------------- */

#navholder {
	position: absolute;
	top: 22px;
	left: 52px;
}

#logoholder {
	width: 114px;
	float: left;
	padding-right: 25px;
}

#nav {
	float: right;
}


/* Header
----------------------------------------------- */

#titlebox {
	background: #CBCBCB;
	text-align: right;
	height: 66px;
	width: 757px;
	margin: 0 0 11px 0;
	float: right;
}

#titlebox h1 {
	color: #444444;
	font-size: 15px;
	margin: 12px 10px 0 0;
	padding: 0;
}

#titlebox h2 {
	color: #333333;
	font-size: 17px;
	margin: 0 10px 0 0;
	padding: 0;
}



/* Forms
----------------------------------------------- */
form label, form .row.multi legend {
	width:200px;	/* use additional class of container at start of this arguement to target any difference to this site-wide standard */
}
form .row.submit {
	margin:1em 0 0 200px;
}
form .textbox input, form .textarea textarea {
	width:200px;
}
form .row.multi fieldset label {
	width:auto;
}




/* Footer
----------------------------------------------- */
#footer {
	font-size:0.85em;
	margin:22px 0;
	color:#888;
	border-top: 1px solid #999999;
	padding-top: 8px;
}

#legals {
	float:left;
	margin: 0 0 0 20px;
}
#legals ul, #legals li {
	margin:0;
	padding:0;
}
#legals li {
	list-style:none;
	float:left;
	margin-right:12px;
}
#legals li.last {
	margin-right:0;
}
#line {
	float:right;
	text-align:right;
	color:#888;
	margin-right: 20px;
}
#line a, #line a:visited, #line a:hover {
	color:#888;
	text-decoration: none;
}

#line a:hover span {
	text-decoration:underline;
}


/* Headings
----------------------------------------------- */
h1.replace {
	font-size:15px;
	margin:0;
}

h2.replace {
	font-size:17px;
	margin:0;
}

h2.replace_breadcrumb {
	float: left;
	text-align: right;
	font-size:17px;
	margin:0;
}

h3.replace {
	font-size: 15px;
	margin:0;
}

