@charset "utf-8";
.mainTile {
	background-image: url(images/mainSlice.jpg);
	background-repeat: repeat-y;
	padding-right: 19px;
	padding-left: 18px;
}
.topBG {
	background-image: url(images/topBG.jpg);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 18px;
}
body {
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.contentIMG {
	padding: 5px;
	border: 1px solid #666666;
	margin: 5px;
	float: left;
}

.mainContentArea {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;


}
.searchTablePad {
	
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top:5px;
	height:15px;
}

.greyTileBG {
	background-image: url(images/greyTile.gif);
	background-repeat: repeat;
}
/*HEADINGS*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #da0606;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
	background-image: url(images/greyTile.gif);
	border: 1px none #CCCCCC;
}
hr {
	border: 1px dashed #CCCCCC;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #cf0908;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
	text-transform: uppercase;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #d8d7d7;
	font-weight: normal;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/*FORM STYLING*/

textarea {
	padding: 2px;
	background-color: #FFFFFF;
	color: #666666;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	padding: 2px;
	font-size: 11px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #666666;
	border: 1px none;
	font-family: Arial, Helvetica, sans-serif;

}

input {
	padding: 2px;
	background-color: #FFFFFF;
	color: #666666;
	border: 1px none #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;

}
form {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*LINKS*/

a:link {
	font-weight: bold;
	color: #da0606;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	font-weight: bold;
	color: #da0606;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	font-weight: bold;
	color: #da0606;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited{
	font-weight: bold;
	color: #da0606;
	text-decoration: none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bottomBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}


/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #ffffff;
	padding: 1px;
	width: 700px;

}
#gallery ul {
	list-style: none; 
	padding: 0px;
	width:680px;

	margin-left:8px;
	margin-top:8px;
}
#gallery ul li {
display: inline;
	}
#gallery ul img {
	border: 5px solid  #eeeeee;
	border-width: 5px 10px 10px;
	padding:0px;
}
#gallery ul a:hover img {
	border: 5px solid #dddddd;
	border-width: 5px 10px 10px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
