/*------------------ Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #dcdde7;
}
a {
	color: #666699;
}
a:hover {
	color: #330066;
}
.center {
	text-align: center;
}
.contentImg {
	float: left;
	margin: 5px 15px 5px 5px;
	border: #280051 2px solid;
	
}
.imgRight {
	float: right;
	margin: 5px 5px 5px 15px;
	border: none;
}
.imgLeft {
	float: left;
	margin: 5px 15px 5px 5px;
	border: none;
}
.noBorder {
	border: none !important;
}
#container {
	width: 765px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 3px 0 0 -385px;
	padding: 119px 0 20px 0;
	background-color: #dbca9e;
	border: 3px solid #fff;
}
/*------------------ Header Selectors <--------------------*/
#header {
	width: 765px;
	height: 119px;
	position: absolute;
	left: 0;
	top: 0;
}
#phone {
	width: 150px;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	text-align: right;
}
/*------------------ Mast Selectors <--------------------*/
#mast {
	width: 765px;
	height: 191px;
}
/*------------------ Top Nav Selectors <--------------------*/
#topNav {
	width: 765px;
	height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-position: left top;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #DBC99C;
}

#topNav ul {
	padding: 6px 0px 0px 2px;
}

#topNav ul li {
	float: left;
}

#topNav ul li a {
	height:12px;
	display: block;
	color:#49446C;
	text-decoration:none;
	padding: 0px 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
}

#topNav ul li a:hover {
	color:#A8A4C6;
	background-repeat: repeat-x;
}

#topNav ul li ul li {
	padding: 0;
}

#topNav ul li ul li a {
	width: 13em;
	height: auto;
	display: block;
	padding: 5px;
	color:#49446C;
	background-color: transparent;
}
#topNav ul li ul li a:hover {
	color:#FFFFFF;
	background-color:#A09CC0;
}

/*** ESSENTIAL STYLES ***/
#topNav .sf-menu, #topNav .sf-menu * {
	list-style: none;
}
#topNav .sf-menu {
	line-height: 1.0;
}
#topNav .sf-menu ul {
	position: absolute;
	top: -999em;
	width: 13em;  /*left offset of submenus need to match (see below) */
	padding: 5px;
	background-color:#DBC99C;
}
#topNav .sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#topNav .sf-menu li {
	float: left;
	position: relative;
}
#topNav .sf-menu a {
	display: block;
	position: relative;
}
#topNav .sf-menu li:hover ul, #topNav .sf-menu li.sfHover ul {
	left: 0;
	top: 22px;  /*match top ul list item height */
	z-index: 99;
}
#topNav ul.sf-menu li:hover li ul, #topNav ul.sf-menu li.sfHover li ul {
	top: -999em;
}
#topNav ul.sf-menu li li:hover ul, #topNav ul.sf-menu li li.sfHover ul {
	left: 9.45em; /* match ul width */
	top: 0;
}
#topNav ul.sf-menu li li:hover li ul, #topNav ul.sf-menu li li.sfHover li ul {
	top: -999em;
}



/*------------------ Column Container Selector <--------------------*/
#column-container {
	background: url(../images/container-bkgd.gif) left top repeat-y;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}
/*------------------ Left Column Selectors <--------------------*/
#left-column {
	width: 162px;
	height: auto;
	float: left;
}
#sidenav {
	background-color: #48436b;
	padding: 0 0 15px 0;
}
#sidenav ul {
	list-style: none;
}
#sidenav ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	/*border-bottom: 1px solid #d9d6ee;*/
	background: url(../images/sidenav-bkgd.gif) left top no-repeat;
}
#sidenav ul li a {
	width: 140px;
	height: 16px;
	padding: 6px 11px;
	display: block;
	color: #fff;
	text-decoration: none;
}
#sidenav a:hover {
	background-color: #d9d6ee;
	color: #48436b;
}

/*** ESSENTIAL STYLES ***/
#sidenav .sf-menu, #sidenav .sf-menu * {
	list-style: none;
}
#sidenav .sf-menu {
	/*line-height:	1.0;*/
}
#sidenav .sf-menu ul {
	position: absolute;
	top: -999em;
	width: 162px;
	background-color: #57527b;
}
#sidenav .sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#sidenav .sf-menu li {
	float: left;
	position: relative;
}
#sidenav .sf-menu li li{
	/*padding:0 0px 0 0px;*/
}
#sidenav .sf-menu a {
	display: block;
	position: relative;
}
#sidenav .sf-menu li:hover ul, #sidenav .sf-menu li.sfHover ul {
	left: 162px;
	top: 0; /* match top ul list item height */
	z-index: 99;
}
#sidenav ul.sf-menu li:hover li ul, #sidenav ul.sf-menu li.sfHover li ul {
	top: -999em;
}
#sidenav ul.sf-menu li li:hover ul, #sidenav ul.sf-menu li li.sfHover ul {
	left: 162px; /* match ul width */
	top: 0;
}
#sidenav ul.sf-menu li li:hover li ul, #sidenav ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
#sidenav ul.sf-menu li li li:hover ul, #sidenav ul.sf-menu li li li.sfHover ul {
	left: 12em; /* match ul width */
	top: 0;
}

#blogger-navigation{
}
#blogger-navigation h3{
	font-size: 18px;
	padding: 10px 0 5px 3px;
	color: #FFFFFF;
}
#blogger-navigation ul{
}
#blogger-navigation ul li{
	background: none;
}
#blogger-navigation ul li a{
	height: auto;
}
#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited{
}
#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active{
}
#blogger-navigation #powered-by{
}

#left-column img {
	clear: both;
}

#pic {
	background-color: #9c99af;
}

#mailing-list {
	text-align: center;
	background-color: #9c99af;
	padding: 10px 10px 10px 10px;
}
#mailing-list input {
	border: 1px solid #7f9db9;
	padding: 5px;
	font-size: 12px;
}
#cta-blog{
	width: 145px;
	height: 67px;
	padding-top: 20px;
	padding-left: 8px;
}
#cta-blog a{
	width: 145px;
	height: 67px;
	display: block;
	background-image: url(../images/cta-blog.jpg);
	background-position: 0 0;
}
#cta-media{
	padding-top: 0px;
	padding-left: 8px;
	width: 145px;
	height: 67px;
	margin-top: 0px;
}
#cta-media a{
	text-indent: -9999px;
	width: 145px;
	height: 87px;
	display: block;
	background-image: url(../images/cta-media.jpg);
	background-position: 0 top;
}
#cta-media a:hover{
	background-position: 0 bottom;
}
#cta-media a:active{
	background-position: 0 0;
}
#cta-facebook{
	width: 145px;
	height: 67px;
	padding-top: 8px;
	padding-left: 8px;
	margin-top: 10px;
}
#cta-facebook a{
	width: 145px;
	height: 67px;
	display: block;
	background-image: url(../images/facebook-button.jpg);
	background-position: 0 0;
}

/*------------------ Middle Column Selector <--------------------*/
#middle-column {
	width: 415px;
	height: auto;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #280051;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
#middle-column h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #C9AF6B;
	text-transform: uppercase;
}
#middle-column h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #49446C;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#middle-column h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C9AF6B;
	text-transform: uppercase;
}
h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
#middle-column p {
	margin-bottom: 20px;
}
#middle-column ul {
	margin-bottom: 20px;
	padding-left: 40px;
}
#middle-column ul li {
	margin-bottom: 20px;
}
#contact ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#gallery-cta-container {
	width: 150px;
	height: auto;
	margin-bottom: 5px;
	padding-left: 130px;
}

#gallery-cta {
	width: 108px;
	height: auto;
	display: block;
	padding: 15px 20px 10px 20px;
	background-color: #DBCA9E;
	border: 5px solid #d5be82;
}

#gallery-cta img {
	margin: 0 2px;
	border: 0;
}

#gallery h3 {
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #9c99af;
	margin-bottom: 5px;
	padding: 5px 0;
}

/*------------------ Main Form Selectors <--------------------*/

#contact ul li{
	margin-bottom: 15px;
}
#contact div{
}
#contact input{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 25px;
	width: 414px;
	background-color: #DBC99C;
	border: 1px solid #49446C;
}
#contact input.button{
	height: 25px;
	width: 414px;
	background-color: #5E567F;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase!important;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #272439;
}
#contact textarea{
	height: 75px;
	width: 414px;
	background-color: #DBC99C;
	border: 1px solid #49446C;
	font-family:Arial, Helvetica, sans-serif!important;
	font-size: 14px!important;
}

/*------------------ Right Column Selector <--------------------*/
#right-column {
	width: 147px;
	height: auto;
	float: right;
}

#events {
	width: 147px;
	height: auto;
	background-color: #e2dec0;
	text-align: center;
}
#events p {
	font-size: 11px;
	color: #280051;
	text-align: left;
	margin: 0 0 5px 10px;
}
#events a{
	color: #280051;
	font-weight: bold;
	text-decoration: underline;
}
#events a:hover {
	text-decoration: none;
}
.btn-more{
	float: right;
	height: 16px;
	width: 55px;
	margin-right: 10px;
	padding-bottom: 10px;
}
.btn-more a{
	background-image: url(../images/btn-more.jpg);
	background-position: 0px 0px;
	display: block;
	height: 16px;
	width: 55px;
}
.btn-more a:hover{
	background-position: 0px 16px;
}
.btn-more a:active{
	background-position: 0px 0px;
}

#innovations {
	background-color: #9c99af;
	text-align: center;
}
#innovations p {
	font-size: 11px;
	color: #280051;
	text-align: left;
	margin: 0 0 5px 10px;
}
#innovations a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#innovations a:hover {
	text-decoration: none;
}

/*------------------ Mini Form Selectors <--------------------*/
#qc{
	width: 147px;
	height: 338px;
	background-image: url(../images/qc.jpg);
	background-repeat: no-repeat;
}
#qc form{
	padding-top: 175px;
	padding-left: 7px;
}
#qc ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#qc ul li{
	margin-bottom: 4px;
}
#qc input {
	background-color: transparent;
	height: 20px;
	width: 134px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#qc textarea{
	height: 48px;
	width: 134px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#qc input.select{
}
#qc input.button{
	background-image: url(../images/button_submit.gif);
	float: right;
	height: 22px;
	width: 55px;
	margin-right: 6px;
}
#qc input.orange-qc{
}
#qc img {
    vertical-align:middle;
}
/*------------------ Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}
/*------------------ Footer Selectors <--------------------*/
#footer {
	width: 770px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -385px;
	padding: 25px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #817587;
	text-align: center;
}

#footer p {
	margin-bottom: 14px;
}

/*------------------ Disclaimer Selectors <--------------------*/
#disclaimer {
}
/*----------------- Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}

.warning {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #990000;
	line-height: 24px;
	text-align: center;
}

.gallery-ba-tab span {
	padding-right: 156px;
	font-weight: bold;
}


.gallery-ba-tab2 span {
	padding-left: 62px;
	font-weight: bold;
}

/*-----------------------------Video*/
#video-container {
	height: auto;
	width: 415px;
}
#flash-video {
}
#mast-container {
}
#flash-mast{
}
