body
{
	background: #FFFFFF url('../images/gradientbg.gif') repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	font: 10pt Arial, Helvetica;
}

img
{
	border: 0px;
}

.mainDiv
{
	text-align: left;
	width: 965px;
	margin: auto;
}

#headerDiv
{
	background: url('../images/headerbg.gif') no-repeat;
	margin-top:15px;
	position: relative;
	padding: 15px;
	padding-bottom: 0px;	
}

*html #headerDiv
{
	width: 965px;
}

#searchDiv
{
	position: absolute;
	right: 25px;
	top: 25px;
	text-align: right;
}

#search
{
	font-size: 8pt;
	padding: 2px;
	border: 1px solid silver;
	margin-right: 4px;
}

#submitSearch
{
	background-color: silver;
	border: 1px solid silver;
	font-size: 8pt;
	text-transform: uppercase;
	padding: 1px;
}

/******************* MENU CSS ********************/

#menuTable
{
	width: 100%;
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
	border: 0px;
	table-layout: fixed;
}
#menuTable td
{
	background: url('../images/menubg.gif') top right no-repeat;
	padding: 0px;
}

*html #menuTable td
{
	font-size: 13px;
}

#menuTable a
{
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	background: url('../images/menutab.gif') top left no-repeat;
}


/************** CONTENT *********************************/
#contentDiv
{
	background: #FFFFFF url('../images/bodybg.gif') repeat-y;
	padding: 15px;
	padding-top: 5px;
}



#footerDiv
{
	background: url('../images/footerbg.gif') no-repeat;
	position: relative;
	height: 101px;
	margin-bottom: 25px;
	color: #555555;
	font-size: 8pt;
}
#footerDiv a
{
	color: #555555;
	text-decoration: none;
}
#footerDiv a:hover
{
	text-decoration: underline;
}

#footerMenu
{
	position: absolute;
	right: 15px;
	top: 10px;
	text-transform: uppercase;
	color: #555555;
}



#copyright
{
	position: absolute;
	right: 15px;
	bottom: 10px;
	color: #555555;
	text-align: right;
}


#contactDetails
{
	position: absolute;
	left: 25px;
	top: 8px;
}

/* homepage box styles */

.homeBox
{
	position: relative;
	width: 303px;
	float: left;
	background: url(../images/homeBoxBg.gif) top left repeat-y;
	font-size: 12px;
	min-height: 160px;
}

*html .homeBox
{
	height: 160px;
}

.homeBoxHeader
{
	background: url(../images/homeBoxHeaderBg.gif) top left no-repeat;
	width: 303px;
	height: 47px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 14px 0px 0px 14px;
}

.homeBoxBottom
{
	background: url(../images/homeBoxBottomBg.gif) bottom left no-repeat;
	position: absolute;
	top: 65px;
	left: 0px;
	height: 99px;
	width: 303px;
}

.homeBoxContent
{
	position: absolute;
	top: 50px;
	left: 20px;
	width: 270px;
	line-height: 18px;	
}

a
{
	color: #4b7d9e;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: #234b65;
}

.spacer
{
	clear: both;
	font-size: 1px;
}

#homeSideDiv
{
	float: left;
	font-size: 11px;
	margin-right: 20px;
}

#resourcesDiv
{
	border: 2px solid #cccccc;
	padding: 4px;
	margin-top: 4px;
	width: 242px;
}

*html #resourcesDiv
{
	width: 250px;
}

.nl_signupBoxOuter
{
	border: 2px solid #cccccc;
	width: 250px;
}

.shortDescriptionBoxOuter
{
	margin: 4px 0px;
}

#pageContent
{
	margin: 6px;
}

#innerContent
{	
	background: #ffffff url(../images/innerBg.gif) top left repeat-y;	
}

#menuBottom
{
	background: url(../images/subMenuBottom.gif) bottom left no-repeat;
}

#subMenu
{
	width: 246px;
	background: url(../images/subMenuTop.gif) top left no-repeat;
	float: left;
	min-height: 20px;
}

*html #subMenu
{
	height: 200px;
}

#subMenu a
{
	color: #000000;
}

#innerText
{
	float: right;
	width: 670px;
}

#subMenuHeader
{
	font-size: 18px;
	border-bottom: 1px solid #999999;
	width: 200px;
	margin-top: 20px;
	margin-left: 20px;	
}

#subMenu ul
{
	list-style: url(../images/subMenuArrow.gif) inside;
	padding-left: 20px;	
	margin: 0px;
}

#subMenu li
{
	margin: 10px 0px 10px;
	padding: 0px;
}
