﻿* {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
	}
body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center; 
	background-color:#FFF;
	color:#666;
	}
a {
	color:#113F84;
	}
img {
	border:0;
	}
img.left {
	float:left;
	margin:0 10px 10px 0;
	}
img.right {
	float:right;
	margin:0 0 10px 10px;
	}

#floating-background { 
	width:100%; 
	background-image:url(../img/floating-background-image.png); 
	background-repeat:no-repeat; 
	background-position: center top; 
	}


#container {
	margin:0 auto;
	text-align:left;
	clear:left;		
	width:980px; 
	background-color:#FFF;
	position:relative;
	min-height:800px;
	}

#header {
	}
#header div.logo p {
	text-indent:-9999px;
	}
#header div.logo p a {
	display:block;
	outline:none;
	width:645px;
	height:122px;
	background-image:url(../img/sussex-print-logo.jpg);
	background-repeat:no-repeat;
	}
	
#header #navigation {
	height:30px;
	background-color:#616161;
	}
#header #navigation ul {
	float:left;
	list-style:none;
	margin-right:-1px;
	}
#header #navigation ul li {
	float:left;
	font-size:14px;
	}
#header #navigation ul li a {
	display:block;
	color:#FFF;
	text-decoration:none;
	margin-top:6px;
	padding:0 8px;
	border-right:1px solid #fff;
	}
#header #navigation ul li ul {
	display:none;
	}
	
#header div.contact {
	position:absolute;
	right:25px;
	top:45px;
	}
#header div.contact p {
	color:#666;
	font-size:13px;
	margin-bottom:4px;
	}
#header div.contact p.header {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-transform:uppercase;
	color:#000;
	}
#header div.contact p a {
	color:#00AEF0;
	font-weight:bold;
	text-decoration:none;	
	}
	






#content {	
	padding:0 0 27px 27px;
	}



#content div.home-page-intro {
	background-image:url(../img/home-page-intro.jpg);
	background-repeat:no-repeat;
	}



#content #navButtons ul {
	list-style:none;
	height:50px;
	margin:0;
	}
#content #navButtons ul li {
	float:left;	
	margin:0 19px 0 0;
	list-style-image:none;	
	}
#content #navButtons ul li a {
	display:block;
	font-size:30px;
	padding:3px 116px;
	text-decoration:none;
	background-repeat:no-repeat;	
	}
#content #navButtons ul li#print a {
	background-image:url(../img/navButtonPrint.gif);
	color:#000;
	}
#content #navButtons ul li#print.selected a,
#content.print #navButtons ul li#print a {
	background-image:url(../img/navButtonPrintOn.gif);
	color:#FFF;
	}
#content #navButtons ul li#copy a {
	background-image:url(../img/navButtonCopy.gif);
	color:#000;
	}
#content #navButtons ul li#copy.selected a,
#content.copy #navButtons ul li#copy a {
	background-image:url(../img/navButtonCopyOn.gif);
	color:#FFF;
	}
#content #navButtons ul li#scan a {
	background-image:url(../img/navButtonScan.gif);
	color:#000;
	}
#content #navButtons ul li#scan.selected a,
#content.scan #navButtons ul li#scan a {
	background-image:url(../img/navButtonScanOn.gif);
	color:#FFF;
	}
#content #navButtons ul li#scan {
	margin-right:0;
	}
	

#content #breadcrumbs {
	
	}
#content #breadcrumbs ul {
	list-style:none;
	height:26px;
	margin:0;
	}
#content #breadcrumbs ul li {
	float:left;
	color:#666;
	padding-right:5px;
	list-style-image:none;	
	margin:0;
	font-size:13px;
	}
#content #breadcrumbs ul li strong {
	text-transform:uppercase;
	font-weight:normal;
	}
#content #breadcrumbs ul li a {
	text-decoration:none;
	}




#content h1 {
	font-weight:normal;
	font-size:28px;
	margin-bottom:18px;
	background-image:url(../img/h1Bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:20px 15px 15px;
	color:#336699;
	}
#content h2 {
	font-weight:normal;
	font-size:22px;
	margin-bottom:18px;
	color:#336699;
	}
#content h3 {
	font-size:18px;
	margin-bottom:18px;
	color:#666;
	}
#content h4 {
	font-size:16px;
	margin-bottom:18px;
	color:#666;
	}
#content h5 {
	font-size:24px;
	margin-bottom:18px;
	color:#666;
	}
#content p {
	margin-bottom:20px;
	}
#content ul {
	margin-bottom:20px;
	}
#content ul li {
	list-style-image:url(../img/bulletRed.gif); /* bulletDefault.gif */
	margin:5px 0 5px 20px;
	}
	
#content #homeBanner {
	background-image:url(../img/homeBannerBg.gif);
	background-repeat:no-repeat;
	padding:20px;
	height:202px;
	}
#content #homeBanner h1 {
	color:#336699;
	font-weight:normal;
	font-size:24px;
	margin-bottom:10px;	
	padding:0;
	background:none;
	}
#content #homeBanner p {
	color:#666;
	font-weight:normal;
	font-size:15px;
	margin-bottom:10px;
	width:550px;
	}
#content #homeBanner div.homeBannerGraphic {
	float:right;
	margin:-35px 20px 0 20px;
	}
#content #homeBanner a.button {
	background-image:url(../img/homeBannerButton.gif); float:right;
	background-repeat:no-repeat;
	color:#FFF;
	display:block;
	font-size:16px;
	font-weight:bold;
	height:21px;
	padding:5px;
	text-align:center;
	width:301px;
	text-decoration:none;
	}
	
#content .homePromos {
	overflow:auto;
	}
#content .homePromos div {
	width:440px;	
	}
	
	#content .homePromos p {
	font-size:12px;	
	padding:0px 0px 10px 0px;
	margin:0px;
	}
	
	#content .homePromos p.right {
	text-align:right;	
	}
	
	
#content .homePromos img {
	float:left;
	margin:0 10px 20px 0;
	border: solid #cccccc 1px;
	padding:1px 1px 1px 1px;
	}
#content .homePromos a {
	text-decoration:none;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;	
	}
#content .homePromos div.promoLeft {
	float:left;
	}

#content .homePromos div.promoLeft h2 {
	color:#FF0000;
	}
#content .homePromos div.promoLeft a {
	color:#FF0000;		
	background-image:url(../img/arrowRed.gif);
	}
	
	
	#content .homePromos div.promoLeft2 {
	float:left;
	}

#content .homePromos div.promoLeft2 h2 {
	color:#0600FF;
	}
#content .homePromos div.promoLeft2 a {
	color:#0600FF;		
	background-image:url(../img/arrowBlue.gif);
	}
	
	#content .homePromos div.promoRight {
	margin-left:486px;
	}
#content .homePromos div.promoRight h2 {
	color:#039000;
	}
#content .homePromos div.promoRight a {
	color:#039000;	
	background-image:url(../img/arrowGreen.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
	}
	
		#content .homePromos div.promoRight2 {
	margin-left:486px;
	}
#content .homePromos div.promoRight2 h2 {
	color:#FF0000;
	}
#content .homePromos div.promoRight2 a {
	color:#FF0000;	
	background-image:url(../img/arrowRed.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
	}
	

#content.print a,
#content.print h1 {
	color:#FF0000;
	}
	#content.print h2 {
	color:#FF0000;
	margin: 0px 0px 5px 0px;
	}
#content.print ul li {
	list-style-image:url(../img/bulletRed.gif);
	}	
	
#content.copy a,
#content.copy h1 {
	color:#039000;
	}
		#content.copy h2 {
	color:#039000;
	margin: 0px 0px 5px 0px;
	}
#content.copy ul li {
	list-style-image:url(../img/bulletGreen.gif); /* bulletGreen.gif */
	}	
	
#content.scan a,
#content.scan h1 {
	color:#0600FF;
	}
		#content.scan h2 {
	color:#0600FF;
	margin: 0px 0px 5px 0px;
	}
#content.scan ul li {
	list-style-image:url(../img/bulletBlue.gif); /* bulletBlue.gif */
	}






#content #oneColumn {
	padding:0 15px 15px;
	}


#content #twoColumn {
	padding:0 42px 0 15px;
	background-image:url(../img/contentInnerBg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	overflow:auto;
	}
	
#content #twoColumn #leftColumn {
	width:165px;
	float:left;
	}
#content #twoColumn #leftColumn ul {
	list-style:none;	
	}
#content #twoColumn #leftColumn ul li {
	list-style-image:none;	
	margin:0;
	font-size:15px;
	}
#content #twoColumn #leftColumn ul li a {
	display:block;
	padding:5px 0;
	text-decoration:none;
	font-weight:bold;
	}
#content #twoColumn #leftColumn ul li.selected a {
	color:#000;
	background-image:url(../img/subNavSelectedBg.gif);
	background-position:right center;
	background-repeat:no-repeat;
	}



#content #twoColumn #rightColumn {
	margin-left:175px;
	}
#content #twoColumn #rightColumn div.leftColumn {
	float:left;
	width:400px;
	}
#content #twoColumn #rightColumn div.rightColumn {
	margin-left:430px;
	}


blockquote {
	padding:0;
	position:relative;
	text-indent:1.7em;
	width:290px;
	margin-top:10px;
	font-style:italic;
	}
.bqstart, .bqend {
	color:#AEAEAE;
	font-size:500%;
	font-style:normal;
	}
.bqstart {
	float:left;
	margin:-0.6em 0 -2em;
	text-indent:0;
	}
blockquote > .bqstart {
	float:none;
	left:0;
	margin:0;
	position:absolute;
	top:-0.2em;
	}
.bqend {
	margin-top:-1em;
	position:absolute;
	right:0;
	text-indent:0;
	}
blockquote > .bqend {
	margin-top:-0.6em;
	}




#content  div.row {
	margin-bottom:5px;
	}
#content form p {
	font-size:12px;
	}
#content div.row label {
	display:block;
	float:left;
	font-size:12px;
	width:140px;
	}
#content div.row input.text {
	width:140px;
	background-image:url(../img/formFieldBg.gif);
	background-position:top left;
	border:1px solid #DDDDDD;
	padding:4px;
	}
#content div.row textarea {
	width:280px;
	background-image:url(../img/formFieldBg.gif);
	background-position:top left;
	border:1px solid #DDDDDD;
	padding:4px;
	margin-top:4px;
	}
#content div.row input.submit {
	margin-left:230px;
	}



#footer {
	background-image:url(../img/footerBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:20px;
	clear:both;
	font-size:12px;
	}
#footer div {	
	float:left;
	background-position:left top;
	background-repeat:no-repeat;
	height:120px;
	}
#footer div.address {
	background-image:url(../img/footerAddress.jpg);
	margin-right:40px;
	padding-left:110px;
	}
#footer div.contact {
	background-image:url(../img/footerContact.jpg);
	padding-left:150px;
	}
#footer div.links {
	background-image:url(../img/footerLinks.jpg);
	padding-left:110px;
	margin-left:620px;
	float:none;
	}
	
	#footer div.internal {
	margin-left:20px;
	float:left;
	}
	
	#footer div.internal a {
	color:#6C6C6C;
	font-weight:normal;
	background:none;
	padding:0;
	text-decoration:underline;
	}
	
	#footer div.internal a:hover{
	text-decoration:none;
	}
	
#footer ul {
	list-style:none;
	}
#footer li {
	line-height:20px;	
	color:#6C6C6C;
	list-style-image:url(../img/arrowDefault.gif);
	margin-left:15px;
	}
#footer p {
	line-height:20px;
	margin-bottom:14px;
	color:#6C6C6C;
	}
#footer span {
	color:#081B7C;
	font-weight:bold;
	}
#footer a {
	color:#00AEF0;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	background-image:url(../img/arrowDefault.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
	}
#footer li a {
	color:#6C6C6C;
	font-weight:normal;
	background:none;
	padding:0;
	text-decoration:underline;
	}
	
	#footer li a:hover {
	text-decoration:none;
	}

