@charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 769px) {
/***************************************
1A: GLOBAL STYLES
****************************************/
/* Hide Elements that area not necessary */
#baseblank, .decription, #listview, #geo-mobile-section{
	display: none;
}
/* Show Elements that are hidden */
#blank {
	display: block;
}
.gridContainer {
	max-width: 980px;
	/*background-image: url(../_images/grid/pixelgrid.png) !important;
	background-position: left top;
	background-repeat: no-repeat !important;*/
}
html {
	background-image: url("../_images/header_bg.png") !important;
	background-position: center top;
    background-repeat: no-repeat !important;	
}
#configure {
	width: 600px;
	margin: 30px auto 0;
}
/***************************************
1A: MOBILE STYLES
****************************************/
#listveiw ul li .dividertheme-green {
	border: 1px solid #3B6F07;
	background: #3d3d3d;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px #234403;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#56A00E), to(#64A234)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#56A00E, #64A234); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#56A00E, #64A234); /* FF3.6 */
	background-image:     -ms-linear-gradient(#56A00E, #64A234); /* IE10 */
	background-image:      -o-linear-gradient(#56A00E, #64A234); /* Opera 11.10+ */
	background-image:         linear-gradient(#56A00E, #64A234);
}
#listveiw ul {
	display: block;
	list-style-type: none;
	width: 92%;
	margin: 0 auto;
	padding: 0;
}
#listveiw ul li a {
	display: block;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#listveiw ul li a:hover {
	border: 1px solid #3B6F07;
	background: #3d3d3d;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px #234403;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#56A00E), to(#64A234)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#56A00E, #64A234); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#56A00E, #64A234); /* FF3.6 */
	background-image:     -ms-linear-gradient(#56A00E, #64A234); /* IE10 */
	background-image:      -o-linear-gradient(#56A00E, #64A234); /* Opera 11.10+ */
	background-image:         linear-gradient(#56A00E, #64A234);
}
#listveiw ul li a.current, ul.listveiw-theme-white li a.current:hover, ul.listveiw-theme-white li a.current:active {
	color: #FF9900;
	cursor: default;
	text-decoration: none;
}
/***************************************
1A: HEADER STYLES
****************************************/
#header {
	position:relative;
	min-height:130px;
}
#header h1 {
	/*float: left;*/
	font-size: 1em;
	color: #063;
	padding: 0;
	margin: 0;
}
#header h2 {	
	float: right;
	margin: 50px 0 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
}
#header #logo {
	display: block;
	width: 40.81632653061224%;  /* 400px/980px */
	max-width: 400px;
	height: auto;
	/*width: 400px;*/
	/*height: 90px;*/
	/*position: absolute;*/
	/*top: 27px;*/
	border: none;
}
#header #logo .img-fluid-logo {
	
	/* height: 22.5%;  90 / 400 x 100 = 22.5% */
}
/***************************************
1A: TOP MENU STYLES
****************************************/
#nav {
	/*width: 100%;*/
	height: 60px;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	border-bottom: 3px solid #ccc;
	border-top: 3px solid #ccc;
	background-color: #FFF;
}
#nav ul li a .tagline, #nav ul li a.current .tagline {
	font-size: .7em;
}
#nav ul {
	display: block;
	list-style-type: none;
	width: 92%;
	margin: 0 auto;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	max-height: 75px;
	/*width: 175px;*/
	width: 19%;
	margin-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-align: center;
	text-decoration: none;
	color: green;
	border-right: 1px solid #CCCC;
}
#nav ul li:last-child a{
	border-right: none;
}
#nav ul li a:hover {
	color: #FF9900;	
}
#nav ul li a:hover .tagline, .tagline-current {
	font-size: .7em;
	color: #FF9900;	
}
#nav ul li a.current, ul.menu li a.current:hover, ul.menu li a.current:active {
	color: #FF9900;
	cursor: default;
	text-decoration: none;
}
/***************************************
1A: FLUID IMAGE STYLES
****************************************/

/***************************************
1A: FLUID BACKGROUND IMAGE STYLES
****************************************/
#rocker {
	width: 100%;
	max-width: 625px;
	background-image: url('../_images/rocker-orange-room.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border: 3px solid #CCCCCC;
	/*padding-right: 25px;*/
}
#rocker .inner {
	padding-top: 26.24%;
	/* padding-top: = 164px / 625px * 100% = 26.24% or height / width *100% */
}
#cta-phone {
	width: 100%;
	max-width: 305px;
	background-image: url(../_images/icon-phone.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: 15px;
	margin-bottom: 15px;
	text-indent: -1000em;
}
#cta-phone .inner {
	padding-top: 23.333%;
}
#hours {
	width: 100%;
	max-width: 300px;
	background-image: url(../_images/hours.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: 15px;
	margin-bottom: 15px;
	/*text-indent: -1000em;*/
}
#hours .inner {
	padding-top: 23.333%;
}
.hand {
	
}
/***************************************
1A: ***********************************
****************************************/
.article-img-left {
	width: 45%;
	max-width: 250px;
	background-image: url("../_images/map/mapgta.jpg");
	/*background-image: url(../_images/placholder/pg-contact-img-01.jpg);*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;	
}
.article-img-left .inner {
	padding-top: 86.4%;
	/* padding-top: = height / width * 100 = % padding top */
}
.img-left {
	float:left;
	margin: 5px;
	border: 1px solid #CCCCCC;
	margin:0 20px 0 0;
}
.img-right {
	float:right;
	margin: 5px;
	border: 1px solid #CCCCCC;
	margin:0 0px 0 20px;
}
p.text-push-right {
	padding-left:285px;
	max-width: 362px;
	}
/***************************************
1A: ***********************************
****************************************/

img.center {
	/*position: absolute;*/
	/*float: right;*/
	/*clear: left;*/
	/*padding: 25px 0 25px 0;*/
	display: block;
	/*margin:0 auto;*/
	width: auto;
	height: auto;
	margin: 0 auto;
}
.img-border {
	float:left;
	margin: 5px;
	border: 1px solid #CCCCCC;
	margin:0 20px 0 0;
}

/***************************************
1A: ***********************************
****************************************/
#perferred-method {
	width: 45%;
	max-width: 300px;
	background-image: url(../_images/pg-heart-hand.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	/*margin-top: 15px;*/
	/*margin-bottom: 15px;*/
	/*text-indent: -1000em;*/
}
#perferred-method .inner {
	padding-top: 58.3333%;
	/* padding-top: = height / width * 100 = % padding top */
}
#cta-barcode {
	display: block;
	width: 100%;
	max-width: 300px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	padding: 25px 0 25px 0;
}
.widget {
	display: block;
	width: 100%;
	max-width: 300px;
	/*background-size: contain;*/
	/*background-position: center center;*/
	margin-top: 15px;
	margin-bottom: 15px;
	/*margin: 10px auto;*/
	/*text-indent: -1000em;*/
	float: left;
	/*clear: left;*/
	background-image: url(../_images/grid/pixelgrid.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.widget .inner {
	padding-top: 100%
}

/***************************************
1A: SECTION STYLES
****************************************/



/***************************************
1A: LAYOUT STYLES
****************************************/
.floatleft {
	float: left;
	clear: left;
	/*border: 1px solid #CCC;*/
}
.floatright {
	float: right;
	clear: right;
	/*border: 1px solid #CCC;*/
}
.floatleft h3{
	margin-bottom: 20px;
	}




/***************************************
1A: ASIDE SPECIFIIC STYLES
****************************************/

.border {
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


#hours a.hour {
	display: block;
	height: 40px;
	width: 100%;
	margin-top: 15%;
	text-align: center;
	text-decoration: none;
	font-size: 1.3em;
}
#adspace {
	width: 100%;
	height: auto;
	margin: 10px auto;
	/*border: 1px solid #ccc;*/
	/*background-color: #fff;*/
}
.adboxone, .adboxtwo, .adboxthree, .adboxfour {
	height: 125px;
	width: 125px;
	/*border: 1px solid #ccc;*/
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	/*clear: left;*/
}

/***************************************
1A: SEARCH BAR STYLES
****************************************/
#search-box {
    position: relative;
    width: 100%;
    margin: 0px 0 0 0;
}
#search-form {
    height: 40px;
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}
#search-text {
    font-size: 1.3em;
    color: #ddd;
    border-width: 0;
    background: transparent;
}
#search-box input[type="text"] {
    width: 90%;
    padding: 7px 0 12px 1em;
	font-size: 1.3em;
    color: #333;
    outline: none;
}
#search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    width: 80px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    background-color: #999;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}


/***************************************
1A: FOOTER STYLES
****************************************/

}
