/*
	Site: Burleigh.com Landing Page 
	Date: 05/14/2009
	Author: Larry Chartier
	Description: Core CSS File
	Additional CSS Files: N/A 

	WEB COLORS USED FOR THIS SITE
	---------------------------------------------------------------------
	#000000		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 	
	---------------------------------------------------------------------
*/

/* Base style removal, global fixes and browser/platform fixes */

:link, :visited { text-decoration: none }
ul,ol { list-style: none }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,dl,dt,dd,input { margin: 0; padding: 0 }
a img, :link img, :visited img { border: none }
address { font-style: normal }
a, a:link, a:visited, a:hover, a:active { outline: 0; }


/*	Custom styles begin */


body {font-family: Verdana;background: url(main-bg.gif) repeat-x 0 160px;padding-bottom: 20px;}

div.wrapper {width: 940px;margin: 0 auto;}

br.clear {clear: both;}


h1 a.logo {background: url(burleigh-logo-lg.gif) no-repeat;display: block;text-indent: -9999px;width: 208px;height: 46px;margin: 24px 0 18px 20px;}

div#graybar {background: url(gray-banner.gif) repeat-x;height: 71px;margin: 0 0 30px 0;}
div#graybar h2.question {background: url(which-burleigh-txt.jpg) no-repeat;width: 444px;height: 71px;margin: 0 auto;text-indent: -9999px;display: block;}


/* -------------------------------- EXFO Box -------------------------------- */

dl#exfo {background: url(exfo-bg.gif) repeat-y;width: 460px;float: left;display: inline;}
dl#exfo dt {background: url(exfo-top.gif) no-repeat top;padding: 20px 20px 0 20px;width: 420px;height: 75px;}
dl#exfo dt a.exfologo {text-indent: -99999px;display: block;background: url(exfo-logo-sm.gif) no-repeat;width: 133px;height: 50px;margin: 6px 0 0 0;}
dl#exfo dd.focal {background:url(exfo-focal.jpg) no-repeat top;width: 460px;height: 348px;}
dl#exfo dd.focal div.hidden {visibility: hidden;height: 163px;}
dl#exfo dd.focal div.leftside {width: 155px;padding-left: 20px;float: left;margin-bottom: 7px;}
dl#exfo dd.focal div.rightside {width: 242px;padding-left: 20px;float: left;}
dl#exfo dd.focal div.last {padding-left: 20px;margin-top: 10px;clear: both;}
dl#exfo dd.focal h4 {color: #01679c;font-weight: bold;font-size: 12px;line-height: 18px;margin-bottom: 7px;}
dl#exfo dd.focal ul {list-style: url(exfo-arrow.gif);margin: 0 0 0 15px;font-size: 10px;color: #666;}
dl#exfo dd.focal ul li {margin-bottom: 4px;}
dl#exfo dd.focal ul li a {color: #666;}
dl#exfo dd.focal ul li a:hover {color: #1a95c7;}
dl#exfo dd.btm a {background: url(exfo-btm.jpg) no-repeat;width: 460px;height: 30px;text-indent: -99999px;display: block;}


/* -------------------------------- Burleigh Box -------------------------------- */

dl#burleigh {background: url(burleigh-bg.gif) repeat-y;width: 460px;float: right;display: inline;}
dl#burleigh dt {background: url(burleigh-top.gif) no-repeat top;padding: 20px 20px 0 20px;width: 420px;height: 75px;}
dl#burleigh dt a.lsi {text-indent: -99999px;display: block;background: url(lsi-logo.gif) no-repeat;width: 91px;height: 61px;float: left;}
dl#burleigh dt a.burleigh {text-indent: -99999px;display: block;background: url(burleigh-logo-sm.gif) no-repeat;width: 178px;height: 39px;float: right;margin: 14px 0 0 0;}
dl#burleigh dd.focal {background:url(burleigh-focal.jpg) no-repeat top;width: 460px;clear: both;height: 348px;}
dl#burleigh dd.focal div.hidden {visibility: hidden;height: 163px;}
dl#burleigh dd.focal p {margin: 0 0 7px 20px;font-size: 10px;color: #666;width: 280px;line-height: 15px;}
dl#burleigh dd.focal div.leftside {width: 170px;padding-left: 20px;float: left;}
dl#burleigh dd.focal div.rightside {width: 242px;padding-left: 20px;float: left;}
dl#burleigh dd.focal h4 {color: #01679c;font-weight: bold;font-size: 12px;line-height: 18px;margin-bottom: 7px;}
dl#burleigh dd.focal ul {list-style: none;margin: 0;font-size: 10px;color: #666;}
dl#burleigh dd.focal ul li {margin: 0 0 4px 0;padding: 0 0 0 20px; background: url(burleigh-arrow.gif) no-repeat 0 2px;line-height: 15px;}
dl#burleigh dd.focal ul li a {color: #666;}
dl#burleigh dd.focal ul li a:hover {color: #1a95c7;}
dl#burleigh dd.btm a {background: url(burleigh-btm.jpg) no-repeat;width: 460px;height: 30px;text-indent: -99999px;display: block;}

/* -------------------------------- Footer Box -------------------------------- */

div#copyright {border-top:1px dotted #ccc;margin-top: 20px;}
div#copyright p {font-size:xx-small;color: #999;padding: 5px 20px;width: 400px;}
div#copyright p a {color: #999;}
div#copyright p a:hover {color: #1a95c7;}
div#copyright p.copy {float: left;}
div#copyright p.jigsaw {float: right;display: inline;text-align: right;}




