* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #464646;
	margin-bottom: 20px;
	font-size: 62.5%;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	background: url(../gfx/bgnd-wrapper.gif) repeat-y center top white;
}

#header {
	width: 940px;
	height: 60px;
	margin: 0 auto;
	background-color: #01143e;
}

#logo {
	width: 260px;
	height: 60px;
	float: left;
}

#strapline {
	width: 320px;
	height: 60px;
	background: url(../gfx/strapline.gif) no-repeat top left;
	float: right;	
}

#strapline h3 {
	display: none;
}

#content {
	width: 938px;
	margin: 0 auto;
}

#colLeft {
	width: 205px;
	float: left;
	padding-left: 10px;
}

#colRight {
	width: 689px;
	float: right;
	background: url(../gfx/bgnd-colright.jpg) repeat-x top left;
	position: relative;
}

.contentPadding {
	padding: 10px;
}

#colRight_c1 {
	width: 440px;
	float: left;
	padding: 10px;
}

#colRight_c2 {
	width: 659px;
	padding: 10px 20px 10px 10px;
}

#shortcuts {
	width: 180px;
	height: 310px;
	background: url(../gfx/bgnd-shortcuts.gif) top right no-repeat;
	float: left;
	padding: 10px 20px;
}

#footer {
	width: 950px;
	height: 41px;
	background:  url(../gfx/bgnd-footer.gif) top center no-repeat;
	color: white;
	text-indent: 18px;
	line-height: 350%;
	margin: 0 auto;
}

#copyright {
	width: 940px;
	color: #898989;
	padding: 5px 0;
	font-size: 1em;
	margin: 0 auto;
}


/*** menu styles ***/
#menu {
	list-style: none;
	width: 220px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#menu li {
	width: 220px;
	height: 30px;
	background: url(../gfx/bgnd-menu.gif) bottom left no-repeat;
	font-size: 1.3em;
	text-indent: 18px;
	line-height: 220%;
}

#menu li a {
	text-decoration: none;
	color: #555;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li.active {
	background-color: #01143e;
}

#menu li.active a {
	color: #cef4ff;
	padding-left: 16px;
	background: url(../gfx/menu-currentpage.gif) left center no-repeat;
}

#menu li.lastmenuitem {
	background-image: none;
}

/*** end ***/


#intro {
	width: 689px;
	height: 250px;
	background: url(../gfx/bgnd-intro.jpg) no-repeat top left;
	position: relative;
	float: right;
}

#intro-heading {
	display: block;
	position: absolute;
	top: 18px;
	left: 10px;
	width: 420px;
	height: 40px;
	background: url(../gfx/intro-heading.gif) no-repeat top left;
}

#intro-heading span {
	display: none;
}

#intro-text {
	font-size: 1.3em;
	color: black;
	width: 375px;
	position: absolute;
	top: 70px;
	left: 12px;
	line-height: 140%;
	font-weight: bold;
}

#intro-more {
	width: 218px;
	height: 30px;
	position: absolute;
	bottom: 38px;
	left: 9px;
}

#title-homepage {
	width: 689px;
	height: 40px;
	background: url(../gfx/title-homepage.gif) no-repeat top left;
	float: right;
	padding: 0;
}

#title-homepage span {
	display: none;
}


