/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}

.large, h2 {
	font-size: 42px;
	line-height: 48px;
}

.bigger, h3 {
	font-size: 26px;
	line-height: 36px;
}

.big, h4 {
	font-size: 22px;
	line-height: 30px;
}

body {
	font: 16px/24px Arial, Helvetica, sans-serif;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
	background:url(../img/bgstrip.jpg) repeat-x;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
body.printable {
	background: none;
	color: black;
}
#smalllogo {
	display: none;
}
#largelogo {
	display:inline;
}
.printable h1 {
	padding-left: 40px;
	color: #FF6600;
}
ol#printlist {
	padding-left: 40px;
	list-style:decimal;
}
ol#printlist li {
	padding-bottom: 10px;
}
#printlink {
	color: #FF6600;
	padding-left: 40px;
	padding-bottom: 10px;
	outline: none;
}
#printbox {
	padding-bottom: 15px;

}
p.deletebox {
	display: none;
	position: absolute;
	background-color: white;
}
p.deletebox a{
	display: block;
	color:#BE4900;
	font-size: 14px;
	padding: 5px 10px;
}
p.deletebox a:hover{
	background-color: #CCCCCC;
	text-decoration: none;
}
#container {
	width: 896px;
	padding: 0px 48px 84px;
	margin:0 auto;
	color: #CCC;
}
header{
	height: 100px;
	margin:0px;
	background-color: black;
	padding-left: 25px;
}
header .bidsdue {
	display: block;
	width: 175px;
	float: right;
	padding-top: 40px;
	color: #FF6600;
}
nav {
	margin: 0;
	padding: 0 0 35px;
	background-color: white;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;	
	overflow: hidden;
	position: relative;
	z-index:20;
}
nav ul {
	width: 100%;
	overflow: hidden;
	list-style:none;
	padding:8px 0 0;
	margin:0;
	background-color: #221D19;
}
nav ul li {
	width: 169px;
	float: left;
	background: black url(../img/linkroller.jpg) right top no-repeat;
	margin: 0 5px;
	padding: 0;
	height: 40px;
	text-align:center;
	line-height:40px;
}
nav ul li#burnhamlink {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: none;
	z-index:100;
	float: none;
	height: 35px;
	line-height:35px;
	color: #999;
	width: 500px;
	text-align: right;
	padding-right: 10px;
}
nav ul li#burnhamlink a:link, nav ul li#burnhamlink a:visited {
	background: none;
	color: #999;
	text-decoration: underline;
	display: inline;
	text-align: right;
	padding-left: 5px;
}
nav ul li#burnhamlink a:hover, nav ul li#burnhamlink a:active {
	color:#333;
	text-decoration: none;
}
nav ul li:hover {
	background: black url(../img/linkroller.jpg) right bottom no-repeat;
}
nav ul li a {
	display: block;
	height:100%;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	background: black url(../img/linkroller.jpg) left top no-repeat;
	color: white;
	text-decoration: none;
}
nav ul li:hover a {
	background: black url(../img/linkroller.jpg) left bottom no-repeat;
	color: #353535;
}
h1 {
	color: #FF6600;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: normal;
	margin-bottom: 25px;
}
#login h2 {
	color: #FF6600;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
#login #images p {
	padding-right: 15px;
}
#content {
	background-color: black;
	padding: 25px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
#primaryimage {
	padding: 0;
	margin:0;
}
#primaryimage img {
	border: 5px solid black;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin: 10px 0 4px;
}

#images {
	width: 508px;
	float: left;
}
#homepage h1 {
	margin-bottom: 15px;
}
#homepage #intro {
	font-size: 16px;
	line-height: 20px;	
	margin-bottom: 15px;
}
#homepage #intro {
	display: none;
}

#homepage #quickfacts {
	margin-left: 40px;
}
#homepage #clientlist {
	padding-left: 40px;
	clear: both;
	padding-top: 20px;
	list-style: none;
}
#homepage #clientlist > li {
	padding-left: 20px;
	font-size: 12px;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#homepage #clientlist li span a:link, #homepage #clientlist li span a:visited {
	color: #FF6600;
	text-decoration: underline;
}
#homepage #clientlist li span a:hover, #homepage #clientlist li span a:active {
	color: white;
	text-decoration: none;
}
#homepage #clientlist li.active {
	background: url(../img/icon-active.png) left 5px no-repeat;
}
#homepage #clientlist li.inactive {
	background: url(../img/icon-inactive.png) left 5px no-repeat;
}
#homepage #clientlist li.exception {
	background: url(../img/icon-exceptions.png) left 5px no-repeat;
}
#homepage #clientlist li.exception span.sitename:hover{
	cursor:pointer;
	text-decoration:none;
}
#homepage #clientlist li span.sitename {
	display: block;
	width: 230px;
	float: left;
	font-size: 16px;
	line-height:26px;
	height: 26px;
	overflow: hidden;
}
#homepage #clientlist li.exception span.sitename{
    position: relative;
	text-decoration:underline;
}
#homepage #clientlist li.exception span.userlist{
	background-color: #FFFFFF;
    color: #000000;
    left: -3px;
    padding: 5px 10px;
    position: absolute;
    top: 26px;
	border:3px solid #000;
	z-index:10;
}
#homepage #clientlist li.exception span.userlist:hover{
	cursor:text;
}
#homepage #clientlist li span.nologin {
	color: black;
}
#homepage #clientlist li ul {
	list-style: none;
	display: none;
}
#contact {
	width: 284px;
	float: right;
	background-color: #221D19;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 20px;
	color: white;
	font-size: 14px;
}
.contact {
	margin-bottom: 15px;
	margin-left: 23px;
}
#contact h2 {
	color: #FF6600;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: normal;
	background: url(../img/contact2_30x30.png) 20px top no-repeat;
	padding-left: 60px;
	margin-bottom: 15px;
}
#contact h2.double {
	background: url(../img/contact2_30x30.png) 20px 5px no-repeat;
	line-height: 20px;
	clear: both;
}

#content {
	overflow: hidden;
	margin-top: 10px;
}
footer {
	background-color: black;
	padding: 15px 25px 15px;
	font-size: 12px;
	color: white;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin-top: 10px;
	clear: both;
}
footer #companyaddr {
	padding-left: 15px;
}
#doclist, #doclist ul, body#documents #clientlist, body#documents #contactlist, body#sidebarmgmt #contactlist {
	list-style: none;
	padding-left: 25px;
}
div#securitylink {
	text-align: center;
}
div#securitylink p {
	margin: 10px auto;
	line-height: 40px;
	width: 80%;
	background-color: #7D5F40;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
div#securitylink a {
	color: white;
}
#doclist li {
	color: #FF6600;
	overflow: hidden;
}
#doclist li a.docs {
	width: 375px;
	float: left;
}
#doclist li a.remove {
	display: block;
	width: 24px;
	float: right;
}
#doclist li a:link, #doclist li a:visited {
	color: white;
	text-decoration:none;
	font-size: 14px;
	line-height: 28px;
	display: block;
	height: 28px;
}
#doclist li a:hover, #doclist li a:active {
	color: #FF6600;
	text-decoration:underline;
}
#doclist li ul li {
		height: 28px;
}
a.word {
	background: url(../img/word.png) left top no-repeat;
	padding-left: 28px;	
}
a.excel {
	background: url(../img/excel.png) left top no-repeat;
	padding-left: 28px;	
}
a.pdf {
	background: url(../img/pdf.png) left top no-repeat;
	padding-left: 28px;	
}
#images #loginForm {
	margin-left: 60px;
}
#images #loginForm div {
	float: none;
	margin-bottom: 10px;
}
#images #loginForm div label {
	display: block;
}
#terms {
	padding-bottom: 5px;
	border-bottom: 1px solid white;
	margin-bottom: 15px;
}
#terms #images div {
	width: 475px;
	float: none;
}
#terms #images div p {
    background: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
    border-radius: none;
    text-align: left;
	margin-bottom: 5px;
	color: #CCC;
}
#terms #images div p strong {
	font-weight: bold;
	font-size: 14px;
	color: #FF6600;
}

#tosForm div {
	margin:5px 20px;
}
.alert {
    background-color: #CF7833;
    border: 1px solid red;
    color: #221D19;
    margin: 20px 5%;
    padding: 5px;
}
#adminlinks {
	list-style: none;
	padding-bottom: 132px;
	padding-left: 40px;
}
#adminlinks ul {
	list-style: none;
}
#adminlinks li {
	color: #FF6600;
}
#adminlinks li ul li {
	padding-left: 20px;
}

#adminlinks li a:link, #adminlinks li a:visited {
	color: white;
	text-decoration:none;
	font-size: 14px;
	line-height: 28px;
	display: block;
	height: 28px;
}
#adminlinks li a:hover, #adminlinks li a:active {
	color: #FF6600;
	text-decoration:underline;
}
#contact h2#adminsection {
	color: #FF6600;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: normal;
	background: none;
	padding-left: 40px;
	margin-bottom: 15px;
}
#logins, #adminlogins {
	padding-left: 40px;
}
#messagelist {
	padding-left: 2px0;
	width: 500px;
	font-size: 12px;
}
#messagelist ul{
	list-style: none;
}
pre {
	text-align:left;
	 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	margin: 0px 0px 0px 0px;
	padding:5px 5px 3px 5px;
	white-space : normal; /* crucial for IE 6, maybe 7? */
	font-size: 12px;
}
#messageform {
	margin-top: 20px;
	width: 500px;
}
#messageform div {
	margin: 10px 0;
	float: none;
}
#messageform textarea {
	width: 500px; 
	margin: 0;
	padding:0;
}

#logout a {
	color: white;
	padding-left: 50px;
}
.data a {
	color: white;
}
#images div.full {
	float: none;
	width: auto;
	margin: 10px;
}
#adddoc label {
	display: block;
}
#adddoc #filetype {
	width: 150px;
}
#logins {
	clear: both;
}
#logins > li, #adminlogins > li {
	font-size: 13px;
	border-bottom: 1px solid white;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
#logins li span.users {
	display: block;
	width: 250px;
	font-size: 14px;
	float: left;
}
.remove, .nomail, #users .edit, #users .noinactivelogin {
	color: #FF6600;
	text-decoration: underline;
}
.noinactivelogin, .inactivelogin{
	float:right;
}
.mail, .inactivelogin {
	color: white;
	text-decoration: underline;
}
.users {
	color: white;
}
#adduserform div, #edituserform div {
	padding-left: 40px;
}
.breadcrumbs {
	color: white;
	padding-bottom: 10px;
}
.breadcrumbs a {
	color: white;
	text-decoration: underline;
}
#adduserform div, #edituserform div {
	width: 100%;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
#adduserform h2, #edituserform h2 {
	font-size: 18px;
}
#adduserform h2 .newsite, #edituserform h2  .newsite{
	font-size: 18px;
}

#adduserform label, #edituserform label {
	display: block;
	width: 150px;
	float: left;
}
#adduserform input, #edituserform input {
	display: block;
	width: 150px;
	float: left;
}
#adduserform input#submit, #edituserform input#edit, #edituserform input#cancel {
	width: 100px;
	margin-left: 150px;
	margin-bottom: 20px;
}
#adminloginhead {
	color: #FF6600;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 36px;
    margin-bottom: 25px;
}
#newsite, #documents .link {
	font-size: 12px;
	color: white;	
}
#newsite a:link, #newsite a:visited {
	color: white;
	text-decoration:underline;	
}
#newsite a:hover, #newsite a:active {
	text-decoration:none;	
}
#siteinfo {
	list-style: none;
	padding-left: 40px;
}
#siteinfo span.label {
	color: #ff6600;
	font-weight: bold;
}
#logoheader {
	margin-top: 20px;
}
#logolist {
	list-style: none;
	margin-top: 20px;
}
#logolist li:first-child {
	border-top: 1px solid #2F2F2F;
}
#logolist li {
	position: relative;
	border-bottom: 1px solid #2F2F2F;
	padding: 2px 0;
}
#logolist img {
	position: absolute;
	right: 50px;
	top: -16px;
	z-index: 10;
}
.addlink, .viewlink {
	display: block;
	float: right;
	color: #EE6600;
	cursor: pointer;
}
#logolist form {
	margin: 10px;
	
}
#documents #images a {
	color: #EE6600;
}

#documents .link a:link, #documents .link a:visited {
	color: white;
	text-decoration:underline;	
}
#documents .link a:hover, #documents .link a:active {
	text-decoration:none;	
}
#downloadreport .filenames {
	padding-left: 10px;
	color: #ff6600;	
}
#requests #requeststatus {
	clear: both;
	margin-top: 10px;
	list-style: none;
	padding-left: 40px;
	font-size: 12px;
}
#requests #requeststatus > li {
	border-bottom: 1px solid white;	
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#requests #requeststatus li {
	list-style: none;
}
#requests #requeststatus li ul {
	margin-left: 10px;
	margin-right: 10px;
}
#requests #requeststatus li ul li {
	border-bottom: 1px solid #666;	
}
#requests #requeststatus li ul li:last-child {
	border-bottom: none;	
}
#requests #requeststatus li span.label, #requests #requeststatus li span.category {
	color: #ff6600;
}
#requests #requeststatus li span.category {
	font-size: 14px;
	font-weight: bold;
}
#requests #requeststatus li a:link,#requests #requeststatus li a:visited {
	color: white;
	text-decoration: underline;
}
#requests #requeststatus li a:hover,#requests #requeststatus li a:active {
	color: #ff6600;
	text-decoration: none;
}
form#workorder {
	margin-left: 40px;
}
form#workorder div {
	margin: 10px 0;
}
#workorder #details p strong {
	color: #ff6600;
}
#workorder h2 {
	color: #FF6600;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 36px;
    margin-top: 25px;
}
#workorder #history {
	border-top: 1px solid #ff6600;
	margin-top: 15px;
}
#workorder #history ul {
	list-style:  none;
	padding-left: 40px;
}
/*=============================================================================== documents.php */

form#notification li {
	list-style: none;
	padding-left: 40px;	
}
/*=============================================================================== security.php */
body#security h1 {
	color: #ff6600;
	font-size: 24px;
	line-height: 36px;
}
body#security h2, body#security h3 {
	color: #ff6600;
	font-size: 18px;
	line-height: 28px;
	margin-top: 24px;
}
body#security h2 {
	font-size: 22px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}
body#security ul {
	padding-left: 40px;
	margin-bottom: 24px;
}
p.citation {
	font-size: 12px;
	margin-top: 20px;
	font-style: italic;	
	margin: 0;
}
p.citation a, body#security a {
	color: white;	
}
/*=============================================================================== glossary.php */

body#glossary dl {
	padding-left: 40px;
	clear: both;
	margin-top: 25px;
}
body#glossary dt {
	font-weight: bold;
	color: #ff6600;
}
body#glossary dd {
	padding-left: 30px;
	padding-bottom: 5px;
}
body#glossary dd span, body#glossary dd span a, body#glossary .addlink {
	color: white;
	font-size: 10px;
}
body#glossary #newterm {
	display: none;	
}
#addtermform div {
	clear: both;	
	padding: 10px 0;
}
#addtermform label, #addtermform label {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 5px;
}
#addtermform input#submit {
	width: 100px;
	margin-left: 100px;
	margin-bottom: 20px;
}
body#glossary #searchform {
	margin-bottom: 45px;
}
body#glossary #searchform label {
	margin-left: 14px;
	color:#ff6600;
}
body#glossary .searchterm {
	color:#ff6600;
	font-size: 16px;
}
body#glossary .addseealso {
	display: none;
}
body#glossary .seealsospan {
	font-weight: bold;
	color: #ff6600;
	font-size: 16px;
}
body#glossary dd a {
	color: #ff6600;
}
body#glossary span.edit {
	padding-left: 120px; 
}
.ui-autocomplete-input
 {
     width:300px;
 }
body#glossaryaddseealso h1 {
	margin-bottom: 10px;
}
body#glossaryaddseealso p.directions {
	padding-left: 10px;

}
/*=============================================================================== adminusers.php */
a.nolink, a.deletelink {
	color: #ff6600;	
}
ol.userlist {
	margin-left: 20px;
}
ol.userlist ul {
	list-style: none;
}
/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

#container {
	width: 712px;
	padding: 0px 28px 60px;
}

#images {
	width: 665px;
	float: none;
	padding-bottom: 15px;
	overflow: hidden;
}
#primaryimage img {
	border: 5px solid black;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin: 10px 0;
	width: 702px;
}
#contact {
	width: 625px;
	float:none;
	clear: both;
	margin-top: 10px;
}
#leftimage {
	margin-left: 40px;
}
#centerimage {
	margin-left: 67px;
	margin-right: 67px;
}

#rightimage {
	margin-right: 40px;
}
#contact {
	padding-left: 25px;
	overflow: hidden;
	padding-right: 0px;	
}
#contact #adminlinks, #contact h2#adminsection {
	padding-left: 200px;
}
.contact {
	margin-left: 0;
}
.domain {
	display: none;
}
#contact div {
	float: left;
}
#c1 {
	width: 175px;
	padding-left: 20px;
}
#c2 {
	width: 175px;
	padding-left: 40px;
}
#c3 {
	width: 150px;
	padding-left: 40px;
}
nav ul li {
	margin: 0 5px;
	width: 168px;
}

nav ul li a {
	xline-height: 18px;
	font-size: 12px;
}
#doclist {
	padding-left: 240px;
}
header .bidsdue {
	width: 150px;
}


}
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	
#smalllogo {
	display: inline;
	margin-top: 5px;
}
#largelogo {
	display:none;
}
#container {
	width: 252px;
	padding: 0px 34px 60px;
}
#content {
	width: 200px;
}
#images {
	width: 200px;
	overflow: hidden;
	
}
#images div {
	display: none;
}
#login #images div, #terms #images div {
	display: block;
}
#primaryimage img {
	border: 1px solid black;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 5px 0;
	width: 250px;
}
#leftimage,#leftimage img,#leftimage p {
	display: none;
}
#centerimage,#centerimage img,#centerimage p {
	display: none;
}

#rightimage, #rightimage img, #rightimage p {
	display: none;
}
#contact {
	padding-left: 2px;
	overflow: hidden;
	padding-right: 0px;	
	width: 195px;
	float:none;
	clear: both;
	margin-top: 10px;
}
#contact #adminlinks, #contact h2#adminsection {
	padding-left: 0px;
}
.domain {
	display: none;
}
.contact {
	margin-left: 0;
}
#contact div {
	float: none;
}
#c1 {
	width:auto;
	padding-left: 5px;
}
#c2 {
	width:auto;
	padding-left: 5px;
}
#c3 {
	width:auto;
	padding-left: 5px;
}
nav ul li {
	margin: 0 5px;
	width: 168px;
}

nav ul li a {
	font-size: 12px;
}
nav ul li#burnhamlink {
	position: static;
	height: 40px;
	line-height:40px;
	color: #999;
	margin: 0 5px;
	width: 168px;
	text-align: center;
	padding-right: 0px;
	width: 242px;
	float: left;
	background: black url(../img/linkroller.jpg) right top no-repeat;
}
nav ul li#burnhamlink:hover {
	background: black url(../img/linkroller.jpg) right bottom no-repeat;
}
nav ul li#burnhamlink span#longtext {
	display: none;
}
nav ul li#burnhamlink a:link, nav ul li#burnhamlink a:visited {
	text-align: center;
	display: block;
	height:100%;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	background: black url(../img/linkroller.jpg) left top no-repeat;
	color: white;
	text-decoration: none;
}
nav ul li#burnhamlink a:hover, nav ul li#burnhamlink a:active {
	background: black url(../img/linkroller.jpg) left bottom no-repeat;
	color: #353535;
}
h1 {
	color: #FF6600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
	margin-bottom: 10px;
}
nav {
	padding-bottom: 0;
}
nav ul li {
	width: 242px;
}
header {
	xwidth: 242px;	
	height: 50px;
	padding:0 5px;
	
}
header a img {
	width: 247px;	
}
#doclist {
	padding-left: 0px;
}

}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	body {
		width: 436px;
		padding: 36px 22px 48px;
	}
	
} 