@charset "utf-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
body {
	background-color: #999;
	background-image: url(images/grey-bg.jpg);
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 20px;
	height: 100%;
	margin-top: 10px;
}
a {
	color: #333;
}
a:hover {
	color: #666;
}
#wrapper {
	width: 1048px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-top: #000 solid thin;
	border-left: #000 solid thin;
	border-right: #000 solid thin;
	border-bottom: #000 solid thin;
	min-height: 95%;
}
#header {
	height: 125px;
	background-color:#FFF;
}
#headerLeft {
	width: 600px;
	float: left;
	height: 110px;
	margin-top: 8px;
	margin-left: 10px;
}
#headerRight {
	width:360px;
	float: right;
	text-align: center;
	margin-top: 15px;
	margin-right: 20px;
}
.phone {
	font-size: 13px;
	font-weight: 700;
}
.special {
	font-size: 24px;
	font-weight: 700;
	color:#F00;
	font-style:italic;
}
.tablebg {
	background-image: url(images/table-bg.png);
	background-repeat: no-repeat;
}
#address {
	height:40px;
}
.addresstext {
	font-size: 12px;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 20px;
	font-family:Arial, Helvetica, sans-serif;
}
#nav {
	height: 42px;
	text-align: center;
}
#navbg {
	background-color: #83B4AE;
	height: 25px;
	margin-left: 5px;
	margin-right: 5px;
}
.navtext {
	color:#fff;
	text-decoration: none;
}
.navtext:hover {
	color: #ccc;
	text-decoration:underline;
}
.dates {
	font-size: 12px;
	margin-left: 4px;
}
.tag {
 	font-family: 'EB Garamond', serif;
	font-size: 36px;
	color: #677617;
}
.subhead {
 	font-family: 'EB Garamond', serif;
	font-size: 28px;
	font-style: italic;
}
.subhead2 {
	font-size: 18px;
	font-style: italic;
	font-family: 'EB Garamond', serif;
}
#content wrapper {
	
	background-color:#FFF;
}
#contentLeft {
	float: left;
	width: 500px;

}
#contentRight {
	float: right;
	width: 500px;
}
.contentText {
	margin-right: 20px;
	margin-left: 20px;
}
.sublink {
	color: #333;
	margin-right: 10px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
}
.sublink:hover {
	color: #666;
	margin-right: 10px;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
}
h3 {
	color: #333;
	margin-right: 10px;
	font-size: 15px;
	line-height: 20px;
}
#lefttext {
	margin-left:10px;
	margin-right:20px;
	border-top: #000 solid thin;
	border-left: #000 solid thin;
	border-right: #000 solid thin;
	border-bottom: #000 solid thin;
	padding-left: 5px;
	padding-bottom: 10px;
}
.tags {
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
}
.bigtext {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	text-decoration: none;
}
.biglink {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	text-decoration: none;
}
.biglink:hover {
	font-size: 18px;
	color: #666;
	text-decoration: underline;
}
.biglink2 {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	text-decoration: underline;
}
.biglink2:hover {
	font-size: 18px;
	color: #666;
	text-decoration: underline;
}
h1 {
	font-size: 28px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding: 0px;
    margin-bottom: 0px;
	letter-spacing: 2px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
    margin-bottom: 0px;
	color: #333;
	letter-spacing: 2px;
}
#footer {
	width: 1048px;
	background-color: #00007f;
	height: 30px;
}
.copyright {
	color: #fff;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
}
.contact {
	font-size: 12px;
	line-height: 20px;
}
.orderlink1 {
	text-decoration: underline;
	color: #ff0000;
	font-size: 24px;
	font-weight: bold;
}
.orderlink {
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}
.name {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	color: #000;
}
.name:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	color: #000;
}
.clear {
	clear: both;
}
.highlight {
	background-color: #FF6;
	color: black;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 11px;
	text-decoration:none;
	color: #000;
}
.title:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 11px;
	text-decoration:none;
	color: #000;
}
.links {
	font-size: 10px;
}
.box {
	border: thin #000 solid;
	margin: 5px;
	padding: 5px;
}
.smallfont {
	font-size: 12px;
	line-height: 16px;
}
.red {
	font-size: 16px;
	font-weight:bold;
	color: #F00;
	text-align: center;
	font-style: italic;
}
ul#css3menu1,ul#css3menu1 ul{
	margin:0;list-style:none;padding:0;background-color:#FFFFFF;border-width:0;border-style:solid;border-color:;}
ul#css3menu1 ul{
	display:none;position:absolute;left:0;top:100%;background-color:transparent;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;padding:6px 0 0;}
ul#css3menu1 li:hover>*{
	display:block;}
ul#css3menu1 li{
	position:relative;display:block;white-space:nowrap;font-size:0;float:left;}
ul#css3menu1 li:hover{
	z-index:1;}
ul#css3menu1{
	font-size:0;width:99%;z-index:999;position:relative;display:inline-block;zoom:1;padding:0 0%;margin:0 0%;background-color:#00007f;border-width:0px;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;border-style:solid;border-color:#ccc #ccc #999 #ccc;
	*display:inline;*padding-right:0.89%;}
* html ul#css3menu1 li a{
	display:inline-block;}
ul#css3menu1>li{
	margin:0;width:10%;}
body:first-of-type ul#css3menu1{
	display:inline-table;border-spacing:0px 0;}
body:first-of-type ul#css3menu1>li{
	display:table-cell;float:none;}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
ul#css3menu1 a{
	display:block;vertical-align:middle;text-align:center;text-decoration:none;font:bold 12px 'Lato',Lucida Sans Unicode,Lucida Grande,sans-serif;color:#000000;cursor:default;padding:3px;background-color:;background-repeat:repeat;border-width:0px;border-style:none;border-color:;}
ul#css3menu1 ul li{
	float:none;margin:0;}
ul#css3menu1 ul a{
	text-align:center;padding:7px;background-color:#00007f;border-width:1px 1px 0 1px;border-style:solid;border-color:#dddddd;font:12px 'Lato',Lucida Sans Unicode,Lucida Grande,sans-serif;color:#ffffff;}
ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{
	border-style:none;color:#FFFFFF;text-decoration:none;}
ul#css3menu1 span{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li a.pressed{
	background-color:#0000ff;border-style:solid;border-color:#dddddd;color:#ffffff;}
ul#css3menu1>li>a{
	padding:10px 18px;}
ul#css3menu1 li.topfirst>a{
	-moz-box-shadow:0 -1px 1px #999 inset;-webkit-box-shadow:0 -1px 1px #999 inset;box-shadow:0 -1px 1px #999 inset;background-color:#00007f;background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0)); background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));   background-image:linear-gradient(180deg,rgba(255,255,255,0.2),rgba(0,0,0,0));  background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));border-width:0 0px 2px 0;border-style:solid;border-color:#999;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;padding:10px 18px;color:#cccccc;text-decoration:none;text-shadow:0 1px rgba(0, 0, 0, 0.2);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#33FFFFFF,endColorstr=#00000000)}
ul#css3menu1 li.topfirst:hover>a,ul#css3menu1 li.topfirst a.pressed{
	-moz-box-shadow:0 -1px 1px #999 inset;-webkit-box-shadow:0 -1px 1px #999 inset;box-shadow:0 -1px 1px #999 inset;background-color:#0000ff;background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0)); background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));   background-image:linear-gradient(180deg,rgba(255,255,255,0.2),rgba(0,0,0,0));  background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));border-style:solid;border-color:#97c9c2;color:#FFFFFF;text-decoration:none;text-shadow:0 1px rgba(0, 0, 0, 0.2);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#33FFFFFF,endColorstr=#00000000)}
ul#css3menu1 li.topmenu>a{
	-moz-box-shadow:0 -1px 1px #999 inset;-webkit-box-shadow:0 -1px 1px #999 inset;box-shadow:0 -1px 1px #999 inset;background-color:#00007f;background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0)); background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));   background-image:linear-gradient(180deg,rgba(255,255,255,0.2),rgba(0,0,0,0));  background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));border-width:0 0px 2px 0;border-style:solid;border-color:#999;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;padding:10px 18px;color:#cccccc;text-decoration:none;text-shadow:0 1px rgba(0, 0, 0, 0.2);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#33FFFFFF,endColorstr=#00000000)}
ul#css3menu1 li.topmenu:hover>a,ul#css3menu1 li.topmenu a.pressed{
	-moz-box-shadow:0 -1px 1px #999 inset;-webkit-box-shadow:0 -1px 1px #999 inset;box-shadow:0 -1px 1px #999 inset;background-color:#0000ff;background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0)); background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));   background-image:linear-gradient(180deg,rgba(255,255,255,0.2),rgba(0,0,0,0));  background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));border-style:solid;border-color:#97c9c2;color:#FFFFFF;text-decoration:none;text-shadow:0 1px rgba(0, 0, 0, 0.2);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#33FFFFFF,endColorstr=#00000000)}
ul#css3menu1 li.toplast>a{
	-moz-box-shadow:0 -1px 1px #999 inset;-webkit-box-shadow:0 -1px 1px #999 inset;box-shadow:0 -1px 1px #999 inset;background-color:#00007f;background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0)); background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));   background-image:linear-gradient(180deg,rgba(255,255,255,0.2),rgba(0,0,0,0));  background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));border-width:0 0 2px 0;border-style:solid;border-color:#999;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;padding:10px 18px;color:#cccccc;text-decoration:none;text-shadow:0 1px rgba(0, 0, 0, 0.2);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#33FFFFFF,endColorstr=#00000000)}
ul#css3menu1 li.toplast:hover>a,ul#css3menu1 li.toplast a.pressed{
	-moz-box-shadow:0 -1px 1px #999 inset;-webkit-box-shadow:0 -1px 1px #999 inset;box-shadow:0 -1px 1px #999 inset;background-color:#0000ff;background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0)); background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));   background-image:linear-gradient(180deg,rgba(255,255,255,0.2),rgba(0,0,0,0));  background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));border-style:solid;border-color:#97c9c2;color:#FFFFFF;text-decoration:none;text-shadow:0 1px rgba(0, 0, 0, 0.2);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#33FFFFFF,endColorstr=#00000000)}
ul#css3menu1 li.subfirst>a{
	border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;}
ul#css3menu1 li.sublast>a{
	border-width:1px;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0;-webkit-border-bottom-right-radius:2px;-webkit-border-bottom-left-radius:2px;}
ul#css3menu1>li:nth-child(1){width:7%}ul#css3menu1>li:nth-child(2){width:12%}ul#css3menu1>li:nth-child(3){width:13%}ul#css3menu1>li:nth-child(4){width:9%}ul#css3menu1>li:nth-child(5){width:7%}ul#css3menu1>li:nth-child(6){width:8%}ul#css3menu1>li:nth-child(7){width:9%}ul#css3menu1>li:nth-child(8){width:7%}ul#css3menu1>li:nth-child(10){width:18%}
@-moz-document url-prefix(){body:first-of-type ul#css3menu1{display:inline-block} body:first-of-type ul#css3menu1>li{display:block;float:left !important;}}
