#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }

#navmenu li {display: inline; }

#navmenu ul li a {text-decoration:none;  margin: 4px;
	padding: 5px 20px 5px 20px; color: black;
	background: white;}

#navmenu ul li a:hover {color: black;
	background: lightgrey;
	font-weight: bold; }

#navmenu {margin: 0 auto; }


/* Added for contact us form */

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}


#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}


label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}


#submit_button {
float:right;
}


/* Class Styles start with a period */

.table60 {
	height:100%;
	width:60%;
	margin-left:20%; 
	margin-right:20%;
	padding:0; /* 'cellpadding' equivalent */ 
	border-collapse:collapse; /* 'cellspacing' equivalent */ 
	
	}

.table60 h6{
	height:100%;
	width: 50%;
	margin-left:25%; 
	margin-right:25%;
	padding:0; /* 'cellpadding' equivalent */ 
	border-collapse:collapse; /* 'cellspacing' equivalent */ 
	
	}
	
.panoramic{
 display:inline;
 float:none
}
	
.box {

    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }

.menubox {

    height: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.box div
{
    width: 1404px;
    height: 80px;

}
	
/*
    margin: 0 10px;
}

div.item1
{
    height: 80px;
    background: pink;
}
div.item2
{
    height: 80px;
    background: orange;
}
div.item3

/*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/

@-moz-document url-prefix() {
.box {
    width: 100%;
    -moz-box-sizing: border-box;
    }



.footerbox {

    height: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }



/*

{
    margin: 0 10px;
}

div.item1
{
    height: 80px;
    background: pink;
}
div.item2
{
    height: 80px;
    background: orange;
}
div.item3
{
    height: 80px;
    background: red;
}

/*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.


@-moz-document url-prefix() {
.box {
    width: 100%;
    -moz-box-sizing: border-box;
    }
	}
*/




.red_head{
	color:#DC0D23;
}



#footer{
width:100%;
margin:0 auto;
}


sub { 
    vertical-align: sub;
    font-size: smaller;
}

* {
	margin: 0;
	padding: 0;
}