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

/*** GLOBAL ***/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #333333;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:hover {
  text-decoration: underline;
}

a:visited {
	color: #666666;
}

p {
  margin-bottom: 3px;
  margin-top: 0px;
}

form {
  display: inline;
  margin: 0;
  padding: 0;
}

.small {
  font-size: .9em;
}

.smallest {
  font-size: .8em;
}

.caption {
  display: block;
  width: 100%;
  font-size: 10px;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 10px;
}

.services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	letter-spacing: .15em;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #51646F;
}

h2 {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 4px 0px 4px 0px;
	padding: 0;
	color: #336699;
}

h3 {
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	color: #51646F;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	color: #F7EED9;
	letter-spacing: normal;
	text-align: center;
}


/************* PAGE WRAPPER styles **************/

#PAGE-wrapper {
	clear: both;
	float: none;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#HEADER-main {
	float: left;
	height: 100px;
	width: 100%;
	margin-top: 10px;
	background-color: #000000;
	
}
#PAGE-Title {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	height: 20px;
	width: 350px;
	margin-top: 75px;
	margin-bottom: 5px;
	float: right;
	letter-spacing: 0.15em;
	display: none;
}

/**** CONTENT COLUMNS - Each page will have its own CSS style for the main content wrapper and the center column layout ****/


#left-content-wrapper {
	float: left;
	width: 140px;
	padding: 10px;
	text-align: center;	
}

#content-right-wrapper {
	float: left;
	width: 210px;
	margin-top: 90px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#content-right-wrapper-images {
	float: left;
	width: 220px;
	
	
}

/************* FOOTER styles **************/

#FOOTER-main {
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #999999;
	text-align: center;
	vertical-align: bottom;
	clear: both;
	padding-top: 10px;
	height: 40px;
	background-color: #000000;
}

#FOOTER-main a {
	text-decoration: none;
	font-weight: normal;
	color: #6699CC;
}

/**** Image Styles ****/

.image-1 {
	float: left;
	height: 110px;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	text-align: center;
	line-height: 110px;	
	
}

.coupon {
	padding: 10px;
	width: 420px;
	border: 2px dotted #666666;
}

