@charset "utf-8";
/* CALL GENIE Stylesheet 0.9 */

body {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background: #ffffff url(../images/default-body-back.gif) top repeat-x;
}


/* TEXT STYLES */

a:link, a:visited {color: #1b5b93;}
a:hover {color: #1765a5;}

h1, h2 {
	margin: 0 0 0.25em 0;
	line-height: 1.1em;
	font-weight: normal;
}

h2 {
	margin: 1em 0 0.25em 0;
}

h2 a:link, h2 a:visited {
	color: #000;
	text-decoration: none;
}

h2 a:hover {
	color: #1765a5;
	}

h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	line-height: 1.2em;
}


p {
	font-size: 110%;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

#content ul,
#content ol {
	margin: 0 0 1em 20px;
	padding: 0;
}

#content ul {
	list-style:none;

}


#content ul li,
#content ol li {
	font-size: 110%; line-height: 1.4em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 25px;
}

#content ul li{
	background:url(../images/bullet-blue.gif) 0 3px no-repeat;
}

#content ol li {
	padding: 0 0 0 10px;
	margin: 0 0 0.5em 1em;
}

#content ul li p {font-size: 100%; margin: 0;}

body.page-sitemap #content ul li {
	background: none;
}


h1 {
	color: #1b5b93;
	font-size: 320%;
}

h2 {
	color: #000000;
	font-size: 150%;
}

.page-media-centre h2 {
	font-size: 120%;
	font-weight: bold;
}

h3 {
	color: #0d3a6e;
	font-size: 120%;
	font-weight: bold;
}

.page-media-centre h3 {
	font-weight: normal;
}

.intro {
	font-size: 140%;
	line-height: 1.5em;
}	

.error {
	color: #cc0000;
}

.msg {
	color: #8dc63f;
}


img {border: 0 }

.green {color: #8dc63f;}
.red {color: #ff0000;}

/* TABLE STYLES */

table {
	margin: 10px 0 20px 0;
	border-spacing: 0;
	width: 100%;
}

table tr th {
	font-size: 110%;
	padding: 5px;
	font-weight: bold;
	color: white;
	background: #52a017;
	border-bottom: 1px solid #327745;
	border-top: 1px solid #dfffdf;
}

table tr td {
	font-size: 100%;
	padding: 5px; 
	border-bottom: 1px solid #8eb1cf;
	border-top: 1px solid #ffffff;
	background: #daebf7;
}

table tr td p {
	font-size: 100%; margin: 0;
}

/* STRUCTURE STYLES */

.left {float: left;}
.right {float: right; }

.clear {clear: both; visibility: hidden; height: 0; margin: 0; padding: 0;}
.clear-right {clear: right; visibility: hidden; height: 0; margin: 0; padding: 0;}
.clear-left {clear: left; visibility: hidden; height: 0; margin: 0; padding: 0;}


body.home {
	background: #ffffff url(../images/home-body-back.gif) top repeat-x;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/default-header-back.jpg) top center no-repeat;
}

body.home #wrapper {
	background: url(../images/home-header-back.jpg) top center no-repeat;
}

body #header {
	width: 776px;
	margin: 0 auto;
	text-align: left;
	height: 210px;
	position: relative;
}

body.home #header {
	height: 305px;
}

#header #utility {
	position: absolute;
	top: 15px; right: 8px;
	color: white;
	text-align: right;
}


#header #utility ul {
	list-style: none outside;
	margin: 0; padding: 0;
}

#header #utility ul li {
	display: inline;
	margin: 0; padding: 0;
	line-height: 25px;
	margin: 0 0 0 16px;
	padding: 0 0 0 16px;
	border-left: 1px solid white;
}

#header #utility ul li.first {
	border: none;
}

#header #utility a:link,
#header #utility a:visited {
	text-decoration: none;
	color: white;
}

#header #utility a:hover {
	color: #66CCFF;
	text-decoration: underline;
}

#header #utility #stockquote {
	margin: 0;
}

#header #navi {
	position: absolute;
	top: 65px; right: 8px;
}

#header #navi ul {
	list-style: none outside;
	margin: 0; padding: 0;
}

#header #navi ul li {
	display: inline;
	margin: 0; padding: 0;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 0 35px
}

#header #navi a:link,
#header #navi a:visited {
	color: #252729;
	text-decoration: none;
}

#header #navi a:hover {
	color: #1765a5;
}

#header #navi ul li.selected a:link,
#header #navi ul li.selected a:visited,
#header #navi ul li.selected a:hover {
	color: #1b5b93;
}

#header #slogan {
	position: absolute;
	top: 120px;
	right: 0;
	text-align: right;
	width: 500px;
}

#header #slogan h1 {
	margin: 0; padding: 0 8px 0 0;
	color: white;
	font-weight: normal;
	font-size: 240%;
	line-height: 1.2em;
}	

#header #slogan h1.typofix {
	padding-right: 3px;
}

#header #breadcrumb {
	position: absolute;
	top: 180px; left: 170px;
	font-size: 100%;
	line-height: 30px;
	color: #272529;
	text-transform: uppercase;
	font-weight: bold;
}
#header #breadcrumb ul{
	list-style:none;
}
#header #breadcrumb ul li{
	display: inline;
	list-style:none;
}

#content {
	width: 776px;
	margin: 0 auto 40px auto;
	padding: 0;
	text-align: left;
	background: url(../images/default-content-back.jpg) top right no-repeat;
	min-height: 385px;
}


#content .leftcol {
	width: 180px;
	margin: 0 0 0 8px;
	_margin: 0 0 0 4px; 
	padding: 20px 0 0 0;
	float: left;
}

#content .rightcol {
	width: 535px;
	margin: 0 0 0 210px;
	padding: 15px 0 0 0;
}


#content ul.subnavi {
	list-style: none outside;
	margin: 0; padding: 0 0 10px 0;
	background: url(../images/subnav-bottom.gif) bottom right no-repeat;
}

#content ul.subnavi li {
	font-size: 100%; line-height: 1.2em;
	margin: 0; padding: 0;
	background: url(../images/subnav-background.gif) top right repeat-y;
}

#content ul.subnavi li a:link,
#content ul.subnavi li a:visited {
	border-bottom: 1px solid #8eb1cf;
	border-top: 1px solid white;
	line-height: 16px;
	width: 160px;
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	color: #353739;
}

#content ul.subnavi li a:hover {
	border-top: 1px solid #d7e3ed;
	border-bottom: 1px solid #638aad;
	background: url(../images/subnav-background-over.gif);
	color: black;
}

#content .leftcol H3 {
	background: url(../images/subnav-header.gif) top right no-repeat;
	padding: 0 0 0 10px;
	line-height: 35px;
	color: white;
	font-weight: normal;
	font-size: 160%;
	margin: 0;
	border-top: none;
	border-bottom: 1px solid #245b0d;
}

#content ul.subnavi li.selected a:link,
#content ul.subnavi li.selected a:visited,
#content ul.subnavi li.selected a:hover {
	background: url(../images/subnav-selected.gif) top right repeat-y;
	color: white;
	font-weight: bold;
	border-top: 1px solid #1d77d8;
	border-bottom: 1px solid #08254b;
}

/* SUBNAVI - sublinks */

#content ul.subnavi ul {
	list-style: none outside;
	margin: 0; padding: 0;
	background: url(../images/subnav-bottom.gif) bottom right no-repeat;
	border-bottom: 1px solid #8eb1cf;
	border-top: 1px solid white;
}

#content ul.subnavi ul li {
	font-size: 90%; line-height: 1.2em;
	margin: 0; padding: 0;
	background: url(../images/subnav-background.gif) top right repeat-y;
}

#content ul.subnavi ul li a:link,
#content ul.subnavi ul li a:visited,
#content ul.subnavi li.selected ul li a:link,
#content ul.subnavi li.selected ul li a:visited {
	border-bottom: none;
	border-top: none;
	line-height: 20px;
	width: 150px;
	display: block;
	padding: 0 10px 0 20px;
	text-decoration: none;
	color: #353739;
	background: url(../images/subnav-background.gif) top right repeat-y;
	font-weight: normal;
}

#content ul.subnavi ul li a:hover,
#content ul.subnavi li.selected ul li a:hover {
	border-top: none;
	border-bottom: none;
	background: url(../images/subnav-background-over.gif);
	color: black;
}

#content ul.subnavi ul li.header {
	background: url(../images/subnav-header.gif) top right no-repeat;
	padding: 0 0 0 10px;
	line-height: 35px;
	color: white;
	font-weight: normal;
	font-size: 160%;
	margin: 0;
	border-top: none;
	border-bottom: 1px solid #245b0d;
}

#content ul.subnavi ul li.selected a:link,
#content ul.subnavi ul li.selected a:visited,
#content ul.subnavi ul li.selected a:hover {
	background: url(../images/subnav-selected.gif) top right repeat-y;
	color: white;
	font-weight: bold;
	border-top: 1px solid #1d77d8;
	border-bottom: 1px solid #08254b;
}
 
.sidebar {
	float: right;
	width: 175px;
	margin: 0 0 20px 20px;
}

body.home #content {
	background: url(../images/home-content-back.jpg) top left no-repeat;
	min-height: 290px;
}

body.home #content .leftcol {
	float: left;
	width: 480px;
	margin: 0 0 0 28px;
	_margin: 0 0 0 14px;
	padding: 0 0 40px 0;
}

body.home #content .rightcol {
	width: 240px;
	margin: 0 0 0 528px;
	_margin: 0 0 0 525px;
	padding: 20px 0 0 0;
}

body.home .rightcol h2 {
	background: url(../images/sidebar-head-right.gif) top left no-repeat;
	padding: 0 0 0 15px;
	line-height: 35px;
	height: 35px;
	color: white;
	font-weight: normal;
	font-size: 160%;
	margin: 0 0 0.5em 0;
}

body.home .rightcol h2 a:link,
body.home .rightcol h2 a:visited {color: #272529;}
body.home .rightcol h2 a:hover {color: #1765a5;}

body.home .rightcol h3, body.home .rightcol h4, body.home .rightcol p, body.home .rightcol ul, body.home .rightcol ol {
	margin-left: 15px;
}

/* BOX MODULE */

.box {
	width: 230px;
	background: #daebf7 url(../images/box-foot-blue.gif) center bottom no-repeat;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
	float: left;
	overflow:hidden;
}

.box-left {
	margin: 0 20px 0 0;
}

.box h2 {
	background: #428a11 url(../images/box-head-green.gif) top center no-repeat;
	color: white;
	font-size: 140%;
	margin: 0;
	line-height: 38px;
	padding: 0 10px;
	border-bottom: 1px solid #327745;
}

#content .box ul {
	list-style: none outside;
	margin: 0;
	padding: 0;
	 background: none;
}

#content .box ul li {
	border-bottom: 1px solid #8eb1cf;
	border-top: 1px solid white;
	margin: 0;
	padding: 5px 10px;
	background: none;
}

#content .box a:link,
#content .box a:visited {
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

#content .box a:hover {
	color: #1765a5;
}

#content .demo {
	clear: right;
	margin: 0 0 10px 0;
}

#content .demo p {
	color: #454545;
	font-size: 90%;
	line-height: 1.4em;
}

#content .demo img {
	float: right;
	margin: 0 0 20px 20px;
}

.leftlogo{
	padding:2px 5px 2px 2px;
	float:left;
}

#content .box a.more {
	font-weight: normal;
}


/* SITE MAP */

#content .module-sitemap ul {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

#content .module-sitemap ul li {
	font-size: 120%;
	line-height: 1.5em;
	margin: 0 0 0.25em 0;
	padding: 0;
	font-weight: bold;
	display: block;
	width: 250px;
	float: left;
}

#content .module-sitemap ul ul {
	list-style: none outside;
	float: none;
	margin: 0 0 1em 15px;
	padding: 0;
}

#content .module-sitemap ul ul li {
	font-size: 80%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: list-item;
	width: auto;
	float: none;
}

#content .module-sitemap ul ul ul {
	list-style: none outside;
	margin: 0 0 0.5em 15px;
	padding: 0;
}

#content .module-sitemap ul ul ul li {
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-style: italic;
}


/* FOOTER STYLES */

#footer-wrapper {
	clear: both;
	background: #08254e url(../images/footer-back.jpg) top repeat-x;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 10px 0 40px 0;
	color: white;
	text-align: center;
}

#footer {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.4em;
}

#footer .leftcol {
	width: 200px;
	float: left;
}

#footer .rightcol {
	width: 560px;
	margin: 0 0 0 200px;
	text-align: right;
}

#footer ul {
	list-style: none outside;
	margin: 0; padding: 0;
}

#footer ul li {
	display: inline;
	margin: 0 0 3px 12px;
	padding: 0 0 0 12px;
	border-left: 1px solid white;
}

#footer ul li.first {
	border: none;
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	color: #66CCFF;
	text-decoration: underline;
}


/* FOOTERSTICK */
html{height: 100%;}
body	{height: 100%;}

#wrapper{
position:relative;
min-height: 100%;
}
* html #wrapper
{
height: 100%;
}

#content
{
padding-bottom: 0em;
}

#footer-wrapper
{
position: relative;
margin-top: 0em;
}
