@charset "UTF-8";
@font-face {
 font-family: Myriad;
 src: url("/fonts/MyriadPro-Regular.eot"); /* For IE 6+ */
}
@font-face {
 font-family: Myriad;
 src: url("/fonts/MyriadPro-Regular.ttf") /* For CSS3 browsers inc. Firefox jesaya_free negotiate_free.ttf */
}
body {
	font: 100%  Myriad, Verdana, Arial, Helvetica;  /*font: 100% Myriad, Verdana, Arial, Helvetica;*/
	background: url(/images/bg.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #c5c5c5;
}

a img {border:0;}
p a {text-decoration:underline;font-weight:bold;color:#C5C5C5;}
p a:hover {text-decoration:none;color:#ffffff;}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height:89px; /*used to be 70px for overlap */
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#topfloater {float:left;position:absolute;color:#fff;top:0px;height:59px; overflow:hidden;z-index:10000;} /* set to absolute to appear in lighter grey area */
#topfloater div.topbanner {width:465px;margin-top:4px;margin-left:0px;height:21px;z-index:100; overflow:hidden;}
#topfloater p {font-size:14px;padding:0;margin:2px 0px 0px 6px;}
#topfloater a {cursor:pointer;}

#mainContent {
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(/images/mainContent_bg.gif) repeat-x 0px -18px;
	margin-top:3px;
	
	
	/*position:relative;
	z-index:-101;*/
}
#mainContent h1 {font-size:30px;font-weight:normal;display:block;margin:10px 0 0 0;padding:0;}

#mainContent #mainLeft.lamp {background:url(../images/bg_home.jpg) no-repeat;min-height:720px;}
#mainContent #mainLeft.lamp div.floatright {width:400px;float:right;margin:20px 17px 0 0;}
#mainContent #mainLeft.lamp div.floatright p {text-align:right;color:#dddddd;}

#mainContent #mainLeft {float:left;width:580px;margin:0;padding:0 0 0 20px;}
#mainContent #mainLeft h2 {font-size:18px;margin:0;padding:0;color:#eee;}
#mainContent #mainLeft h2 a {color:#eee;text-decoration:none;}
#mainContent #mainLeft h2 a:hover {text-decoration:underline;color:#fff;}
.shade555 {color:#555;font-size:13px;}
.shade444 {color:#444;font-size:12px;}
.shade333 {color:#333;font-size:11px;}
.shade222 {color:#333;font-size:10px;}
.shade111 {color:#333;font-size:9px;}

#mainContent #mainLeft p {margin:0 0 10px 0;padding:0;font-size:15px;}
#mainContent #mainLeft div.servicespic {float:left;width:120px;display:inline;clear:left;}
#mainContent #mainLeft div.servicestext {float:left; width:455px;display:inline;margin:20px 0 0 0;}
#mainContent #mainLeft ul {padding:0;margin:0 0 0px 0; font-size:13px;font-family:Arial, Helvetica, sans-serif;}
#mainContent #mainLeft ul li {margin:0 0 4px 0px;padding:0 0 0 14px; list-style:none; background:url(/images/bullet_blue_bland.png) 0px 2px no-repeat;}

#mainContent #mainLeft form div {display:block;margin:0 0 10px 0;padding:0;}
#mainContent #mainLeft form div label {width:80px;font-size:14px;text-align:right; padding:0 4px 0 0; vertical-align:top;display:inline-block;}
#mainContent #mainLeft form div input {border:1px solid #666;width:480px;}
#mainContent #mainLeft form div textarea {border:1px solid #666;width:480px;height:200px;}

#mainContent #mainLeft div.panel {width:274px;padding:0 0 6px 0;margin:0 14px 10px 0; background:url(../images/backgrounds/bg_black_50.png);}
#mainContent #mainLeft div.panel hr {margin:10px;}
#mainContent #mainLeft div.panel h2 {background:url(../images/backgrounds/bg_blue_80.png);padding:2px 0px 0px 6px;margin:0 0 4px 0;}
#mainContent #mainLeft div.panel ul.panellist {padding:4px 4px 0px 8px;}
#mainContent #mainLeft div.panel p {font-size:13px; margin:0 6px 0 8px;}
#mainContent #mainLeft div.panel p a {text-decoration:none; font-size:14px; font-weight:normal;background:url(/images/bluearrow.png) no-repeat 0px 0px;display:list-item; list-style:none; margin:0 0 0 0px; padding:0 0 0 18px;}
#mainContent #mainLeft div.panel p a:hover {background:url(/images/bluearrow_on.png) no-repeat 0px 0px;}
.hoverpointer {cursor:pointer;}

.readmore {display:inline-block;font-weight:bold;text-decoration:underline;font-size:11px; background:url(/images/bluearrow_down.png) no-repeat right -1px;margin:0px; padding:0px 18px 0px 0px;}
.readmore a {text-decoration:none;}
.readmore:hover, .readmore_inline:hover {text-decoration:none;color:#ffffff;cursor:pointer;background:#545;background:url(/images/bluearrow_down_on.png) no-repeat right;}

.readless {display:inline-block;font-weight:bold;text-decoration:underline;font-size:11px; background:url(/images/bluearrow_up.png) no-repeat right -1px;margin:0px; padding:0px 18px 0px 0px;}
.readless a {text-decoration:none;}
.readless:hover, .realess_inline:hover {text-decoration:none;color:#ffffff;cursor:pointer;background:#545;background:url(/images/bluearrow_up_on.png) no-repeat right;}

.readmore_inline {font-size:11px; background:#454;margin:2px; padding-left:4px; padding-right:4px;}
.readmore_inline a {color:#eee;text-decoration:none;}

p .more {background:url(/images/more_arrow.png) no-repeat; background-position:center;width:10px;}

#mainContent #mainRight {float:right;border-left:1px solid #999;padding:0px 0 0 14px;margin:20px 0 0 0;width:140px;min-height:720px;}
#mainContent #mainRight h3 {font-size:18px;margin:0;padding:0;color:#eee;}
#mainContent #mainRight p {padding-left:0px;padding-right:4px;width:130px;}
#mainContent #mainRight ul {margin:0 0 0 0px;padding:0;font-size:11px;width:135px; font-family:Arial, Helvetica, sans-serif;}
#mainContent #mainRight ul li {margin:0 0 0 0px;padding:0 0 0 14px; list-style:none; background:url(/images/bullet_blue_bland.png) left top no-repeat;}

/*#mainContent #mainRight div.pricebox {border:1px solid #ccc;padding:10px;margin:0 0 10px 0;}*/
#mainContent #mainRight div.pricebox {margin-bottom:10px;}

#footer {
	padding: 0 0 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#2c2c2c;*/
	background:url(/images/footer_bg.jpg);
	margin: 0 0 20px 0;
	border-bottom:1px solid #000;
	height:67px;
}

#footer p {
	margin:0 0 0 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*************************************************/

.yellow {color:#efc261;}
.green {color:#abe08c;}
.purple {color:#ab4eec;}
.red {color:#ef617c;}
.blue {color:#7cadca;}
.slateblue {color:#3c5666;}

#logo {float:right;position:relative;}
#topnav {float:left;margin-left:0px; vertical-align:top;position:absolute;overflow:hidden;top:63px;width:476px; }

#topnav ul {margin:0;padding:0;font-size:16px;height:29px;margin:0px 0 0 0px;overflow:hidden;}
#topnav ul li { list-style:none; display: inline;margin:0 9px 0 0;padding:0;height:29px; overflow:hidden;}
#topnav ul li img {border:0;position:relative;top:-58px;}
#topnav ul li img:hover {border:0;position:relative;top:-29px; cursor:pointer;}
#topnav ul li.active img {top:0px;}
#topnav ul li.active img:hover {border:0;cursor:default;}
#topnav ul li a {text-decoration:none;overflow:hidden;}
#topnav ul li a:hover {color:#fff;}


.portfoliotweak {margin:0px 0 0 20px;padding:10px 0 0 0;}


em {color:#f00;}
p.geektext {font-size:12.2px; letter-spacing:-0.4px; line-height:15px; }