/* CSS Document */

/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	behavior:url("/css/csshover.htc");
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background:#fff url(../images/sidebar_bg.png) 0 0 repeat-y;
}

/* Floaters */
.right {
	float:right;
}
img.right {
	margin:0 0 10px 10px;
}
.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:none;
}
/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/
div#container {
	width:100%;
	min-height:100%;	
	background:transparent url(../images/sidebar_bg_magglass2.png) left bottom no-repeat;
}

/* Header */
div#header {
	width:100%;
	background:#FFF url(../images/header_bg.png) 0 0 repeat-x;
}
div#headerLiner {
	width:900px;
	height:152px;
	background:transparent url(../images/header.png) 245px 36px no-repeat;
}
div#header a#logo {
	float:left;
	zoom:1;
}
div#header div#lists {
	float:left;
	zoom:1;
	margin-top:100px;
	awidth: 100%;
}

div#contentWrapper {
	width:900px;
}
div#sidebar {
	float:left;	
	width:210px;
}

div#sidebarLiner {
	padding-left:20px;
	
}
div#content {
	float:right;
	width:655px;
}
/* Footer */
div#footer {
	position:absolute;
	left:0;
	bottom:0;
	width:212px;
	height:216px;
	
}


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;
}


/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  
/* Main nav */
ul#navbar {
	list-style:none;
	padding:0;
	margin:0;
	width: 655px;
}  
div#header ul#navbar li {
	float:left;
	margin:0;
	padding:0;
	zoom:1;
} 
ul#navbar li a {
	display:block;
	margin:0;
	padding:0 20px;
	line-height:25px;
	text-align:center;
	color:#db651b;	
	text-decoration:none;
} 
ul#navbar a:hover {
	color:#472F51;	
} 
ul#navbar li#selected a {
	color:#fff;
	background:#472F51 url(../images/tab_curve.png) 0 0 no-repeat;
}   

ul#subnav {
	clear:both;
	list-style:none;
	padding:0;
	margin:0;	
	width:655px;
}  
ul#subnav li {
	float:left;
	line-height:normal;
	zoom:1;
} 
ul#subnav li a {
	display:block;
	padding:0 14px;
	font-size:0.9em;
	line-height:25px;
	text-align:center;
	color:#fff;	
	text-decoration:none;
} 
div.small ul#subnav li a {
	padding:0 6px;
} 
ul#subnav li.first a {
	padding-left:25px;
} 
ul#subnav a:hover {
	color:#db651b;	
} 
ul#subnav li#selected a {
	font-weight:bold;
} 

  
/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
h1 {
	font-size:1.7em;
	color:#db651b;
	margin-top:25px;
}
h2 {
}
h3 {
	font-size:1.2em;
	margin-top:30px;
	/* color:#472f50; */
	color:#db651b;
}
h4 {
}
div#sidebar h3 {
	color:#fff;
	margin-top:59px;
}
h4 {
}
/* Type */
p {
	color:#3f3f3f;
}
div#conent p {
	line-height:1.4em;
}
p.leadin {
	font-size:1.1em;
	line-height:1.4em;
}
p.date {
	font-weight:bold;
	color:#472f50;	
}
p.date img {
	float:left;
	margin:0 10px 10px 0;	
}

/* Lists */
li {
	color:#3f3f3f;
	line-height:1.4em;
}
ul#aboutList {
	margin-right:200px;
}
ul#aboutList li {
	padding:3px 0;
}

ul.sitemap {
	list-style:none;
	margin:0;
	padding:0;
}
ul.sitemap ul {
	list-style:circle;
}
ul.sitemap li {
	margin-top:30px;
	color:#db651b;
	font-size:1.3em;	
}
ul.sitemap li li {
	margin-top:auto;
	color:#db651b;
	font-size:0.8em;	
}

div#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#sidebar li {
}
div#sidebar li a {
	color:#472f50;
	text-decoration:none;
}
div#sidebar li a:hover {
	text-decoration:underline;
}

/* Links */
div#content a {
	color:#472f50;
	font-weight:bold;
	text-decoration:none;
}
div#content a:hover {
	text-decoration:underline;
}


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

/*--------------------------------------------------------------------------------------------
	Tables
  --------------------------------------------------------------------------------------------*/
table.resources {
	width:100%;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
table.resources th,
table.resources td {
	text-align:left;
	vertical-align:top;
	padding:2px;
}

div#testTools	{
	margin-left:auto;
	margin-right:auto;
	height:158px;
	background:transparent url(../images/quote3.png) center top no-repeat;
}

div#testTools	p span	{
	font-size:0.85em;	
}

div#testTools	p a	{
	color:#472f50;
	font-weight:bold;
	text-decoration:none;
}

div.longContainer	{
	width:625px;
}

div.longContainer	img{
	margin-left:10px;
	float:right;
}

p.gallery {
    overflow:hidden;
}
p.gallery a {
    display:block;
    float:left;
    padding:10px 70px 10px 0;
    width:235px;
}
p.gallery a img{
    clear:both;
}