.Footer{
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color:#b5985a;
	color:#ffffff;
	text-align:center;
}
.Footer a{
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
}
.Footer a:hover{
	text-decoration:underline;
	color:#000000;
}
#Primary > ul{
    float:left;
    display:block;
    margin:0;
    padding:0;
    height:100%;
}
#Primary > ul li{
    display:block;
    margin:0;
    padding:0;
    float:left;
    height:100%;
    color:#ffffff;
    background-color:#ffffff;
	vertical-align:right;
}

#Primary > ul li a{
    display:block;
    height:100%;
}

#Primary > ul li a span{
  text-decoration:none;
    position:relative;
    top:150px;
    color:#ffffff;
	vertical-align:right;
    display:block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size:14px;
    width:20px;
}


#Primary > ul li:nth-child(1) a {
    background: #ffffff;
    color:#ffffff;
	text-align:right;
	margin:0px 3px 0px 3px;
}
#Primary > ul li:nth-child(2) a {
    background: #ffffff;
    color:#ffffff;
	margin:0px 3px 0px 3px;
}
#Primary > ul li:nth-child(3) a {
    background: #ffffff;
    color:#ffffff;
	margin:0px 3px 0px 3px;
}
#Primary > ul li:nth-child(4) a {
    background: #ffffff;
    color:#ffffff;
    height:100%;
	margin:0px 3px 0px 3px;
}
#Primary > ul li:nth-child(5) a {
    background: #ffffff;
    color:#ffffff;
    height:100%;
	margin:0px 3px 0px 3px;
}
#Primary > ul li:nth-child(6) a {
    background: #ffffff;
    color:#ffffff;
    height:100%;
	margin:0px 3px 0px 3px;
}

#Primary > ul li:nth-child(1) a:hover {
    background: #b5985a;
    color:#ff0000 !important;
    text-decoration:none !important;
}
#Primary > ul li:nth-child(1) a.selected {
    background: #b5985a;
    color:#ffffff !important;
    text-decoration:none !important;
}
#Primary > ul li:nth-child(2) a:hover {
    background: #d71921;
    color:#d71921 !important;
    text-decoration:none !important;
}
#Primary > ul li:nth-child(2) a.selected {
    background: #d71921;
    color:#d71921 !important;
    text-decoration:none !important;
}
#Primary > ul li:nth-child(3) a:hover {
    background: #230000;
    color:#ffffff !important;
    text-decoration:none !important;
}
#Primary > ul li:nth-child(3) a.selected {
    background: #230000;
    color:#ffffff !important;
    text-decoration:none !important;
}
#Primary > ul li:nth-child(4) a:hover {
    background: #b5985a;
    color:#ff0000 !important;
    text-decoration:none !important;
}
#Primary > ul li:nth-child(4) a.selected {
    background: #b5985a;
    color:#ff0000 !important;
    text-decoration:none !important;
}
#Primary > ul li:nth-child(5) a:hover {
    background: #ffffff;
    color:#ffffff !important;
    text-decoration:none !important;
	cursor:default;
}
#Primary > ul li:nth-child(5) a.selected {
    background: #ffffff;
    color:#ffffff !important;
    text-decoration:none !important;
	cursor:default;
}
#Primary > ul li:nth-child(6) a:hover {
    background: #230000;
    color:#ff0000 !important;
    text-decoration:none !important;
}
#Primary > ul li:nth-child(6) a.selected {
    background: #230000;
    color:#ff0000 !important;
    text-decoration:none !important;
}
#Nav{
	position:relative;
	width:19.45%;
	float:right;
	background-color:#ffffff;
	display:block;
}
#Main{
	height:100%;
	width:80.45%;
	float:left;
	clear:right;
	padding:30px;
	background-color:#ffffff;
	display:block;
}
.Contact {
	background-image:url(../images/contact_pic2.gif);
	background-repeat: no-repeat;
    background-position: bottom left; 
	padding-left:250px !important;
}
@media (max-width: 838px) {
  #Main{
	  width:100% !important;
  }
  #Nav{
	  display:none !important;
  }
  #MobileNav{
	  adisplay:block;
  }
  .Contact {
	background-image:none !important;
	padding-left:60px !important;
  }
  #MENU{
	  display:block !important;
  }
}
.headermain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 17pt;
    color: #444444;
	margin: 0 auto;
	width:60%;

}

.headermain2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
    color: #444444;
	margin: 0 auto;
	width:60%;

}
a {
    color: #444444;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
H1 {
	font-size: 16px;
    color: #d61f26;
	text-transform:uppercase;
}

H2 {
	font-size: 14px;
    color: #d61f26;
	text-transform:uppercase;
}
#Primary2 > ul{
    float:left;
    display:block;
    margin:0;
    padding:0;
    height:100%;
}
#Primary2 > ul li{
    display:block;
    margin:0;
    padding:0;
    float:left;
    height:100%;
    color:#ffffff;
    background-color:#ffffff;
	vertical-align:right;
}

#Primary2 > ul li a{
    display:block;
    height:100%;
}

#Primary2 > ul li a span{
  text-decoration:none;
    position:relative;
    top:150px;
    color:#ffffff;
	vertical-align:right;
    display:block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size:14px;
    width:20px;
}


#Primary2 > ul li:nth-child(1) a {
    background: #ffffff;
    color:#ffffff;
	text-align:right;
	margin:0px 3px 0px 3px;
}
#Primary2 > ul li:nth-child(2) a {
    background: #ffffff;
    color:#ffffff;
	margin:0px 3px 0px 3px;
}
#Primary2 > ul li:nth-child(3) a {
    background: #ffffff;
    color:#ffffff;
	margin:0px 3px 0px 3px;
}
#Primary2 > ul li:nth-child(4) a {
    background: #ffffff;
    color:#ffffff;
    height:100%;
	margin:0px 3px 0px 3px;
}
#Primary2 > ul li:nth-child(5) a {
    background: #ffffff;
    color:#ffffff;
    height:100%;
	margin:0px 3px 0px 3px;
}
#Primary2 > ul li:nth-child(6) a {
    background: #ffffff;
    color:#ffffff;
    height:100%;
	margin:0px 3px 0px 3px;
}

#Primary2 > ul li:nth-child(1) a:hover {
    background: #b5985a;
    color:#ff0000 !important;
    text-decoration:none !important;
}
#Primary2 > ul li:nth-child(1) a.selected {
    background: #b5985a;
    color:#ffffff !important;
    text-decoration:none !important;
}
#Primary2 > ul li:nth-child(2) a:hover {
    background: #d71921;
    color:#d71921 !important;
    text-decoration:none !important;
}
#Primary2 > ul li:nth-child(2) a.selected {
    background: #d71921;
    color:#d71921 !important;
    text-decoration:none !important;
}
#Primary2 > ul li:nth-child(3) a:hover {
    background: #230000;
    color:#ffffff !important;
    text-decoration:none !important;
}
#Primary2 > ul li:nth-child(3) a.selected {
    background: #230000;
    color:#ffffff !important;
    text-decoration:none !important;
}
#Primary2 > ul li:nth-child(4) a:hover {
    background: #b5985a;
    color:#ff0000 !important;
    text-decoration:none !important;
}
#Primary2 > ul li:nth-child(4) a.selected {
    background: #b5985a;
    color:#ff0000 !important;
    text-decoration:none !important;
}
#Primary2 > ul li:nth-child(5) a:hover {
    background: #ffffff;
    color:#ffffff !important;
    text-decoration:none !important;
	cursor:default;
}
#Primary2 > ul li:nth-child(5) a.selected {
    background: #ffffff;
    color:#ffffff !important;
    text-decoration:none !important;
	cursor:default;
}
#Primary2 > ul li:nth-child(6) a:hover {
    background: #230000;
    color:#ff0000 !important;
    text-decoration:none !important;
}
#Primary2 > ul li:nth-child(6) a.selected {
    background: #230000;
    color:#ff0000 !important;
    text-decoration:none !important;
}
.mobiNav{
	height:35px;
	padding-top:7px;
	vertical-align:middle;
	text-align:center;
	background: #b5985a;
	color:#ffffff;
}
.mobiNav a{
	color:#ffffff;
	text-decoration:none;
}
.mobiNav a:hover{
	text-decoration:underline;
}



.mobilemenu-label {
  font-size: 1em;
  background: #b5985a;
  padding: 0.4em;
  color:#ffffff;
  width:100%;
  text-align:right;
  cursor: pointer;
  display: inline-block;
}
.mobilemenu-input {
    display: none;
} /*Hide input element*/

.mobilemenu-content {
    xmargin-bottom: 0em;
}
.mobilemenu-input:not(checked) ~ .mobilemenu-content {
    display: none !important;
}
.mobilemenu-input:checked ~ .mobilemenu-content {       
    display: block !important;
}

