/* CSS Document */

/* the height spawns a vertical scrollbar on all pages
 * to prevent short pages jumping to the left on Firefox
 * add a color and tiled image background to the page */ 
html, body {
	height: 101%;
	background-color: #FFFF99;
  }
/* this next rule prevents Firefox adding a space beneath the
 * title image when displayed as application/xhtml+xml */
#titlebar img {
	display: block;
  }
/* set the maincontent background to white, and add a drop shadow
 * image to the right border */
#maincontent {
  background: #FFF 
  }
  
  
/* styles for the nav menu - remove padding, margin and bullets */


#nav ul {
	width:100%;
	margin: 0 5px 0px 2px;
	margin-bottom: 10px;
	padding-top: 10px;
	list-style: none;
	text-align: left;
	*text-align: center;
  }
/* float each list element inline */
#nav li {
	display: inline;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
  }
style the links in the nav list 
#nav a {
	display:block;
	width: 100%;
	text-decoration: none;
	font-variant:small-caps;
	font-weight:bold;
	font-size: 14px;
	text-align: center;
  }
 #nav a:link, #nav a:visited {
 	color: #ffffff;
	text-decoration:none;
 }
 
 #nav a:hover, #nav a:active {
 	color: #ff6600;
 }
  /*
#nav a:link, #nav a:visited {
	background-color: #006600;
	color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #003C00;
	border-bottom-color: #003C00;
	border-left-color: #006600;
		padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
  }
#nav a:hover, #nav a:active {
	background-color: #FF6600;
	color: #383399;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF6600;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
  }
/* special style for link to identify current page
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
	background-color: #CC0000;
	color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #880000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #880000;
  }*/
/* footer styles - set to height and width of the footer image */
#footer {
	width: 800px;
	height: 30px;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 75%;
	background-color: #6699FF;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #000000;
  }
#footer p {
	margin: 0;
	clear:both;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5;
	padding-left: 25px;
  }
  /* styles for the contact form */
form {
	padding-top: 20px;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#name, #email {
	width: 200px;
		}
#message {
	width: 500px;
	height: 150px;
	}
label, .warning {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.warning {
	color: #F00;
	}
.important {
	color: #CC3300;
}
.roweweb {
	text-decoration: underline;
	color: #FFFFFF;
}
.roweweb:hover{
	text-decoration: underline;
	color: #CC0000;
}
.link{
	text-decoration: underline;
	color: #006600;
}

.float_left {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.float_right {
	float: right;
		padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006600;
	line-height: 30px;
	font-weight: bold;
	list-style-image: url(../images/bullet.jpg);
	list-style-type: disc;
	margin-left: 80px;
}

#container {
	BORDER-RIGHT: #aaa 1px solid;
	BORDER-TOP: #aaa 1px solid;
	BORDER-LEFT: #aaa 1px solid;
	WIDTH: 782px;
	BORDER-BOTTOM: #aaa 1px solid;
	POSITION: relative;
	HEIGHT: 330px;
	float: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #fff;
	background-image: url(../images/train_bg.jpg);
	background-repeat: no-repeat;
	background-position: 13px 14px;
}
#container UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: right; PADDING-BOTTOM: 0px; MARGIN: 5px; WIDTH: 250px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; HEIGHT: 328px
}
#container LI {
	FLOAT: left  
}
#container A.gallery {
	BORDER-RIGHT: #000 1px solid; BORDER-TOP: #000 1px solid; DISPLAY: block; MARGIN: 1px 2px; BORDER-LEFT: #000 1px solid; CURSOR: default; COLOR: #000; BORDER-BOTTOM: #000 1px solid; TEXT-ALIGN: left; TEXT-DECORATION: none
}
#container A.gallery:visited {
	BORDER-RIGHT: #000 1px solid; BORDER-TOP: #000 1px solid; DISPLAY: block; MARGIN: 1px 2px; BORDER-LEFT: #000 1px solid; CURSOR: default; COLOR: #000; BORDER-BOTTOM: #000 1px solid; TEXT-ALIGN: left; TEXT-DECORATION: none
}
#container A.slidea {
	BACKGROUND: url(../images/pic1_t.jpg); WIDTH: 75px; HEIGHT: 75px
}
#container A.slideb {
	BACKGROUND: url(../images/pic2_t.jpg); WIDTH: 75px; HEIGHT: 75px
}
#container A.slidec {
	BACKGROUND: url(../images/pic3_t.jpg); WIDTH: 75px; HEIGHT: 75px
}
#container A.slided {
	BACKGROUND: url(../images/pic4_t.jpg); WIDTH: 75px; HEIGHT: 75px
}

#container A.slidee {
	BACKGROUND: url(../images/pic5_t.jpg); WIDTH: 75px; HEIGHT: 75px
}
#container A.slidef {
	BACKGROUND: url(../images/pic6_t.jpg); WIDTH: 75px; HEIGHT: 75px
}


#container A.slideg {
	BACKGROUND: url(../images/pic7_t.jpg); WIDTH: 75px; HEIGHT: 75px
}
#container A.slideh {
	BACKGROUND: url(../images/pic8_t.jpg); WIDTH: 75px; HEIGHT: 75px
}
#container A.slidei {
	BACKGROUND: url(../images/pic9_t.jpg); WIDTH: 75px; HEIGHT: 75px
}
#container A.slidej {
	BACKGROUND: url(../images/pic10_t.jpg); WIDTH: 75px; HEIGHT: 75px
}
#container A.slidek {
	BACKGROUND: url(../images/pic11_t.jpg); WIDTH: 75px; HEIGHT: 75px
}

#container A.slidel {
	BACKGROUND: url(../images/pic12_t.jpg); WIDTH: 75px; HEIGHT: 75px
}
#container A.gallery SPAN {
	BACKGROUND: #fff; LEFT: 5px; OVERFLOW: hidden; WIDTH: 1px; POSITION: absolute; TOP: 5px; HEIGHT: 0px
}
#container A.gallery:hover {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
}
#container A.gallery:hover IMG {
	BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; FLOAT: left; BORDER-LEFT: #fff 1px solid; MARGIN-RIGHT: 5px; BORDER-BOTTOM: #fff 1px solid
}

#container A.gallery:hover SPAN {
	BACKGROUND: #fff;
	LEFT: 12px;
	WIDTH: 500px;
	COLOR: #000;
	POSITION: absolute;
	TOP: 13px;
	HEIGHT: 300px;
	float: left;
}
