/* 
 * global settings
--------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	background: #666;
	position: relative;
	z-index: 1;
}

h1,h2,h3,h4,p,ul,li,img,label,div,fieldset,legend {
	margin: 0;
	padding: 0;
	border-style: none;
}

table {border-spacing: 0;}

a{
	text-decoration: none;
	color: #000;
}

ul li {list-style: none}

li p {width: 420px !important}

/*-------------------------------------------------
General Text settings
-------------------------------------------------*/

p, table {
	font-size: 12px;
	color: #444;
}

.nospace {margin: 0 !important}

textarea, input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.error {color:#ff0000}

/*-------------------------------------------------
Layout
-------------------------------------------------*/

.overlay {
	overflow:hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	z-index:-1;
}

.background {
	overflow:hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	z-index:-2;
	position: fixed;
}

*+html .background {height: 130%}

.background img {
	width: 100%;
	min-height: 100%;
	min-width: 800px;
}

#wrapper {
	width: 957px;
	margin: 0 auto 0 auto;
	position: relative;
	background: #fff;
}

#wrapper_home {
	width: 957px;
	margin: 0 auto 0 auto;
	position: relative;
	background: #fff;
}

#top {
	background: url(../images/wrapper_top.gif) no-repeat left bottom;
	width: 957px;
	height: 10px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 2;
}

#bottom {
	background: url(../images/wrapper_bottom.gif) no-repeat;
	width: 957px;
	height: 10px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 2;
}

#header {
	width: 720px;
	float: left;
}

#header_home {
	width: 720px;
	float: left;
	background: #fff;
}

#header_bottom {
	background: url(../images/header_bottom.gif) no-repeat left bottom;
	width: 957px;
	height: 10px;
	margin: 0 auto 150px auto;
	position: relative;
	z-index: 2;
}

#logo {
	margin: 14px 0 0 15px;
	padding-bottom: 10px;
	width: 695px;
	border-bottom: 1px dashed #d7d7d7;
	float: left;
	clear: left;
}

#logo img {float: left}

#logo p {
	font-size: 11px;
	color: #5e5e5e;
	line-height: 11px;
	width: 200px;
	margin: 6px 0 0 7px;
	float: left;
}

#menu {
	width: 695px;
	margin: 36px 0 0 15px;
	padding: 0 0 3px 0;
	border-bottom: 1px dashed #d7d7d7;
	float: left;
}

#menu li {
	font-size: 12px;
	float: left;
	border-left: 1px dashed #d7d7d7;
}

#menu li:first-child {border-left: none}

#menu li a {
	color: #5e5e5e;
	padding: 3px 13px 3px 13px;
}

#menu li a:hover, #menu li.active a {
	color: #000;
	background: #fc0;
}

#search_panel {
	width: 228px;
	height: 73px;
	padding: 12px 0 22px 9px;
	background: #ffe88c;
	float: right;
}

#q {width: 197px}

#search_panel label {
	font-size: 14px;
	font-weight: bold;
	color: #363636;
}

#search_panel fieldset {float: left}

#search_panel fieldset label {
	font-size: 11px;
	color: #363636;
	margin: 0 8px 0 0;
}

#search_panel fieldset input {
	font-size: 6px;
	margin: 0;
}

#content {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.faux {
	background: url(../images/faux_columns.gif);
	float: left;
}

.faux02 {
	background: url(../images/faux_columns02.gif);
	float: left;
}

.main {
	width: 498px;
	float: left;
}

.main p {width: 440px}
.main h4 {width: 480px}

.home {
	background: #fff !important;
}

#content {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

#content h2 {
	font-size: 16px;
	color: #444;
	margin: 12px 0 3px 0;
}

#content p {line-height: 16px}

#content p strong {
	font-weight:normal;
	color: #039;
}

#content p img {
	float: left;
	margin: 0 15px 10px 0;	
}

.main ul {margin: 20px 0 20px 50px;}
.main ol {margin: 20px 0 20px 10px}

.main ul li {
	font-size: 12px;
	color: #444;
	line-height: 16px;
	list-style: disc;
}

.main ol li
{
	font-size: 12px;
	color: #444;
	line-height: 16px;
	list-style: decimal outside;
	padding-right: 40px;
}


.file {
	font-size: 12px;
	color: #444;
	background: url(../images/icons/word_icon.gif) no-repeat;
	padding: 0 0 2px 17px;
	margin: 10px 0 15px 0;
	display:block;
}

.file b {text-decoration: underline}

a.anchor {
	font-size: 10px;
	padding: 1px 2px;
	margin: 0 1px;
	background: #ffcd00;
}

a.anchor:hover {text-decoration: underline}

/*-------------------------------------------------
Home
-------------------------------------------------*/

.left_column {
	width: 413px;
	margin: 0 0 0 15px;
	padding: 0 30px 0 0;
	float: left;
}

.right_column {
	width: 423px;
	padding: 0 40px 0 36px;
	float: left;
}

.left_column p.intro {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px !important;
	color: #444;
	margin: 0 0 13px 0;
}

.grey_panel {
	width: 401px;
	padding: 8px 17px 0 7px;
	margin-top: 60px;
	background: #eaeaea url(../images/grey_panel_top.gif) no-repeat;
	float: left;
	position: relative;
}

.grey_panel strong {
	font-size: 15px;
	font-weight: bold !important;
	color: #000 !important;
	line-height: 20px !important;
}

.grey_panel span {
	font-size: 12px;
	font-weight: normal;
	color: #444;
	display:block;
}

.grey_panel a span {color: #000}

.grey_panel .footer {
	width: 425px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0px;
	background: url(../images/grey_panel_bottom.gif) no-repeat left bottom;	
}

.recentBlogPosts h3 {
	font-size: 16px;
	width: 423px;
	margin: 20px 0 3px 0;
	float: left;
}

.recentBlogPosts ul {
	font-size: 12px;
	margin-top: 10px;
	float: left;
}

.recentBlogPosts ul li {
	background: none !important;
	width: 440px;
	line-height: 16px !important;
	margin-bottom: 11px !important;
}

.recentBlogPosts ul li a {
	color: #444;
	text-decoration: underline;
	margin-left: 0 !important;
}

.right_column h3 {
	font-size: 16px;
	width: 423px;
	margin-bottom: 3px;
	float: left;
}

.right_column p {
	width: 423px;
	float: left;
}

.right_column ul {
	font-size: 12px;
	margin-top: 10px;
	float: left;
}

.right_column ul li {
	background: url(../images/icons/doc_icon.gif) no-repeat left 3px;
	line-height: 25px;
	width: 440px;
}

.right_column ul li a {
	color: #444;
	text-decoration: underline;
	margin-left: 17px;
}

.right_column ul li a span {color: #039}

.pager {margin: 10px 0 0 0 !important}

.pager li {
	float: left;
	list-style: none !important;
	margin-left: 2px;
}

div.case_study_detail ul li {
	list-style: disc !important;
}

.pager li a {
	padding: 3px 7px;
	width: 6px;
	display: block;
	background: url(../images/pager.gif) no-repeat center center;
}

.pager li a:hover, .pager li.active a {background: url(../images/pager_active.gif) no-repeat center center}

/*-------------------------------------------------
Form element 
-------------------------------------------------*/

.grey_form {
	background: #eaeaea url(../images/form_top.gif) no-repeat;
	width: 462px;
	padding: 8px 10px 0 8px;
	margin-top: 21px;
	float: left;
}

.grey_form legend {
	font-weight: bold;
	font-size: 15px;
	color: #000;
	padding-bottom: 12px;
	display: block;
}

.grey_form label {
	font-size: 12px;
	color: #444;
	width: 160px;
	float: left;
	padding-top: 3px;
}

.grey_form label span {color: #f00000}

.grey_form .form_text {
	width: 267px;
	margin: 0 0 15px 0;
}

.grey_form .input_set {
	margin: 0 0 7px 160px;
	float: left;
}

.grey_form .input_set label {width: 253px}

.grey_form .input_set input {
	height: 11px;
	width: 11px;
	margin-right: 6px;
	float: left;
}

.grey_form textarea {
	width: 271px;
	height: 57px;
	margin-bottom: 25px;
}

.grey_form fieldset p {
	width: 253px;
	margin: 3px 0 7px 160px;
}

.grey_form fieldset p a {color: #003399}

.grey_form p.text {
	width: 450px;
	margin: -7px 0 20px 0;
	float: left;
}

.grey_form .footer, .comment_list .footer {
	width: 480px;
	height: 8px;
	margin-left: -8px;
	background: url(../images/form_bottom.gif) no-repeat left bottom;
	bottom: 0;
}

/*-------------------------------------------------
Submit case study
-------------------------------------------------*/

.submit_casestudy h1 {
	font-weight: bold !important;
	font-size: 15px !important;
	color: #000 !important;
	padding-bottom: 5px !important;
}

.submit_casestudy legend {
	font-size: 12px !important;
}

.submit_casestudy select {
	width: 272px;
	margin: 0px 0 20px 0;
}

.submit_casestudy .desc_text {
	width: 430px;
	margin: 0 0 20px 0;
}

span.error {
	font-size: 12px;
	background: #ebcece;
	width: 425px;
	padding: 3px 5px;
	margin-left: -4px;
	display: block;
}

.error {color: #f00000 !important}

/*-------------------------------------------------*/

.register {
	font-size: 12px;
	width: 471px;
	padding: 5px 0;
	margin: 20px 0 0 0 !important;
	border-top: 1px dashed #d8d8d8;
	border-bottom: 1px dashed #d8d8d8;
}

.register li {float: left;list-style: none !important;}
 
.register li a {
	color: #444;
	padding: 5px 5px 5px 5px;
}

.register li a:hover, .register li.active a {background: #fc0}

.register_menu {
	width: 200px;
	margin: 17px 0 0 -3px !important;
	float: left;
}

.register_menu .headline {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	margin-left: 3px;
}

.register_menu li {
	font-size: 12px;
	font-weight: bold;
	list-style: none !important;
	padding: 3px 4px;
}

.register_menu li a {
	color: #444;
	text-decoration: underline;
	padding: 3px 4px;
}

.register_menu li a:hover, .register_menu li.active a {background: #fc0}
.register li a:active, .register_menu li a:active {background: #ffeb9d}

.register_detail {
	width: 273px;
	margin-top: 17px;
	float: left;
}

.register_detail h2 {margin: 3px 0 0 0 !important}

.register_detail p {
	width: 273px;
	margin-top: 5px;
	float: left;
}

/*-------------------------------------------------*/

.dashed_line {
	font-size: 1px;
	line-height: 0px;
	color: Inherit;
	background: url(../images/dashed_line_h.gif);
	height: 1px;
	display: block;
	border-style: none;
	margin: 8px 0 8px 0;
}

.dashed_line_light {
	font-size: 1px;
	line-height: 0px;
	color: Inherit;
	background: url(../images/dasehd_line_lightgrey.gif) !important;
	height: 1px;
	display: block;
	border-style: none;
	margin: 8px 0 8px 0;
}

/*-------------------------------------------------
Submenu 
-------------------------------------------------*/

.sub_menu {
	width: 215px;
	margin: 79px 20px 0 -13px;
	padding-bottom: 8px;
	float: left;
}


.sub_menu li a {
	width: 181px;
	font-size: 12px;
	background: url(../images/submenu_bg.gif) no-repeat;
	margin-bottom: 4px;
	padding: 3px 9px 3px 23px;
	display: block;
}

.sub_menu li a span {
	background: #d7d7d7 url(../images/submenu_grow.gif) no-repeat left bottom;
	display: block;
	width: 172px;
	padding: 0 9px 3px 9px;
}

.sub_menu li.active a {background: url(../images/submenu_bg_active.gif) no-repeat}
.sub_menu li.active a span {background: #ffcc00 url(../images/submenu_grow_active.gif) no-repeat left bottom}

/*-------------------------------------------------
Sidebar 
-------------------------------------------------*/

.sidebar {
	width: 235px;
	float: left;
}

.sidebar .panel {
	background: #eaeaea url(../images/panel_top.gif) no-repeat;
	width: 210px;
	padding: 5px 9px 15px 9px;
	margin-bottom: 15px;
	float: left;
	position: relative;
}

.sidebar .panel h4 {
	font-size: 14px;
	margin-bottom: 8px;
}

.sidebar .panel h5 {
	font-size: 13px;
	font-weight: normal;
	padding: 10px 0 2px 0;
	margin: 0;
	float: left;
}

.sidebar .related, .sidebar .keywords {float: left;width: 210px}

.sidebar .related li, .sidebar .keywords li {
	font-size: 11px;
	color: #444;
	line-height: 12px;
	margin: 0 0 8px 15px;
	list-style: disc;
}

.sidebar .related li a, .sidebar .keywords li a {
	font-size: 11px;
	color: #444;
	text-decoration: underline;
}

.sidebar .bottom {
	width: 228px;
	bottom: 0;
	left: 0;
	position: absolute;
}

.case_study_head {
	font-size: 13px;
	color: #444;
	width: 482px;
	display: block;
	padding: 10px 0 8px 0;
	margin: 0 0 28px 0;
	border-bottom: 1px dashed #d7d7d7;
}

.case_study_head a {
	font-weight: bold;
	color: #039;
	text-decoration: underline;
}

.case_study h1 {
	font-size: 12px !important;
	color: #444;
	margin: 0 !important;
}

.case_study h4 {float: left}

.case_study p {
	width: 480px;
	float: left;
}

.case_study ul {float: left}

.case_study p a {color: #039}

.case_study_detail h1 {
	font-size: 13px !important;
	color: #000;
	margin-bottom: 17px !important;
}

.case_study_detail h2 {
	font-size: 13px !important;
	color: #444;
	margin-bottom: 0px !important;
}

.case_study_detail h3 {
	font-size: 13px !important;
	color: #797979;
	width: 480px;
	margin-bottom: 0px !important;
}

.case_study_detail p {width: 480px}

.case_study_detail p a {color: #039}

.case_study_detail ul {
	padding-right: 40px;
}

.case_study_detail ul li {
	list-style: disc !important;
}

.case_study .dashed_line {
	width: 480px;
	margin: 10px 0 10px 0;
	float: left;
}

.case_study .browse {
	font-size: 13px;
	float: left;
	margin: 0;
}

.case_study .browse li {
	font-weight: bold;
	list-style: none;
	border-bottom: 1px dashed #d8d8d8;
	width: 465px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	float: left;
}

.case_study .browse li p, .case_study .browse li .btn {font-weight: normal}

.case_study .browse li ul {margin: 0 0 0 23px}

.case_study .browse li li {
	font-weight: normal;
	width: inherit;
	margin: 0 7px 0 0;
	padding: 0;
	float: left;
	border: none;
}

.case_study .browse li li a {text-decoration: underline}

.attachment {
	color: #444 !important;
	text-decoration: underline;
	background: url(../images/icons/doc_icon.gif) no-repeat left center;
	padding: 2px 0 0 18px;
	margin: 15px 0;
	display: block;
}

/*-------------------------------------------------
Buttons 
-------------------------------------------------*/

.btn {
	font-size: 12px;
	padding: 4px 0 3px 18px;
}

.btn span {padding: 4px 7px 3px 0}

.btn.lightgrey {
	color: #000;
	background: url(../images/buttons/btn_lightgrey.gif) no-repeat;
}

.btn.lightgrey span {background: url(../images/buttons/btn_lightgrey_r.gif) no-repeat right top}

.btn.grey {
	color: #fefefe;
	background: url(../images/buttons/btn_grey.gif) no-repeat;
}

.btn.grey span {background: url(../images/buttons/btn_grey_r.gif) no-repeat right top}

.btn.yellow {
	color: #000;
	background: url(../images/buttons/btn_yellow.gif) no-repeat;
}

.btn.yellow span {background: url(../images/buttons/btn_yellow_r.gif) no-repeat right top}

.btn.black {
	color: #fff;
	background: url(../images/buttons/btn_black.gif) no-repeat;
}

.btn.black span {background: url(../images/buttons/btn_black_r.gif) no-repeat right top}

.btn_group {
	width: 480px;
	display: block;
	float: left;
}

/*-------------------------------------------------
Comment 
-------------------------------------------------*/

.comment textarea {
	width: 460px;
	height: 122px;
}

.comment input {
	width: 164px;
	float: left;
	clear: left;
}

.comment label {
	width: 100px;
	float: left;
	clear: left;
}

.comment legend label {
	font-size: inherit;
	width: inherit;
	color: inherit;
	padding: inherit;
}

.comment .group {
	width: 193px;
	float: left;
}

.comment_list {
	background: #eaeaea url(../images/form_top.gif) no-repeat;
	width: 462px;
	padding: 8px 10px 0 8px;
	margin-top: 21px;
	float: left;
}

.comment_list h1 {
	font-size: 15px !important;
}

.comment_list ul {margin: 0}

.comment_list li {
	list-style: none !important;
	background: url(../images/dashed_line_grey.gif) repeat-x;
	padding: 10px 0 10px 0;
}

.comment_list li a {
	font-weight: bold;
	text-decoration: underline;
	color: #444;
	display: block;
}

/*-------------------------------------------------
search result
-------------------------------------------------*/

h4.result_headline {
	font-size: 15px;
	margin: 18px 0 14px 0;
	float: left;
}

.search_result {
	width: 480px;
	margin-bottom: 20px;
	float: left;
}

.search_result h5 {
	font-size: 12px;
	color: #444;
	text-decoration: underline;
	background: url(../images/icons/doc_icon.gif) no-repeat;
	padding: 2px 0 0 18px;
	margin: 0;
}

.search_result p {padding-left: 18px}

/*-------------------------------------------------
footer
-------------------------------------------------*/

#footer {
	width: 945px;
	padding: 12px 0 12px 12px;
	margin: 12px auto 0 auto;
	background: #f4f4f4;
	position: relative;
	z-index: 3;
}

#footer img {
	margin-top: 2px;
	float: left;
}

#footer p {
	font-size: 11px;
	color: #5e5e5e;
	line-height: 14px;
	margin-left: 10px;
	float: left;
}

#footer ul {
	margin: 1px 22px 0 0;
	float: right;
}

#footer ul li {
	font-size: 11px;
	color: #5e5e5e;
	padding: 0 5px;
	border-left: 1px solid #5e5e5e;
	float: left;
}

#footer ul li:first-child {border-left: none}

#footer ul li a {
	font-size: 11px;
	color: #5e5e5e;
}

/*-------------------------------------------------
Bug fixes
-------------------------------------------------*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {display: inline-block}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
