/* Silver Surfer Stylesheet */ 

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	text-align: center;
	color: #ccc;
	background: #535353 url(../images/interlace.gif) fixed;
	margin: 20px 0 100px 0;
	font: 101% "Myriad Web", Arial, sans-serif;
	}

#outer {
	width: 960px;
	margin: auto;
	background: #fff;
	border: 1px solid #fff;
	}

#hdr {
	height: 222px;
	background: #475533;
	color: #333;
	text-align: left;
	}

#headline {
	font-size: 125%;
	margin-left: 24px;
	padding: 20px 0 0 0;
	color: #39601D;
	text-align: left;
	line-height: 1.4em;
	}

#hdr2 {
	height: 138px;
	background: #dcdcda url(../images/computer-repairs-norfolk.jpg) no-repeat 0px 0px;
	color: #333;
	margin-top: 15px;
	padding-left: 220px;
	padding-top: 16px;
	}

	
#outer #hdr2 ul {
	font-size: 18px;
	text-align: left;
	list-style: disc url(none);
	line-height: 1.4em;
	}


#content {
	text-align: left;
	background: #f4f6f3;
	color: #333;
	padding: 20px 20px 20px 30px;
	position: relative;
	}

#content h1 {
	margin: 5px 0 15px 0;
	font-weight: normal;
	font-size: 150%;
	color: #8e3635;
	background-color: transparent;
	}

#content h2 {
	margin: 30px 0 30px -30px;
	padding: 8px 0 8px 30px;
	font-weight: normal;
	font-size: 150%;
	color: #EBEBEB;
	background: #f4f6f3 url(../images/heading2.jpg) repeat-y;
	height: 25px;
	}

#content h2.plain {
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
	background: none;
	margin: 0;
	padding: 0;
	}

#content h3 {
	margin: 15px 0 10px 35px;
	font-weight: normal;
	font-size: 125%;
	color: #333;
	background: inherit;
	padding: 0;
	}

#content p {
	margin-left: 36px;
	padding: 0 5px 20px 0;
	line-height: 1.4em;
	color: #333;
	}

#content a:link, #content a:visited {
	text-decoration: underline;
	color: #333;
	}
	
#content a:hover, #content a:active {
	text-decoration: none;
	color: #904d43;
	}

#outer #content ul {
	margin: 20px 0 40px 0;
	font-size: 100%;
	}

#outer #content ul li {
	margin: 0 0 4px 100px;
	}

#outer #content p.no-indent {
	margin-left: 0;
	}

#footer {
	background: #6a6b69;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 30px 10px 25px;	
	}

#footer h1 {
	color: #fff;
	margin: 0 0 10px 0;
	font-size: 150%;
	font-weight: normal;
	}

#footer p {
	font-size: 110%;
	line-height: 200%;
	}

#footer a:link, #footer a:visited {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
	}
	
#footer a:hover, #footer a:active {
	text-decoration: none;
	}

#josh {
	width: 958px;
	margin: 5px auto 15px auto;
	text-align: left;
	}

#josh img {
	border-style: none;
	}

#content .pdfinfo {
	font-size: 85%;
	text-align: center;
	margin: 0 50px;
	padding: 20px 0;
	}

#content .pdfinfo p {
	padding: 2px 0px 0 0;
	margin: 0;
	}

img.right {
	float: right;
	margin: 0 10px 16px 25px;
	z-index: 2;
	}

img.right2 {
	float: right;
	margin: 0 10px 16px 25px;
	}

img.center {
    display: block;
	margin: 10px auto;
	}

