/* GLOBAL */

body
{
	text-align: center;
	background-image: url(..images/body_back.gif);
	background-repeat: repeat-x;
	background-color:#f4f4f4;
}

body, div, table, input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 15px;
	padding: 0;
	margin: 0;
}

hr
{
	background-color: #FFF;
	color: #FFF;
	border-bottom: dotted 1px #AAAAAA;
}


form
{
	margin: 0;
	background-image: url(..images/body_back.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}

.image_left
{
	float: left;
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
}

.image_right
{
	float: right;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.imagelink
{
	margin-bottom: 8px;
}
	
ul
{
	color: #666666;
	font-family: Arial;
}

li
{
	padding-bottom: 3px;
}

#main-content ul, #right-content ul, #large-content ul, #middle-home-content ul, #right-home-content ul, #main-content .onecell ul, #right-content .onecell ul, #large-content .onecell ul, #middle-home-content .onecell ul, #right-home-content .onecell ul
{
	list-style: none;
	border-bottom: 1px dotted #AAAAAA;
	padding-left: 0;
	margin-left: 0;
}

#main-content .noline ul
{
	border:0;
}

#main-content li, #right-content li, #large-content li, #middle-home-content li, #right-home-content li, #main-content .onecell li, #right-content .onecell li, #large-content .onecell li, #middle-home-content .onecell li, #right-home-content .onecell li
{
	background-image: url(/relaunch07/images/body_back.gif);
	background-repeat: no-repeat;
	padding: 4px 0 4px 35px;
	border-top: 1px dotted #AAAAAA;
}



p
{
	font-family: Arial;
	margin: 3px 0 3px 0;
}

#main-content p
{
	margin-bottom: 8px;
}

a, a:visited, a:active
{ 
	text-decoration: none; 
	color: #217DAC;
}

a:hover
{ 
	text-decoration: none; 
	color: #999999;
}

#main-content a:hover
{ 
	text-decoration: underline; 
	color: #217DAC;
}

#main-content li a:hover
{ 
	text-decoration: none; 
	color: #999999;
}



.noarrowlink
{
	background: none;
	padding-left: 0px;
}

#left-home-content a
{
	font-size: 11pt;
	color: #666666;
	font-weight: bold;
}

#left-home-content a:hover
{
	font-size: 11pt;
	color: #FFA336;
	font-weight: bold;
}


/* HEADER */

#header
{
	width: 961px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
	background: #FFF;
	height: 71px;
}

#headerlogo
{
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

#headerbar
{
	clear: both;
	width: 961px;
	height: 7px;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
}

#headerflash
{
	margin: 0 0 10px 15px;
	padding-bottom: 10px;
}

/* BORDER-CONTAINER */

#bordertop
{
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	clear: both;
	width: 979px;
	height: 4px;
	background-image: url(../images/containerborder_top.gif);
	background-repeat: no-repeat;
}

#bordercontainer
{
	clear: both;
	width: 979px;
	margin: 0 auto 0 auto;
	padding: 1px 0 30px 0;
	border: none 0;
	height: auto;
	background-image: url(../images/containerborder.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
}

#bordercontainer_start
{
	clear: both;
	width: 979px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	border: none 0;
	height: 93px;
	background-image: url(../images/containerborder_start.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
}

#borderbottom
{
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 979px;
	height: 13px;
	background-image: url(../images/containerborder_bottom.gif);
	background-repeat: no-repeat;
}

/* CONTENT-CONTAINER */

/* for all templates */

#container
{
	width: 960px;
	text-align: left;
	background: #FFF;
	height: auto;
	margin: 15px auto;
}

/* for main template */

#navigation
{
	float: left;
	width: 180px;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}

#main-content
{
	float: left;
	width: 450px;
	margin-left: 30px;
	font-size: 100%;
	color: #666666;
}

#frmMailSolution #main-content
{
	float: left;
	width: 450px;
	margin-left: 0px;
	font-size: 12px;
}

#right-content
{
	float: left;
	width: 210px;
	margin-left: 60px;
	font-size: 80%;
	color: #666666;
}

#right-content div, #right-content a
{
	font-size: 100%;
}

/* for large template */

#large-content
{
	float: left;
	width: 720px;
	margin-left: 30px;
	font-size: 12px;
}

/* for home template */

#left-home-content
{
	float: left;
	width: 297px;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}

#middle-home-content
{
	float: left;
	width: 297px;
	margin-left: 20px;
}

#right-home-content
{
	font-size: 11px;
	float: left;
	width: 297px;
	margin-left: 20px;
}

/* HEADERNAVIGATION */

#headernavigation
{
	font-family: Arial;
	font-size: 95%;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	float: left;
	margin-top: 35px;
	list-style-type: none;
	white-space: nowrap;
	border-left: 1px dotted #AAAAAA;
}

#headernavigation li
{
	display: inline;
}

#headernavigation li a
{
	color: #666666;
	padding: 2px 6px;
	float:left;
	border-right: 1px dotted #AAAAAA;
	font-weight: normal;
	background: 0;
}

#headernavigation li a:hover
{
	border-bottom: solid medium #81A4B9;

}

#headernavigation li .active
{
	font-weight: bold;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #81A4B9;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #81A4B9;
}

/* LEFTNAVIGATION */

#leftnavigation
{
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: Arial;
	vertical-align: middle;
	text-align: left;
	border-bottom: dotted 1px #AAAAAA;
	list-style-type: none;
	line-height: 22px;
}

#leftnavigation li
{
	border-top-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-width: 1px;
	border-color: #AAAAAA;
	padding: 0px 0px 1px 0px;
	display: block;
	background-color: #FFF;
	line-height: 22px;
}

#leftnavigation li .active
{
	background-color: #F7F7F7;
	color: #666666;
	font-weight: bold;
	line-height: 22px;
}

#leftnavigation li.firstinlevel2
{
	border-top-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-width: 1px;
	border-color: #AAAAAA;
	padding: 0px 0px 1px 0px;
	display: block;
	background-color: #FFF;
	line-height: 20px;
}

#leftnavigation li.firstinlevel2 .active
{
	background-color: #FFF;
	color: #666666;
	font-weight: bold;
	line-height: 20px;
}

#leftnavigation li.level2
{
	border-style: none;
	padding: 0px 0px 1px 0px;
	display: block;
	background-color: #FFF;
	line-height: 20px;
}

#leftnavigation li.level2 .active
{
	background-color: #FFF;
	color: #666666;
	font-weight: bold;
	line-height: 20px;
}

#leftnavigation a
{
	display: block;
	background: 0;
	padding: 0 0 0 10px;
}

/* META-NAVIGATION */

#metanavigation
{
	background-image: url(../images/meta_top.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 32px;
	clear: both;
	width: 979px;
	margin: 0 auto 0 auto;
	padding: 0;
	border: none 0;
}

#metacontainer
{
	width: 960px;
	margin: 0;
	text-align: left;
	height: auto;
}

#metanavigationleft
{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	text-align: left;
	font-size: smaller;
	color: #ABABAB;
}

#metanavigationright
{
	margin-top: 10px;
	float: right;
	text-align: right;
	font-size: smaller;
	color: #ABABAB;
}

#metanavigationleft a, #metanavigationright a
{
	color: #ABABAB;
	background: 0;
	padding: 0;
}

/* FOOTER */

#footer
{
	background-image: url(relaunch07/images/containerborder_bottom_outer.gif);
	text-align:center;
	height: auto;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	border: none 0;
}

#footercontainer
{
	background-image: url(../images/containerborder_bottom.gif);
	background-repeat: no-repeat;
	width: 979px;
	margin: 0 auto 0 auto;
	text-align: center;
	height: 65px;
}

#footerleft
{
	float: left;
	text-align: left;
	font-size: smaller;
	margin-top: 33px;
	margin-left: 10px;
	color: #ABABAB;
}

#footerright
{
	float: right;
	text-align: right;
	font-size: smaller;
	margin-top: 33px;
	margin-right: 10px;
	color: #ABABAB;
}

#footerleft a, #footerleft a:visited, #footerleft a:active
{
	color: #217DAC;
}

#footerright a, #footerright a:visited, #footerright a:active
{
	color: #ABABAB;
}

.footer_tooltip
{
    position: absolute;
    width: 184px;
    border: 0;
    padding: 0 0 0 0;
    visibility: hidden;
    z-index: 999; /* increase value when not visible */
}

.textbox
{
	width: 200px;
}

h1
{
	color: #81A4B9;
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 0%;
} 



h2
{
	color: #999999;
	background: #EEEEEE;
	display: block;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 100%;
}

h3
{
	font-weight: bold;
	margin-bottom: 4px;
}

.contentorange
{
	color: #FFA336;
}

#right-content h2
{
	color: #666666;
	background-repeat: no-repeat;
	height: 17px;
	display: block;
	margin-bottom: 7px;
	letter-spacing: 0.1em;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

#main-content h2, #large-content h2
{
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	padding: 0;
	margin: 0;	
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 14px;
	background: none;
}

#left-home-content h1, #middle-home-content h1, #right-home-content h1
{
	/*color: #666666; CLIVE*/
	background-image: url(relaunch07/images/title_home_back.gif);
	background-repeat: no-repeat;
	height: 35px;
	font-size: 9pt;
	display: block;
	padding: 8px 0 0 10px;
	font-weight: bold;	
}

/* content tables */

.onecell
{
}

.twocelltable
{
	padding-bottom: 3px;
}

.twocellleft
{
	width: 218px;
	padding: 0 14px 0 0;
}

.twocellright
{
	width: 218px;
}

.threecelltable
{
	padding-bottom: 3px;
}

.threecellleft
{
	width: 148px;
}

.threecellmiddle
{
	width: 148px;
	padding: 0 3px 0 3px;
}

.threecellright
{
	width: 148px;
}

.floatingtd
{
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-style: none;
	padding: 10px 0 0 0;
}

.download
{
	margin: 0 0 10px 0;
	font-size: 11px;
}

.imagecaption
{
	background-color: #F6F6F6;
}

.imagecaption td
{
	border-top: 1px solid #FFF;
	padding: 4px 6px 4px 6px;
}

.separator
{
	border-bottom: dotted 1px #AAAAAA;
	margin-bottom: 2px;
}
