@charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 481px) {
/***************************************
1A: GLOBAL STYLES @media only screen and (min-width: 481px)and(max-device-width 768px)
****************************************/
/* Hide Elements that area not necessary */
#listview, .listview, #geo-mobile-section, #contact-form, .hide { 
	display: none;
}
/* Show Elements that are hidden */
#baseblank {
	display: block;
}
.gridContainer {
	max-width: 768px;
	/*background-image: url(../_images/grid/pixelgrid.png) !important;
	background-position: left top;
	background-repeat: no-repeat !important;*/
}
html {
	background-image: url("../_images/bkgrd-tablet.png") !important;
	background-position: center top;
    background-repeat: no-repeat !important;	
}
#configure {
	width: 600px;
	margin: 30px auto 0;
}

/***************************************
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.2em;
	font-style: italic;
	font-weight: normal;
}
#header #logo {
	width: 400px;
	height: 90px;
	position: absolute;
	top: 27px;

}
/***************************************
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: 100%;
	margin: 0 0;
	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: #F57900;
	cursor: default;
	text-decoration: none;
}
/***************************************
1A: FLUID 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: 26.24%; 164px / 625px * 100% = 26.24% or height / width *100% */
}
.img-right {
	position: relative;
	top: 0px;
	right: 55px;	/*float: right;*/
	
}
/***************************************
1A: SECTION STYLES
****************************************/
#section {
	/*width: 80%;
	margin: 0 10%; !important
	min-height: 550px;*/
}
#section {
	width: 66%;
	margin: 0 0; !important
	min-height: 550px;
	position: relative;
	/*border: 1px solid #CCCCCC;*/
}
#section h1{
	font-size: 1.6em;
	margin: 20px 0 0 0;
	width: 100%;
	/*text-indent: 25px;*/
}
#section p{
	font-size: 1.2em;
	/*margin: 10px 0 10px 4%*/;
	margin: 10px 0 0 0;
	width: 100%;
	/*text-indent: 25px;*/
}

/***************************************
1A: LAYOUT STYLES
****************************************/
#section h2, #section h3, .title {
	font-family: Impact, Charcoal, sans-serif;
	color: #669966;
	text-shadow: 0px 0px 5px rgb(201, 212, 122);
	font-weight: normal;
}
#section h2 {
	font-size: 1.7em;
	margin-top: 0px;
	letter-spacing: .04em;
	text-shadow: 0px 0px 5px rgb(201, 212, 122);
}
#section h3, .title {
	font-size: 1.7em;
	margin-top: 10px;
}

.subtitle {
	float: none;
}
.check {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8 em;
	text-indent: 3.5em;
	background: url(../_images/icon/icon-rdchecksm.png) no-repeat 20px 0;
	/*height: 25px;*/
	height: auto;
	width: auto;
	overflow: hidden;
}
.cancel {
	height: auto;
	width: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8 em;
	text-indent: 3.5em;
	background: url(../_images/icon/icon-rdcancelsm.png) no-repeat 20px 0;
	overflow: hidden;
}
.align-left-arrow {
	text-indent: 2em;
	background: url(../_images/icon/icon-rd-arrow-right-sm.png) no-repeat 0px 0;
	/*height: 25px;*/
	height: auto;
	width: auto;
	overflow: hidden;
	font-size: .8em;
	line-height: 1.3em;
}
.align-icon-left {
	text-indent: 2em;
	background: url(../_images/icon/icon-right-arrow-green-sm.png) no-repeat 0px 0;
	/*height: 25px;*/
	height: auto;
	width: auto;
	overflow: hidden;
	font-size: .8em;
	line-height: 1.3em;
}

/***************************************
1A: PUBLIC ARTICLE IMAGE STYLES
****************************************/
article p{
	margin: 0;
	padding: 0;
}
.contact-article-two {
	width: 45%;
	max-width: 250px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.contact-article-two .inner {
	padding-top: 100%;
}
.contact-article-two {
	/* background-image: url(../_images/grid/250-sq.png); */
	background-image: url(../_images/icon/qrcode-250sq.png);
}

#section article p.last {
	margin-bottom: 30px;
}
blockquote  {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.8;
	margin-right: 4em;
	margin-left: 4em;
	padding-right: 1em;
	padding-left: 1em;
	background: url(../_images/icon/quoteup.png) no-repeat;
	padding-top: 1em;
	margin-top: 1.8em;
}
blockquote span.heading {
	text-align: right;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 2.4em;
	padding-top: 0em;
	padding-right: 2em;
}
blockquote span.quote {
	text-align: right;
	font-weight: bold;
	background: url(../_images/icon/quotedown.png) no-repeat right bottom;
	line-height: 1.2;
	padding-bottom: 2.4em;
	display: block;
	padding-top: 0em;
	padding-right: 2em;
}
/***************************************
1A: ASIDE SPECIFIIC STYLES
****************************************/
.border {
	border: 1px solid #999;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#cta-phone {
	height: 70px;
	width: 100%;
	text-indent: -1000em;
	background-image: url(../_images/icon-phone.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 15px auto;	
}
/***************************************
1A: SEARCH BAR STYLES
****************************************/
#search-box {
    position: relative;
    width: 90%;
    margin: 0 5%;
}

#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: SOCIAL BAR STYLES
****************************************/
/***************************************
1A: FOOTER CONTENT BLOCK STYLES
****************************************/
#content-block-one {
	/*width: 28.1758%;*/
	/*width: 25.5091%;*/
	width: 22%;
}
#content-block-two {
	/*width: 28.1758%;*/
	/*width: 25.5091%;*/
	width: 26%;
}
#content-block-three {
	/*width: 24.1758%;*/
	/*width: 20.1758%;*/
	/*width: 25.5091%;*/
	width: 26%;
}
#content-block-four {
	/*width: 24.1758%;*/
	/*width: 20.1758%;*/
	width: 22%;
}

#content-block-one h3, #content-block-two h3, #content-block-three h3, #content-block-four h3 {
	display: block;
	line-height: 2em;
	text-indent: 3%;
	border-top: 1px solid #ccc;;
	border-bottom: 1px solid #ccc;
}
#content-block-one ul, #content-block-two ul, #content-block-three ul {
	/*margin: 0;*/
	padding: 0;
	list-style-type: none;
}
#content-block-one ul li {
	margin: 0;
	padding: 0;
}
#content-block-one a, #content-block-two a, #content-block-three a {
	display: block;
	margin-top: 8px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 1.1em;
	text-decoration: none;
	color: black;
}
#content-block-one a:hover, #content-block-two a:hover, #content-block-three a:hover {
	/*color: #FF9900;*/
	color: #006600;
	text-decoration: underline;
}
#content-block-one a.current, #content-block-one a.current:hover, #content-block-one a.current:active
#content-block-two a.current, #content-block-two a.current:hover, #content-block-two a.current:active
#content-block-three a.current, #content-block-three a.current:hover, #content-block-three a.current:active {
	/*color: #FF9900;*/
	color: black;
	cursor: default;
	text-decoration: none;
}
/***************************************
1A: SOCIAL BAR STYLES
****************************************/
#feature {	
	height: 35px;
	width: 90%;
	margin: 25px 0 15px 0;
	color: #ffffff;
	text-align: center;
	padding: 7px 5% 13px 5%;
	background-color: #98B209;
}
#feature ul{
	width: 40%;
	list-style:none;
	margin:0px 0px;
	float:right;
}
#feature ul li{
	display:inline;
	padding-right:2%;
}
#feature h3 {
	text-align:left;
	text-shadow:#707070 1px 1px 0px;
	color: #ffffff;
}
/***************************************
1A: FOOTER STYLES
****************************************/
#footer {
	text-align: center;
	padding-bottom: 20px;
	margin-top: 5px;
}
#footer ul {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	margin-top: 20px;
	list-style: none;
	
}
#footer ul li {
	display: inline-block;
	width: 30%;
}
#footer ul li a {
	display: block;
	width: 100%;
	min-height: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #222222;
	line-height: 3em;
	text-decoration: none;
	/*text-indent: 10px;*/
	font-weight: bold;
	border: 1px solid #999999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: none;
}

/***************************************
1A: FLOAT SPECIFIIC STYLES
****************************************/
.floatleft {
	float: left;
	width: 95%
	/*border: 1px solid #CCC;*/
}
.img-left {
	/*float:left;*/
	margin:20px 20px 40px 0;
}
.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
margin: 20px 24px 10px 0;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}
/***************************************
1A: CLEAR FLOAT SPECIFIIC STYLES
****************************************/
.clearleft {
	clear: left;	
}
.clearright {
	clear: right;	
}
.clearboth {
	clear: both;
}
#contactus fieldset {
	width:250px;
	padding:20px;
	border:1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;   
}
#google_translate_element {
	/*float: right;*/
	position: absolute;
	top: 20px;
	right: 0;
}
#tooltip{
	font-size: 1.3em;
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	font-family: Arial, Helvetica, sans-serif;
}

}
