/*
PLEASE NOTE:
- This website CSS was made by interactive red, so it may not follow NVG Standards. 
- Please note there is an IE 6 stylesheet.*/

/*GENERIC STYLESHEET for web build*/
/*All buttons across all pages INCLUDING DMS PAGES*/
.button{
	margin: 2px;
}
.button a, input.button{
	border: solid 1px #cccdcd;
	color: #FFFFFF;
	padding: 5px;
	background: #adaeae url(../img/button_arrow.gif) left center;
	background-repeat:no-repeat;
	padding-left: 25px;
}
.left{
	float: left;
}
.right{
	float: right;
}
/*input based things*/
input, textarea, select{
}
input.button{
	float: right;
}
.button a:hover, input.button:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
input.button, input.button:hover{
	color: #FFFFFF;
	cursor: pointer;
}
input:focus, textarea:focus, input:hover, textarea:hover, select:focus, select:hover {	
	
}
fieldset{
	
}
/*Generic styles across all pages- This also contains all of the default colours and layouts from the initial web build. Overrides can be found in <PUBLICATIONCODE>_dynamic.aspx*/
*{
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #282a2a;
	color: #464042;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
}
a, a:visited{
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

ul{
	list-style: none;
}

img, img a{
	border:0;
}
p {
	margin: 2px;
}

/* used as main heading */
h1 {
	font-size: 130%;
	color: #c83151;
	border-bottom: solid 1px #ececec;
	font-size: 1.6em;
}
#logo h1{
	border: none;
}
h2 {
	
	color: #c83151;
	border-bottom: solid 1px #ececec;
	font-size: 1.5em;
}
h1, h2, h3{
	margin: 2px 0px 4px 0px;
	clear: both;
}
/*seperate if visited is different*/
h2 a, h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
}
/*table styles*/
table{
	border:1px solid #ECECEC;
}

th {
	background-color:#C83151;
	padding: 2px;
}

td {
	border-bottom:1px solid #ECECEC;
}

tr{
}
/*site build styles- here are some examples of some generic names that you should really be using to keep to standards.*/

#container, #containerdms{
	width: 940px;
	margin:auto;
	background-color: #FFFFFF;
	border-top: solid 4px #838a8a;
	border-bottom: solid 4px #db284e;	
	margin-top: 5px;
}
.hidden{
	display: none;
}
#logo{
	width: 324px;
	height: 224px;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	border-top: solid 1px #FFFFFF;
}
#logo h1, #logo p{
	text-indent: -90000em;
}
#left_col{
	margin-left: 25px;
	float: left;
	padding-bottom: 20px;
	width: 324px;
}
#right_col{
	width: 520px;
	margin-left: 32px;
	padding-right: 36px;
	padding-bottom: 36px;
	float: left;
}
#left_nav{
	background-color: #adaeae;
	width: 324px;	
	border-top: solid 1px #cccdcd;
}
#containerdms #left_nav{
	margin-top: 20px;
}
.section_nav{
	float: left;
	width: 161px;
	background: #ADAEAE;
}
.section_nav h3{
	width: 161px;
	height: 28px;
	background-repeat:no-repeat;
	text-indent: -9000em;
	background-color: #c83151;
	margin: 0px;
}
#section_nav_1{
	border-right: solid 1px #b9bfbe;
}
#section_nav_1 h3{
	background-image:url(../img/section_title_organisers.gif);
}
#section_nav_2 h3{
	background-image:url(../img/section_title_delegates.gif);
}
#section_nav_2{
	border-left: solid 1px #b9bfbe;
	margin-left: -1px;
}
.section_nav li, .section_nav a{
	background-image:url(../img/section_nav_arrow.gif);
	background-repeat:no-repeat;
}
.section_nav a, .section_nav a:visited{
	display: block;
	width: 129px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: solid 1px #b9bfbe;
	padding-bottom: 10px;
	padding-top: 10px;	
	padding-left: 32px;
}
.section_nav a:hover{
	text-decoration: underline;
}
#nav{
	background-color: #de1540;
	background-image:url(../img/nav_bg.gif);
	background-repeat:repeat-x;
	width: 940px;
	background-position:bottom left;
	border-bottom: solid 4px #b4b4b4;
}
#nav ul, .section_nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content_container{
	width: 940px;
	background-image:url(../img/main_photo.gif);
	background-repeat:no-repeat;
}
#content_bg{
	width: 940px;
	background-image:url(../img/content_bg.gif);
	background-position: 25px 0px;
	background-repeat:repeat-y;
	border-bottom: solid 11px #838a8a;
}
#contentdms{
	background-color: #FFFFFF;
	padding: 27px;
	clear: both;
}
#map{
	width: 324px;
	height: 217px;
	background-image:url(../img/map.png);
	background-repeat:no-repeat;
}
.clear{
	clear: both;
}
/*#searchdiv{
	height: 441px;
	float: left;
	text-align: right;
	display: block;
	background-color: #fff;
}*/
#search form{
	margin-left: 300px;
	margin-top: 17px;
}
#content{
	padding-top: 10px;
	margin-top: 441px;
}
#container_bottom{
	background-image:url(../img/container_bottom.gif);
	width: 940px;
	clear:both;
	height: 8px;
	background-position:bottom;
}
#contact{
	clear: both;
	border-top: solid 1px #b9bfbe;	
	margin-top: -1px;
	width: 324px;
	background-image:url(../img/contact_number.gif);
	background-repeat:no-repeat;
	background-position: center center;	
	height: 64px;
	padding-top: 30px;
}
#contact p{
	margin: 0px;
}
#contact span{
	display: none;
}
#contact a{
	display: block;
	text-decoration: none;
	text-indent: -90000em;
	margin-top: 55px;
	margin-left: 66px;
	width: 237px;
	height: 21px;
}
#nav ul li{
	float: left;
	height: 56px;
	background-repeat:no-repeat;
}
#nav ul li a{
	display: block;
	text-decoration: none;
	height: 56px; 
	background-repeat:no-repeat;
	text-indent: -90000em;	
}
#nav_1, #nav_1 a{
	background-image:url(../img/nav_home.gif);
	width: 130px;
}
#nav_2, #nav_2 a{
	background-image:url(../img/nav_venue_search.gif);
	width: 185px;
}
#nav_3, #nav_3 a{
	background-image:url(../img/nav_support_services.gif);
	width: 223px;
}
#nav_4, #nav_4 a{
	background-image:url(../img/nav_enquiry.gif);
	width: 128px;
}
#nav_5, #nav_5 a{
	background-image:url(../img/nav_links.gif);
	width: 106px;
}
#footer{
	width: 940px;
	margin: auto;
	color: #b2b3b3;
	padding-top: 17px;
	padding-bottom: 17px;	
}
#copyright{
	float: left;
	margin-top: 21px;
}
#credit{
	float: right;
}
#credit a{
	background-image:url(../img/interactive_red.gif);
	width: 80px;
	height: 37px;
	background-repeat:no-repeat;
	display: block;
	text-indent: -9000em;
	text-decoration: none;
}
/*specific overrides here, for page specific h1s for example*/
div#thedmsBrowseGrid .BrowseCell h2 {
color:#999999;
font-weight:bold;
margin:0;
padding:2px;
text-align:left;
}