body	{
	background: #ffffff url(../images/Rust_Background_96.jpg) repeat;
	font-family: Tahoma, Helvetica, Geneva, Arial, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 13px;
	color: black;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	line-height: 120%;}


	
#container {
	width: 925px;
	background-color: #e6e7e9;	/* Light grey background color = #e6e7e9 */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-width: 3px;
	border-color: #8b0000;		/* Blood red border color = #8b0000 */
	border-style: solid; }

#fullpage {
	width: 925px;
	background-color: #e6e7e9;	/* Light grey background color */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-width: 3px;
	border-color: #8b0000;		/* Blood red border color = #8b0000 */
	border-style: solid; }


table.salesscreen	{		/* Used to define a full-screen width table for the sales page*/
	width: 925px;
	border-color: #8b0000; }

table.fullscreen	{		/* Used to define a full-screen width table */
	width: 925px; }

table.fullscreenmargins	{		/* Used to define a full-screen table with margins */
	width: 925px;
	margin-left: 30px;
	margin-right: 30px; }

td.textleft		{		/* A left-side column that is 65% of the table width, matched... */
	padding: 5px 5px 5px 30px;
	vertical-align: top;
	width: 65%; }

td.imageright	{			/* ...with a right-most column that is 30% of the table width */
	padding: 5px 30px 5px 5px;
	vertical-align: top;
	width: 30%; }

td.imageleft	{			/* Opposite of above, a 30% left and a 65% right column definition */
	padding: 5px 5px 5px 30px;
	vertical-align: top;
	width: 30%; }

td.textright	{
	padding: 5px 30px 5px 5px;
	vertical-align: top;
	width: 65%; }


td.textcenter	{
	padding: 5px 30px 5px 30px;
	vertical-align: top;
	width: 95%; }

	
td.singlecolumn	{
	padding: 0 0 0 162px;
	vertical-align: middle; }

td.texttableleft	{
	padding: 5px 30px 5px 30px;
	vertical-align: top;
	text-align: right;
	width: 50%; }

td.texttableright	{
	padding: 5px 30px 5px 30px;
	vertical-align: top;
	text-align: left;
	width: 50%; }

td.texttablecenter	{
	padding: 5px 200px 5px 200px;
	vertical-align: top;
	text-align: center;
	font-size: large;
	line-height: 120%; }	

th	{
	Font-size: large;
	line-height: 120%;
	text-align: left;
	color: #8b0000; }

	
a	{
	text-decoration: none;
	font-weight: bold;
	color: #8b0000; }		/* Default anchor text is blood red and bold */

	
a:hover {
	color: #243b0d;			/* On rollover for default text, change to dark green underscore */
	text-decoration: underline; }

	
h1, h2, h3, h4, h5 {
	font-weight: 400;
	font-family: Tahoma, Geneva, Tahoma, Arial, Verdana, Helvetica, 'Trebuchet MS', sans-serif;
	color: #243b0d;			/* Color is dark green */
	font-variant: small-caps; }
	
h1 	{
	font-size: 32pt;
	font-weight: 600;
	padding: 0 0 0 0; }

	
h2 	{
	font-size: 24px;
	font-weight: 600; }

	
h3 	{ font-size: 14px; }
	
h4 	{
	font-size: 14px;
	font-weight: 600;
	color: #8b0000; }

h5	{
	font-size:  24px;
	background-color: #c3c3c3;
	text-align: center;
	padding: 5px 0 0 5px;
	font-variant: normal; }
	
p	{
	margin: 0 0 0 0;
	padding: 0; }

p.caption	{
	font-family: tahoma;
	font-size: 10px;
	color: black;
	margin: 0;
	padding: 0;
	text-align: left;
	font-style: italic;
	line-height: 100%; }


ul	{
	list-style-image: url('images/BulletRed.gif');
	}


	
form	{
	background-color: #e6e7e9;
	margin: 0;
	padding: 0; }

	
input	{ 
	font:normal 13px Tahoma, Helvetica, Geneva, Arial, 'Trebuchet MS', Verdana, sans-serif;
	background:#ccc;
	color:#444;
	margin:0;
	padding:0;}

	
input:focus {
	border: 2px solid #243b0d;}  			/* KPC Changed color to dark green */


	
	textarea { 
		font:normal 13px Tahoma, Helvetica, Geneva, Arial, 'Trebuchet MS', Verdana, sans-serif;
		background-color: #e6e7e9;
		padding: 0;
		color: #0000ff;
		margin: 5px; }	
		
	textarea:focus {border: 2px solid #ffffff; }	
		
	select { 
		width:180px;
		font:normal 13px Tahoma, Helvetica, Geneva, Arial, 'Trebuchet MS', Verdana, sans-serif;
		background:#ff6600;
		margin:0 0 5px 0;
		color:#ff6600;
		display:block;}	/* KPC Changed color to bright orange */
		
	label {
		display: block;
		margin: 15px 0 0 0;
		padding: 0;
		}
		
	input.button { 
		background: none;
		margin: 4px 0 4px 0;}
	
	
/* ### Navigation ### */
	
	
	.navigation {
		margin:0;
		padding:0;
		}
		
	.navigation li {
		height: 28px;
		list-style: none;
		background: url(../images/NavBoxBkgnd.jpg);	/* Navigation box background image */
		margin: 0 0 2px 0;
		padding: 0;}
	
	.navigation a {
		display: block;
		padding: 6px 0 6px 12px;
		margin: 0;
		color: white;					/* color of text in each navigation block */
		}
		
	.navigation a:hover {
								/* color of navigation box when cursor is rolled
								over the box */
		background: #243b0d url(../images/background-li-hover.gif) no-repeat right;
		color: white;
		text-decoration: none; }



	
/* ### Header ### */
		
	
	#header {
		text-align: center; }


	#logo	{
		margin-left: auto;
		margin-right: auto; }	


	#header h1 {
		font-size: 42px;
		font-weight: 600;
		color: #005A33;						/* Color of main header is NTEC Green */
		float: left;
		position: relative;
		top: 180px;
		margin: 0 0 0 1em;
		padding: 0; }



	
	
/* ### Main Content Structure ### */
	
	#content {
		float:  left;
		margin: 10px 45px 60px 45px;
		padding: 1.2em;}
		
	.home	{width: 385px;}

	
	.subpage {
		width: 60%; }

	
	#content h2 {
		margin:0 0 10px 0;
		padding:0; }

		
	#content h4 {
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		color: #8b0000;
		margin: 0 0 .5em 0; }

	
	#content p {
		margin:0 0 25px 0;
		font-size: 12px;
		font-style: normal;
		color: black; }

	
	#content ul {
		margin: 0;
		padding: 0;
		list-style-image: url('BulletRed.gif'); }

	
	#content li {
		margin: 0 0 3px 0;
		padding: 0;
		list-style: none;
		 }




/* ### Main ContactUs Structure used in the 'Contact Us' page ### */

	
	#contact {
		background-color: #e6e7e9;	/* Light grey background color */
		float:  left;
		margin: 0 0 0 0;
		padding: 1em;}

	
	#contact p {
		background-color: #e6e7e9;	/* Light grey background color */
		font-style: normal;
		font-size: larger;
		margin: 0 10px 0 20px;
		color: black; }





/* ### Heading formats used in the Sales page ### */


h5.saleshorses	{
	font-size:  24px;
	color: white;
	background-color: #8b0000;
	text-align: center;
	padding: 8px 0 8px 0;
	font-weight: bolder; }


table.saleshorsesMenu	{
	padding: 0px 30px 0px 30px; }

td.saleshorsesMenucol	{
	width: 50%;
	line-height: 150%;
	font-size: medium;
	font-weight: bold; 
	vertical-align: top;
	padding-left: 100px; }


	
	
table.saleshorses	{
	padding: 3px 5px 3px 5px; }


td.saleshorsesLeftcol	{
	width: 50%;
	line-height: 150%;
	font-size: medium;
	font-weight: bold; 
	vertical-align: baseline; }

td.saleshorsesRightcol	{
	width: 50%;
	line-height: 150%;
	font-size: medium;
	font-weight: bold;
	vertical-align: baseline; }



	

/* ### Images Left and Right for Wrap-Around Text ### */

	
	img.floatleft {
		margin: 10px 10px 10px 10px;
		float: left; }
	
	img.floatright {
		margin: 10px 10px 10px 10px;
		float: right; }


	

/* ### Left Side Boxes ### */

	
	#left_side {
		width: 150px;
		background-color: #e6e7e9;	/* Light grey background color */
		height: auto;
		list-style: none;
		margin: 0;
		padding: 10px 0 0 22px;
		float: left; }


	

/* ### Right Side Boxes ### */
	
	
	#side_col {
		width: 230px;
		background-color: #e6e7e9;	/* Light grey background color */
		font-size: 12px;
		font-style: normal;
		float: left;
		color: black;
		margin: 0;
		padding: 0; }

	
	.side_box { 
		padding: 3px 27px 13px 20px;				/* drops text down within box */
		margin: 10px 0 8px 0;					/* drops box down within column */
		color: black;
		background: url(../images/SideBoxBkgnd.jpg) repeat-y; }	/* fills box with darker grey background */

	
	.side_box a:hover {
		color: #243b0d;
		text-decoration: none; }

	
	.side_box .graphic_btn {margin:0 3px 0 0;}

	
	.side_box h3 {
		font: bold 16px verdana;
		color: #005A33;
		padding: 0; }

		
	.side_box ul {
		margin: 8px 0 12px 0;
		padding: 0; }

		
	.side_box li {
		margin: 0 0 2px 0;
		padding: 0;
		list-style: none; }


	
/* ### Footer ### */
	
#Footer {
	height: 60px;
	clear: both;
	background-color: #e6e7e9;	/* Light grey background color  */
	color: #686868;
	padding-left: 0em;
	width: 100%; }


#Footer p {
	font: normal 10px Arial;
	margin: 0;
	padding: 0; }

	
#Footer a		{color: Black; }
#Footer a:hover	{color: #646464; }
#Disclaimer		{margin-top: 1em; }


