@charset "utf-8";
.nav {
	border: 1px solid #ccc;
	border-width: 1px 0;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: rgb(158, 0, 93);
	position: relative;
}

.nav li {
	display: inline;
	padding: 11px 10px 11px 10px;
}

.nav a {
	display: inline-block;
	padding: 11px 10px 11px 10px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
}

.nav li:hover {
	padding: 12px 10px 13px 10px;
	background-color: rgb(237, 30, 121);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.nav .navactive {
	background-color: rgb(237, 30, 121);
	padding: 12px 10px 13px 10px;

}

/*
a.navactive {
	padding: 10px 15px 10px 15px;
	display:inline;
	background-color: rgb(237, 30 ,121);


}
*/
.subnav {
	border-top: 1px solid #ccc;
	border-width: 1px 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.subnav a {
	font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 36px;
	color: #333;

}

#cycler {
	position: relative;
}

#cycler img {
	position: absolute;
	z-index: 1;
	left: -15px;
}

#cycler img.active {
	z-index: 3
}

#main {
	width: 900px;
	background-color: #F00;
	position: relative;
	text-align: center;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	position: relative;
	margin-top: 0px;
	width: 970px;
	padding-bottom: 10px;
	height: 80px;
}

#maincontent {
	text-align: left;
	position: relative;
	width: 970px;
	color: rgb(158, 0, 93);
}

/*.para1{
	font-family: 'Quicksand', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#333;
	line-height:16px;
	
}
*/
#footer {
	position: relative;
	top: 5px;
	height: 255px;
	width: 99%;
	background-color: #9E005D;
	/*	  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, rgb(158, 0 ,93) 100%);
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, rgb(158, 0 ,93) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;*/

}

#ftb {
	background-color: #ED1E79;
	position: relative;
	top: 0px;
	height: 10px;
	width: 100%;
}

.companyfooter {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #FFF;

}

.companyaddress {
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: 'Quicksand', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #FFF;
}

#ftsubmenu1 a {
	position: relative;
	top: 5px;
	font-family: 'Quicksand', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #CCC;
	text-decoration: none;
	line-height: 18px;
}

#ftsubmenu2 {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 470px;
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #CCC;
	text-decoration: none;
	line-height: 18px;
}

#ftsubmenu3 {
	position: absolute;
	top: 0px;
	left: 440px;
	width: 470px;
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #CCC;
	text-decoration: none;
	line-height: 18px;
}

.footerheader {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}

.footer {
	font-family: 'Quicksand', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #CCC;
	text-decoration: none;
	line-height: 18px;
}

.footer:hover {
	color: #ED1E79;
}

#copyright {
	position: relative;
	top: 45px;
	left: 0px;
	font-family: 'Quicksand', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #CCC;
	text-decoration: none;
	line-height: 18px;
}

.twitter {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-color: #ED1E79;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	position: absolute;
	top: 0px;
	left: 0px;
	/* width and height can be anything, as long as they're equal */
}

.twitter:hover {
	background-color: #F00;
	text-align: center;
	/* width and height can be anything, as long as they're equal */
}

#socialicons {
	position: relative;
	top: 25px;

}

.fa {
	position: relative;
	top: 6px;

}

.facebook {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-color: #ED1E79;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	position: absolute;
	top: 0px;
	left: 35px;

	/* width and height can be anything, as long as they're equal */
}

.facebook:hover {
	background-color: #F00;
	text-align: center;
	/* width and height can be anything, as long as they're equal */
}

#divider {
	background-color: #999;
	width: 1px;
	height: 160px;
	border-right: 1px solid #ED1E79;
}

#divider-blk {
	background-color: #CCC;
	width: 1px;
}

.drtitle {
	position: relative;
	top: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}

.drdetail {
	position: relative;
	top: 5px;
	font-family: 'Quicksand', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #CCC;
	text-decoration: none;
	line-height: 15px;
}

a {
	text-decoration: none;

}

/*.boxed { width: 1070px; margin: auto;} 
#wrapper { background-color: white; -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16); -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16); box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);}
*/

.content-wrapper {
	padding: 0px 15px 0px 15px;

}

.mm-text {
	position: relative;
	top: 5px;
	left: 5px;
}

.floatingHeader {
	position: fixed;
	top: 0;
	visibility: hidden;
}

.breadcrumb {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	line-height: 16px;

}

a.breadcrumblink {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: rgb(158, 0, 93);
	line-height: 16px;

}

.paralarge {
	font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #333;
}

.loc-header {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: rgb(158, 0, 93);
}

.loc-txt {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 18px;
}

.loc-map {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #666;
	line-height: 14px;
	margin-left: 0px;
}


.box {
	position: relative;
	width: 400px;
	height: 300px;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
	border-radius: 0% 0% 25% 25% / 0% 0% 0% 0%;
}

.box:before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 14px;
	left: 10px;
	width: 50%;
	height: 20%;
	box-shadow: 0 17px 10px rgba(0, 0, 0, 0.45);
	-webkit-transform: rotate(-3deg) skew(-0deg);
	-moz-transform: rotate(-3deg) skew(-0deg);
	-ms-transform: rotate(-3deg) skew(-0deg);
	-o-transform: rotate(-3deg) skew(-0deg);
	transform: rotate(-3deg) skew(-0deg);
}

.box:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 14px;
	right: 10px;
	width: 50%;
	height: 20%;
	box-shadow: 0 17px 10px rgba(0, 0, 0, 0.45);
	-webkit-transform: rotate(3deg) skew(0deg);
	-moz-transform: rotate(3deg) skew(0deg);
	-ms-transform: rotate(3deg) skew(0deg);
	-o-transform: rotate(3deg) skew(0deg);
	transform: rotate(3deg) skew(0deg);
}

.table-bio {
	width: 100%;
	text-align: left;
	background-color: transparent;
}

.table-bio tr {
	border-right: 0;
	color: #666666;
	font-family: "Open Sans";
	text-align: left;
	padding: 10px 15px;
	vertical-align: top;
	font-size: 12px;
}

.table-bio td,
th {
	padding-top: 14px;
	border: 0px solid #D8D8D8;
}
