body
{
	background-color: #DBDBDB;
	background: #DBDBDB url(../img/bg_wrap.png) repeat-y 50% 0;
	color: #333;
}
a
{
	color: #CC0000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#foot
{
	background: url(../img/theme/default/bg_foot.png) no-repeat 50% 100%;
}
#foot-links
{
	border-top: 1px solid #ccc;
}

/* Navigation
-------------------------------------------------------------- */
#nav-second a
{
	color: #333;
}
#head
{
	background: #fff url(../img/theme/default/bg_head.png) no-repeat 0 0;
}
#nav-first
{
	background: transparent url(../img/theme/default/bg_nav_1_sub.png) repeat-x 0 100%;
}
#nav-first ul
{
	background: transparent url(../img/theme/default/bg_nav_1.png) repeat-x 0 0.2em;
}
#nav-first ul ul
{
	background: #DD1600 url(../img/theme/default/bg_nav_1_sub.png) repeat-x 0 100%;
}
#nav-first li a
{
	color: #333;
}
#nav-first li a:hover strong,
#nav-first li:hover a strong,
#nav-first li.hover a strong
{
	color: #fff;
	background-color: #DD1600;
}
#nav-first li.active a
{
	background: url(../img/theme/default/bg_nav_1_active_l.png) no-repeat 0 0;
}
#nav-first li.active a strong
{
	background: url(../img/theme/default/bg_nav_1_active_r.png) no-repeat 100% 0;
	color: #fff;
}
#nav-first li ul li
{
	border-left: 1px solid #fff;
}
#nav-first li ul li.li-first
{
	border-left: none;
}
#nav-first li ul a,
#nav-first li.active ul a
{
	top: 0;
	background: transparent;
	color:#fff;
}
#nav-first li ul a:hover
{
	text-decoration: underline;
}

#nav-second
{
	background: #E2E2E2 url(../img/theme/default/bg_nav_2.png) repeat-x 0 100%;
}
h1
{
	width: 273px;
	height: 51px;
	background: transparent url(../img/theme/default/logo.png) no-repeat 0 0;
	text-indent: -99em;
	position: absolute;
	left: 18px;
	top: 35px;
}
h6
{
	width: 273px;
	height: 51px;
	background: transparent url(../img/testlogosmall.gif) no-repeat 0 0;
	text-indent: -99em;
	position: absolute;
	left: 18px;
	top: 35px;
}

/* Panels
-------------------------------------------------------------- */
.panel-content
{
	background-color: #F6F6F6;
	border: 1px solid #A8A8A8;
}
.panel-content-white
{
	background-color: #FFF;
	border: 1px solid #A8A8A8;
}
.sidebar .panel-content
{
	border: 2px solid #A8A8A8;
}
.sidebar .panel-content-white
{
	border: 2px solid #A8A8A8;
}
.grid .alt
{
	background-color: #EAEAEA;
}
.sidebar .panel h4
{
	background: url(../img/theme/default/bg_panel_sidebar_head.png) no-repeat 0 0;
}
.sidebar h5
{
	background: url(../img/sideheader.png) no-repeat 0 0;
}
.panel h2
{
	background: url(../img/theme/default/bg_panel_centre_head.png) no-repeat 0 0;
}

/* Added --------------------------------------------------------------------*/

.black {
	color: #000;
}
.darkGrayBack{
	background: #D6D6D6;
}
.bgDark2{

background-color: #333333;
}
.red {
	color: #D91500;
}
.white {
	color: #fff;
}
.alt {
	background-color: #EAEAEA;
}
.darkRed{
	color: #660000;
}
.whiteBorderBottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.greyBorderBottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.blackBack{
	background-color: #333333;
}


