/* tourism conference 09 styles */

html, body {
	color: #232121;
}

#banner, #banner img {
	background-color: #F2633C;
}

#relatedcontent h1 {
	/* not used for tourism conference */
	/*border-bottom: solid 1px #c0d39b;*/
}

img {
	border-color:#B83B28;
}

/* Generic link styles */
a:link {
	color: #7E1214;
}
a:visited {
	color: #B83B28;
}
a:active, a:hover, a:focus {
	color: #505052;
}

/* Generic Heading Styles */

h1 { background-color: transparent; color: #B83B28; font-size: 140%;margin-top:0.2em;margin-bottom:0px;padding-bottom:0px;}
h2 { background-color: transparent; color: #B83B28; font-size: 120%;margin-top:0.2em;margin-bottom:0px;padding-bottom:0px;}
h3 { background-color: transparent; color: #B83B28; font-size: 105%;margin-top:0.2em;margin-bottom:0px;padding-bottom:0px;}
h4 { background-color: transparent; color: #B83B28; font-size: 105%; font-weight:normal;margin-top:0.2em;margin-bottom:0px;padding-bottom:0px;}
h5 { background-color: transparent; color: #B83B28; font-size: 105%; font-weight:normal;margin-top:0.2em;margin-bottom:0px;padding-bottom:0px;}
h6 { background-color: transparent; color: #B83B28; font-size: 105%; font-weight:normal;margin-top:0.2em;margin-bottom:0px;padding-bottom:0px;}

#main {
	background: url(../images/keyline-tile-grey.gif) repeat-y 22.0% 0%;
}
#insidemain {
	background: url(../images/keyline-tile-grey.gif) repeat-y 74.0% 0%;
}

/* PRIMARY NAVIGATION */
#navigation a.nav1link:link, #navigation a.nav1link:visited {
	color:#7E1214;
	background:#FFFFFF url(../images/nav-arrow-red.gif) 5% 0.35em no-repeat;
}

#navigation a.nav1link:active, #navigation a.nav1link:hover, #navigation a.nav1link:focus {
	color:#232121;
	background:#E8C5BF url(../images/nav-arrow-grey.gif) 5% 0.35em no-repeat;
}

#navigation ul.nav1list li.nav1on div.nav1on {
	background: #E8C5BF url(../images/nav-arrow-red.gif) 5% 0.35em no-repeat;
}

#navigation a.nav1in:link,  #navigation a.nav1in:visited,
 #navigation a.nav1in:active,  #navigation a.nav1in:hover, #navigation a.nav1in:focus {
	color:#232121;
	background:#FFFFFF url(../images/nav-arrow-grey.gif) 5% 0.35em no-repeat;
}


#toolbar {
	color: #ffffff;
	background-color: #7E1214;
	border-top: #7E1214 solid 1px;
	border-bottom: #232121 solid 1px;
}

#toolbar a:link, div#toolbar a:visited {
	color: #ffffff;
}
#toolbar a:active, div#toolbar a:hover, div#toolbar a:focus {
	color: #ffffff;
}
#toolbar a.on:link, #toolbar a.on:visited,
 #toolbar a.on:active, #toolbar a.on:hover, #toolbar a.on:focus {
	color: #ffffff;
}

#footer {
	background-color: #7E1214;
	border-top: #232121 solid 1px;
	color: #ffffff;
}

#footer a:link, div#footer a:visited {
	color: #ffffff;
}
#footer a:active, div#footer a:hover, div#footer a:focus {
	color: #ffffff;
}
#footer a.on:link, #footer a.on:visited,
 #footer a.on:active, #footer a.on:hover, #footer a.on:focus {
	color: #ffffff;
}
#footer span.on {
	color: #ffffff;
}

#returnhome a.returnlink:link, #returnhome a.returnlink:visited {
	background: #F2633C;
	color: #7E1214;
}
#returnhome a.returnlink:active, #returnhome a.returnlink:hover, #returnhome a.returnlink:focus {
	background:#7E1214;
	color: #ffffff;
}

/* SECONDARY NAVIGATION */
#nav2 ul li.nav2on div.nav2on {
	background: #E8C5BF url(../images/nav-arrow-grey.gif) 5% 0.4em no-repeat;
}
#nav2 a.nav2link:link, #nav2 a.nav2link:visited {
	color:#7E1214;
	background:#FFFFFF url(../images/nav-arrow-red.gif) 5% 0.4em no-repeat;
}
#nav2 a.nav2link:active, #nav2 a.nav2link:hover, #nav2 a.nav2link:focus {
	color:#232121;
	background:#E8C5BF url(../images/nav-arrow-grey.gif) 5% 0.4em no-repeat;
}

/* TERTIARY NAVIGATION */
#nav3 ul.nav3list li.nav3on div.nav3on {
	background: #E8C5BF url(../images/nav-arrow-grey.gif) 11% 0.4em no-repeat;
}
#nav3 a.nav3link:link, #nav3 a.nav3link:visited {
	color:#7E1214;
	background:#FFFFFF url(../images/nav-arrow-red.gif) 11% 0.4em no-repeat;
}
#nav3 a.nav3link:active, #nav3 a.nav3link:hover, #nav3 a.nav3link:focus {
	color:#232121;
	background:#E8C5BF url(../images/nav-arrow-grey.gif) 11% 0.4em no-repeat;
}

/* BREADCRUMBS */
#breadcrumb {
	background-color: #FFFFFF;
	color: #232121;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color: #232121;
}
#breadcrumb a:active, #breadcrumb a:hover, #breadcrumb a:focus {
	color: #000000;
}
#breadcrumb span.on {
	padding: 0px 0px 0px 4px;
	color: #232121;
	font-weight:bold;
}


/* Keyword Search and Other forms */
.keywordbutton {
	background-color:#232121;
	color: #ffffff;
}

#banner #search #keywordsearchlabel {
	color: #232121;
}

#banner #search a {
	color: #232121;
}

.searchinput {
	border: 1px solid #232121;
}

/* ****************** CUSTOM FORMATTING *************** */
.button {
	color: #ffffff;
	background-color: #232121;
}

