*{margin:0px;padding:0px}

body
{
font-family:Helvetica,Arial,sans-serif;
background-image:url('images/Master_BG_Patch.jpg');
background-repeat:repeat;
}

#rLogo
{
widht:100%
min-height:170px;
}

#logo img
{
clear:both;
margin:auto;
display:block;
padding:3% 0px 3% 0px;
border:0px;
}

#navContainer
{
width: 100%;
font-size:77%;
text-align: center;
height:60px;
background-color:rgb(38,20,20);
border-top:4px solid rgb(49,28,25);
//border-top:4px RGBA(38,20,20,0.5) transparent;
border-bottom:2px solid rgb(49,28,25);
//border-bottom:4px RGBA(38,20,20,0.5) transparent;
}

#navContainer a
{
text-decoration: none;
color:#D9B455;
padding: 19px 19px;
font-size:14px;
}


#navContainer li:hover
{
color:#241412;
background-image:url('images/mouseOverNav.png');
background-repeat:x-repeat;
}

#navContainer li:hover a
{
color:#241412;
}

.navContainerA
{
color:#241412 !important;
}

.navContainerselected
{
color:#241412;
background-image:url('images/mouseOverNav.png');
background-repeat:x-repeat;
overflow:hidden;
}

#navContainer ul
{
display: table;
height: 60px;
width: 1024px;
margin:auto;
}
#navContainer li
{
display: table-cell;
    height: 60px;
    width: 16.666666667%;
    line-height:60px;
    text-align: center;
    border-right: 1px solid rgb(82,47,41);
}


#rContent
{
widht:100%;
background-color:#f3ebcf;
border-top:2px solid rgb(49,28,25);
border-bottom:2px solid rgb(49,28,25);
}

#Content
{
clear:both;
width:1024px;
margin-left: auto;
margin-right: auto;
}

#Content p
{
margin:30px 30px;
text-align:justify;
font-size:14px;
font-weight:normal;
color:#3c221e;
line-height:20px;
}



#rBanner
{
widht:100%;
background-color:rgb(51,28,25);
}

#Banner
{
clear:both;
width:1024px;
margin-left: auto;
margin-right: auto;
border-top:2px solid #3C2C1E;
border-bottom:2px solid rgb(49,28,25);
}

#Banner img
{
clear:both;
width:100%;
margin:auto;
border:0px;
}

#rHInfo
{
widht:100%;
height:100px;
//background-color:rgb(59,29,27);
}

#HInfo
{
margin-left: auto;
margin-right: auto;
Text-align:center;
height:100%;

}

#HInfo p
{
width:1024px;
margin-left: auto;
margin-right: auto;
margin-top:0px;
padding-top:20px;
Color:#D9B656;
font-size:110%;
}

#rFooterC
{
widht:100%;
height:30px;
//background-image:url('images/pixel4.png');
//background-repeat:repeat;
BACKGROUND-COLOR: RGBA(240,205,95,0.25);
border-top:2px solid rgb(49,28,25);
border-bottom:3px solid rgb(49,28,25);
}

#footerC
{
clear:both;
width:1024px;
margin-left: auto;
margin-right: auto;
margin-top:0.7%;
Text-align:left;
Color:#241412;
font-size:75%;
}

#footerC img
{
vertical-align: middle;
float:right;
margin: auto;
position: relative;
top: 0; left: 0; bottom: 0; right: 0;
}

.pageHeader H1
{
margin:30px 30px;
font-size:160%;
font-weight:normal;
color:#3c221e;
}

.pageHeader a
{
border-bottom:1px solid #f0cd5f;
padding-bottom:0.5%;
padding-right:2%;
}

.subHeader H2
{
margin-top:30px;
margin-bottom:0px;
margin-left:30px;
font-size:100%;
font-weight:bold;
color:#3c221e;
}

.subHeaderM H2
{
margin:30px;
margin-bottom:0px;
font-size:100%;
font-weight:bold;
color:#3c221e;
}

.subHeader2 H2
{
margin-top:30px;
margin-bottom:0px;
margin-left:30px;
font-size:120%;
font-weight:100;
color:#3c221e;
}

.subHeader2 a
{
border-bottom:1px solid #f0cd5f;
padding-bottom:0.5%;
padding-right:2%;
}

.subContent
{
margin-top:0px;
margin-bottom:2%;
margin-left:30px;
font-size:95%;
font-weight:normal;
color:#3c221e;
text-align:justify;
}

#ContactTable
{
display: table;
width:100%;
}
#contactForm
{
display:table-cell;
margin:0 0 0 3%;
float:left;
min-width:50%;
}

#contactForm td
{
vertical-align:top;
}

#contactForm  input[type="text"]
{
width:100%;
height:25px;
background-color:rgba(38,20,20,0.05);
margin-bottom:15px;
border-style: solid;
border-width:1px;
border-color: rgba(38,20,20,0.2);
color:black;
}

#contactForm  input[type="submit"]
{
width:80px;
margin-bottom:15px;
text-align: center;
height:30px;
background-color:rgb(38,20,20);
color:#D9B455;
}
#contactForm  input[type="submit"]:hover
{
color:#241412;
background-image:url('images/mouseOverNav.png');
background-repeat:x-repeat;
}


#contactForm  input[type="reset"]
{
width:80px;
margin-bottom:15px;
text-align: center;
height:30px;
background-color:rgb(38,20,20);
color:#D9B455;
}
#contactForm  input[type="reset"]:hover
{
color:#241412;
background-image:url('images/mouseOverNav.png');
background-repeat:x-repeat;
}
.mandatoryField
{color:red;}
#contactForm  label
{
font-size:13px;
font-weight:normal;
color:#3c221e;
}
#contactForm  textarea
{
width:100%;
min-height:100px;
margin-bottom:15px;
background-color:rgba(38,20,20,0.05);
border-style: solid;
border-width:1px;
border-color: rgba(38,20,20,0.2);
color:black;
}
#contactDatails
{
display:table-cell;
float:left;
width:40%;
}
#contactDatails p
{
margin:0px 0px 20px 10px !important;
}
#divimgTable
{
display: table;
width:100%;
}

#divimg
{
display:table-cell;
margin:0 0 0 3%;
float:left;
}

#divimg img
{
border:2px solid #241412;
}

#divname
{
display:table-cell;
float:left;
width:830px;
margin-top:70px;
}


#divname a
{
border-bottom:1px solid #f0cd5f;

}

.paraborder
{
border-bottom:1px solid #f0cd5f;
margin-top:0px;
}

.bulletUl
{
list-style-type: none;
padding: 0px;
margin: 0 4%;
}

.bulletUl li
{
background-image: url('images/bullet.png');
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 20px;
padding-top:3px; 
margin-top:2%;
font-size:14px;
font-weight:normal;
color:#3c221e;
}

#copyright
{
float:left;
width:85%;
}

#socialnetwork
{
float:left;
width:15%;
margin:auto;
}

#socialnetwork img
{
width:18px;
height:18px;
margin:0px 2px 0px 2px;
vertical-align:middle; 
//opacity: 1.0;
//filter: alpha(opacity=50);
}

#socialnetwork img:hover
{
width:18px;
height:18px;
margin:0px 2px 0px 2px;
vertical-align:middle; 
//opacity: 0.0;
//filter: alpha(opacity=0);
}

/*------------------------------------------------------------------------------------------------------*/

@media only screen and (MAX-width: 339px){

#rLogo
{
min-height:40px;
}

#logo img
{
padding:4% 0px;
border:0px;
width:90%;
}

#navContainer
{
height:175px;
}


#navContainer ul
{
list-style:none;
display:block;
width:100%;
}
#navContainer li
{
display: inline;
width: 100%;
float:left;
overflow:hidden;
height:35px;
line-height:35px;
}

#Content
{
width:94%;
margin-left: auto;
margin-right: auto;
}

#Content p
{
margin:15px 5px;
text-align:justify;
font-size:12px;
font-weight:normal;

}
.bulletUl li
{
font-size:12px;
}

#rBanner
{
widht:100%;
background-color:rgb(49,28,25);
}

#Banner
{
clear:both;
width:100%;
}

#Banner img
{
width:100%;
}

#rHInfo
{
min-height:130px;
}

#HInfo p
{
width:90%;
font-size:100%;
}

#rFooterC
{
height:60px;
}

#footerC
{
width:94%;
HEIGHT:100%;
}

.pageHeader H1
{
font-size:140%;
margin:20px;
text-align:center;
}

.subHeader H2
{
font-size:90%;
margin:auto;
}

.subHeaderM H2
{
margin:15px 5px;
}

.subHeader2 H2
{
font-size:100%;
font-weight:100;
margin: auto;
}

.subContent
{
font-size:85%;
}

#divname
{
margin:9% 0px 0px 0px;
float:left;
width:100%;
text-align:center;
}

.paraborder
{
margin-bottom:25px !important;
}

#copyright
{
width:100%;
}

#socialnetwork
{
width:100%;
}



#divimg
{
width:100%;
padding:auto;
margin:auto;
}

#divimg img
{
display:block;
margin:auto;
border:2px solid #241412;
}

#Content p
{
margin-bottom:15px;
}

#divname p
{
margin-left:0px;
text-align:center;
}

#contactForm
{
min-width:100%;
}
#contactForm  input[type="text"]
{
margin-bottom:10px;
}
#contactForm  input[type="submit"]
{
width:60px;
margin-bottom:10px;
height:25px;
}
#contactForm  label
{
font-size:11px;
}
#contactForm  textarea
{
margin-bottom:10px;
}
#contactDatails
{
width:100%;
}

}

/*------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width:340px) and (MAX-width: 480px){

#rLogo
{
min-height:40px;
}

#logo img
{
padding:4% 0px;
border:0px;
width:90%;
}

#navContainer
{
height:175px;
}


#navContainer ul
{
list-style:none;
display:block;
width:100%;
}
#navContainer li
{
display: inline;
width: 100%;
float:left;
overflow:hidden;
height:35px;
line-height:35px;
}

#Content
{
width:94%;
margin-left: auto;
margin-right: auto;
}

#Content p
{
margin:5px 30px;
text-align:justify;
font-size:13px;
font-weight:normal;
}

.bulletUl li
{
font-size:13px;
}
#rBanner
{
widht:100%;
background-color:rgb(49,28,25);
}

#Banner
{
clear:both;
width:100%;
}

#Banner img
{
width:100%;
}

#rHInfo
{
min-height:130px;
}

#HInfo p
{
width:90%;
font-size:100%;
}

#rFooterC
{
height:60px;
}

#footerC
{
width:94%;
HEIGHT:100%;
}

.pageHeader H1
{
font-size:140%;
margin:20px;
text-align:center;
}

.subHeader H2
{
font-size:90%;
margin:auto;
}

.subHeaderM H2
{
margin:5px 30px;
}

.subHeader2 H2
{
font-size:100%;
font-weight:100;
margin: auto;
}

.subContent
{
font-size:85%;
}

#divname
{
margin:9% 0px 0px 0px;
float:left;
width:100%;
text-align:center;
}

#divname p
{
text-align:center;
}

.paraborder
{
margin-bottom:25px !important;
}

#copyright
{
width:100%;
}

#socialnetwork
{
width:100%;
}


#divimg
{
width:100%;
padding:auto;
margin:auto;
}

#divimg img
{
display:block;
margin:auto;
border:2px solid #241412;
}

#Content p
{
margin-bottom:15px;
}


#contactForm
{
min-width:100%;
}
#contactForm  input[type="text"]
{
margin-bottom:10px;
}
#contactForm  input[type="submit"]
{
width:60px;
margin-bottom:10px;
height:25px;
}
#contactForm  label
{
font-size:11px;
}
#contactForm  textarea
{
margin-bottom:10px;
}
#contactDatails
{
width:100%;
}

}

/*------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 480px) and (MAX-width: 759px){


#navContainer ul
{
width: 470px;
margin:auto;
}
#navContainer li
{
height: 30px;
line-height:30px;
vertical-align: middle;
}

#navContainer a
{
padding:0px;
}

#Content
{
width:470px;
margin-left: auto;
margin-right: auto;
}

#Content p
{
margin:5px 30px;
text-align:justify;
font-size:14px;
font-weight:normal;
width:97%;
}

#rBanner
{
widht:100%;
background-color:rgb(49,28,25);
}

#Banner
{
clear:both;
width:100%;
}

#Banner img
{
width:100%;
}

#rHInfo
{
min-height:130px;
}

#HInfo p
{
width:90%;
font-size:100%;
}

#rFooterC
{
height:60px;
}

#footerC
{
width:470px;
HEIGHT:100%;
}

.pageHeader H1
{
font-size:140%;
}

.subHeaderM H2
{
margin:5px;
}

.subHeader H2
{
font-size:90%;
margin:auto;
}

.subHeader2 H2
{
font-size:100%;
font-weight:100;
margin: auto;
}

.subContent
{
font-size:85%;
}

.paraborder
{
margin-bottom:25px !important;
}

#copyright
{
width:100%;
}

#socialnetwork
{
width:100%;
}

#divimgTable
{
display: table;
width:100%;
}

#divimg
{
display:table-cell;
margin:0 3%;
float:left;
width:160px;
}

#divimg img
{
border:2px solid #241412;
}

#divname
{
display:table-cell;
float:left;
width:260px;
margin-top:118px;
margin-left:3%;
overflow: hidden
}

#Content p
{

margin:6px;
margin-bottom:15px;
}

#divname p
{
margin-left:0px;
}


#contactForm
{
min-width:100%;
}
#contactForm  input[type="text"]
{
margin-bottom:10px;
}
#contactForm  input[type="submit"]
{
margin-bottom:30px;
}
#contactForm  textarea
{
margin-bottom:10px;
}
#contactDatails
{
width:100%;
}
#contactDatails p
{
margin-left:20px !important;
}
}

/*------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 760px) and (MAX-width: 1020px){


#navContainer ul
{
width: 750px;
margin:auto;
}
#navContainer li
{
height: 30px;
width: 16.666666667%;
line-height:30px;
word-wrap: break-word;
vertical-align: middle;
}

#navContainer a
{
padding:0px;
}

#Content
{
width:760px;
margin-left: auto;
margin-right: auto;
}

#Content p
{
margin-bottom: 30px;
}

#rBanner
{
widht:100%;
background-color:rgb(49,28,25);
}

#Banner
{
clear:both;
width:100%;
}

#Banner img
{
width:100%;
}

#rHInfo
{
min-height:130px;
}

#HInfo p
{
width:90%;
font-size:100%;
}

#rFooterC
{
height:60px;
}

#footerC
{
width: 750px;
HEIGHT:100%;
}

.pageHeader H1
{
font-size:140%;
}

.subHeaderM H2
{
margin:5px 30px;
}

.subHeader H2
{
font-size:90%;
margin:auto;
}

.subHeader2 H2
{
font-size:100%;
font-weight:100;
margin: auto;
}

.subContent
{
font-size:85%;
}

.paraborder
{
margin-bottom:25px !important;
}

#copyright
{
width:100%;
}

#socialnetwork
{
width:100%;
}

#divimg
{
display:table-cell;
margin:0 0 0 3%;
float:left;
width:160px;
}

#divimg img
{
border:2px solid #241412;
}

#divname
{
display:table-cell;
float:left;
width:550px;
margin-top:118px;
margin-left:3%;
overflow: hidden
}

#divname p
{
margin-left:0px;
}

}