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

body {
	font-family: Gothic, Arial;
	-webkit-text-size-adjust: none;
	background-position: center;
	background-color: #fff;
	width: 100%;
	margin: 0px;
	overflow-x:hidden;
	padding: 0px;
	height: 100px;
}
headerwrap {
	width:100%;
	z-index:1;
	margin: 0px;
	float: left;
	padding-top: 40px;
	padding-bottom: 15px;
}
#header {
	max-width:600px;
	min-width:400px;
	z-index:2;
	font-size: 15px;
	color: #444;
	margin-right: auto;
	margin-left: auto;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	overflow: hidden;
}
#rose {
	z-index:3;
	padding: 0px;

	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#homenav {
	z-index:3;
	padding: 0px;

	text-align: center;
	margin: 0px;
	clear: none;
}
#number {
	z-index:3;
	text-align: center;
	font-size: 15px;
	float: right;
	margin-right: 30px;
}
navwrap {
	width: 100%;
	z-index:5;
	float: left;
	background-color: #333;
}
#nav {
	width:550px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}
slidewrap {
	width:100%;
	min-height:200px;
	z-index:1;
	margin: 0px;
	padding: 0px;
	float: left;
}
contentwrap {
	width:100%;
	z-index:1;
	float: left;
    padding-left: 0px;
	padding-right: 0px;
    padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #FFF;
	
}
#indcontent {
	z-index:6;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	color: #444;
}
#indcontentb {
	min-width:600px;
	z-index:6;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	color: #444;
}
#content {
	z-index:6;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
    padding-top: 50px;
	padding-bottom: 50px;
    font-size: 16px;
	color: #444;
	max-width: 60%;
    background-color: #fff;
}
#content2 {
	z-index:6;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	color: #444;
	max-width: 60%;
}

#textbox {
	width:100%;
	z-index:7;
	font-size: 16px;
}
#textbox2 {
	width:55%;
	z-index:7;

	clear: none;
	font-size: 20px;
}
#photobox {
	width:75%;
	z-index:7;
    margin: auto;
}


#info {
	position:absolute;
	width:430px;
	height:386px;
	z-index:1;
	left: 34px;
	top: 43px;
	font-size: 15px;
	color: #000;
	text-align: left;
	background-image: url(backgrounds/images/bridge.png);
	padding-right: 150px;
	padding-left: 150px;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: 4px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 14px 14px rgba(0,0,0,0.3);
	box-shadow: 4px 14px 14px rgba(0,0,0,0.3);
	border: 1px solid #999;
	overflow: auto;
}
#lightboxinfo {
	position:absolute;
	width:580px;
	z-index:1;
	left: 34px;
	top: 43px;
	font-size: 15px;
	color: #000;
	text-align: left;
	background-image: url(backgrounds/images/bridge.png);
	padding-right: 75px;
	padding-left: 75px;
	height: 386px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: 4px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 14px 14px rgba(0,0,0,0.3);
	box-shadow: 4px 14px 14px rgba(0,0,0,0.3);
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	border: 1px solid #999;
}
lowernav{
	width: 100%;
	z-index: 6;
	margin: 0px;
	padding: 0px;
	float: left;
}
#lowernavcon{
	max-width: 1200px;
	z-index: 7;
	margin-right: auto;
	margin-left: auto;
}

#squarenav{
	padding-right: 30px;
	padding-left: 30px;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	display: inline-block;
}
#squarepano{

	z-index: 10;
	margin: 0px;
	padding: 0px;
}
#squareimage{

	
	z-index: 11;
	-moz-box-shadow: 7px 7px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 7px 7px 10px rgba(0,0,0,0.5);
	box-shadow: 7px 7px 10px rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	
}
#squaretext{
	z-index: 11;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

footerwrap {
	width:100%;
	z-index:1;
	margin: 0px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer {
	max-width:800px;
	min-width:600px;
	z-index:5;
	font-size: 12px;
	color: #444;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#footerb {
	max-width:800px;
	min-width:400px;
	z-index:5;
	font-size: 12px;
	color: #444;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.indexbanner {

	width: 80%;
    margin: auto;

}
@media (max-width: 900px)  {
 
  .indexbanner{

      width: 100%;
    margin: auto;
 
  }  
    
}

#title {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	margin-bottom: 40px;
	margin-top: 0px;
	box-shadow: 7px 7px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 7px 7px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 7px 7px 10px rgba(0,0,0,0.5);
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background-color: #444;
}

.titleradius {
-moz-border-radius: 10px;
	border-radius: 10px;
}


.mid {
	text-align: center;
}
.hr {
	width: 50%;
}
.size20 {
	font-size: 20px;
}
.size10 {
	font-size: 10px;
}
.size30 {
	font-size: 30px;
}
.size40 {
	font-size: 40px;
}
.size35 {
	font-size: 35px;
}
.size30 {
	font-size: 30px;
}
.size28 {
	font-size: 28px;
}
.size27 {
	font-size: 27px;
}
.size25 {
	font-size: 25px;
}
.size22 {
	font-size: 22px;
}
.size19 {
	font-size: 19px;
}
.size18 {
	font-size: 18px;
}
.size16 {
	font-size: 16px;
}
.size15 {
	font-size: 15px;
}
.size14 {
	font-size: 14px;
}
.size12 {
	font-size: 12px;
}
.center {
	text-align: center;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
#content a:link {
	color: #444;
	text-decoration: none;
}
#content a:visited {
	color: #444;
	text-decoration: none;
}
#content a:hover {
	color: #F00;
	text-decoration: none;
}
#content a:active {
	color: #444;
	text-decoration: none;
}
#footer a:link {
	color: #444;
	text-decoration: none;
}
#footer a:visited {
	color: #444;
	text-decoration: none;
}
#footer a:hover {
	color: #F00;
	text-decoration: none;
}
#footer a:active {
	color: #444;
	text-decoration: none;
}
#info a:hover {
	color: #900;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.imgframe {
	padding: 5px;
	border: 1px solid #000;
	background-image: url(backgrounds/fade40blk.png);
}
.smallcap {
	font-variant: small-caps;
}
.uppercase {
	text-transform: uppercase;
}
h1 {
	font-size: 50px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 45px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 30px;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
@font-face
{
font-family: CenturyGothic;
src: url(fonts/gothic.ttf);
margin: 0px;
	padding: 0px;
}
@font-face
{
font-family: Gothic;
src: url(fonts/gothic.ttf);
margin: 0px;
	padding: 0px;
}
@font-face
{
font-family: Trebuchet;
src: url(fonts/Trebuchet MS.ttf);
margin: 0px;
	padding: 0px;
}
.borderradius {
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}
.borderradiushalf {
-webkit-border-radius: 10px 0px 0px 10px;
-moz-border-radius: 10px 0px 0px 10px;
border-radius: 10px 0px 0px 10px;
}
.borderradius_independent {
height: 5em;
width: 5em;
-moz-border-radius: 0em 0em 0em 3em;
border-radius: 0em 0em 0em 3em;
}
.borderradius_independent2 {
height: 5em;
width: 5em;
-moz-border-radius: 1em 0em 0em 1em;
border-radius: 1em 0em 0em 1em;
}
.shadow_contrans {
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
}
.shadow_contenttrans {
    -moz-box-shadow: 0px 6px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 6px 10px rgba(0,0,0,0.5);
}
.shadow {
-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.iconshadow {
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}
.shadowtext_lg {
		text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	    -moz-box-text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	    -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.shadowtext_sm {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.shadow_sign {
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
}
.shadow_info {
    -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
}
.shadow_pic {
    -moz-box-shadow: 7px 7px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 7px 7px 10px rgba(0,0,0,0.5);
	shadow: 7px 7px 10px rgba(0,0,0,0.5);
}
.innershadow {
   -moz-box-shadow:    inset 0 0 10px #FFF;
   -webkit-box-shadow: inset 0 0 10px #FFF;
   box-shadow:         inset 0 0 10px #FFF;
}
.rotate1 {
	-ms-transform:rotate(1deg); 
    -moz-transform:rotate(1deg);
    -webkit-transform:rotate(1deg);
	-0-transform:rotate(1deg);
	transform:rotate(1deg);
}.rotate2 {
	-ms-transform:rotate(2deg); 
    -moz-transform:rotate(2deg);
    -webkit-transform:rotate(2deg);
	-0-transform:rotate(2deg);
	transform:rotate(2deg);
}
.rotate-2 {
	-ms-transform:rotate(-2deg); 
    -moz-transform:rotate(-2deg);
    -webkit-transform:rotate(-2deg);
	-0-transform:rotate(-2deg);
	transform:rotate(-2deg);
}
.rotate-1 {
	-ms-transform:rotate(-1deg); 
    -moz-transform:rotate(-1deg);
    -webkit-transform:rotate(-1deg);
	-0-transform:rotate(-1deg);
	transform:rotate(-1deg);
}
#contactpic {
	position:absolute;
	width:260px;
	height:235px;
	z-index:2;
	left: 28px;
	top: 169px;
	border: 1px solid #000;
}
.linespace {
	line-height: 20px;
}
.Linespaceclose {
	line-height: 8px;
}
.linespace3 {
	line-height: 30px;
}
.linespace12 {
	line-height: 16px;
}
.imgflip {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}
.justified {
	text-align: justify;
}

.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.textuppercase {
   text-transform: uppercase;
    
}

.textcontentresp {
	font-size: 16px;
	font-weight: bold;
	border: 0px solid #000;
}

table, td, th {
	border: 1px solid #333;
	padding: 20px;

	text-align: center;
}
tr:nth-child(even) {background-color: #F2FFFC;}
tr:nth-child(odd) {background-color: #FFF7F7;}

table {
	width: 100%;
	border-collapse: collapse;
	text-align: right;	
}
.clearfloat {
	float: left;
	clear: none;
}

.img16{
	background-attachment: fixed;
	background-image: url(art/blkwhtstrpesBlur_10op.jpg);
	background-position: center center;
	background-repeat: repeat;
}
.img, a img {
    border:none; 
    outline:none; 
    max-width: 100%; 
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: none;
    margin-left: 0px;
    width: auto;
	}


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
