/**
 * author Paul Shand
 * version 1.1
 * copyright The Touch Agency, 31 October, 2006
 * styles for rescu spend-management, main colours: aqua #00A0C6 light-aqua: #8BD3E5
 **/

/* tag formatting */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #8BD3E5;
	margin: 0em;
}
p {
	font-size: 1em;
	margin-bottom: 1em;
	margin-top: 0em;
	line-height: 1.3em;
}
h1,h2,h3 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.1em;
	color: #00A0C6;
}
a {
	text-decoration: none;
	color: #00A0C6;	
}
a:hover {
	text-decoration: underline;	
}
img.png {
	behavior: url(iepngfix.htc); /* apply png fix to any png images */
}

/* classes */

.footnote {
	font-size: 0.8em;
}
.clear {
	clear: both;
}
.aqua {
	color: #00A0C6;
}
.aqualight {
	color: #8BD3E5;
}

/* layout */

#wrapper {
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;	
}
#header {
	background-image: url(../images/topbar.gif);
	width: 810px;
	height: 140px;
	background-repeat: no-repeat;
}
#header.holding {
	margin-bottom: 5px;
}
#navigation {
	height: 44px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding-left: 16px;
	background-image: url(../images/nav/navback.gif);
	background-repeat: repeat-x;
}
#navigation ul {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#main {
	background-image: url(../images/main_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 0px;
	overflow: auto;
	width: 100%;
}
#main.allwhite {
	background-image: url(../images/main_bottom2.gif);
}
#left {
	width: 530px;
	float: left;
}
#flashmodule {
	background-color: #8BD3E5;
	padding-bottom: 5px;
	height: 205px;
	width: 530px;
	background-image: url(../images/flashmodule_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#textmodule {
	background-image: url(../images/textmodule_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 50px;
}
#textmodule.noflash, #textmodule.suppliers {
	background-image: url(../images/textmodule_top2.gif);
}
#textmodule.suppliers img {
	margin-left: 26px;
	margin-bottom: 5px;
}
#textmodule.suppliers hr {
	margin-left: 26px;
	margin-right: 26px;
	background-color: #FFFFFF;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-color: #00A0C6;
}
#textmodule.suppliers ul {
	padding-left: 26px;
	color: #333333;
}
#textmodule p, #right p {
	margin-left: 26px;
	margin-right: 35px;
	color: #333333;
}
#textmodule h1 {
	margin-left: 26px;
	margin-top: 5px;
}
#textmodule ul {
	margin-right: 80px;
	margin-left: 0px;
	padding-left: 0px;
}
#textmodule li {
	margin-bottom: 0.3em;
	list-style-type: none;
}
#right {
	width: 275px;
	float: right;
}
#right.text {
	background-image: url(../images/textmodule_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
}

#footer {
	padding-top: 13px;
}
#footer ul {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	text-align: right;
	line-height: 0.9em;
	color: #FFFFFF;
}
#footer ul li {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#footer a {
	color: #FFFFFF;
}
a.active {
	text-decoration: underline;	
}

/* rico styles */

#accordionContact {
	margin-left: 25px;
	margin-bottom: 40px;
	width: 220px;
}
.accordionTabTitleBar {
	background-image: url(../images/contact-bar.gif);
	background-repeat: repeat-x;
	height: 18px;
	text-transform: uppercase;
	font-size: .9em;
	line-height: 1.8em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	margin-bottom: 1px;
}
.accordionTabTitleBarHover {
	
}
.accordionTabContentBox {
	border: 0px;
	padding: 0px;
	background-image: url(../images/content_back.gif);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}
#right .accordionTabContentBox p {
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 10px;
	font-size: .9em;
}
