/* @override 
	http://localhost/~jamiemill/n+g/css/nandg.css
	http://localhost:8888/n+g/css/nandg.css
	http://jamie-g5.local:8888/n+g/css/nandg.css
*/

/* colours:

blue 100% #023f8e
blue 50% #809fc6
blue 30% #b3c5dd

beige 100% #dcc39b
beige 50% #ede1cd
beige 30% #f4ede1

*/


* {
	margin: 0;
	padding: 0;
}

ul,ol {
    padding-left:3em;
    margin-left:0;
}

a {
	text-decoration: none;
	color: #023f8e;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

body {
	font: 8.5pt "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #555;
	padding: 5px;
	line-height: 1.4em; /*check this doesn't change things in IE */
}

p {
	margin-bottom: 1em;
	text-align: justify;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #023f8e;
	margin-bottom: 1em;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
	border-bottom: 1px solid #f4ede1;
}
h3 {
	font-size: 100%;
	font-weight:bold;
	border-bottom: 1px solid #f4ede1;
	padding-bottom: 3px;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

td {
	padding:3px;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 129px;
	margin-bottom:2px;
}

#header h1 {
	/* hide the header text from CSS browsers */
	text-indent: -9999px;
}

#subhead_strip {
	width: 100%;
	height: 26px;
	background-image: url(../img/subhead_strip.gif);
	margin-bottom: 30px;
}

.col_left {
	width: 186px;
	float: left;
	margin-right: 35px;
}

.col_centre {
	/*float: left;*/
	margin-left: 220px;
	margin-right: 260px;
}

.col_right {
	width: 225px;
	float: right;
	margin-left: 35px;
}

.clear {
	clear: both;
}

#footer {
        background-color: #023f8e;
	color: #bbb;
	padding: 10px 0px;
	margin-top: 2em;
	/* fixing IE peekaboo bug */
	position: relative;
	font-size: 7.5pt;
	clear: both;
	width:100%;
}
#border{
        background-image: url(../img/footer-border.jpg);
        background-repeat: repeat-x;
        height: 11px;
        clear: both;
}

#footer a {
	color: white;
}


.foot_item {
	float: left;
	width: 170px;
	border-right: 1px solid white;
	color: white;
	padding: 0 25px 0 60px;
	display: inline; /*IE float maring fix */
	margin:0;
}
.foot_item_narrow {
	float: left;
	width: 115px;
	border-right: 1px solid white;
	color: white;
	padding: 0 25px;
	display: inline;/*IE float maring fix */
	margin:0;
}
.foot_item_wide {
	float: left;
	width: 285px;
	color: white;
	padding: 0 25px 0 60px;
	display: inline;/*IE float maring fix */
	margin:0;
}

.foot_item strong, .foot_item_wide strong, .foot_item_narrow strong {
	font-weight: bold;
	color: #dcc39b;
}

.foot_centre {
	margin-left: 220px;
	margin-right: 260px;
	/* fixing IE peekaboo bug */
	position: relative;
}

.foot_right {
	float: right;
}

#footer p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#footer .col_right {
	font-size: 7pt;
	line-height: 1.1em;
	margin-right: 10px;
	width: 215px;
}

.button_link {
	width: 108px;
	height: 20px;
	background-image: url(../img/button_bg.png);
	display: block;
	float: right;
	color: white;
	text-align: center;
	line-height:20px;
	margin: 3px;
}

/* based on h2 */
.leadpara {
	font-size: 1.6em;
	color: #023f8e;
}

.leadpara_sub {
	font-size: 1.1em;
}



/* reset to clear bullets and indents */
/* .open is for open elements on the way to .selected which is the current one  */

ul.nav {
	margin: 0;
	padding: 0;
}
ul.nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/* width given to trigger hasLayout in IE6 */
	width:100%;
}
ul.nav ul {
	margin: 0;
	padding: 0;
}
ul.nav li.open  a,
ul.nav li.selected  a {
	font-weight: bold;
}
ul.nav li.selected  a {
	background-color: #eee;
}
ul.nav li.selected li.closed  a {
	background: none;
}


ul.nav a {
	display: block; /* to allow a height or pad setting */
	padding:3px 0 3px 0.5em; /* left padding will be overridden */
}

/* first level */

ul.nav li.open  a {
	padding-left: 1.5em;
	font-weight: normal;
}
ul.nav li.open  a,
ul.nav li.selected  a {
	color: #dcc39b;
	background-image: url(../img/nav_arrow_beige.png);
	background-position: 0.5em center;
	background-repeat: no-repeat;
	font-weight: bold;
}

/* second level */

ul.nav li.open ul li  a {
	color: #dcc39b;
	background-image: none;
	font-weight: normal;
}
ul.nav li.open ul li.open  a,
ul.nav li.open ul li.selected  a {
	color: #999;
	background-image: url(../img/nav_arrow_grey.png);
	background-position: 1.5em center;
	background-repeat: no-repeat;
	font-weight: bold;
}



ul.nav li.open ul li  a {
	padding-left: 1.5em;
	
}
ul.nav li.open ul li.open  a {
	padding-left: 2.5em;
}

/* third level */
ul.nav li.open ul li.open ul li.open  a,
ul.nav li.open ul li.open ul li.selected  a {
	color: #999;
	background-image: url(../img/nav_arrow_grey.png);
	background-position: 2.5em center;
	background-repeat: no-repeat;
	font-weight: bold;
}

ul.nav li.open ul li.open ul li  a {
	color: #999;
	background-image: none;
	font-weight: normal;
}

ul.nav li.open ul li.open ul li  a {
	padding-left: 2.5em;
}
ul.nav li.open ul li.open ul li.open  a {
	padding-left: 3.5em;
}



/* end */














.news_item_small {
	border-bottom: 1px solid #f4ede1;
	margin-bottom: 1em;
}

.news_item_small a {
	color: #dcc39b;
}

.news_item {
	color: #023f8e;
	border-bottom: 1px solid #f4ede1;
}

.news_item h3 {
	/*border-top: 1px solid #f4ede1;*/
	border-bottom: none;
	padding: 3px 0 0 0;
}

.news_item a {
	color: #dcc39b;
}

.guide_item {
	background-color: #faf6f0;
	color: #888;
	float: left;
	width: 99.5%;
	margin: 0.5em 0;
}

.guide_item h3 {
	border: none;
	margin: 0;
	margin-top: 4px;
	margin-left: 25px;
}

.guide_item p {
	margin: 0;
	margin-left: 25px;
}


.guide_dl_link {
	float: left;
	margin: 2px;
}

.guide_dl_link_pdf {
	float: right;
	margin: 2px 3px 0 6px;
}

.guide_dl_link_pdf_big {
	float: right;
	margin: 0 0 20px 20px;
	width: 100px;
	padding-left: 30px;
	background: url(../img/pdf_icon.gif) no-repeat left center;
}


table.guides_list {
	width: 99%;
	border-collapse: collapse;
}

table.guides_list h3 {
	border: none;
	margin: 0;
}

table.guides_list td {
	background-color: #faf6f0;
}

table.guides_list td {
	border-bottom: 10px solid white;
}

td.guides_list_dl {
	width: 20px;
	vertical-align: middle;
}

td.guides_list_thumb {
	width: 50px;
	vertical-align: middle;
}



.img_caption_above {
	border-bottom: 1px solid #f4ede1;
	text-align: right;
	margin: 0 0 15px 0;
	padding: 0 3px;
}

.img_caption_below {
	border-top: 1px solid #f4ede1;
	text-align: right;
	padding: 3px;
	margin: 0 0 0 0;
}

.maps_links {
	float: right;
	width: 110px;
}
.maps_links a {
	display: block;
	color: #666;
	font-size: 110%;
	min-height: 13px;
	padding-left: 20px;
	margin-bottom: 0.5em;
}
.maps_links a.map_view {
	background: url(../img/map_view.gif) no-repeat left;
}
.maps_links a.map_download {
	background: url(../img/map_download.gif) no-repeat left;
}
.maps_links a.quick_enquiry {
	background: url(../img/enquiry_icon.gif) no-repeat left;
}

.download_small a{
	display:block;
	width: 221px;
	height: 73px;
	text-decoration: none;
	background: url(../img/download_bg_small.gif) no-repeat;
	padding:2px;
	vertical-align: middle;
}
.download_small img {
	vertical-align: middle;
}
.download_small span {
	width: 50px;
	margin-right: 10px;
	display: inline-block;
}

.testimonial_small {
	margin-top: 1.4em;
	color: #999;
}
.testimonial_small_body {
	font-size: 1.1em;
	font-style: italic;
	border-top: 1px solid #F4EDE1;
	border-bottom: 1px solid #F4EDE1;
	padding: 0.5em 0;

}
.testimonial_small_source {
	text-align: right;
}

.testimonial_small_body p {
	text-align: right;
}
.contact_form {
	border-top: 1px solid #f4ede1;
	border-bottom: 1px solid #f4ede1;
	padding: 3px 0;
}

.contact_form_top {
	background-color: #fcf9f4;
}

.contact_form_table {
	
	
}

.contact_form label, .contact_form p, .contact_form div.input {
	margin: 0 1em;
}
.contact_form textarea {
	width: 230px;
	height: 120px;
}
.contact_form_bottom {
	background-color: #fcf9f4;
	margin-top: 5px;
	padding:4px;
}
.contact_form_submit {
	width: 120px;
	float: right;
}

td.more_details {
	text-align: right;
}

.contact_form input[type="text"], .contact_form textarea{
	border: 1px solid #f4ede1;
}

option {
	padding: 2px;
}

.contact_thumbs {
	margin-top: 20px;
}
.anchorlist {
	margin-top: 1.4em;
	border-top: 1px solid #f4ede1;
	border-bottom: 1px solid #f4ede1;
	padding: 4px 0;
}
.required_field_star {
	color: red;
	font-size: 120%;
}

p.small {line-height:50%}
