/* Tri-County Ford CSS Document */

html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

/* Background Color */
body {
	background-color: #19598C;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;

}

/* Text Properties */
p {
	color: #000000;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Header Text Properties */
h1 {
	color: #19598C;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

/* SubHeader Text Properties */
h2 {
	color: #19598C;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}


/* Active Links */
a:link {
	color: #19598C; 
}

/* Visited Links */
a:visited {
	color: #19598C;
}

/* Hoverd Links */
a:hover, a:active {
	color: #F51226;
}	

/* List Properties */
li {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Table Row Properties */
tr {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}


/* Table Data Properties */
td {
	color: #000000;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Suckerfish Menus */
#navigation {
	display: block;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 1;
}

#nav, #nav ul {
	float: left;
	margin: .5em 0 1em 0;
	list-style: none;
	/*line-height: 1;*/
	background: url(images/nav-bg.gif) repeat-x;
	border: solid #FFFFFF;
	border-width: 1px;
	width: 995px;
	padding: 0;

}

#nav a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

#nav a:visited {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

#nav li {
	float: left;
	/* width: 5em; */
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
/*	border: solid #FFFFFF;
	border-width: 1px;
*/
	padding: 8px 12px 8px 12px;
}
	
#nav li ul {
	position: absolute;
	width: 13em;
	left: -999em;
	border: solid #FFFFFF;
	border-width: 1px;
	background: #345C80;
	

}

#nav li:hover ul, li.over ul {
	left: auto;
	display: block;	
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	
	
}

#navigation li a:link {
	color: #FFFFFF;
	}
	
#navigation li a:hover {
	color: #B3AE94;
	text-decoration: none;
	}


/* Quicklink Styles */

#quicklink a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
	
#quicklink a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
	
#quicklink a:hover {
	color: #B3AE94;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}


/* Footer Styles */
#footer { 
	text-align: center; 
}

#footer p{ 
	text-align: center; 
	color: #FFFFFF;
}
	

/* Coupon Styles */

 
#container h2 {
    font-size: 18pt;
    line-height: 30px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
 
#container p {
    font-size: 12pt;
    line-height: 20px;
    font-family: Helvetica, sans-serif;
    text-align: center;
	color: #000;
}

#container p.italic {
    font-size: 10pt;
    line-height: 20px;
    font-family: Helvetica, sans-serif;
    text-align: left;
	margin: 10, 10, 0, 10;
	color: #000;
	font-style: italic;
}
  
 
#container {
    background-color: white;
    height: 420px;  /* Change this number for coupon box height */
    width: 400px;
    margin: 50px auto;
    border: 3px dashed #21303b;
	padding: 10px;
 
    /*shadow*/
    -webkit-box-shadow: 10px 10px 10px #000;
    -moz-box-shadow: 10px 10px 10px #ccc;
    box-shadow: 10px 10px 10px #ccc;
 
    /*rounded corners*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/* Rotating Testimonials */
#quotes
 {
   margin:0;
/*   padding:10px; */
   padding: 10px 0px 0px 25px;
   font-size:14px;
   color: #fff;
   position:relative;
   width: 275px;
 }
 .textItem
 {
   position:absolute;
   display:none;
 }

