@charset "utf-8";
/* CSS Document */

img{
	border:none;}

	body {
	background: #ffffff url(../wells/images/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
#wrapper {
	width: 100%; /* Change the site width here */
	margin:0 auto 0 auto;
	background-color:none;
	font-family: Arial, Helvetica, sans-serif;


/*------------------------------ Header -----------------------------*/
		}
#header {
	padding: 0;
	width:960px;
	margin: 0 auto;
	background: #bbb url(../wells/images/header-bg.jpg);
	height:145px;   /* Change the height of header here according to the height of hearder image */
}
#header p {
	margin:0;
}
#headerInfo {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:13px;
	color:#000;
	width:600px; /* Change the width of text here according to header image so no text overlaps image */
}
#headerInfo a:link, a:visited, a:active {
	color: #000066;
}
#headerInfo a:hover {
	color: #000099;
}
#contactButton{
	float:left;
	margin-top:30px;
	margin-left:50px;
}

#phoneNumber{
	float:right;
	margin-top:30px;
}

#logo {
	background-image:url(../wells/images/logo.png);
	float:left;
	width:330px;
	height:44px;
	margin-top:30px;
	}
#slogan {
	clear:both;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
padding-top:15px;
	padding-bottom:15px;
	color: #fff;
	text-align:center;
	width:100%; /* Change the width of slogan text here according to header image so no text overlaps image */
}

/*------------------------------ Main Navigation -----------------------------*/
	
	#navigationMain {  /* This is the navigation container */
	margin: 0 auto;
	background: url(../images/navigation_bg.png);
	padding: 10px;
	text-align:center;
	font-weight:bold;
	-webkit-border-radius: 3x;
	-moz-border-radius: 3px;

}
#navigationMain a:link {
	display: inline;
	margin: 0 10px 10px 0; /* Set distance around the buttons here */
	background: none;
	text-decoration:none;
	color:#FFF;
	padding:8px 20px 8px 20px;
	-webkit-border-radius: 3x;
	-moz-border-radius: 3px;
	
}
#navigationMain a:visited {
	display: inline;
	background: none;
	margin: 0 10px 10px 0;
	text-decoration:none;
	color:#FFF;
	padding:8px 20px 8px 20px;
}
#navigationMain a:hover {
	background:#465c0e;
}
#navigationMain a:active {
	display: inline;
	margin: 0 10px 10px 0;
	background: #10134e;
	text-decoration:none;
	color:#FFF;
	padding:8px 20px 8px 20px;
}

/*------------------------------ Sub Navigation -----------------------------*/

	#navigationSub {  /* This is the navigation container */
	margin: 0 auto;
	width:895px;
	background: #cecdcd;
	padding: 7px;
	text-align:center;
	font-weight:bold;
	letter-spacing:-1px;
	-webkit-border-radius: 3x;
	-moz-border-radius: 3px;

}
#navigationSub a:link {
	display: inline;
	margin: 0 8px 8px 0; /* Set distance around the buttons here */
	background: none;
	text-decoration:none;
	color:#444;
	padding:3px 5px 3px 5px;
	
}
#navigationSub a:visited {
	display: inline;
	background: #c8c7c7;
	text-decoration:none;
	color:#444;
	padding:3px 5px 3px 5px;
}
#navigationSub a:hover {
	background:#d7d6d6;
}
#navigationSub a:active {
	display: inline;
	background: #d7d6d6;
	text-decoration:none;
	color:#444;
	padding:3px 5px 3px 5px;
}

/*------------------------------ Button on Site -----------------------------*/
	
	#buttonSite {  /* This is the navigation container */
	margin: 0  auto;
	background: url(../images/navigation_bg.png);
	padding: 10px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	-webkit-border-radius: 3x;
	-moz-border-radius: 3px;

}
#buttonSite a:link {
	display: inline;
	margin: 0 10px 10px 0; /* Set distance around the buttons here */
	background: none;
	text-decoration:none;
	color:#FFF;
	padding:8px 20px 8px 20px;
	-webkit-border-radius: 3x;
	-moz-border-radius: 3px;
	
}
#buttonSite a:visited {
	display: inline;
	background: none;
	margin: 0 10px 10px 0;
	text-decoration:none;
	color:#FFF;
	padding:8px 20px 8px 20px;
}
#buttonSite a:hover {
	background:#465c0e;
}
#buttonSite a:active {
	display: inline;
	margin: 0 10px 10px 0;
	background: #10134e;
	text-decoration:none;
	color:#FFF;
	padding:8px 20px 8px 20p;
}
/*------------------------------ Content -----------------------------*/
#content {
	padding: 20px;
	width: 960px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

.slideshow {
	width: 920px;
	height:338px;
	background:none;
	margin-top:31px;
	}
	
.contactContent {
	width:auto;
	background-color:#FFFFFF;
	padding: 20px;
	margin-top:10px;
	}	

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.addressBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.addressBoldLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.addressItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}
h2, h3, h4 {  /* If using different styles, sepatare the tags  */
	margin:0;
}

p .breakhere {
	page-break-after:always;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000099;
}
a:active {
	color: #000066;
	text-decoration: underline;
}
.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1a2361;
	letter-spacing:-1px;
	margin: 10px 0;
}
.pageHeadCoupon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #1a2361;
	letter-spacing:-1px;
}
.paraHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #060;
	margin:0;
}
.BulletHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin:0;
}
.textColor {
	color:#2c4081;
	font-weight:bold;
	margin:0;
	letter-spacing:-1px;
}
.textHighlight {
	color:#429ccb;
	margin:0;
	font-weight:bold;
	font-size:16px;
	}
a.nounderline:link {
	color: #000066;
	text-decoration: none;
}
a.nounderline:visited {
	color: #000066;
	text-decoration: none;
}
a.nounderline:hover {
	color: #000099;
	text-decoration: underline;
}
a.nounderline:active {
	color: #000066;
	text-decoration: none;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
	
}
.right {
	text-align:right;
	
}



/*------------------------------ Content - Columns -----------------------------*/

div#outer { /* This is the div that holds the columns*/
	width: 920px; /* Change the width of container here*/
	height: 250px;
	margin: 20px auto;
	background-color: none;
	border: none;

}

div#outer p{
	margin:0;
	}
div#first { /* This is the first column*/
	background-color: none;
	float: left;
	padding: 15px;
	border-right:#CCC 1px dotted;
	width: 270px;  /* Change the width of collumn here*/
}
div#second { /* This is the first column*/
	background-color: none;
	float: left;
	padding: 15px;
	width: 285px;  /* Change the width of collumn here*/
}
div#third { /* This is the first column*/
	background-color: none;
	float: left;
	border-left:#CCC 1px dotted;
	padding: 15px;
	width: 270px;  /* Change the width of collumn here*/
}

/*------------------------------ Content - Images -----------------------------*/

.imageShadow {
	-moz-box-shadow: 0 0 25px #000;//* Firefox *//
   -webkit-box-shadow: 0 0 25px #000;//* Safari & Chrome *//
  color: rgba(255.0, 0, .5);
	box-shadow: 0 0 25px #000;

}

.imageLeft {
	margin: 0 25px 0 10px;
	float:left;
	padding:3px;
}
.imageRight {
	margin: 0 10px 0 25px;
	float:right;
	padding:3px;

}
.imageCenter {
	margin-left:auto;
	margin-right: auto;
	margin-top: 15px;
	display:block;
	padding:15px;
}
.imageSet {  /* images container settings*/
	margin: 0 auto;
	border:0px;
	text-align:center; /* center images */
	width: 900px; /* change size here for sufficient space to hold 2 or more images */
}
.imageSet img {  /* individual images settings */
	margin-left:auto;
	margin-right:auto;
	margin: 25px 10px;  /* distance between images and top/bottom */
	border: #CCC 1px solid;
	padding: 3px;
}
.caption {
	text-align:center;
	background:#fff;
	font-size:11px;
	margin:0;
	color: #666;
	width:106px; /*change caption width here*/
}
.image_CaptionLeft { /*image caption container*/
	float:left;
	width:116px; /*change image width here*/
	margin: 3px 20px 0 10px;
}
.image_CaptionRight { /*image caption container*/
	float: right;
	width:116px; /*change image width here*/
	margin: 3px 10px 0 20px;
}
.image_CaptionCenter { /*image caption container*/
	width:116px; /*change image width here*/
	margin-left:auto;
	margin-right: auto;
	margin-top: 15px;
	display:block;
}
.image_CaptionGroup {
	width: 90%;
	margin: 30px auto;
}
.image1 {
	float:left;!important  
	background: #fff;
	height:250px;
	text-align:center; /* Change here image/text alignment */
	margin: 0;
	padding: 10px;
	width: 47%;
}
.image2 {
	float: left;!important  
	background: #fff;
	height: 250px;
	text-align:center;/* Change here image/text alignment */
	margin: 0;
	padding: 10px;
	width: 47%;
}
.image3 {
	float: left;!important  
	background: #fff;
	height: 250px;
	text-align:center;/* Change here image/text alignment */
	margin: 0;
	padding: 10px;
	width: 47%;
}
.image4 {
	float: left;!important  
	background: #fff;
	height: 250px;
	text-align:center;/* Change here image/text alignment */
	margin: 0;
	padding: 10px;
	width: 47%;
}

.colorBlock {
	margin: 0 auto;
	width:350px; /* change width of block here */
	text-align:center;
	color:#FFFFFF;
	background-color: #333;
	padding: 5px;
}
.socialIconsHorz {
	float:right;
	margin:5px;
}
.couponBorder {
	border: thin dashed #000;
	margin: 0 auto;
	width:350px;
	text-align:center;
	background-color:#eee;
	padding: 10px;
}

/*------------------------------ Footer -----------------------------*/

#footer {
	clear:both;
	width: 100%;
	border-top: 3px #CCCCCC solid;
	background: #1a2361;
	padding:10px;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#ccc ;
	}
	
#footer a:hover {
	color:#fff;
	}
	
	#footer p {
		color:#FFFFFF;
		}

.headings {
	color:#429ccb;
	margin:0;
	font-size:18px;
	}
.headingsBig {
	color:#429ccb;
	margin:0;
	font-size:30px;
	font-weight:bold;
	}

/*------------------------------ Content - Columns -----------------------------*/

div#outerFooter { /* This is the div that holds the columns*/
	width: 1000px; /* Change the width of container here*/
	height: 280px;
	margin: 15px auto;
	background-color: none;
	border: none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;

}

div#outerFooter p{
	margin:0;
	}
div#firstFooter { /* This is the first column*/
	background-color: none;
	float: left;
	padding: 15px;
	width: 290px;  /* Change the width of collumn here*/
}
div#secondFooter { /* This is the first column*/
	background-color: none;
	float: left;
	padding: 15px;
	border-right:#26338d 1px dotted;
	border-left:#26338d 1px dotted;
	width: 290px;  /* Change the width of collumn here*/
}
div#thirdFooter { /* This is the first column*/
	background-color: none;
	float: left;
	padding: 15px;
	width: 290px;  /* Change the width of collumn here*/
}

.copyright {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#FFF;
	text-align:center;
	}
.admin {
	font-size:9px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	}