/*
	STYLE INFO
	This is an Elated PageKit - www.elated.com. 
	All artwork copyright (c) 1996-2009 Elated Communications Ltd.
	By using this PageKit, you are agreeing to the Terms of Use available online at www.elated.com/usage/ 
*/


/* Meyer's Reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: bold;
	font-style: normal;
	font-family: inherit;
	font-family: Arial;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1em;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
}


/*
	Page body style
*/




/*
	Standard paragraph style
*/

p
{
	color: #333;
	font-size: 1em;
	padding: 10px 0 10px 0;
	line-height: 1.4em;
	font-weight: normal;
}


ul
{
	color: #333;
	margin-top: 20px;
}



/*
	headings
*/

h1
{
	color: #fff;
	font-size: 1em;
	font-weight: normal;
}

h2
{
	font-size: 0.8em;
	color: #666;
	padding: 20px 0 10px 0;
	margin: 0 0 0 0;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #d0d737;
	font-weight: normal;
}

h3
{
	font-size: 0.7em;
	color: #666;
}



/*
	Links
*/

a:link, a:active
{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #538893;
	font-size: 1em;
	text-decoration: none;
}


a:hover
{
	color: #000;
	font-size: 1.0em;
	text-decoration: underline;
}

a:visited
{
	color: #999;
	font-size: 1.0em;
	text-decoration: underline;
}





/*
	BASIC STRUCTURE
*/


/*
	Container for page
*/

#container
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 100%;
	background-color: #fff;
}


/* Header */
#header-wrapper
{
	width: 100%;
	height: 211px;
	background-color: #333;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}

#header
{
	width: 970px;
	height: 211px;
	margin: 0 auto 0 auto;
	position: relative;
	background-image: url(../images/header_bg_internal.gif);
	background-repeat: no-repeat;
	background-position: 0 100px;
	top: -2px;
}


h1#logo
{
	position: absolute;
	top: 30px;
	left: 1px;
	height: 100px;
	margin: 0;
	padding: 40px 50px 40px 0;
	font-size: 2em;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: top right;
	width: 606px;
}

h1#logo a
{
	color: #fff;
	text-decoration: none;
}

h1#logo a:hover
{
	color: #383838;
	text-decoration: none;
	font-size: 1em;
}


h2#logo-strapline
{
	position: absolute;
	top: 110px;
	left: 0;
	margin: 0;
	padding: 0 0 0 0;
	font-size: large;
	font-weight: normal;
	color: #FFFFFF;
	width: 565px;
	height: 25px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}




/* Promos */

#promo-wrapper
{
	width: 100%;
	background-color: #383838;
}

#promo
{
	width: 970px;
	margin: 0 auto 0 auto;
	position: relative;
}





/* Content */

#content-wrapper
{
	width: 100%;
	min-height: 200px;
}

#content
{
	width: 800px;
	min-height: 200px;
	margin: 0 auto 0 auto;
	position: relative;
	background-color: #fff;
}





/* Homepage-specific Definitions */


p#intro
{
	float: left;
	color: #999;
	width: 290px;
	font-size: 1em;
	line-height: 1.4em;
	padding: 20px 20px 20px 0;
	margin: 0 0 0 0;
}

div.promo-item
{
	float: left;
	width: 290px;
	padding: 20px 20px 20px 0;
	margin: 0 0 0 0;
}

div.promo-item p
{
	color: #999;
	padding: 0 0 0 0;
}

div.promo-item img
{
	float: left;
	margin: 0 10px 10px 0;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #d0d737;
}

div#promo a:hover
{
	color: #fff;
}



/* Columns */

div#left-column
{
 	width: 290px;
 	float: left;
 	padding: 0 20px 0 0;
	margin: 0 0 0 0;
}

div#middle-column
{
 	width: 290px;
 	float: left;
 	padding: 0 20px 0 0;
}

div#right-column
{
 	width: 310px;
 	float: left;
 	padding: 0 0 0 0;
}

img.column-image
{
	padding: 20px 0 0 0;
}

p.caption
{
	color: #fff;
	font-style: italic;
	background-color: #383838;
	border-bottom: 2px solid #d0d737;
	padding: 10px 0 10px 5px;
	margin: 0 0 0 0;
}




/* Sub-page-specific Definitions */

div#left-column-page
{
	width: auto;
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
}


div#promo h1
{
	font-size: 2em;
	padding: 30px 0 30px 0;
}

p.first-p
{
	font-weight: bold;
	border-bottom: 2px solid #538893;
	padding-top: 20px;
}






/* Footer */

#footer-wrapper
{
	width: 100%;
	height: 60px;
	border-top: 1px solid #ddd;
	margin: 40px 0 0 0;
}


#footer
{
	width: 970px;
	height: 30px;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	text-align: left;

}


#footer p
{
	text-align: left;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	color: #999;
}



/* Clearing element */

.clear
{
	position: relative;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	background-image: url(images/header_bg_internal.gif);
}


/*
	Standard images
*/

img
{
	border: none;
}
