html,body {padding:0;margin:0;}
#container {
	margin: 0 auto;
	margin-top: 20px;
}

/*/////////////////////
 Library 
/////////////////////*/
.textonly {display:none;}

ul.inline_menu {padding:0;margin:0;}
ul.inline_menu li {list-item-style:none;display:inline;margin-right:5px;}
ul.inline_menu li a {text-decoration:none;} 

/*////////////////////////////
Default Layout
///////////////////////////*/
#colLeft, #colNormal, #colRight {
	/*display:block;*/
	min-height: 10px;
}

#banner {
	clear: both;
	display: block;
	margin-bottom: 10px;
}

/*///////////////////////
Typography
///////////////////////*/
h1 {line-height:1em;}
h2 {margin:0;}

h1,h2,h3 {margin-bottom:0.5em;}

#content p.csc-subheader {margin-top:0;margin-bottom:0.5em;}
#content p {
margin-bottom:1em;
}

/*///////////////////////
Header
//////////////////////*/
#logo {
	float: left;
}

#menu_top {
	float:right;
	width: 400px;
	text-align:right;
	margin-right: 10px;
	margin-top: 10px;
	clear: right;
}
#search_box {
	text-align: right;
	float:right;
	margin-right: 10px;
	margin-top: 10px;
	width: 400px;
	clear: right;
}

/*///////////////////////
Menu Main
///////////////////////*/
#menu_main {
	text-align:center;
	width: 100%;
}

#menu_main a {text-decoration: none;}

#menu_main ul {
	padding: 0;
	margin:0;
}

#menu_main li {
	margin: 0;
	list-style: none;
	padding:0;
	display: inline;
}
#menu_main li.last {}
#menu_main li a {display:inline-block;padding: 2px 5px;}

/*//////////////////////
Menu Side 
/////////////////////*/
#sideMenu a {text-decoration:none;}
#sideMenu ul {
	padding:0;
	margin:0;
	border-top: 1px solid;
	margin-top:20px;
}
#sideMenu ul li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid;
}
#sideMenu ul li a {
	display: block;
	padding: 5px 0;
}
#sideMenu ul li.level1-act a, #sideMenu ul li.level1-act a, #sideMenu ul li.level1-act a {
	font-weight: bold;
}
/*//////////////////////
Footer
//////////////////////*/
#footer {
	padding-top: 10px;
	font-size: 85%;
}

#copyright {
	float:left;
	width: 50%;
}

#menu_footer {
	float: right;
	width: 50%;
	text-align: right;
	padding-bottom: 10px;
}

#sqn_solutions {
	float: right;
	clear: right;
	width: 50%;
	text-align: right;
	margin-bottom: 10px;
}

/*//////////////////////
Sitemap
//////////////////////*/
p.csc-sitemap-level1 {font-weight: bold;border-bottom: 1px solid;}
p.csc-sitemap a {text-decoration:none;}

p.csc-sitemap-level2 {margin-left: 5em;} 
p.csc-sitemap-level3 {margin-left: 10em;} 

/*///////////////////
OnqForm 
///////////////////*/
.tx-onqform-pi1 ul {list-style: none;}

.tx-onqform-pi1 .onqform_input_text, .onqform_input_select {
	width: 200px;
	color: #333;
	border: 1px solid #eee;
/* Width of inputs */
}

.tx-onqform-pi1 .onqform_input_textarea {
	color: #333;
	width: 400px;
	text-align: left;
}

.tx-onqform-pi1 form fieldset {
	margin-bottom: 10px;
	border: #ddd;
	border-style: solid;
	border-width: 1px;
	padding-left: 10px;
}

.tx-onqform-pi1 form legend {
	font-size: 1.4em;
	padding: 0 2px;
	font-weight: normal;
	color: #000;
}

.tx-onqform-pi1 form label {
	line-height: 1.8;
	vertical-align: top;
	width: 150px;
	padding-right: 10px;
	text-align: left;
	color: #333;
}

/*/// error message ////*/
.tx-onqform-pi1 form .onqform_error label {color: red;}
#colNormal P.onqform_error_message, #colNormal p.onqform_errors {color: red;}

#colNormal p.onqform_errors {font-size: 9px;}

#colNormal .tx-onqform-pi1 form fieldset ol {
	margin: 0;
	margin-left: 0px;
	padding: 0;
}

#colNormal .tx-onqform-pi1 form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

.tx-onqform-pi1 form fieldset ol li ul {
	margin-left: 170px;
}

.tx-onqform-pi1 form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

.tx-onqform-pi1 form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

.tx-onqform-pi1 form fieldset fieldset label {
	display: block;
	width: auto;
}

.tx-onqform-pi1 form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

.tx-onqform-pi1 form label {
	width: 150px;
/* Width of labels */
}

.tx-onqform-pi1 form label.onqform_label_even, .tx-onqform-pi1 form label.onqform_label_odd {
/*Label width for firefox*/
	width: 150px;
/* Width of labels */
	display: block;
	float: left;
}

.tx-onqform-pi1 form label.opt-in-checkbox {
	width: 430px;
	margin-left: 10px;
}

.tx-onqform-pi1 form fieldset fieldset label {
	margin-left: 123px;
/* Width plus 3 (html space) */
}

.tx-onqform-pi1 form fieldset .onqform_label_check {
	margin-left: 10px;
	width: 400px;
}

.captcha-image img {
	margin-right: 10px;
}

