body {
    	font: 14px/1.2em "Century Gothic", Calibri, Arial, Helv;
    	color: #555555;
    	margin-top:0px;
	background-color: #FFFFFF;
	height: 100%;
}
#wrap {
min-height: 100%;
width: 920px;
margin: 0 auto;
}

@font-face {
  font-family: 'Copperplate Gothic Light';
  src: url('../fonts/coprgtl.eot'); /* IE9 Compat Modes */
  src: url('../fonts/coprgtl.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/coprgtl.woff') format('woff'), /* Modern Browsers */
       url('../fonts/coprgtl.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/coprgtl.svg#svgFontName') format('svg'); /* Legacy iOS */
}

p {
	line-height: 22px;
}

.headerHome {
	font-family: "Copperplate Gothic Light" !important;
	font-size: 1.8em;
	color: #999999;
	line-height: 30px;
}

.divider {
    border-bottom: 1px solid #d8d8d8;
    padding: 5px 0px 5px 0px;
    margin: 0px 0;
    width: 390px;
}

.desktopNav {
	padding: 0px 20px 0px 20px;
	margin-top: 5px;
}


/*footer*/

footer {
    	font-family: 'Century Gothic', serif;
    	font-style: normal;
    	text-align: center;
    	font-size: 11px;
    	color: #555555;
}

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 150px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


/* links */

a {
    	color: #555555;
	text-decoration: none;
	font: 14px/1.2em;
	border:0px;
	outline:none;
}

a:hover {
	color: #999999;
}

.on {
	color: #999999;
}
/* navigation */

.desktopNav {
	padding: 0px 20px 0px 20px;
	margin-top: 5px;
	font-family: "Century Gothic", Calibri, Arial, Helv;
	}


/* form */

input[type=text] {
	padding:5px;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type=text]:focus {
	outline:none;
	border:1px solid #888;
	background: #FCFCFC;
}

input[type=submit] {
	outline:none;
	float: left; padding:5px 15px;
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
     font: "Century Gothic", Calibri, Arial, Helv;
}

input[type=submit]:hover {
	background: #EEE;
}

textarea {
 	overflow: auto;
	cursor:pointer;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
     font: "Century Gothic", Calibri, Arial, Helv;
}

textarea:focus {
	outline:none;
	border:1px solid #888;
	background: #FCFCFC;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
     font: "Century Gothic", Calibri, Arial, Helv;
}

.galleryNav {
	outline-width:0px;
	color: #BBBBBB !important;
	border:0px;
}

.galleryNav:focus {
	outline:none;
	border:0px;
}
div.floatbox {
overflow: hidden;
}
.contactimg{
     width: 379px;
     height:470px;
}
.to_nav{
    display: none;
}
#primary_nav{
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    #wrap {
        width: 712px;
        }
        .floatbox.ccc a img {
float: left;

margin-left: 19px;

margin-right: 19px;
margin-bottom: 38px;
}
.contactimg{
width: 320px;
height: 397px;
}
}
@media only screen and (max-width: 767px) {


#wrap {
width: 300px;
}
.floatbox.ccc a img {
float: left;

margin-left: 19px;

margin-right: 19px;
margin-bottom: 38px;
}
.contactimg{
width: 320px;
height: 397px;
}
.divider {
    border-bottom: 1px solid #d8d8d8;
    padding: 5px 0px 5px 0px;
    margin: 0px 0;
    width: 252px;
}
.to_nav{
    display: block;
}
a.to_nav {
    font: 13px "Century Gothic", Calibri, Arial, Helv, sans-serif;
    float: right;
    color: #fff;
    background: #ccc;
    text-decoration: none;
    padding: 5px 10px 5px 10px;

    font-weight: bold;
    line-height: 25px;
    height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.to_nav:hover,
a.to_nav:focus {
    color: #1c1c1c;
    background: #ccc;
}

/*navigation*/

#primary_nav{
    display: block;
}
#primary_nav ul {
    list-style: none;
    background: #6C6C6C;
    padding: 5px 0;
}

#primary_nav li a {
    display: block;
    font: 17px "Century Gothic", Calibri, Arial, Helv, sans-serif;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    border-bottom: 1px solid #AAAAAA;
    text-align: left;
}

#primary_nav li:last-child a {
    border-bottom: none;
}

#primary_nav li a:hover,
#primary_nav li a:focus {
    color: #1c1c1c;
    background: #ccc;
}
.desktopNav{
    display: none;
}
footer {
    font-family: 'Century Gothic', Calibri, Arial, Helv, sans-serif;
    text-align: center;
    font-size: 11px;
    margin-top: -18px;
}
.floatbox.ccc a img {
float: left;

margin-left: 75px;

margin-right: 10px;
margin-bottom: 38px;
}

img.aboutimg {
margin-bottom: 20px;
}

}
@media only screen and (min-width: 480px) and (max-width: 767px) {


#wrap {
width: 436px;
}
.floatbox.ccc a img {
float: left;

margin-left: 19px;

margin-right: 19px;
margin-bottom: 38px;
}
.contactimg{
width: 320px;
height: 397px;
}
.divider {
    border-bottom: 1px solid #d8d8d8;
    padding: 5px 0px 5px 0px;
    margin: 0px 0;
    width: 252px;
}
.to_nav{
    display: block;
}
a.to_nav {
    font: 13px "Century Gothic", Calibri, Arial, Helv, sans-serif;
    float: right;
    color: #fff;
    background: #ccc;
    text-decoration: none;
    padding: 5px 10px 5px 10px;

    font-weight: bold;
    line-height: 25px;
    height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.to_nav:hover,
a.to_nav:focus {
    color: #1c1c1c;
    background: #ccc;
}

/*navigation*/

#primary_nav{
    display: block;
}
#primary_nav ul {
    list-style: none;
    background: #6C6C6C;
    padding: 5px 0;
}

#primary_nav li a {
    display: block;
    font: 17px "Century Gothic", Calibri, Arial, Helv, sans-serif;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    border-bottom: 1px solid #AAAAAA;
    text-align: left;
}

#primary_nav li:last-child a {
    border-bottom: none;
}

#primary_nav li a:hover,
#primary_nav li a:focus {
    color: #1c1c1c;
    background: #ccc;
}
.desktopNav{
    display: none;
}
footer {
    font-family: 'Century Gothic', Calibri, Arial, Helv, sans-serif;
    text-align: center;
    font-size: 11px;
    margin-top: -18px;
}
.floatbox.ccc a img {
float: left;

margin-left: 26px;

margin-right: 26px;
margin-bottom: 38px;
}

img.aboutimg {
margin-bottom: 20px;
}

}

.floatbox a img {
    width: auto;
    height: 100%;
    margin: 0;

    margin-bottom: 15px;
    padding: 10px 10px 10px 10px;
    margin: 0 auto;
    display: table;
}

.floatbox a {display: block;height: auto;overflow: hidden;width: 50%;float: left;max-height: 250px;margin: 0 auto;}

.floatbox {
    display: block;
    max-width: 300px;
    margin: 0 auto;
}

span.pageNumbers {
    margin: 0 auto;
    display: table;
}