

/* /////////////////////////////////////////////////////////////////////
//  Your CSS
/////////////////////////////////////////////////////////////////////*/

h1 {
font-family: "Times New Roman",
Times, serif;
font-size: 19px;
line-height: 1.2;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 1px;
}

#nav-pg ul li {
font-family: "Times New Roman",
Times, serif;
font-size:1em;
color:#b0c7c2;
}

#pgLogo {
margin-top: -45px;
float: left;
}

#pgContent {
-moz-box-shadow: 0 0 0px #999;
-webkit-box-shadow: 0 0 0px#999;
box-shadow: 0 0 0px #999;
}

p {
font-family: "Times New Roman",
Times, serif;
}

a {
color:#555555;
}

#pgFooter {
border-top: solid 1px #ddd;
}

#mainPageWrapper {
min-height: 700px;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) {

#nav-pg ul li {
font-size:1.2em;
}
}

    @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px)
and (orientation : landscape)
 {

#nav-pg ul li {
font-size:1.2em;
}
}