/*
****************************************
****************************************
**********  DEVELOPER NOTES  ***********
****************************************
****************************************
*************  Developer  **************
****************************************

Northscaping ITDS
www.northscaping.com/Business/ITDS.shtml

****************************************
********  Development History  *********
****************************************

Mar 5/09	- Created new file

****************************************
**********  Important Notes  ***********
****************************************

- none

****************************************
****************************************
*/

/* Global settings */

* html a:hover {visibility: visible;}

body {
	padding: 0;
	margin: auto;
	background-color: #fff;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #272727;
	line-height: 1.25em;
	text-align: left;
	text-indent: 0;
	vertical-align: top;
	position: relative;
	width: 800px;
}

p {
	margin-top: 0;
	margin-bottom: 0.8em;
}

h1 { font-size: 200%; font-weight: bold; margin: 0px; line-height: 1.4em; }
h2 { font-size: 150%; font-weight: bold; margin: 0px; line-height: 1.4em; }
h3 { font-size: 125%; font-weight: bold; margin: 0px; line-height: 1.4em; }
h4 { font-size: 110%; font-weight: bold; margin: 0px; line-height: 1.4em; }
h5 { font-size: 100%; font-weight: bold; margin: 0px; line-height: 1.4em; }

input { font-size: 100%; font-weight: normal; }
label { margin-right: 60px; font-weight: bold; }
textarea { font-family: Arial, Helvetica, Sans-Serif; font-size: 8pt; color: #4e4c4c; }

a {
	color: #580000;
	font-weight: normal;
	text-decoration: underline;
}

a img { border: none; }

a:hover {
	color: #3e879d;
	text-decoration: underline;
}

.rightPic {
	display: block;
	margin: 6px 0 24px 18px;
	float: right;
	border: none;
	clear: right;
}

.leftPic {
	display: block;
	margin: 6px 18px 24px 0;
	float: left;
	border: none;
	clear: right;
}

.illustration {
	display: block;
	margin: 12px 6px;
	text-align: center;
}

.noIndentList {
	margin: 0 0 0 1.5em;
}

/* Masthead */

#masthead {
	width: 800px;
	height: 184px;
	margin: 0;
	background-image: url(/Images/Framework/NS005-Masthead.jpg);
	background-repeat: no-repeat;
}

#mastheadContent {
	position: absolute;
	top: 20px;
	left: 510px;
	width: 250px;
	height: 160px;
	text-align: right;
	font-size: 12px;
	color: #fff;
}

/* Universal Content Structure */

#homeContent {
	width: 800px;
	height: 627px;
	margin: 0;
	background-image: url(/Images/Framework/NS005-HomeContent.jpg);
	background-repeat: no-repeat;
}

#tier2ContentBG {
	width: 800px;
	background-image: url(/Images/Framework/NS005-T2Content-middleBG.jpg);
	background-repeat: repeat-y;
}

#tier2ContentTop {
	width: 800px;
	background-image: url(/Images/Framework/NS005-T2Content-top.jpg);
	background-repeat: no-repeat;
}

#tier2ContentBottom {
	width: 800px;
	height: 65px;
	clear: both;
	background-image: url(/Images/Framework/NS005-T2Content-bottom.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 800px;
	height: 80px;
	text-align: center;
	margin: 0px;
	padding-top: 32px;
}

.footerLink {
	padding: 0 10px;
	text-decoration: underline;
	font-size: 12px;
}

.footerText {
	font-size: 10px;
}

/* Navigation */

#mastheadContent a {
	color: #ffffff;
	text-decoration: none;
}

#mastheadContent a:hover {
	color: #3e879d;
	text-decoration: underline;
}

#topMenu {
	position: relative;
	top: 153px;
	left: 1px;
	height: 33px;
	padding: 0;
	margin: 0;
}

#topNav, #topNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#topNav a {
	display: block;
}

#topNav li {
	float: left;
	padding-left: 49px;
}

#topNav li ul {
	position: absolute;
	left: -999em;
	width: 130px;
}

#topNav li ul li {
	background-color: #fff;
	padding: 0 6px;
	line-height: 1.8em;
	width: 130px;
}

#topNav li:hover {
	background-position: 0 0;
}

#topNav li:hover ul ul, #topNav li.sfHover ul ul {
	left: -999em;
}

#topNav li:hover ul, #topNav li.sfHover ul {
	left: auto;
}

#topNav li li:hover ul, #topNav li li.sfHover ul {
	left: auto;
}

.navLink {
	vertical-align: top;
	line-height: 2.5em;
}

.navLink a:hover {
	color: #580000;
}

.navLink2 a:hover {
	color: #3e879d;
}

#navButtonHome, #navButtonLS, #navButtonGC, #navButtonAU, #navButtonCU {
	position: absolute;
	top: 151px;
	width: 29px;
	height: 33px;
	background-repeat: no-repeat;
}

#navButtonHome {left: 19px;}
#navButtonLS {left: 99px;}
#navButtonGC {left: 228px;}
#navButtonAU {left: 373px;}
#navButtonCU {left: 481px;}

#navButtonHome, #navButtonLS, #navButtonGC, #navButtonAU, #navButtonCU {
	background-image: url(/Images/Framework/NS005-top-nav-button-over.jpg);
}

#navButtonHome a:hover img, #navButtonLS a:hover img, #navButtonGC a:hover img, #navButtonAU a:hover img, #navButtonCU a:hover img {
	visibility: hidden;	
}

#goButtonHome, #goButtonT2 {
	position: absolute;
	left: 720px;
	width: 32px;
	height: 31px;
	background-repeat: no-repeat;
}

#goButtonHome {
	top: 340px;
}

#goButtonT2 {
	top: 227px;
}

#goButtonHome, #goButtonT2 {
	background-image: url(/Images/Framework/NS005-go-button-over.jpg);
}

#goButtonHome a:hover img, #goButtonT2 a:hover img {
	visibility: hidden;
}

#findButtonLS, #findButtonLSOver, #findButtonGC, #findButtonGCOver, #findButtonCS, #findButtonCSOver {
	position: absolute;
	left: 172px;
	width: 112px;
	height: 24px;
	background-repeat: no-repeat;
}

#findButtonLS {top: 460px;}
#findButtonGC {top: 592px;}
#findButtonCS {top: 723px;}

#findButtonLS, #findButtonGC, #findButtonCS {
	background-image: url(/Images/Framework/NS005-find-button-over.jpg);
}

#findButtonLS a:hover img, #findButtonGC a:hover img, #findButtonCS a:hover img {
	visibility: hidden;
}

/* Content - Home Page */

.homeWelcome {
	position: absolute;
	top: 347px;
	left: 342px;
	line-height: 2em;
	font-size: 200%;
	font-weight: normal;
	color: #580000;
}

.homeWelcomeBlock {
	position: absolute;
	top: 404px;
	left: 490px;
	width: 265px;
	color: #fff;
}

.homeWelcomeBlockHeader {
	line-height: 1em;
	padding-bottom: 10px;
}

#homeLSBlock, #homeGCBlock, #homeCSBlock {
	position: absolute;
	left: 174px;
	width: 123px;
}
	
#homeLSBlock {top: 365px;}
#homeGCBlock {top: 497px;}
#homeCSBlock {top: 628px;}

.homeLHSBlockHeader {
	color: #3e879d;
	font-size: 125%;
	font-weight: normal;
}

.homeLHSBlockText {
	font-size: 85%;
	line-height: 1.1em;
}

#homeRHSBlock {
	position: absolute;
	left: 342px;
	top: 580px;
	width: 417px;
}
	
.homeRHSBlockHeader {
	color: #580000;
	font-size: 125%;
	font-weight: normal;
	padding-bottom: 4px;
}

/* Home Scrolling Images */

#homeScroll {
	position: absolute;
	top: 395px;
	left: 342px;
	width: 134px;
	height: 172px;
	border: 0;
}

#homeScroll img {
	border: 0;
	width: 134px;
	height: 172px;
}

/* Content - Tier 2 Pages */

.tier2Content {
	width: 670px;
	margin: 0 auto;
	padding: 64px 0 18px 0;
}

.tier2Link {
	margin-bottom: 6px;
	color: #580000;
	font-weight: normal;
}

.contentHeading {
	color: #580000;
	font-weight: normal;
	margin-bottom: 16px;
}

.contentSubHeading {
	color: #580000;
	font-weight: bold;
	margin: 12px 0 10px 0;
}

/* Miscellaneous */

.iconImg {
	border: 0;
	display: inline;
}

.clear {
	clear: both;
}



