@charset "utf-8";
/* CSS Document */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 color: #ffffff;
 margin-top: 0px;
 text-align: justify;
}

.smaller {
 font-size: 13px;
}

#wrap {
 width: 990px;
 margin: 0px auto;
}

#content {
 width: 990px;
 background-image: url(images/wrap.gif);
 background-repeat: repeat-y;
}

#header {
 width: 990px;
 height: 151px;
 background-image: url(images/automate-mainheader.gif);
 background-repeat: no-repeat;
}

#sidebar {
 width: 215px;
 background-image: url(images/sidebar.gif);
 background-repeat: no-repeat;
 float: left;
}

#text {
	width: 650px;
	padding-top: 0px;
	padding-right: 80px;
	float: right;
	text-align: justify;
	font-size: 15px;
}

.side-content {
 padding-left: 32px;
}

.side-headers {
 background-color: #231f20;
 padding-top: 3px;
 padding-bottom: 3px;
 text-indent: 9px;
 font-weight: bold;
}

#footer {
 width: 990px;
 height: 63px;
 background-image: url(images/footer-background.gif);
 background-repeat: no-repeat;
 padding-right: 0px;
}

.site-footer {
 color: #333333;
}

.tables {
 text-align: left;
 font-size: 12px;
}

a {
 color: #ed1c24;
}

a:hover {
 color: #FFFFFF;
}

h1 {
 font: normal 18px Arial, Helvetica, sans-serif;
 color: #ffffff;
 padding-bottom: 0px;
}

h2 {
 font: bold 16px Arial, Helvetica, sans-serif;
 color: #a7a9ac;
 padding-top: 0px;
}

h3 {
 font: bold 14px Arial, Helvetica, sans-serif;
 color: #ffffff;
 text-align: left;
 padding-top: 0px;
}

.left {
 float: left;
}

.right {
 float: right;
}

.long {
 width: 162px;
}

.franchise {
 font: normal 14px Arial, Helvetica, sans-serif;
 line-height: 22px;
}

.clear {
 clear: both;
}

.style1 {
 color: #ed1c24;
}

.style2 {
 color: #ffae00;
}

.style5 {
 color: #00c90e;
}

.style3 {
 font-size: 18px;
 color: #ed1c24;
 }
 
.style4 {
 font-size: 18px;
 }

.table-left {
 border-right: 1px solid #4b4a4a;
}

.bottom-row {
 border-bottom: 1px solid #a6a6a6;
}

.spacer {
 line-height: 25px;
 font-weight: 400;
}

.white {
 color: #FFFFFF;
}





	/*CSS Menu*/
	.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 181px; /*WIDTH OF MAIN MENU ITEMS*/
	background-image: none;
	font-weight: bold;
	font-size: 12px;
	}
	
	.glossymenu li{
	position: relative;
	border-bottom: 1px solid #4b4a4a;
	}
	
	.glossymenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 210px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	background-color: #000000;
	font-weight: normal;
	}
	
	.glossymenu li a{
	background-image: none;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	}
	
	.glossymenu li a:visited, .glossymenu li a:active{
	color: white;
	}
	
	.glossymenu li a:hover{
	background-image: url(images/glossyback2.gif);
	background-repeat: repeat-x;
	color: #ed1c24;
	}
	
	/* Holly Hack for IE \*/
	* html .glossymenu li { float: left; height: 1%; }
	* html .glossymenu li a { height: 1%; }
	/* End */
	



	
/*gallery*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid #767676;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: 5px;
top: 400px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 240px; /*position where enlarged image should offset horizontally */
top: 0px;
z-index: 50;
}

