/* CSS Document */

/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:0;
	padding:0;
	height:100%;
	text-align:center; /* For IE < 6 centring */
}

body {
	behavior:url("/css/csshover.htc");
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#555555;
	background:#edeae1 url(../images/bg-main.png) left top repeat-x;
}

/* Floaters */
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
	line-height:0px;
	height:0px;
}
/* NB: Must have ie.css if you use this */
.clearfix:after {
    content:"."; 
    display:block;
	height:0;
    clear:both; 
    visibility:hidden;
}

/* Remove outlines in FF */
:focus { -moz-outline-style: none; }

a img {
	border:0;
}


/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/
div#container { /* Static width */
	width:742px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;	
	text-align:left; /* Revert IE < 6 centring */
}

/* Header */
div#header {
	height:115px;
	margin:0 0 30px 0;
}

div#nav {
	float:right;
	width:500px;
	margin-top:90px;
	padding:0;
}
div#content {
	float:left;
	width:500px;
}

div#contentWrapper {
	background: transparent url(../images/bg-line-content.gif) right top repeat-y;
	zoom:1;
}

div#flashWrapper	{
	margin-right:12px;
	background:transparent url(../images/bg-hor-line.png) left bottom repeat-x;
}

div#sidebar {
	float:right;				
	width:234px;
}
div#sidebar p	{
	margin:auto 20px;
	padding-bottom:10px;
	padding-top:10px;
}
div#sidebar h2	{
	margin:auto 20px;
}
div#sidebarPanel	{	
	padding-top:15px;
	background:transparent url(../images/panelbg_sidebar_2.png) left top no-repeat;
}
div#sidebarPanelBot	{
	height:13px;
	background:transparent url(../images/panelbg_sidebar_bot_2.png) left top no-repeat;
}
div.sidebarPanelSect, div.sidebarPanelSectTop, div.sidebarPanelSectBot	{
	margin-left:auto;
	margin-right:auto;
	width:163px;
}
div.sidebarPanelSect	{
	border-bottom:1px solid #e9e6e0;
	border-top:1px solid #ffffff;
}
	
div.sidebarPanelSectTop	{
	border-bottom:1px solid #e9e6e0;
}
div.sidebarPanelSectBot	{
	border-top:1px solid #ffffff;	
}
div.sidebarPanelSect	ul	{
	margin-top:0;
}
div#sidebarHighlight p	{
	color:#ffffff;
	font-size:0.85em;
	line-height:1.3em;
}
#container li#newsletterTitle1	{
	list-style-type:none;
	padding:10px 0px;
	background: transparent url(../images/bg-button-1.png) right bottom no-repeat;
	color: #663300;
	margin:0;
	text-align:center;
}
#container li#newsletterTitle2	{
	list-style-type:none;
	border-top:1px solid #e9e6e0;
	padding:10px 0px;
	background: transparent url(../images/bg-button-3.png) right bottom no-repeat;
}
#container li#newsletterTitle3	{
	list-style-type:none;
	border-top:1px solid #e9e6e0;
	padding:10px 0px;
	background: transparent url(../images/bg-button-3.png) right bottom no-repeat;
}

/* Footer */
div#footer {
	height:82px;
	background:transparent url(../images/bg-hor-line.png) left top repeat-x;
}

div#innerFooter {
	height:82px;
	background:transparent url(../images/bg-hor-line.png) left bottom repeat-x;
}

div#footer div.footerLogo	{
	margin-top:23px;
	float:left;
	width:246px;
	text-align:center;
}

div#dqltag {
	position:relative;
	width:100%;
}
div#dqltag div {
	position:absolute;
	right:0px;
	top:-82px;
}
div#dqltag img {
	opacity:1;
}
div#dqltag a:hover img {
	opacity:0.75;
}

ul li.doc,
#newsletters li {
	list-style-image:url(../images/li_doc.png);
	font-size:0.85em;
	padding:5px 0;
	margin:0 0 0 30px;
}
#newsletters li#newsletterTitle1 {
	list-style-image:none;
	margin:0;
}
#newsletters ul {
	margin:0;
}
span#newsletters ul {
	margin:0;
	padding:0;
}
span#newsletters li {
	margin:0 0 0 20px;
}

img.number	{
	margin:0px 8px 8px 0;
	float:left;
}
img.demo	{
	margin:10px 0px;
}

.underline	{
	background:transparent url(../images/bg-hor-line.png) left bottom repeat-x;
}
/*--------------------------------------------------------------------------------------------
	Layout 
  --------------------------------------------------------------------------------------------*/	

img.headingIcon	{
	margin:0 20px 10px 0px;
	float:left;
}
div#sidebarHighlight	{
	background-color:#453852;
	margin:0 2px 20px 2px;
}
div#sidebarHighlight p	{
	margin-top:0;
	margin-bottom:0;
	font-style:italic;
}
div.topTip	{	
	padding:0px;
	margin:0px 2px 0px 2px;
	border-bottom:1px solid #e9e6e0;
}
div.tip	{
	padding:0;
	margin:0px 2px 0px 2px;
	border-bottom:1px solid #e9e6e0;
	border-top:1px solid #ffffff;
}
div.botTip	{
	padding:0px;
	margin:0px 2px 0px 2px;
	border-top:1px solid #ffffff;
}

div.topTip p img,	div.botTip p img,	div.tip p img	{
	margin-right:10px;
}

h1.officeTips {
	margin-bottom: 10px;
}
/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/ 
div#sidebar ul#homeButtons	{
	margin:0 0 20px 0;
	padding:0;
}

div#sidebar ul#homeButtons li ul li,
div#sidebar ul#homeButtons li ul li:first-child	{
	background:none;
	padding:0;
	margin:0;
}

div#sidebar ul#homeButtons li	{
	list-style:none;	
	padding:25px 0;
	margin:0;
	color:#453852;
	font-size:0.9em;
	font-weight:bold;
} 

div#sidebar ul#homeButtons li#bttn1	{
	background: transparent url(../images/bg-button-1.png) right bottom no-repeat;
}
div#sidebar ul#homeButtons li#bttn2	{
	background: transparent url(../images/bg-button-2.png) right bottom no-repeat;
}
div#sidebar ul#homeButtons li#bttn3	{
	background: transparent url(../images/bg-button-3.png) right bottom no-repeat;
}
div#sidebar ul#homeButtons li#bttn4	{
	background: transparent url(../images/bg-button-4.png) right bottom no-repeat;
}

div#sidebar ul#homeButtons li span {
	float:right;
	display:block;
	width:123px;
}

div#sidebar ul#homeButtons li a span {
	cursor:pointer;
	cursor:hand;
}

div#sidebar ul#homeButtons li#bttn1 span {
	margin:5px 10px 0 0;
}
div#sidebar ul#homeButtons li#bttn2 span {
	margin:5px 10px 0 0;
}
div#sidebar ul#homeButtons li#bttn3 span {
	margin:5px 10px 0 0;
}
div#sidebar ul#homeButtons li#bttn4 span {
	margin:5px 10px 0 0;
}

/* Main nav */
ul#navbar {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}  
ul#navbar li {
	float:left;
	padding-left:20px;	
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 
ul#navbar li.first {
	padding-left:0px;	
} 
ul#navbar a {
	/*color:#f6b412;*/
	color:#453852;
	text-decoration:none;
	text-transform:uppercase;
} 
ul#navbar a:hover {
	color:#fff;	
} 
ul#navbar li#selected a {
	/* Selected menu item */
	color:#fff;	
}  
/*sidebar nav*/
ul#sidebarNavWrapper,
ul#newsletters	{
	padding:0;
	margin:10px 0px 20px 0px;
	border-top:1px solid #e9e6e0;
	border-bottom:1px solid #ffffff;
}
ul#newsletters	{
	margin-bottom:0px;
}
li.sidebarNav	{
	list-style-type:none;
	margin:0 0 0 0px;
	border-bottom:1px solid #e9e6e0;
	border-top:1px solid #ffffff;
}
li.sidebarNav a	{
	display:block;
	margin:10px 0px 10px 20px;
}
li#sidebarNavSelected	{
	list-style-type:none;
	margin:0 2px;
	padding:10px 20px;
	border-bottom:1px solid #e9e6e0;
	border-top:1px solid #ffffff;
	background-color:#f6b412;
}

div#content	ul	{
	margin:0;
	padding:0 0 0 30px;
}

ul li, ol li	{
	font-size:0.85em;
}
ol li ul li {
	font-size:1em;
}
ul#tips	{
	margin:0;
	padding:0;
}
ul#tips	li{
	line-height:1.3em;
	list-style-type:none;
}

ul#tips	li a{
	text-decoration:underline;  
}

p a, dd a{
	text-decoration:underline;  
}
/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
h1 {
	font-size:1.3em;
	color:#453852;
	margin-bottom:0;
	margin:0;
	padding:0;
}

div#header h1 {
	float:left;
	margin:0px 0px 0px 0px;
}

h2 {
	margin-top:0;
	font-size:1em;
	color:#453852;
}
h3 {
}
h4 {
}

/* Type */
p {
	padding:8px 0px;
	font-size:0.85em;
	margin:0;
}

div#sidebarPanel p {
	padding:10px 0px;
}
div.cl	{
	margin:0;
	padding:8px 0px;
	width:358px;
	/*width:438px;*/
}
p.leadin {
	color:#404040;
	font-size:0.9em;
	margin:0;
}

div#content p, div#content ul li, div#content ol li	{
	margin-right:12px;
}

/* Links */
a {
	text-decoration:none;
	color:#404040;
}
a:hover {
	color:#666699;
}

/* Panels */
div.panel h1,
div.panel h2,
div.panel p {
	padding:7px 0px;
	margin:0px 20px 0px 20px;
}
div.panel div.topTip p.tipHeading, 
div.panel div.tip p.tipHeading, 
div.panel div.botTip p.tipHeading {
	padding:0;
	height:20px;	
}
div.panel div.topTip p.tipHeading strong, 
div.panel div.tip p.tipHeading strong, 
div.panel div.botTip p.tipHeading strong	{
	margin:10px 0px 0px 30px;
	padding-top:3px;
	display:block;		
}
div.panel div.cl p {
	padding:0;
}
div.panel p,
div.panel li{
	line-height:1.2em;
	font-size:0.85em;
}

div.panel ol li ul li {
	font-size:1em;
	list-style-type:disc;
}

div.panel li strong {
	color:#453852;
}
div.panel ul,
div.panel ol,{
	margin:0;
}

span.label	{
	float:left;
	width:70px;
	line-height:1.4em;
}

span.left	{
	line-height:1.4em;
}

span.contactLine	{
	float:left;
	width:100%;
}

p.tipHeading	{
	margin:0;
	padding:0;
	background: transparent url(../images/icon_word.png) top left no-repeat;	

}

/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
form {
	padding:0;
	margin:0;
}
  

/*--------------------------------------------------------------------------------------------
	Buttons
  --------------------------------------------------------------------------------------------*/
a.bttn {
	font-size:0.9em;
	float:left;
	color:#453852;
	text-decoration:none;
	padding-left:10px;
	background:transparent url(../images/bttn_bg_left.png) left top no-repeat;
}
a.bttn strong {
	float:left;
	display:block;
	height:24px;
	line-height:24px;
	padding:0px 20px 0px 10px;
	background:transparent url(../images/bttn_bg_right.png) right top no-repeat;
}

a.bttn:hover	{
	cursor:pointer;
	cursor:hand;
}


img.quoteImgOpen	{
	margin-right:5px;
}
img.quoteImgClose	{
	margin-left:5px;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

/*--------------------------------------------------------------------------------------------
	Newsletter form 
  --------------------------------------------------------------------------------------------*/ 

div#newsletterForm {
	padding-left: 30px;
}

div#newsletterForm label {
	font-size: .85em;
}

div#newsletterForm input.text {
	border-left: 1px solid #a6a5a4;
	border-top: 1px solid #a6a5a4;
	border-right: 1px solid #e6e5e4;
	border-bottom: 1px solid #e6e5e4;
	background: #f5f3ed;
	line-height: 15px;
	width: 160px;
	font-size: .8em;
	margin-bottom:5px
}

div#newsletterForm p.success {
	color: #009900;
	margin: 0;
	padding: 15px 0 0 0;
}