/**Color styles from customise.css**/

h1 {
	font-size: 215%;
	color:#FCA000;
}

h3 {
	color:#FCA000;
}

h6 {
	color:#FCA000;
}

a {
	color:#FCA000;
}

.contentheading {
color: #FCA000;
}

a.contentpagetitle {
	color:#FCA000;
}

div.h3color h3 {color:#FCA000;}

div.h3solidcolor h3 {background: #C38808}

.inputbox:hover, .inputbox:focus {
	border-color: #C38808;
}

span.highlight {
	background: #FCA000;
}

.button {
	border: 1px solid #C38808;
    background: #FCA000 url(../images/sunset/buttonbg.png) top left repeat-x;
}

/**Color styles from template_css.css**/

#top h1 {
	background: transparent url(../images/sunset/logo.png) no-repeat;
	float:left;
	margin:10px 0 0 20px;
}

#user3 {
	height:16px;
	text-align:left;
	background: transparent url(../images/sunset/user3.png) top left no-repeat;
}

/* Text Sizes */
#toolbar li a#textMedium {background-image:url(../images/sunset/small.png);}
#toolbar li a#textLarge {background-image:url(../images/sunset/medium.png);}
#toolbar li a#textXLarge {background-image:url(../images/sunset/large.png);}

/**Color styles from menu.css**/

/* Active */
#mainmenu-nav #active_menu-nav {
	background-color: #C38808;
}

#mainmenu-nav #active_menu-nav.haschild:hover {
	background: #C38808 url(../images/sunset/nav-hover-child.gif) no-repeat 51% 23px;
}

ul#mainmenu-nav a.haschild:hover {
	background: #C38808 url(../images/sunset/nav-hover-child.gif) no-repeat 50% 23px;
}

ul#mainmenu-nav li {
	background: url(../images/sunset/menu-seperator.png) no-repeat bottom right;
}

.sig_cont .sig_thumb a:hover {border:1px solid #FCA000;}
