html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	vertical-align: baseline;
	list-style: none;
	font-size: 1.2em;
}
.pageMod {
	float: left;
}

.landscape #home {
        background: url('images/bg-home-landscape.jpg') no-repeat center center fixed;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
}

.portrait #home {
        background: url('images/bg-home.jpg') no-repeat center center fixed;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
}

.portrait #about {
        background: url('images/bg-about.jpg') no-repeat center center fixed;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
}

.landscape #about {
        background: url('images/bg-about-landscape.jpg') no-repeat center center fixed;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
}
.portrait #contact {
        background: url('images/bg-contact.jpg') no-repeat center center fixed;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
}
.landscape #contact {
        background: url('images/bg-contact-landscape.jpg') no-repeat center center fixed;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
}
.portrait ul#mainNav {
	width: 280px;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}

.landscape ul#mainNav {
	width: 340px;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}
ul#mainNav li {
	float: left;
}
ul#mainNav li a span {
	display: none;
}
ul#mainNav li a {
	height: 64px;
	display: block;
	margin: 0;
	padding-left: 0;
	border: 0;
	background-position: top left;
}
ul#mainNav li a.home {
margin: 0 0 0 25px;
	width: 58px;
	background: url('images/nav-home1.png') no-repeat;
	background-size: 100%;
}

.portrait ul#mainNav li a.about {
	width: 58px;
	background: url('images/nav-about1.png') no-repeat;
	background-size: 100%;
	margin: 0 20px;
}
.landscape ul#mainNav li a.about {
	width: 58px;
	background: url('images/nav-about1.png') no-repeat;
	background-size: 100%;
	margin: 0 50px;
}

ul#mainNav li a.contact {
	width: 76px;
	background: url('images/nav-contact1.png') no-repeat;
	background-size: 100%;
}
.landscape ul#mainNav li a:hover,
.portrait ul#mainNav li a:hover,
.landscape ul#mainNav li a.activeNav,
.portrait ul#mainNav li a.activeNav {
	background-position: bottom left;
	background-size: 100;
}

h1 {
	font-size: .9em;
	margin: 0 5%;
	padding: 40px 0 5px 0;
}
.portrait #contact h1 {
	width: 276px;
	margin: 0 auto;
}
.landscape #contact h1 {
	width: 423px;
	margin: 0 auto;
	padding-top: 20px;
}
#about p {
	font-size: .55em;
	margin: 0 5%;
	padding: 0;
	color: #3a6a5e;
}
.portrait #contactContent {
	width: 276px;
	margin: 0 auto;
}
.landscape #contactContent {
	width: 423px;
	margin: 0 auto;
}

#contactInfo {
	display: block;
	width: 194px;
	float: left;
}
.portrait #cButtons {
	float: right;
	width: 82px;
	display: block;
}
.landscape #cButtons {
	float: left;
	width: 82px;
	display: block;
}
#cButtons a {
	display: block;
	width: 82px;
	height: 30px;
	background-position: top left;
	background-repeat: no-repeat;
}

#cButtons a span {
	display: none;
}
a#emailUs {
	margin-top: 25px;
	background-image: url('images/emailus.png');	
}

a#mapUs {
	margin-top: 15px;
	background-image: url('images/mapus.png');	
}

.portrait a#callNow {
	display: block;
	width: 276px;
	height: 47px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('images/callnow.png');
}
.portrait a#callNow span {
	display: none;
}
.landscape a#callNow {
	display: block;
	float: right;
	width: 116px;
	height: 70px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('images/callnow-big.png');
	margin-top: 25px;
}
.landscape a#callNow span {
	display: none;
}





#cButtons a:hover, a#callNow:hover {
	background-position: bottom left;
}
.portrait #non-semantic-break {
	clear: both;
	height: 20px;
	width: 276px;
	display: block;
}
.landscape #non-semantic-break {
	display: none;
}
#contactInfo img {
	float: left;
	clear: left;
	display: block;
	width: 17px;
	padding: 25px 0 0 0;
}
#contactInfo p {
	float: right;
	display: block;
	font-size: 14px;
	line-height: 18px;
	width: 167px;
	padding: 23px 0 0 10px;
	color: #3a6a5e;
}





