/* CSS Document */

body, div, img {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family:  arial, helvetica, geneva, 'bitstream vera sans', sans-serif;
	font-size: 100%;
}

#wrapper {
	width: 766px;
	margin: 10px auto;
	padding: 0;

}
#head {
	width: 100%;
	height: 77px;
	margin: 0;
	padding: 0;
}
#head a img {
	padding: 0;
	float: left;
	font-size: 16px;
	color: #fff;
	text-align: left;
}
#head img {
	border: none;
}

#headend {
	background:url(/common/images/backgrounds/CLP-content-top-shadow.gif) left top no-repeat; /* the top of the box */
	height: 14px;
	display: block;
	clear: both;
	font-size: 1px;
	width: 100%;
}

.bos #head {
	height: auto;
}
.bos #headend {
	height: 60px;
}
.bos #wrapper {
	width: 777px;
}
.bos #content {
}
.bos #footer {
	height: 15px;
	padding-bottom: 45px;
}

/* skiplinks
----------------------------------------------------------------------------- */

#skiplinks ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#skiplinks li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

/* Colour */
#skiplinks a { 
	font-weight: bold;
	position: absolute;
	top: 40px;
	left: 30%;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 1.2em;
	z-index: 1002;
}

/* Only show skiplinks on focus */
#skiplinks a:active, #skiplinks a:focus { 
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	border: 0;
	margin: 0;
	padding: 8px;
	background: #FFF;/* would normally be in color but skiplinks is an exception */
	z-index: 10000;
}


/* links on right hand side at top
---------------------------------------------------------------------------- */
#head ul {
	float: right;
	margin: 25px 25px 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
	display: inline;
	color: #333333;
}
#head ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	text-align: right;
	font-size: 12px;
	color: #333333;
}

#head ul li a {
	font-weight: bold;
}



/* start content
---------------------------------------------------------------------------- */
#content {
	background: transparent url(/common/images/backgrounds/box-bg-shadow.gif) top left repeat-y; 
	width: 100%;
	margin: 0;
	padding: 5px 0;
}

#content h1 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 18px;
	margin: -5px 0 10px 10px;
}

#content h1.CLPheader {
	position: absolute;
	left: -999px;
}

#content h1.hidden {
	position: absolute;
	left: -999px;
}

#top-bar {
	width: 100%;
	margin: 0;
	padding: 0;
}

#top-bar h2 {
	margin: 0 1px;
	padding: 0 20px 3px 0;
	font-size: 16px;
}

#top-bar h2.h2image {
	background-color: #FFF;
}

#top-bar h2.h2text {
	padding: 4px 20px 3px 10px;
}

#content h3 {
	margin: 0 12px;
	padding: 7px 0 10px 0;
	font-size: 16px;
}

#content-main
{
	width: 100%;
	font-size: 0.8em;
	text-align: left;
	padding-top: 7px;
}

#content-main img {
	margin:	 8px 20px;
}

#content-main div {
	margin:	0 20px;
}

#content-main div img {
	margin:	0;
}

#content ul {
	padding: 0;
}

#content p {
	margin: 12px 20px 15px 20px;
	padding: 0;
	padding-right: 3px;
}

#content ul li {
	margin: 5px 40px 5px 5px;
	position: relative;
	left: 25px;
	padding: 0;
	list-style-position: outside;
}

#content ul li {
	#position: static;
}

#content ul {
	margin: 5px 0;
	padding: 0;
}

#content p.small
{
	margin: 0;
	padding: 0 10px 0 0;
	font: normal arial, helvetica, geneva, 'bitstream vera sans', sans-serif;
	font-size: 0.60em; /* 12px at default medium text size */
}

#content p a,
#content div a
{
	font-weight: bold;
}

/* bottom image of wrapper
---------------------------------------------------------------------------- */
#footer {
	background: transparent url(/common/images/backgrounds/content-bottom-shadow.gif) top left no-repeat;
	height: 18px;
	width: 100%;
	clear: both;
	margin: 0;
	padding:0;
}

/*------------------------------------
Other styles
--------------------------------------*/
.sub-heading
{
	caption: Sub Heading;
	margin: 0.7em 0em 0.7em 0em;
	text-align: left;
	display: block;	
	font-weight: 900;
}

#caveat
{
	caption: Caveats;
	font-size: 0.6em;
}

.apr
{
	caption: APR;
	font-size: 150%;
}

.telephone
{
	caption: Telephone Number;
	font-weight: 900;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clear-both {
 clear: both;
}


