/* Common CSS */
/*
body {

	background-color: #E9F3D9;

	margin: 0px;

	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #555555;

	line-height: 18px;

}
*/
div#itrac_container {

	width: 780px;

	margin: 15px auto;

	background-image: url("../images/itrac/bg.gif");

	background-repeat: repeat-y;

	padding: 0px;

	text-align: center;

}

div#header, div#middle {

	width: 760px;

	margin: 0px 10px;

	padding: 0px;

	text-align: left;

}

div#middle {

	clear:both;

}

div#itrac_footer {

	width: 780px;

	height: 74px;

	background-image: url("../images/itrac/footer.gif");

	background-repeat:no-repeat;

	padding: 10px 0px 0px 0px;

	clear: both;

	font-size: 10px;

	line-height: 15px;

}

/* Links CSS */

#itrac_footer a:link {

	color: #4D7E2E;

	text-decoration: none;

	line-height: 14px;

}

#itrac_footer a:visited {

	color: #4D7E2E;

	text-decoration: none;

	line-height: 14px;

}

#itrac_footer a:hover {

	color: #4D7E2E;

	text-decoration: underline;

	line-height: 14px;

}


/* Secondary Nav CSS */

div#subLogo, div#subImage {

	height: 100px;

	width: 115px;

	margin: 10px 0px 0px 0px;

	text-align: center;

	padding: 0px;

	float: left;

}

div#subImage {

	margin: 0px;

}

div#subMenu, div#subHeader {

	width: 570px;

	margin-top: 10px;

	float: left;

}

div#subHeader, div#subHeaderFull {

	text-align: left;

	margin-top: 35px;

	padding-top: 5px;

}

div#subHeaderFull {

	margin-top: 20px;

	margin-left: 20px;

}

div#subMenu ul {

	margin: 0px;

	padding: 0px;

}

div#subMenu li{

	display: block;

	list-style-type: none;

	float: left;

	border-right-color: #DCD4C0;

	border-right-style: solid;

	border-right-width: 1px;

	text-align: center;

	height: 35px;

	width: 76px;

}

div#subMenu li.last {

	border: none;

}





/* Dropdown CSS */

/* 	The Submenu Layers

 	Use a combined selector to assign all properties common to each

	of the Submenu Layers. */

#subNavAbout, #subNavMove, #subNavFirst {

	position: absolute;

	width: 160px;

	top: 150px;

	font-size: 10px;

	background-color:#5D9439;

	visibility: hidden;

}

/* 	Now use individual selectors for each trigger Layer to assign

	their unique properties, in this case the left property */

#subNavAbout {left: 14px;}

#subNavMove {left: 137px;}

#subNavFirst {left: 260px;}



/* 	The submenu links are in paragraphs, so we set the margin to zero

	so there is no gap between links */

.subNav p {	margin: 0px;}



/* 	Submenu Link Styles

 	Use a combined selector for a and a:visited. Set padding in shorthand

	to 1px on top and bottom, 8px right and 12px left.

	

	Set display to block so entire link box, including padding is clickable.

	Set border to 1px solid.

	

	Set border colors 

	

	Set background color to orange, text to medium gray and turn off underlines. */

.subNav a, .subNav a:visited {

	text-align: left;

	display: block;

	padding: 5px 0px 5px 15px;

	background-color: #5D9439;

	color: #FFFFFF;

	text-decoration: none;

	/*border-top: 1px solid #BAAFAB;*/

	border-right: 1px solid #3F741D;

	border-bottom: 1px solid #3F741D;

	border-left: 1px solid #3F741D;

}



/* 	Change background and text colors when links are hovered over.

	Use a combined selector for hover, active, and focus.

	

	Active and Focus trigger the color change in IE-PC and other

	modern browsers when tabbing through the links with keyboard. */ 

.subNav a:hover, .subNav a:active, .subNav a:focus {

	background-color: #C39500;

	color: #FFFFFF;

	/*border-top: #C5A996;*/

}



/* Content CSS */

div#textBox {

	width: 540px;

	text-align: justify;

	margin: 0px 0px 20px 115px;

	padding: 4px 0px 0px 0px;

}

/* Image Alignment CSS */

.alignLeft {

	float: left;

	margin-right: 10px;

	margin-bottom: 5px;

}

/* Registration Page CSS */

form {

	margin: 0px;

	padding: 0px;

}

form table {

	border: none;

	width: 550px;

}

form table td{

	vertical-align: top;

	text-align: left;

	padding: 2px;

	margin: 2px;

}

/* Green Header CSS for High-rise, Low-rise index pages, etc.*/

div#greenHeader {

	height: 61px;

	width: 760px;

	background-image: url("../images/itrac/bg_green_header.gif");

	background-repeat: repeat-x;

	margin: 0px;

	padding: 0px;

}

div#greenHeader h1 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 20px;

	color: #FFFFFF;

	font-weight: normal;

	margin: 0px;

	padding: 30px 0px 0px 20px;

}

/* High-rise and Low-rise Index Page Formatting CSS */

div#centreBox {

	margin: 20px;

	width: 720px;

	text-align: justify;

}

table.grid td {

	height: 160px;

	text-align: center;

	border-top-color: #DCD4C0;

	border-top-style: solid;

	border-top-width: 1px;

	border-right-color: #DCD4C0;

	border-right-style: solid;

	border-right-width: 1px;

	vertical-align: middle;

	width: 33%;

}

table.grid td.last {

	height: 160px;

	text-align: center;

	vertical-align: middle;

	border-top-color: #DCD4C0;

	border-top-style: solid;

	border-top-width: 1px;

	border-right-style: none;

}

div#centreBox h2 span {

	display: none;

}

div#centreBox h2 {

	margin: 10px 0px 5px 0px;

	height: 12px;

	background-repeat: no-repeat;

}

div#centreBox h2.comingSoon {

	background-image: url("../images/itrac/hdr_coming_soon.gif");

}

div#centreBox h2.visitToday {

	background-image: url("../images/itrac/hdr_visit_today.gif");

}



