/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2004 Elated Communications Ltd.
By using this PageKit, you are agreeing to be bound by the
usage agreement available online at http://www.pagekits.com/usage/
*/


/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: verdana,arial,helvetica,sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #FFFFFF;
}

html, body
{
	height: 100%;
}


/*
	Standard paragraph style
*/

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 18px;
}

/*
	"Pull quote" paragraph style
*/

p.pullquote
{
	font-weight: bold;
	font-style: italic;
	color: #7F8CB1;
	font-size: 0.8em;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: solid 1px #7F8CB1;
	border-bottom: solid 1px #7F8CB1;
	padding-top: 16px;
	padding-bottom: 16px;
}

/*
	Links
*/

a:link, a:active
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #7F8CB1;
	font-size: 1.0em;
}


a:visited
{
	color: #AFBCE1;
	font-size: 1.0em;
}


/*
	Headings
*/

h1
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #000000;
	margin-top: 0px;
}

h1.dot-heading
{
	background-image: url(images/single_dot.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
}

h1.page-heading
{
	background-image: url(images/single_dot.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
	margin-left: 36px;
}


h1.welcome
{
	font-weight: bold;
}

h2
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
	margin-top: 26px;
}



/*
	"Your Logo"
*/

#logo
{
	z-index: 2;
	float: right;
	height: 45px;
	padding-top: 74px;
	padding-right: 36px;
	font-size: 2.1em;
	color: #FFFFFF;
	font-weight: normal;
}


/*
	Top menu
*/

#top-menu
{
	z-index: 2;
	float: right;
	text-align: right;
	width: 70%;
	padding-top: 0px;
	padding-right: 36px;
	color: #000000;
	font-weight: normal;
	font-size: 0.7em;
}

#top-menu a
{
	color: #000000;
	margin-left: 15px;
	font-size: 1.0em;
	text-decoration: none;
}

#top-menu a:hover
{
	text-decoration: underline;
}


/*
	Container for page content
*/

#container
{
	margin: 0px 0px 0px auto;
	position: relative;
	width: 100%;
}


/*
	Page header area
*/

#page-header
{
	z-index: 2;
	background-image: url(images/header_mid.jpg);
	width: 100%;
	height: 249px;
}


/*
	Page header right-hand image
*/

#page-header-right
{
	z-index: 2;
	width: 100%;
	height: 249px;
	background-image: url(images/header_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
	
/*
	Page header content container (with left-hand image as background)
*/

#page-header-content
{
	z-index: 1;
	position: relative;
	width: 100%;
	height: 249px;
	background-image: url(images/header_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


/*
	Page footer area
*/

#page-footer
{
	width: 100%;
	height: 105px;
	margin: 0px 0px 0px auto;
}

p.footer
{
	margin-top: 0px;
	margin-left: 36px;
	padding-top: 1px;
	padding-left: 46px;
	height: 24px;
	color: #000000;
	font-size: 0.7em;
	margin-bottom: 0px;
	background-image: url(images/double_dot.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

p.footer a
{
	font-size: 1.0em;
}


/*
	Page content area
*/

#page-content
{
	width: 100%;
	padding-top: 20px;
}



/*
	Left content column (main page)
*/

#left-column-main
{
	padding-left: 36px;
	margin-right: 308px;
}


/*
	Right content column (main page)
*/

#right-column-main
{
	float: right;
	padding-right: 36px;
	padding-left: 72px;
	width: 200px;
}



/*
	Left content column (sub page)
*/

#left-column-sub
{
	padding-left: 36px;
	float: left;
	width: 43%;
}


/*
	Right content column (sub page)
*/

#right-column-sub
{
	float: right;
	width: 43%;
	padding-right: 36px;
}




/*
	Standard images
*/

img
{
	border: none;
}


/*
	Photo style
*/

.photo
{
	border: solid 2px #606782;
}

/*
	Headline style
*/

.headline
{
	font-weight: bold;
}
