/* @override 
	http://clients/qdatagoc/qdatausa.com/templates/qdata/css/template.css
*/

/* @group IMPORTS */

/*@import "compressed.css";*/

/* @end */

/* @group Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Layout */

/* @group home */

#template-container {
	/*width: 870px;*/
	width: 952px;
	margin: 0 auto;
}

#content-body {
	padding: 0;
	margin: 0;
	border: none;
	background: #fff;
}

#content-main-component {	
	padding: 0 0 0 0;
	margin: 0;
	width: auto;
}



/* @end */

/* @group inside */

#template-container {
	width: 952px;
	margin: 0 auto;
}

.inside #content-main-component {
	width: 680px;
	padding: 20px 0px;
	margin: 0 20px;
}

.inside #content-body {
	padding: 0;
	margin: 0;
	border: 1px solid #e4e4e4;
	border-top: none;
	background: #fff url(../images/content-body-bg.png) no-repeat 0 bottom;
}

.wide #content-main-component {
	width: auto;
}

/* @end */

body.template-body {
	background: #fff url(../images/body-bg.png) top repeat-x;
}

#header {
	width: 100%;
	height: 90px;
	position: relative;
}

#logo {
	background: transparent url(../images/logo.png) no-repeat left top;
	display: block;
	float: left;
	width: 320px;
	height: 90px;
}



#content-main {
	float: left;
	width: auto;
	overflow: hidden;
}



#content-right {
	width: 215px;
	float: right;
	margin: 60px 10px 0 0;
}

#content-bottom {
	clear: both;
	position: relative;
}

#footer {
	text-align: center;
	color: #808080;
	font-size: 12px;
	padding: 20px 0 50px 0;
	background: url(../images/footer-bg.png) no-repeat center top;
}

/* @end */

/* @group Catch All */

html {
	text-align: center;
}

body {
	font-size: 13px;
	line-height: 150%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	color: #000;
}

b, strong {
	color: #d7251b;
}

a:link {
	color: #d7251b;
	text-decoration: underline;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 95%;
}

a:hover {
	color: red;
}

a:visited {
	text-decoration: underline;
	color: #d7251b;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 95%;
}

a img {
	border: none;	
}

h1, div.componentheading, h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #d7251b;
	font-size: 30px;
	margin: 0 0 20px 0;
}

h3 {
    color: #d7251b;
    font-size: 16px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    margin: 0 0 10px 0;
	height: 25px;
}

h4,h5 {	
    color: #353535;
}


p {
	margin: 5px 0 15px 0;
	line-height: 150%;
	text-align: justify;
}


li {
	margin: 0 0 0 15px;
	padding: 3px 0;
	list-style-image: url(../images/bullet-1.png);
	list-style-position: outside;
}

li a:link,
li a:visited {
	color: #282828;
	font-weight: bold;
	text-decoration: none;
}
li a:hover {
	color: #000;
}

/* @group Forms */
form fieldset {
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    padding:10px 20px 20px 20px;
}
form legend {
    padding: 0 2px;
    font-weight: bold;
    border: 1px solid #e5e5e5;
    padding: 5px 20px;
    background: url(../images/titles-bg.png) repeat-x 0 bottom;
}

form fieldset label {

    display: inline-block;
   	line-height: 1.8;
    vertical-align: top;
    font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    font-weight:bold;
}

form label.inline {
	display:inline;
}
form fieldset ol {
    margin: 0;
    padding: 0;
}
form fieldset li {
    list-style: none;
    padding: 5px;
    margin: 0;
}
form fieldset fieldset {
    border: none;
    margin: 3px 0 0;
}
form fieldset fieldset legend {
    padding: 0 0 5px;
    font-weight: normal;
    display:inline;
    background:none;
    background-image:none;
    border:none;
}
form fieldset fieldset label {
    display: inline;
}
form em {
    font-size:11px;
    font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    font-style: italic;
    color: #ba171e;
}
form label {
    width: 150px; /* Width of labels */
}
form fieldset fieldset label {
    margin-left: 123px; /* Width plus 3 (html space) */
}

form fieldset.column-half {
	width: 240px;
	float:left;
	margin: 0 5px 20px 0;
	height: 280px
}

form input.inputbox {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	height: 16px;
	padding: 2px 1px;
	color: #666;
	font-size: 12px;
}

form em.title {
	font-size: 14px;
	font-style:normal;
	font-weight:bold;
}

.button {
	clear: both;
	/*
	border: 3px double #cecece;	
	background: #eeeeee;
	color: #5b5b5b;
	padding: 0px 20px;
	letter-spacing: 1px;
	font: bold 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	*/
	background: url(../images/button-bg.jpg) repeat-x;
	border: none;
	color:  #ffffff;
	padding: 0 20px;
	font: bold 12px Tahoma;
}


form p.submit {
	text-align: center;
	margin: 20px 5px 5px 5px;
}


/* @end */

/* @group Custom */

.ruler {
	background: url(../images/pixel_line.png) repeat-x 0 top;
	height: 2px;
	margin: 10px auto 0 auto;
}
.clear {
	clear: both;
}
.hide, .hidden {
	display: none;
}

.empty {
	text-indent: -9999px
}

.center {
	text-align:center;
	margin: 0 auto;
}

/* @end */
/* @end */

/* @group Modules */

#content-right .moduletable h3 {
	background: url(../images/h3-bg.png) no-repeat left bottom;
}

/* @group Top Menu */
#topmenu {
	height: 27px;
	width: 100%;
	margin: 0;
	background: transparent url(../images/topmenu-bg.png ) repeat-x bottom;
}

#topmenu ul {
	width: 100%px;
	height: 21px;
	margin: 0;
	padding: 0px;
}
#topmenu ul li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	overflow: hidden;
	background: #fff url(../images/menu-inactive-left.png) no-repeat;
}

#topmenu ul li.active a:link,
#topmenu ul li.active a:visited {
	background: transparent url(../images/menu-active-left.png) no-repeat left;
}

#topmenu ul li a:link,
#topmenu ul li a:visited{
	display: block;
	width: 100%;
	height: 21px;
	color: #8a8a8a;
	font: bold 11px/21px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#topmenu ul li a:link span,
#topmenu ul li a:visited span {
	display: block;
	width: auto;
	height: 21px;
	padding: 0 20px;
	background: transparent url(../images/menu-inactive-right.png) no-repeat right;
}

#topmenu ul li.active a:link span,
#topmenu ul li.active a:visited span {
	color: #fff;
	background: transparent url(../images/menu-active-right.png) no-repeat right;
}
#topmenu ul li a:hover span{
	color: #fff;
}



/* @end */

/* @group Footer */

#footer a.mainlevel:link,
#footer a.mainlevel:visited,
#footer span.mainlevel{
	color: #d7251b;
	font-weight: bold;
}

#footer span.mainlevel{
	padding: 0 5px;
	font-size: 11px;
}

/* @end */

/* @end */

/* @group Content */


.contentpane a:link,
.contentpane a:visited,
#page a:link,
#page a:visited {
	text-decoration: none;
	color: #000;
}

.contentpane a:hover,
#page a:hover {
	text-decoration: underline;
}

/* @group Pagination */
p.counter {
	clear: both;
    width: 100%;
    letter-spacing: 1;
    word-spacing: 5px;
    text-align: right;
    border-top: 1px solid #ccc;
    padding: 10px 15px 0 0;
}

ul.pagination {
	width: auto;
	float: right;
	margin: 0 0 20px 0;
}

ul.pagination li {
	float: left;
	padding: 0 0 0 15px;
	font: bold 13px Arial, Helvetica, Geneva, sans-serif;
}

ul.pagination li a:link,
ul.pagination li a:visited {

}


/* @end */

/* @group Form */
.form {
	background-color: #f2f2f2;
	margin-bottom: 200px;
	padding: 20px 10px 30px;
}

.form td {
	padding: 2px 0;	
}

.validation-advice {
	font-size: 11px;
	color: #a0a0a0;
}

/* @end */

/* @end */


/* @group Search Results */
div.searchintro {
	padding: 0 30px;
}

div.searchintro p a:link,
div.searchintro p a:visited {
	display: block;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	background: #60a4ca;
}

div.results {
	margin: 0 10px 50px 0;
	padding: 20px;
	border: 1px solid #F4F2C2;
	background: #F7F6D7;
}

div.results h3 {
	margin: 0 0 15px 0;
	text-align: center;
}

div.results h4,
div.results h4 a:link,
div.results h4 a:visited {
	font: 16px Georgia, "Times New Roman", Times, serif;
}

div.results .small {
	font-size: 12px;
	font-style: italic;
}

div.results ol.list li {
	border-bottom: 1px dashed #6A9BAA;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/* @end */

/* @group Custom */

/* @group Knowledge Center */
#knowledge-center .item {
	margin: 10px 0;
}
#knowledge-center .title {
	padding: 0 0 0 200px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
}
#knowledge-center #webinars .title{
	background: url(../images/webinar_icon.png) no-repeat left 3px;
}
#knowledge-center #upcoming .title{
	background: url(../images/upcoming_icon.png) no-repeat left 3px;
}
#knowledge-center #publications .title{
	background: url(../images/publications_icon.png) no-repeat left 3px;
}
#knowledge-center #selfassessment .title{
	background: url(../images/selfassessment_icon.png) no-repeat left 3px;
}

#knowledge-center #selfassessment {
	display: none;
}
#knowledge-center .item {
	background: #f2f2f2;
	padding:10px 20px;
	border: 1px solid #e6e6e6;
}
#knowledge-center .item h3 {
	margin-bottom: 5px;
	height: auto;
}
#knowledge-center .item h3 a:link,
#knowledge-center .item h3 a:visited {
	color: #d7251b;
	font-size: 16px;
}

#knowledge-center .item p.button {
	background: none;
	text-align: right;
}

#knowledge-center .item p.button a:link,
#knowledge-center .item p.button a:visited {
	color: #fff;
	padding: 2px 20px;
	font-size: 10px;
}

#knowledge-center .item .contents {
	padding: 10px 0 0 30px;
	display: none;
	height: 0;
	overflow: hidden;
}

#knowledge-center .item dl {
	font-size: 11px;
}

#knowledge-center .item dl span {
	color: #3f3f3f;
	font-style: italic;
}
#knowledge-center .item dl p {
	color: #000;
	margin-top: 0;
}

#knowledge-center .item dl span.separator {
	margin: 0 20px;
}

#knowledge-center .item dt,
#knowledge-center .item dt a:link,
#knowledge-center .item dt a:visited {
	color: #d7251b;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

/* @end */

/* @group What We Offer */
#what-we-offer {
	width: 288px;
	margin: 5px 30px 30px 0;
	float: left;
}



/* @end */



/* @end */