/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */
@import "colors.css";


/*** Content ***/

#innerContentColumn
{
	font-family: "Times New Roman", serif;
	background:white;
}

#signumtop #topline
{
	background:url("../img/logo.png") no-repeat right 20px;
}

body.secondment #signumtop #topline
{
	background:url("../img/logo-secondment.png") no-repeat right 20px;
}

body.secondment #signumtop #topline h3
{
	color:#b1953b;
	font-family: "Times New Roman", serif;
	font-size:22px;
	margin:0;
	padding:50px 0 0 32px;
	font-weight:normal;
}

#signumtop #topline h3
{
	color:#0082b5;
	font-family: "Times New Roman", serif;
	font-size:22px;
	margin:0;
	padding:50px 0 0 32px;
	font-weight:normal;
}

#signumtop #bottomline div.left h3
{
	font-family: "Times New Roman", serif;
	font-size:22px;
	margin:0;
	padding:3px 0 0 5px;
	text-transform:uppercase;
	color:white;
}

#signumtop #bottomline
{
	background:#0082b5;
	text-align:right;
}

body.secondment #signumtop #bottomline
{
	background:#b1953b;
	text-align:right;
}

#signumtop #bottomline p
{
	color:white;
	font-family: "Times New Roman", serif;
	font-size:10px;
	text-transform:uppercase;
	margin:0;
	padding:8px;
}




#ctxdtls
{
	text-align:left;
}

#ctxdtls p img
{
	float: left;
	padding-bottom: 5px;
}


#ctxdtls p a 
{
	color: #fff;
	font-size:9px;
	font-family: verdana, helvetica, sans-serif;
}

#ctxdtls p
{
	text-align: left;
	padding: 0;
	font-size:9px;
	font-family: verdana, helvetica, sans-serif;
	color:white;
}
