@charset "utf-8";
/* CSS Document */

body {
	background: #f3eacf url(../images/bgDarker.jpg) repeat;
	background-attachment: fixed;
	margin-top:0;
	margin-bottom: 10px;
	padding: 0;
}
#wrapper {
	background:url(../images/background.jpg);
	width: 1024px; /* Change the site width here */
	margin: 0 auto;
	background-color:#80252c;
	font-family: Arial, Helvetica, sans-serif;	
	color:#FFFFFF;
	font-size:13px;

}
img {
	border:none;
}
/*------------------------------ Header -----------------------------*/
#header {
	padding:0;
	margin:0;
	background:url(../images/header.jpg);
	height:80px;   /* Change the height of header here according to the height of hearder image */
}
#header p {
	margin:0;
}

/*------------------------------ Content -----------------------------*/
.ulLarge {
	font-size:14px;
	line-height:22px;
	}

.boxShadow {
	-moz-box-shadow: 0 0 15px #f3b985;
//* Firefox *//  -webkit-box-shadow: 0 0 15px #f3b985;
//* Safari & Chrome *//  color: rgba(255.0, 0, .5);
	box-shadow: 0 0 15px #f3b985;
	}


.descpanelbg {
background-color: white !important;
}
.descpanelfg {
color: black !important;
font-size:22px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

	 
.collumnsContainer {
	width:790px;
	background:none;
	padding:0 85px 15px 115px;
	}
	
#servicesBullets li{
	background:url(../images/bullet.png);
	background-repeat:no-repeat;
	padding-left:30px;
	list-style-type:none;
	margin-left: -5px;
	}	
#content {
	padding: 20px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}


#button {
	background:#450102 url(../images/buttonBg.jpg) repeat-x;
	width:350px;
	padding:8px;
	margin:0 auto;
	text-align:center;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}

.bold { font-weight:bold;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.addressBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	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: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FC3;
	text-decoration: none;

}
a:active {
	color: #FC3;
	text-decoration: none;
}
.pageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-weight: bold;
	letter-spacing:1px;
	padding-top:30px;
	color: #ffffff;
	border-bottom: #500e13 dashed 1px;
	width:95%;
	text-shadow: 0px -1px 1px #000; 

}
.paraHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.textColor {
	color:#FC3;
	font-weight:bold;
	margin:0;
}
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:center;
	float: left;
	width: 300px;
}
.right {
	text-align:center;
	float: right;
	width: 300px;
	margin-right: 45px;
}
/*------------------------------ Content - Columns -----------------------------*/

div#outer { /* This is the div that holds the columns*/
	width: 752px; /* Change the width of container here*/
	height: 300px;
	margin: 35px auto;
	background-color:none;
	border: none;
}
div#first { /* This is the first column*/
	background-color: none;
	float: left;
	padding: 15px;
	border-right:#CCC 1px dotted;
	width: 220px;  /* Change the width of collumn here*/
}
div#second { /* This is the first column*/
	background-color: none;
	float: left;
	padding: 15px;
	border-right:#CCC 1px dotted;
	width: 220px;  /* Change the width of collumn here*/
}
div#third { /* This is the first column*/
	background-color: none;
	float: left;
	padding: 15px;
	width: 220px;  /* Change the width of collumn here*/
}
/*------------------------------ Content - Images -----------------------------*/
.imageLeft {
	margin: 0 25px 0 10px;
	float:left;
	-moz-box-shadow: 0  0 20px #000;//* Firefox *//
   -webkit-box-shadow: 0 0 15px #000;//* Safari & Chrome *//
  color: rgba(255.0, 0, .5);
	box-shadow: 0  0 20px #000;
}
.imageRight {
	margin: 0 10px 0 25px;
	float:right;
	-moz-box-shadow: 0  0 20px #000;//* Firefox *//
   -webkit-box-shadow: 0 0 15px #000;//* Safari & Chrome *//
  color: rgba(255.0, 0, .5);
	box-shadow: 0  0 20px #000;
}
.image-Center {
	margin-left:auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	display:block;
	-moz-box-shadow: 0  0 20px #000;//* Firefox *//
   -webkit-box-shadow: 0 0 15px #000;//* Safari & Chrome *//
  color: rgba(255.0, 0, .5);
	box-shadow: 0  0 20px #000;

}
.imageSet {  /* images container settings*/
	margin: 0 auto;
	border:0px;
	text-align:center; /* center images */
	width: 95% /* 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;
}
.imageSet1 {  /* images container settings*/
	margin: 0 auto;
	border:0px;
	text-align:center; /* center images */
	width: 95% /* change size here for sufficient space to hold 2 or more images */
}
.imageSet1 img {  /* individual images settings */
	margin-left:auto;
	margin-right:auto;
	margin: 25px 5px;  /* 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;
	padding-right:85px;
	margin-top:18px;
}
/*------------------------------ Footer -----------------------------*/

#footer {
	clear:both;
	background: url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:145px;
	padding:2px;
	text-align:center;
	font-size:11px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#ffffff;
}
#footer a:hover {
	color:#000099;
}

