/* Processed by Shaun Inman's CSS-SSC :: http://www.shauninman.com/plete/css-ssc/ */

/* Imported constants.css */

#body {
	position: relative;
	padding: 10px 0 0 0;
	background-color: #fff;
    margin: 0 auto;
    min-width:1000px;
	}

#skip, #print, .ahem {
	display: none;
}

/* ------------------------------------ Layout ---------------------------------------*/

#masthead  {
	padding-top: 20px;
	}

#masthead img {
	vertical-align: top;
	margin-bottom: 5px;
	}

#mainnav {
	position: relative;
	clear: left;
	float: right;
	width: 100%;
	background-color: rgb(91, 98, 108);
    height: 32px;
	}

#mainnav ul {
	float: left;
	margin: 10px 0;
	padding: 0;
	}

#mainnav li {
	list-style: none;
	float: left;
	margin: 0 2px 0 0;
	}

#mainnav li a {
    border-left: 1px solid white;
    margin: -4px 0 -2px 0;
    display: block;
	padding: 0px 12px;
	color: #fff;
	text-decoration: none;
	font: 110% Arial;
    font-weight: bold;
	line-height: 20px;
	}

#mainnav li.first a {
    border-left: none;
    }

#mainnav li a:hover {
	color: #fc9 !important;
	}

#maincontent {
	float: left;
	width: 100%;
	margin-top: 3px;
	}



#midsection {
	float: left;
	/*width: 46%;*/				/* Changed on 24/07/06 to remove right col	*/
	width: 71%;
	padding: 0 2%;
	}

#crumb {
	clear: left;
	}

#crumb p {
	color: #aaa;
	font-size: 10px;
	}

#crumb a {
	color: #aaa;
	}

#supportingcontent {
	display: none;				/* Changed on 24/07/06 to remove right col	*/
	float: left;
	width: 25%;
	background-color: #d1d1d1;
	padding-bottom: 10px;
	}

#supportingcontent div.box {
	padding: 0 0 10px;
	width: 100%;
	border-left: 0;
	border-bottom: 2px solid white;
	}

#supportingcontent h4 a{
	text-decoration: none;
	color: #333;
	}

#supportingcontent h4 a:hover{
	text-decoration: underline;
	}

p.lastupdated {
    padding-bottom: 10px;
    }

#footer {
    padding: 0 0 2px 30px;
    }
#footer p{
	font-size:12px;
}
#headerlogo {
    padding:0 0 10px 30px ;
    }

#utilities {
	position: absolute;
	top: 20px;
	right: 15px;
	}

#utilities ul {
	margin: 0;
	padding: 0;
	float: right;
	}

#utilities ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	font-size: 90%;
	}

#utilities ul li a {
	color: #333;
	text-decoration: none;
    padding-right: 10px;
	}

form#search {
	position: absolute;
	top: 52px;
	right: 20px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	}

form#search label {
	float: none !important;
	}

p.searchresultlink {
    margin: -0.5em 0 1.5em 0;
    }

.newslist li p.more {
	left: 0px;			/* Changed on 24/07/06 when removing right col	*/
	}


/*--------------------------------- Home -----------------------------------------*/
/*
#box3{
border: 1px solid #CCC;
}
*/
#domain_counter_container {
    text-align: center;
    margin: 30px 0 -20px 0;
   height:90px;
}

#domain_counter {
    font-size: 160%;
    }

#boxes {
	position: relative;
	z-index: 1;
	clear: both;
	width: 100%;
	}

#boxes_col1, #boxes_col2, #boxes_col3 {
	float: left;
    }

#boxes_col1{
    width: 33%;
    min-width:335px;
    }

#boxes_col3 {
    width: 33%;
    min-width:335px;
    }

#boxes_col2 {
    min-width: 320px;
    width: 33%;
    }

#boxes div.box {
    margin: 23px 15px;
    padding: 17px 0px;
	padding-right:15px;   
 }

#boxes div.last {

    }

#boxes_col1 div.box {
    margin-left: 30px;
}

#boxes_col2 div.box {
    margin: 23px -5px;
    }

div.box_divider {
    width: 100%;
    margin: -15px 0 -25px 0;
    padding: 0;
    text-align: center;
    }

#boxes_col3 div.box {
    border: 1px solid #808080;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right: 30px;
    }

img.box_header {
    padding-left: 20px;
    }

.box h2, .box p {
	margin-left: 20px;
	margin-right: 20px;
	}
.box h2{
	margin-top:7px;
}
.box p.boxlink {
    border-left: 14px solid #5B626C;
	padding-left: 10px;
	}

#supportingcontent div.box p.boxlink {
	position: relative;
	}

.box p.early {
	position: static;
	margin-bottom: 30px;
	}

.box p.boxlink a {
	font-weight: bold;
	}
/*
#box1 {
    background: #D9DDE0 url(/images/bg-silver.jpg) no-repeat left bottom;
}
*/
.silver{
	display:block;
	background: #D9DDE0 url(/images/bg-silver.jpg) no-repeat left bottom;
}

.orange{
	display:block;
	background: #E4DBD4 url(/images/bg-orange.jpg) no-repeat left bottom;
}

.grey{
	display:block;
	background: #EEEFF0 url(/images/bg-white.jpg) no-repeat left bottom;
	border:1px solid #CCC;
}
/*
#box2 {
    background: #E4DBD4 url(/images/bg-orange.jpg) no-repeat left bottom;
}

#box3, #box4, #box5 {
    background: #EEEFF0 url(/images/bg-white.jpg) no-repeat left bottom;
}
*/
/* news scroller */

#mnc {
    z-index: 2;
    float: left;
    padding: 0;
    }

#latestnews{
    width: 90%;
    margin: 0 15px;
    padding: 16px 0 10px 0;
    }

table.newsitem {
    width: 280px;
    }

#latestnews h4, #latestnews a {
    padding-left: 20px;
    }

#latestnews h4 {
    padding-top: 24px;
    padding-bottom: 10px;
    }

#latestnews a, #mnc table td {
    font-size: 80%;
    }

#latestnews table, #mnc table {
    margin: 0 0 0 4%;
    border-collapse: collapse;
    }

#latestnews table td, #mnc table td {
    padding: 4px 4px 4px 0;
    vertical-align: top;
    }

#latestnews table td.date, #mnc  table td.date {
    width: 10%;
    }

#Tscr0 {
    margin-left: 7px;
    margin-bottom: -10px;
}

#mnc  table td.title {
     text-align: left;
    }

#latestnews table td a, #mnc table td a {
    text-decoration: none;
    }

#latestnews table td a:hover, #mnc table td a:hover {
    text-decoration: underline;
    }

/*------------------------------------- Subnav ------------------------------*/

#subnav {
    float: left;
    padding: 0 2% 10px;
    width: 21%;
    background-color: #c60;
    color: #fff;
    }

#subnav h3 {
    margin: 10px 0;
    }

#subnav ul {
    margin: 0;
    padding: 0;
    }


#subnav li {
	list-style: none;
	border-bottom: 1px dotted #c60;
	margin: 0;
	padding: 0;
	}

#subnav a {
	display: block;
	padding: 6px 0 2px 14px;
	color: #fff;
	text-decoration: none;
	}

#subnav a:hover {
	text-decoration: underline;
	color: #fff;
	}

#subnav ul ul {
	padding-left: 15px;
	}
#subnav ul ul a {
	text-transform: none;
	}


#subnav li.category a,
#subnav li.thiscategory li.category a,
#subnav li.thiscategory li.content a {
	font-weight: normal;
	}

#subnav li.thiscategory a {
	font-weight: bold;
	}

#subnav li.content a {
	font-weight: normal;
	}

#subnav li.thiscontent a {
	font-weight: bold;
	}

.cat {
	background: transparent url(/images/cat.gif) top left no-repeat;
	}

.art {
	background: transparent url(/images/nav-off.gif) top left no-repeat;
	}


ul.childsections li {
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul.childsections li a {
	display: block;
	padding: 6px 0 2px 14px;
	}

/* complaints form */
p.longlabel label {

float: none;
display: block;
width: auto;

}
p.longlabel input {
width: 270px;
}

ul.formlist li {
	list-style-type: none;
}
ul.formlist li label {
	float: none;
}


/* ---------------------------- Membership Form -------------------------------- */

form#membership {
	padding-top: 30px;
	}

form#membership h4 {
	margin-top: 20px;
	}

form#membership label {
	width: 150px;
	}

form#membership input.primary {
	padding: 4px 60px;
	margin: 10px 0;
	}
/* Imported auda-new/screen.css */

