/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	/*padding: 0;*/
	border: 0;
	font-size: 100%;
	/*font: inherit;
	vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, div, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {	
	background: url(images/bg-gradient.png) repeat-x;
	font-family:"Verdana";
	width:100%;
}
.clear {clear:both;}

.gray {color:#999999;}

.core-logo {margin-right:15px;}

.page-banner {margin-left:-8px; margin-top:10px;}

h1 {font-size:32px; padding-top:12px;}

header { width:100%; height:160px; background:#fff;}
header div#header-panel{width:920px; margin:0 auto;}
header div#header-panel #logo{float:left; width:290px; height:110px; padding-top:2em;}
header div#header-panel #header-right{float:right; width:630px; height:10.000em; }
header div#header-panel #header-right #search-pan{background:url(images/search.png) no-repeat; width:365px; height:3.125em; float:right; padding-top:8px;}
header div#header-panel #header-right #search-pan form {width:240px; float:right; position:absolute; margin-left:95px; margin-top:-22px;}
header div#header-panel #header-right #search-pan #search-tle{ color:#fff; font-size:0.875em; font-family:  'Verdana'; font-weight:bold; padding-left:2.2em; padding-right:0.625em;}
header div#header-panel #header-right #search-pan #search-txt{width:200px; border-radius:0.813em; -moz-border-radius:0.625em; -webkit-border-radius:0.625em; margin-left:0px;padding:0.188em 1.563em 0.188em 0.313em; border:0.063em solid #fff; height:18px; position:absolute;}
header div#header-panel #header-right #search-pan #srch-icon{z-index:2; width:2.5em; height:18px;  padding:3px 3px 5px 3px; text-align:center; background:#F5952E; float:right; position:relative; border-radius:0px 0.813em 0.813em 0px; -moz-border-radius:0px 0.813em 0.813em 0px; -webkit-border-radius:0px 0.813em 0.813em 0px;}
header div#header-panel #header-right #search-pan #srch-icon img{width:20px; height:14px; padding:2px 5px 5px 5px;}

header div#header-panel #header-right #header-copy {clear:both; position:relative;}
header div#header-panel #header-right #web-tag{float:left; padding-left:50px; }
header div#header-panel #header-right #web-tag h1{color:#004d94; font-family: 'Arial'; font-size:1.400em; font-weight:bold;}


nav {width:100%; background:url(images/nav-blue.png); height:48px;position:relative;}
nav div#nav-lamp{width:920px; margin:0 auto; height:48px;  background:url(images/nav-blue.png);}


	.lavalamp-full {
		position: relative;
		list-style: none;
		margin: 0;
		padding: 0;
		top:0.313em;
	}

	.lavalamp-full li {
		z-index: 2;
		position: relative;
		float: left;
		padding: 0;
		margin:0px 0.625em 0px 0.625em;
	}

	.lavalamp-full a {
		display: block;
		text-decoration: none;
		color: #fff;
		margin-left:0.625em;
		font-family: 'Arial';
		font-weight:bold;
		padding:0.500em 20px;
	}
	.lavalamp-full a.current{
		color: #fff;
	}

	
	.lavalamp-full a:hover{
		color: #fff/*ffcc00*/;
	}

	.lavalamp-full .lavalamp-bubble {
		z-index: 1;
		height: 1.750em;
		margin-left:0.875em;
		position: absolute;		
		/*background-color: #999999;*/
		background-color: #F4972D;

		-webkit-border-radius: 3.125em;
		-moz-border-radius: 3.125em;
		border-radius: 3.125em;
	}

	/*** js ***/

	.js .lavalamp-full .lavalamp-bubble {
	  -webkit-transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
	  -moz-transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
	  -ms-transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
	  -o-transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
	  transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
	  -webkit-transition: left 0.5s cubic-bezier(0.5,0.5,0.5,1.25), width 0.5s cubic-bezier(0.5,0.5,0.5,1.25);
	  -moz-transition: left 0.5s cubic-bezier(0.5,0.5,0.5,1.25), width 0.5s cubic-bezier(0.5,0.5,0.5,1.25);
	  -ms-transition: left 0.5s cubic-bezier(0.5,0.5,0.5,1.25), width 0.5s cubic-bezier(0.5,0.5,0.5,1.25);
	  -o-transition: left 0.5s cubic-bezier(0.5,0.5,0.5,1.25), width 0.5s cubic-bezier(0.5,0.5,0.5,1.25);
	  transition: left 0.5s cubic-bezier(0.5,0.5,0.5,1.25), width 0.5s cubic-bezier(0.5,0.5,0.5,1.25);
	}

	/*** no-js **/

	.no-js .lavalamp-full .current a,
	.no-js .lavalamp-full a:hover {
	  background-color: #999999;
	  color:#ffffff;

	  -webkit-border-radius: 3.125em;
	  -moz-border-radius: 3.125em;
	  border-radius: 3.125em;

	  -webkit-box-shadow: 0 0.063em 0 #fff inset;
	  -moz-box-shadow: 0 0.063em 0 #fff inset;
	  box-shadow: 0 0.063em 0 #fff inset;
	}
	
	 

div#service-slider{width:920px; height:372px; margin:0 auto; background:#fff;}
.slider-wrapper {width:920px; height:316px; margin: 0 auto;}
section#content-core {width:920px; height:8.188em; margin:0 auto; padding-top:0.313em; background:#fff;}
section#content-core div#cores{width:920px; margin: 0 auto;}
section#content-core div#cores .corelist{float:left; width:306px; height:8.188em;}
section#content-core div#cores .corelist:hover{opacity:.7;}
section#content-core div#cores .c-m{border-left:1px solid #f3f3f3;border-right:1px solid #f3f3f3;}

section#contents {width:100%; margin:0 auto; clear:both;}
section#contents #contentplace{width:920px; margin:0 auto; padding-top:1em; vertical-align:top; background:#fff;}

section#contents #contentplace #service-info {clear:both; top:-1.875em; position:relative; text-align:center;}
section#contents #contentplace #service-info h2{color:#004d94; font-size:1.875em; font-family: 'Verdana'; font-weight:normal; display:none;}
section#contents #contentplace #service-info p{color:#505050; font-size:22px; font-family: 'Verdana'; line-height:1.2em; padding-top:3em; width:35em; margin:0 auto; margin-bottom:20px;}
	section#contents #contentplace #service-info a{
		color:#fff;
		font-size:/*0.875*/1em;
		font-family: 'Verdana';
		padding:0.188em 0.438em;
		text-decoration:none;
		background-color: #0168c7;
			/* Safari 4-5, Chrome 1-9 */
				background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00376a), to(#0168c7));
			/* Safari 5.1, Chrome 10+ */
				background: -webkit-linear-gradient(top, #0168c7, #00376a);
			/* Firefox 3.6+ */
				background: -moz-linear-gradient(top, #0168c7, #00376a);
			/* IE 10 */
				background: -ms-linear-gradient(top, #0168c7, #00376a);
			/* Opera 11.10+ */
				background: -o-linear-gradient(top, #0168c7, #00376a);
				
		border-radius:0.188em 0.188em;
			-moz-border-radius:0.188em 0.188em;
			-webkit-border-radius:0.188em 0.188em;
			-ms-border-radius:0.188em 0.188em;
			-o-border-radius:0.188em 0.188em;
	}
	section#contents #contentplace #service-info a:hover{
		background:#0066C4;
		color:#50d4ff;
	}
	

	/* ABOUT US */
/*section#about-content {width:100%;}
section#about-content #about-us-contents {width:920px; margin:0 auto; padding-bottom:20px;}
section#about-content #about-us-contents h1{color:#004d94;}
section#about-content #about-us-contents p{color:#666; font-size:0.750em; line-height:1.500em;}*/

footer#sp-footer {width:100%; clear:both; border-top:0.063em solid #ccc;}
footer#sp-footer  div#smc{width:920px; margin: 0 auto;}
footer#sp-footer  div#smc #sitemap{width:540px; margin-top:-15px; float:left;}
footer#sp-footer  div#smc #sitemap ul{list-style:none; margin-left:-2.500em; height:0.625em;}
footer#sp-footer  div#smc #sitemap ul li{display:inline; padding-right:0.625em; line-height:1.500em;}
footer#sp-footer  div#smc #sitemap a{color:#0066c4; text-decoration:none; font-size:11px;}
footer#sp-footer  div#smc #sitemap a.current{color:#0066c4; text-decoration:underline; font-size:0.750em;}

footer#sp-footer  div#smc #copyright{float:right; width:360px; height:0.625em; right:0; text-align:right;}
footer#sp-footer  div#smc #copyright p{color:#bdbdbd; font-size:0.625em; font-family: 'Verdana'; font-weight:bold;}
	

	/* SERVICES */
section.sub-content {clear:both; width:920px; margin:0 auto; position:relative;}
section.sub-content #sub-contents {font:'Verdana'; background:#fff;width:635px; float:left; padding-left:20px;padding-bottom:1.875em; border-left:0.125em solid #dddfe2;}
section.sub-content #sub-contents h1{color:#004d94; font-size:24px;}
section.sub-content #sub-contents p{color:#666; font-size:12px; line-height:1.5; width:620px; margin-top:15px;}

#accordion {width:620px;}
#accordion p {width:540px !important;}
#accordion p a.services-link {color:#D42F29; font-size:0.750em; text-decoration:none; padding-left:1.875em;}
#accordion p a.services-link:hover{color:#EA8D2E; text-decoration:underline;}

#sidebar-service {float:left; width:255px; /*min-height:18.750em;*/ border:0.125em solid #dddfe2; border-top:none; border-right:none; background:#fff url(images/pattern.png); border-radius:0px 0px 0px 0.625em; -moz-border-radius:0px 0px 0.625em 0.625em; -webkit-border-radius:0px 0px 0.625em 0.625em; -o-border-radius:0px 0px 0.625em 0.625em;}
#sidebar-service #tracker-sidebar{width:100%; text-align:center; }
#sidebar-service #tracker-sidebar h2{color:#004d94; font-size:1.000em; float:left; padding-left:20px;}
#sidebar-service #tracker-sidebar a{color:#fff; font-size:1.000em; text-decoration:none; background:#004d94; /*padding:0.313em 1.563em;*/ cursor:pointer; padding:.30em;}
#sidebar-service #tracker-sidebar input{ margin-bottom:20px; width:12.500em;}

#sidebar-service #sidebar-divider{ clear:both; margin:0 auto; height:0.063em; width:80%; background:#e4e4e4; position:relative;  top:20px;}

#sidebar-service #side-cores{clear:both;padding-top:3.125em; padding-bottom:20px;}
#sidebar-service #side-cores .side-cores{position:relative; list-style:none;  width:100%;padding-top:0.438em;padding-bottom:0.313em;}
#sidebar-service #side-cores .side-cores{
	transition:background 0.5s;
	-moz-transition:background 0.5s;
	-webkit-transition:background 0.5s;
	-ms-transition:background 0.5s;
	
	-moz-transition-timing-function:ease-in;
	-webkit-transition-timing-function:ease-out;
	-ms-transition-timing-function:ease-out-in;
	
}
#sidebar-service #side-cores .side-cores:hover {background:rgb(173, 194, 223);}
#sidebar-service #side-cores .side-cores img{padding-left:20px;}
#sidebar-service #side-cores .side-cores a{outline:none;}

	

	/* NEWS */
section#news-content {width:100%;}
section#news-content #news-contents {width:920px; margin:0 auto; padding-bottom:/*20px*/1.875em;}
section#news-content #news-contents h1{color:#004d94;}

.news {padding-left:1.875em; border-bottom:0.063em dotted #ccc; padding-top:10px; height:110px; width:580px;}
.news:hover {background:#ededed;}
.news .news-thumb {float:left;display:inline; margin-left:-1.5em; padding:.5em;}
.news h2 {color:#0066C4;font-size:16px;padding-top:8px;}
.news p {color:#999; font-size:10px; /*margin-top:-20px;*/ line-height:1.500em; width:550px !important;}
.news a {font-style:italic; color:#E2902C; font-size:9px; margin-left:0.313em;}

.fancy-news {padding:0.625em 0.625em; max-width:800px; max-height:600px; overflow:auto;}
.fancy-news h2{color:#0066c4;}
.fancy-news p, .fancy-news ul li{color:#999999; font-size:0.750em; line-height:1.500em;}

/* ******************************************** SIDEBAR NEWS ********************************************** */
.border{
  height:2px;
  background:-moz-linear-gradient(left, #FFFFFF 0%,#005DAE 50%,#FFFFFF 100%); 
  background:-webkit-linear-gradient(left, #FFFFFF 0%,#005DAE 50%,#FFFFFF 100%); 
  background:linear-gradient(left, #FFFFFF 0%,#005DAE 50%,#FFFFFF 100%);
}
#sidebar-news {
	margin-top:35px;
	padding-bottom:30px;
}
h2.title{
	font-size:16px;
	margin-left:10px;
	color:#004D94;
	margin-bottom:10px;
}
.newss {padding:10px 4px 5px 12px;}
.newss:hover {background:#ededed;}
.newss a h2:before{content:url(images/bullet.png) "\20";}
.newss a, .newss a h2 {color:#666; font-size:11px; text-decoration:none;}
.newss p {color:#999; font-size:10px; margin-top:-20px; line-height:1.500em; }

.fancy-news {padding:0.625em 0.625em; max-width:800px; max-height:600px;}
.fancy-news h2{color:#0066c4;}
.fancy-news p, .fancy-news ul li{color:#999999; font-size:0.750em; line-height:1.500em;}

	/* CLIENTS & PARTNERS */
#clients h1{color:#004d94; font-size:1.500em; width:620px; border-bottom:0.125em solid #666;}
#clients p{color:#666; font-size:0.875em; padding-right:20px; text-align:justify; line-height:1.500em;}
#clients ul{/*list-style:square;*/ color:#004E93;margin-left:-40px;}
#clients ul li{ line-height:1.500em; display:inline; padding:20px;}
#clients a{color:#004E93; font-size:0.813em; text-decoration:none;}
#clients a:hover{color:#EC8833; text-decoration:underline;}
.partners-title {color:#666666; border-bottom:1px dotted #D6D6D6;}

/*#useful-links {float:right; width:44%;}*/
#useful-links h1{color:#004d94; font-size:1.500em; border-bottom:0.125em solid #666;}
#useful-links h2{color:#D36824; font-size:1.000em;}
#useful-links ul{list-style:square; color:#004E93;}
#useful-links ul li{ line-height:1.500em;}
#useful-links a{color:#004E93; font-size:0.813em; text-decoration:none;}
#useful-links a:hover{color:#EC8833; text-decoration:underline;}


/* ********************************************************* CONTACT US ************************************************************************** */
span.h2{color:#fff; font-weight:bold; font-family: 'Verdana'; font-size:20px; margin-top:-0.75em; margin-left:1.875em; position:absolute; background:#E2902C; padding:0px 0.938em; border:0.125em solid #E4B46A; border-radius:0.188em; -moz-border-radius:0.188em; -webkit-border-radius:0.188em; -o-border-radius:0.188em;}
#maps { position:relative; display:block; margin-top:50px; width:610px;}
.map { height:20em; width:100%; border:0.125em solid #E2902C; border-radius:0.625em; -moz-border-radius:0.625em; -webkit-border-radius:0.625em; -o-border-radius:0.625em;}
#contact-list h1{font-size:20px; background:#004E93; padding:.25em; padding-left:.55em; width:610px;}
.cnt-item {float:left; width:300px;}
.cnt-item h2{font-size:14px;color:#004E93;}
.cnt-item ul{font-size:12px; list-style:none}
.cnt-item ul>li:first-child{font-size:13px; font-weight:bold; }
.cnt-item ul li .cnt-post{font-size:12px; font-weight:normal; font-style:italic;}
.cnt-item ul li .cnt-post:before{content:" - "}
.cnt-item ul li ul.cnt-numbs{list-style:disc;}
.cnt-item ul li ul.cnt-numbs li:first-child{font-size:12px; font-weight:normal;}


	/* FOOTER INDEX */
footer {width:100%; clear:both; position:relative;}
footer  div#clients{width:100%; padding-top:20px; margin: 0 auto; border-top:0.063em solid #ccc; border-bottom:0.063em solid #ccc;}
footer  div#clients #clients-holder{width:920px; margin: 0 auto;}
footer  div#clients #clients-holder h3{ color:#1a5091 !important; font-size:20px; font-family: 'Verdana'; width:25.000em; padding-left:0.625em;}
	footer  div#clients #clients-holder h3{
		background:#fff;
			/* Safari 4-5, Chrome 1-9 */
				background: -webkit-gradient(linear, left top, right top, from(#fff), to(#e1e1e1));
			/* Safari 5.1, Chrome 10+ */
				background: -webkit-linear-gradient(left, #e1e1e1, #fff);
			/* Firefox 3.6+ */
				background: -moz-linear-gradient(left, #e1e1e1, #fff);
			/* IE 10 */
				background: -ms-linear-gradient(left, #e1e1e1, #fff);
			/* Opera 11.10+ */
				background: -o-linear-gradient(left, #e1e1e1, #fff);
	}
footer  div#clients #mycarousel {list-style:none; width:920px; margin-left:-2.500em; display:block;}
footer  div#clients #mycarousel li{display:inline-block; padding:0px 0.7em 0em 0.8em;width:120px;}
footer  div#clients #mycarousel li img {float:left; width:120px;}
footer  div#smc{width:920px; margin: 0 auto; clear:both; padding:20px 0px;}
footer  div#smc #sitemap{width:540px; margin-top:-15px; float:left;}
footer  div#smc #sitemap ul{list-style:none; height:0.625em; margin-left:-25px;}
footer  div#smc #sitemap ul li{display:inline; padding-right:0.625em; line-height:1.500em;}
footer  div#smc #sitemap a{color:#0066c4; text-decoration:none; font-size:11px;}
footer  div#smc #sitemap a.current{color:#0066c4; text-decoration:underline; font-size:0.750em;}

footer  div#smc #copyright{float:right; margin-top:-8px; width:360px; height:0.625em; right:0; text-align:right;}
footer  div#smc #copyright p{color:#bdbdbd; font-size:0.625em; font-family: 'Verdana'; font-weight:bold; line-height:1.500em;}

/* ********************************************************* SEARCH FORM ******************************************************************************************* */
.searchBox {position:relative; border:none !important;margin-top:20px; width:100%;}

/* ********************************************************* COMING SOON ******************************************************************************************* */
#comingsoon {margin-top:-20px; margin-bottom:30px;}
.comingsoon {color:#D13D2F; font-size:52px; font-weight: bold;}
.shipment-email {font-size:24px; color:#004F9F; }
/* ********************************************************* CONTACT SIDEBAR *******************************************************************/
#cnt-h1 {width:100%; background:#004E93; color:#fff; font-size:20px; font-weight:600;}
#cnt-h1 span{padding:1em;}
#sidebar-service #side-cores2{clear:both;padding-top:0em;padding-bottom:20px;}
#sidebar-service #side-cores2 .side-cores2{position:relative; list-style:none;  width:100%;padding-top:0.438em;padding-bottom:0.313em;}
#sidebar-service #side-cores2 .side-cores2{
	transition:background 0.5s;
	-moz-transition:background 0.5s;
	-webkit-transition:background 0.5s;
	-ms-transition:background 0.5s;
	
	-moz-transition-timing-function:ease-in;
	-webkit-transition-timing-function:ease-out;
	-ms-transition-timing-function:ease-out-in;	
}
#sidebar-service #side-cores2 .side-cores2:hover {background:rgb(173, 194, 223);}
#sidebar-service #side-cores2 .side-cores2 img{padding-left:20px;}
#sidebar-service #side-cores2 .side-cores2 a{outline:none;}

/* *************************************************** Form style ************************************************** */

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
#contact-wrapper {
    position: relative;
    display: block;
}

.form-wrapper {
    float: left;
    width: 500px;
    position: relative;
}

#contact-wrapper h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 9px 0;
    letter-spacing: -1px;
    color: #333;
    font-weight: bold;
}

#contact-wrapper h2.success {
    color: #5791fc;
}

p.success {
    font-size: 16px;
    color: #666;
}
.submit input{
    padding: 6px 3px;
    height: 36px;
    cursor: pointer;
    width: 96px;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    background: -webkit-gradient(linear, left top, left 30, from(#f1f1f1), color-stop(4%, #ffffff), to(#f4f4f4));
    background: -moz-linear-gradient(top, #f1f1f1, #ffffff 1px, #f4f4f4 30px);
    border: 1px solid #ccc;
    font-weight:bold;
    color:#666;
}
/** Form Styles **/
input, textarea, select {
    font: 14px 'Verdana';
    width: 340px;
    padding: 8px 6px;
    margin: 0;
    color: #999999;
    text-shadow: 0 0 1px #FFFFFF;
    border: 1px solid #ddd;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}
input {
    height: 16px;
}
select {
    width: 353px;
    padding: 6px 6px;
}
textarea {
    width: 340px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);

}
input:focus, textarea:focus, select:focus {
    -webkit-box-shadow: 0px 0px 5px #007eff;
    -moz-box-shadow: 0px 0px 5px #007eff;
    box-shadow: 0px 0px 5px #007eff;
}
.field {
    margin: 18px 0;
    position: relative;
    width: 490px;
}

label {
    display: block;
    width: 112px;
    padding-right: 24px;
    float: left;
    color: #666;
    text-align: right;
    font: 16px/24px 'Verdana';
}

.error, .tooltip {
    height: 16px;
    width: 178px;
    background-color: #FFCFCF;
    border: 1px solid #E5A3A3;
    font: 11px/16px 'Verdana';
    color: #801B1B;
    padding: 8px 10px 8px 10px;
    margin-left: -2px;
    border-radius: 0 9px 9px 0;
    -moz-border-radius: 0 9px 9px 0;
    -webkit-border-radius: 0 9px 9px 0;
    -moz-box-shadow: 0 0 6px #ddd;
    -webkit-box-shadow: 0 0 6px #ddd;
    z-index: 9999;
}

.tooltip {
    background: #F2F2F2;
    border-color: #DBDBDB;
    color: #666;
}

.overlay {
    display: none;
    z-index: 10000;
    background-color: #fff;
    width: 912px;
    padding: 24px;
    min-height: 200px;
    border: 1px solid #666;
    background: -webkit-gradient(linear, left top, left 30, from(#f1f1f1), color-stop(4%, #ffffff), to(#f4f4f4));
    background: -moz-linear-gradient(top, #f4f4f4, #ffffff 1px, #f4f4f4 95%);
    border: 1px solid #dadada;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px #ddd;
    -moz-box-shadow: 0px 1px 4px #ddd;
}


.overlay .close:before {
    content: 'X';
}
.overlay .close {
    background: #eee;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border: 1px solid #AAAAAA;
    cursor: pointer;
    height: 23px;
    padding-top: 5px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 29px;
}
#exposeMask{
    position:fixed !important;
}
#email {position:relative; z-index:0;}
#phone {position:relative; z-index:0;}

/* *************************************************** CPN LIST ***************************************************** */
#cpn-top {font-size:14px; color:#333;}
.comptitle {cursor:pointer; font-size:16px; font-weight:600; color:#0094D9/*#004E93*/;margin:5px 5px;}
.comptitle:before {content:"\2022 \20";}

.cpn-title {font-size:14px; color:#4CC5F2; font-weight:600;}

.details {width:600px; position:relative; padding-left:20px;}
.details p {border-top:1px dotted #999; padding-top:15px; position:relative;}
.details p:first-child{border-top:none; padding-top:0px;}
.details p a {color:#0089D0; font-size:12px; text-decoration:none;}

#results {width:500px; display:block; position:aboslute;}
#results td  {padding:0; margin:0; width:400px;}
#cpnlist{width:600px; position:relative; margin-left:20px;}
#pageNavPosition{color:#999999; font-size:12px;}
	.pg-normal {
		font-weight: normal;
		text-decoration: none;    
		cursor: pointer;    
	}
	.pg-selected {
		font-weight: bold;        
		text-decoration: underline;
		cursor: pointer;
	}