



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    line-height: 100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
    vertical-align: middle;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}h1,h2,h3,h4,h5,h6 {
	font-family: "Georgia1", Georgia, serif;
	font-weight: normal;
}
h1 {
	font-size: 1.875em; /* 24px/16px */
	line-height: 1.2; /* 28px/16px */
}
h2 {
	font-size: 1.2em; /* 20px/16px */
	line-height: 1.5em; /* 24px/16px */
}
h3 {
	font-size: 1em; /* 16px/16px */
	line-height: 1.25em; /* 20px/16px */
}
h4 {
	font-size: .875em; /* 14px/16px */
	line-height: 1.42857143em; /* 16px/16px */
}
h5 {
	font-size: .75em; /* 12px/16px */
	line-height: 1em; /* 16px/16px */
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	font-size: 1em;
	line-height: 1em;
}

p, a, span {
	font-size: .8125em; /* 13px/16px */
	line-height: 165%; /* 20px/16px */
}
	p a, p span, a span, span a, tbody span {
		font-size: 1em;
		line-height: 1em;
        text-decoration: underline;
	}

label {
	font-size: .75em;
	font-weight: bold;
	color: #3d3d3d;
	line-height: 1em;
}
	
small {
	font-size: .6875em; /* 11px/16px */
	line-height: .9375em; /* 15px/16px */
	color: #777;
}
small.red {
	color: #D2755E;
}
	p small {
		font-size: .84615385em; /* 11px/13px */
		line-height: .88235294em; /* 15px/17px */
	}

a {
	font-size: .8125em; /* 13px/16px */
	color: #6e9c0b;
	text-decoration: none;
	
	-webkit-transition: .4s color;
	-moz-transition: .4s color;
	-o-transition: ,4s color;
}
a:hover {
	color: #c56f00;
}


table tbody {
	font-size: .8125em; /* 13px / 16px */
}
table thead {
	font-size: .75em; /* 12px /16px */
	font-weight: bold;
}
	table a {
		font-size: 1em;
		line-height: 1em;
        text-decoration: underline;
	}

.large-link {
	font-size: 16px;
	font-weight: 700;
}
.mega {
	font-size: 30px;
}

* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}

body {
	background: url("/img/bg.gif") left top repeat;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #2d2d2d;
}

iframe#upload-target {
	width: 0px; height: 0px;
	border:0;
}

div#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -261px;
	float: left;
	width: 100%;
	max-width: 1024px;
}
div#wrapper.tiny {
	margin-bottom: -60px;
	width: 100%;
	max-width: 1024px;
}
div.wrapper {
	max-width: 1024px;
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.body-wrapper {
	height: 100%;
	max-width: 1379px;
	margin: 0 auto;
}
.rightside {
	float: left; 
	width: 320px; 
	margin-left: 10px;
	margin-top: 20px;
}



.next-nav {

}
.next-nav ul {
	width: 100%;
	list-style: none;
	background-color:#4a5052;
	border-radius: 5px;

	display: flex;
	flex-direction:row;

}

.next-nav ul li {
	border-right: 1px solid #777;
	text-align:center;

	list-style: none;
    flex-grow: 1;
}
.next-nav ul li:hover {
	background-color:#3a4042;
}

.next-nav ul li:nth-child(6) {
	border-right: 0;

}

.next-nav ul li a {

	color:#fff;
	font-size: 12px;
	font-weight: 600;
	padding-top: 12px;
	padding-bottom: 12px;
	display: inline-block;
	width: 100%;

}

.showpalmonly {
	display: none;
}




header#top {
	padding: 15px 0px;
	max-width: 1025px;
	width: 100%;
}

	header#top a#logotype {
		display: inline-block;
		float: left;
		overflow: hidden;
	}
		header#top a#logotype img { 
			float: left;
			border: 0; 
		}
		
	
nav#social {
	background: url("/img/social.png") left -33px no-repeat;
	height: 33px;
	padding-left: 12px;
		
	position: absolute;
	top: 0; left: 340px;
	z-index: 1;
}
	nav#social #___plusone_0 {
		width: 50px !important;
	}
	nav#social ul {
		background: url("/img/social.png") right top no-repeat;
		padding-right: 12px;
		height: 33px;
		list-style: none;
		overflow: hidden;
	}
		nav#social ul li {
			height: 30px;
			float: left;
			padding: 0px 10px;
			border-right: 1px solid #ddd;
		}
			nav#social ul li span.googleplus {
				display: inline-block;
				padding-top: 7px;
			}
			nav#social ul li span.facebook {
				display: inline-block;
				padding-top: 4px;
			}
		nav#social ul li.start {
			padding-left: 0;
		}
		nav#social ul li.end {
			border-right: 0;
			padding-right: 0;
			padding-left: 10px;
		}
		
	
nav#toolbar ul {
	height: 30px;
	margin: 13px 0px 10px;
	list-style: none;
	float: right;
}
nav#toolbar ul.logged {
	width: 161px;
}
	nav#toolbar ul li {
		background: url("/img/toolbar.png") no-repeat;
		float: left;
		position: relative;
	}
		nav#toolbar ul li a {
			display: block;
			height: 30px;
			text-indent: -99999px;
			overflow: hidden;
		}
		
	nav#toolbar ul li.one {
	width: 107px;
	background-position: left top;
	}
	nav#toolbar ul li.one:hover { background-position: left -30px; }
	nav#toolbar ul li.two {
		width: 90px;
		background-position: -107px top;
	}
	nav#toolbar ul li.two:hover { background-position: -107px -30px; }
		
	nav#toolbar ul li.three {
		width: 91px;
		background-position: -197px top;
	}
	nav#toolbar ul li.three:hover { background-position: -197px -30px; }
		
	nav#toolbar ul li.four {
		width: 78px;
		background-position: -288px top;
	}
	nav#toolbar ul li.four:hover { background-position: -288px -30px; }
	
	nav#toolbar ul li.five {
		width: 80px;
		background-position: -366px top;
	}
	nav#toolbar ul li.five:hover { background-position: -366px -30px; }
	
	nav#toolbar ul li.six {
		width: 92px;
		background-position: -446px top;
	}
	nav#toolbar ul li.six:hover { background-position: -446px -30px; }
			
				


nav#global-nav {
	width: 990px; height: 43px;
}
	nav#global-nav > ul {
		width: 990px;
		list-style: none;
	}
		nav#global-nav > ul > li {
			float: left;
		}
			nav#global-nav > ul > li > a {
				display: block;
				width: 166px; height: 43px;
				background: url("/img/global-nav.png") -163px top no-repeat;
				cursor: pointer;
				position: relative;
			}
			nav#global-nav > ul > li > a:hover {
				background-position: -163px -43px;
			}
			nav#global-nav > ul > li.active > a {
				background-position: -163px -86px;
			}
				nav#global-nav > ul > li > a > img.ribbon {
					display: block;
					position: absolute;
					top: -5px; left: 4px;
				}
			
			nav#global-nav > ul > li#m-start > a,
			nav#global-nav > ul > li#m-support > a {
				width: 163px;
				background-position: left top;
			}
			nav#global-nav > ul > li#m-support > a { background-position: -329px top; }
			
			nav#global-nav > ul > li#m-start > a:hover {
				background-position: left -43px;
			}
			nav#global-nav > ul > li#m-condo:hover > a {
				background-position: -163px -43px;
			}
			nav#global-nav > ul > li#m-support > a:hover {
				background-position: -329px -43px;
			}
			nav#global-nav > ul > li#m-start.active > a {
				background-position: left -86px;
			}
			nav#global-nav > ul > li#m-support.active > a {
				background-position: -329px -86px;
			}
			
				nav#global-nav > ul > li > a > span {
					display: block;
					width: 120px; height: 42px;
					cursor: pointer;
					margin: 0px auto;
					background: url("/img/global-nav-text.png") no-repeat;
					text-indent: -99999px;
				}
				nav#global-nav > ul > li#m-start > a > span { background-position: left top; }
				nav#global-nav > ul > li#m-condo > a > span { background-position: left -42px; }
				/*nav#global-nav > ul > li#m-landlord > a > span { background-position: left -84px; }*/
				nav#global-nav > ul > li#m-advertise > a > span { background-position: left -84px; }
				nav#global-nav > ul > li#m-demo > a > span { background-position: left -126px; }
				nav#global-nav > ul > li#m-information > a > span { background-position: left -168px; }
				nav#global-nav > ul > li#m-support > a > span { background-position: left -210px; }

nav#global-nav .flyout {
	position: relative;
}
nav#global-nav .flyout__content {
	padding-top: 5px;
	width: 822px;
	position: absolute;
	top: 100%; left: -99999px;
	z-index: 9999;
}
nav#global-nav .flyout:hover .flyout__content {
	left: 0;
}
nav#global-nav .communes-list {
	padding: 20px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0, .2);
	border-top: 3px solid #383e44;
	box-shadow: 0 1px 3px rgba(0,0,0, .15);
	background: #fff;
}
nav#global-nav .communes-list ul {
	list-style: none;
}
nav#global-nav .communes-list ul li {
	float: left;
	padding: 2px 0;
	width: 130px;
}
nav#global-nav .communes-list ul li a {
	color: #383e44;
}
nav#global-nav .communes-list ul li a:hover {
	color: #c56f00;
	text-decoration: underline;
}
nav#global-nav .communes-list .green {
	color: #6e9c0b;
}
			
div#splash {
	margin-bottom: 40px;
	padding: 20px 0px 1px;
	background: url("/img/splash_bg.png") left bottom repeat-x;
	position: relative;
}
	div#splash div.wrapper {
		height: 320px;
		position: relative;
	}
	
	div#splash a.arrow {
		display: block;
		width: 15px; height: 23px;
		background: url("/img/splash_arrows.png") no-repeat;
		overflow: hidden;
		text-indent: -999px;
		
		position: absolute;
		top: 50%;
		margin-top: -12px;
	}
	div#splash a.arrow.prev {
		background-position: left top;
		left: -40px;
	}
	div#splash a.arrow.next {
		background-position: left -23px;
		right: -40px;
	}
	
	div#splash nav.pagination {
		position: absolute;
		left: 50%; bottom: -15px;
		overflow: hidden;
	}
		div#splash nav.pagination a {
			display: block;
			width: 10px; height: 11px;
			float: left;
			margin-right: 6px;
			text-indent: -999px;
			overflow: hidden;
			background: url("/img/splash_paging.png") left top no-repeat;
		}
		div#splash nav.pagination a.active {
			background-position: left -11px;
		}
	
	div#splash ul {
		width: 990px;
		list-style: none;
	}
		div#splash ul li {
			width: 990px; height: 320px;
			overflow: hidden;
			
			position: absolute;
			left: 0; top: 0;
		}
li#text-slider {
	background: url("/img/text-slider.png") 5px bottom no-repeat;
}

	li#text-slider div.content {
		width: 480px;
		float: right;
		padding: 20px 0px;
	}
		li#text-slider div.content h2,
		li#landlord-slider div.content h2,
		li#sokes-slider div.content h2 {
			padding: 10px 0px;
			font-size: 2.625em;
			color: #1d1d1d;
		}
		li#text-slider div.content p,
		li#landlord-slider div.content p,
		li#sokes-slider div.content p {
			color: #3d3d3d;
		}
		li#text-slider div.content div.buttons,
		li#landlord-slider div.content div.buttons,
		li#sokes-slider div.content div.buttons  {
			width: 310px;
			margin: 25px auto 0;
		}
		li#text-slider div.content a.button,
		li#landlord-slider div.content a.button,
		li#sokes-slider div.content a.button {
			display: inline-block;
			height: 51px;
			background: url("/img/splash_buttons.png") no-repeat;
			overflow: hidden;
			text-indent: -999px;
			cursor: pointer;
		}
		li#text-slider div.content a.button.orange,
		li#landlord-slider div.content a.button.orange,
		li#sokes-slider div.content a.button.orange {
			width: 159px;
			float: left;
			background-position: left top;
		}
		li#text-slider div.content a.button.orange:hover,
		li#landlord-slider div.content a.button.orange:hover,
		li#sokes-slider div.content a.button.orange:hover {
			background-position: left -51px;
		}
		li#text-slider div.content a.button.green,
		li#landlord-slider div.content a.button.green,
		li#sokes-slider div.content a.button.green {
			width: 128px;
			float: right;
			background-position: left -102px;
		}
		li#text-slider div.content a.button.green:hover,
		li#landlord-slider div.content a.button.green:hover ,
		li#sokes-slider div.content a.button.green:hover{
			background-position: left -153px;
		}
		
li#landlord-slider {
	background: url("/img/landlords-slider.png") 20px bottom no-repeat;
}
	li#landlord-slider div.content {
		width: 460px;
		float: right;
		padding: 20px 0px;
	}
li#sokes-slider {
	background: url("/img/sokes-slider.png") 20px bottom no-repeat;
}
	li#sokes-slider div.content {
		width: 460px;
		float: right;
		padding: 20px 0px;
	}
	
	


	
div#content {
	margin: 20px 0px;
}
			
			
section.toolblock {
	background: #dfdfdf;
	padding: 25px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.block,
aside.side-widget {
	background: #fff;
	border: 1px solid #d8d8d8;
	padding: 25px;
	position: relative;
	
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.col1 div.block div.block-bottom {
	width: 988px; height: 7px;
	background: url("/img/block-bottom-big.png") left top no-repeat;
	
	position: absolute;
	left: 0; bottom: -8px;
}

header.title {
	position: relative;
}
header.center,
.text-center {
	text-align: center;
}
header.center > h1,
header.center > h2 {
	font-size: 1.875em;
}
header.indent {
	padding: 5px 0px;
}
aside.side-widget {
	padding: 12px;
}

nav.tabs {
	padding: 0px 10px;
	margin-bottom: 20px;
	background: url("/img/tabs_border.gif") left bottom repeat-x;
}
	nav.tabs ul {
		overflow: hidden;
		list-style: none;
	}
		nav.tabs ul li {
			float: left;
			height: 45px;
			padding: 0px 15px;
			border-left: 1px solid #ddd;
			border-top: 1px solid #ddd;
			background: url("/img/tabs.gif") left -45px no-repeat;
		}
			nav.tabs ul li a {
				display: block;
				height: 45px;
				
				font: normal 12px/45px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
				color: #2d2d2d;
				text-decoration: none;
			}
		nav.tabs ul li.active {
			background-position: left top;
		}
		nav.tabs ul li.end {
			border-right: 1px solid #ddd;
		}
			nav.tabs ul li.active a {
				cursor: default;
			}





	

ul.check-list {
	list-style: none;
}
	ul.check-list li {
		margin-top: 10px;
		padding-left: 5px;
		border-left: 4px solid #c36e10;
		font: normal 13px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
		color: #555;
	}

table.test {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
	table.test thead {
		color: #2d2d2d;
	}
	table.test tbody {
		color: #1d1d1d;
	}
		table.test tr {
			border-bottom: 1px solid #ddd;
		}
		
		table.test tbody tr:nth-child(odd) { background: #fbfbfb; }
		table.test tbody tr:nth-child(even) { background: #fff; }
	
		table.test thead tr td { padding: 8px 10px; }
		table.test tbody tr td { padding: 16px 10px; }


footer#footer,
div.site-push {
	height: 360px;
}
#footer.tiny,
.site-push.tiny {
	height: 160px;
}
footer#footer {
	background: #fff;
	border-top: 1px solid #ccc;
	clear: both;
	z-index: 2;
}
footer#footer.tiny > .wrapper {
	padding: 18px 0 0;
}
	footer#footer h3 {
		font: bold 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
		color: #777;
	}
	
p#copyright {
	display: block;
	font: normal 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #999;
}
div#detail-links {
	font: normal 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: right;
}
	div#detail-links a {
		font-size: 1em;
		line-height: 1em;
	}

div#landlords-list {
	width: 540px;
	float: left;
	margin-right: 40px;
	padding: 20px 0px 0px;
	overflow: hidden;
}
	div#landlords-list ul {
		width: 120px;
		float: left;
		margin: 10px 20px 0px 0px;
		list-style: none;
	}
	div#landlords-list ul.end {
		margin-right: 0;
	}
		div#landlords-list ul li {
			background: url("/img/folder.png") left center no-repeat;
			padding-left: 20px;
			border-bottom: 1px solid #ddd;
		}
			div#landlords-list ul li a {
				display: inline-block;
				height: 26px;
				font: normal 11px/26px 'Helvetica Neue', Helvetica, Arial, sans-serif;
				color: #777;
				text-decoration: none;
			}
			div#landlords-list ul li a:hover {
				color: #333;
			}

div#landlords-list-wide {
	width: 990px;
	float: left;
	margin-right: 40px;
	padding: 20px 0px 0px;
	overflow: hidden;
}
	div#landlords-list-wide ul {
		width: 120px;
		float: left;
		margin: 10px 20px 0px 0px;
		list-style: none;
	}
	div#landlords-list-wide ul.end {
		margin-right: 0;
	}
		div#landlords-list-wide ul li {
			background: url("/img/folder.png") left center no-repeat;
			padding-left: 20px;
			border-bottom: 1px solid #ddd;
		}
			div#landlords-list-wide ul li a {
				display: inline-block;
				height: 26px;
				font: normal 11px/26px 'Helvetica Neue', Helvetica, Arial, sans-serif;
				color: #6E9C0B;
				text-decoration: none;
			}
			div#landlords-list-wide ul li span {
				display: inline-block;
				height: 26px;
				font: normal 11px/26px 'Helvetica Neue', Helvetica, Arial, sans-serif;
				color: #777;
				text-decoration: none;
			}
			div#landlords-list-wide ul li a:hover {
				color: #333;
			}
			
div#latest-condos-list {
	width: 410px; height: 200px;
	float: left;
	padding: 20px 0px 0px;
}
	div#latest-condos-list header {
		width: 100%;
	}
		div#latest-condos-list header h3 {
			float: left;
		}
		div#latest-condos-list header a {
			float: right;
			font-size: 12px;
			line-height: 1em;
		}
	div#latest-condos-list table {
		width: 100%;
		margin-top: 10px;
	}
		div#latest-condos-list table tr {
			border-bottom: 1px solid #ddd;
		}
			div#latest-condos-list table tr td {
				height: 26px;
				padding: 0px 10px;
				font: normal 11px  'Helvetica Neue', Helvetica, Arial, sans-serif;
				vertical-align: middle;
			}
				div#latest-condos-list table tr td.date,
				div#latest-condos-list table tr td.region {
					width: 25%;
					color: #999;
				}
				div#latest-condos-list table tr td.title {
					color: #777;
				}
			
			
			
div#fade {
	width: 100%; height: 100%;
	background: #000;
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	
	position: fixed;
	left: 0; top: 0;
}
div[id^=modal] {
	width: 100%; height: 100%;
	position: absolute;
	left: 0; top: 0;
}
	div[id^=modal] a.close-btn {
		display: block;
		width: 24px; height: 24px;
		background: url("/img/modal-close.png") left top no-repeat;
		
		position: absolute;
		left: -11px; top: -11px;
	}
	div[id^=modal] a.close-btn:hover {
		background-position: left -24px;
	}
div[id^=dialog] {
	width: 560px;
	padding: 20px;
	background: #fff;
	
	position: absolute;
	top: 50%; left: 50%;
}
	div[id^=dialog] div.modal-buttons {
		text-align: center;
	}
		div[id^=dialog] div.modal-buttons button {
			padding: 5px 10px;
			margin-right: 5px;
			cursor: pointer;
			border: 0;
			background: #111;
			color: #fff;
		}
		div[id^=dialog] div.modal-buttons button:hover {
			background: #444;
		}
	
div#ajax-error.modal-box {
	width: 360px;
	margin-left: -200px;
}

div.notification {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
}
div.notification.question {
	background: #fef7c0;
	border-color: #f6d971;
}
	div.notification.question a {
		color: #8e5d20;
	}
div.notification.error {
	background: #ffcfcf;
	border-color: #db8f91;
}
	div.notification.error a {
		color: #942325;
	}
	div.notification a:hover {
		text-decoration: underline;
	}
	
	
div.tipsy {
	width: 270px;
	padding: 8px 4px;
	background: #111;
	background: #000;
	
	z-index: 10;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	div.tipsy div.tipsy-inner {
		font-size: .625em;
		font-weight: normal;
		color: #fff;
		text-align: center;
		line-height: 1.4em;
	}
	div.tipsy span.arrow {
		width: 0; height: 0;
		border-color: #000 transparent transparent transparent;
		border-style: solid;
		border-width: 5px;
		
		position: absolute;
		left: 50%; bottom: -10px;
		margin-left: 2px;
	}
	


input.submit,
a.submit {
	height: 30px;
	padding: 0 20px;
	cursor: pointer;
	border: 0;
	border: 1px solid #e2ab2c;
	background: -moz-linear-gradient(top, #fbd459 0%, #fabf38 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbd459), color-stop(99%,#fabf38));
	background: -webkit-linear-gradient(top, #fbd459 0%,#fabf38 99%);
	background: -o-linear-gradient(top, #fbd459 0%,#fabf38 99%);
	background: -ms-linear-gradient(top, #fbd459 0%,#fabf38 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd459', endColorstr='#fabf38',GradientType=0 );
	background: linear-gradient(top, #fbd459 0%,#fabf38 99%);
	
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8d5d25;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
	-ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
}
input.submit:hover,
a.submit:hover {
	background: -moz-linear-gradient(top, #fabf38 0%, #fbd459 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fabf38), color-stop(100%,#fbd459));
	background: -webkit-linear-gradient(top, #fabf38 0%,#fbd459 100%);
	background: -o-linear-gradient(top, #fabf38 0%,#fbd459 100%);
	background: -ms-linear-gradient(top, #fabf38 0%,#fbd459 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabf38', endColorstr='#fbd459',GradientType=0 );
	background: linear-gradient(top, #fabf38 0%,#fbd459 100%);
}
a.submit {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	line-height: 30px;
}
a.submit > span {
	text-decoration: none;
}
a.submit.large {
	width: 200px;
	text-align: center;
}


div.slider {
}
		div.slider span.value {
			display: block;
			font: bold italic 10px/13px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
			color: #4d4d4d;
			text-align: center;
		}
		div.slider div.ui-slider {
			position: relative;
			text-align: left;
		}
		div.slider div.ui-slider-horizontal {
			width: 200px; height: 11px;
			border: 0;
			background: url("/img/slider_small.png") left top no-repeat;
		}
			div.slider div.ui-slider-horizontal div.ui-slider-range {
				display: block;
				height: 100%;
				border: 0;
				background: url("/img/slider_bar.png") left top no-repeat;
				
				position: absolute;
				top: 0;
				z-index: 1;
			}
			div.slider div.ui-slider-horizontal a.ui-slider-handle {
				width: 27px; height: 24px;
				margin-left: -.6em;
				cursor: default;
				border: 0;
				background: url("/img/slider_tab.png") left top no-repeat;
				
				position: absolute;
				top: -6px;
				z-index: 2;
			}
			div.slider div.ui-slider-horizontal a.ui-slider-handle:focus {
				outline: none;
			}
			
			
a.ui-selectmenu {
	display: block; display: inline-block;
	height: 22px;
	background: url("/img/selectMenu.png") left top no-repeat;
	border: 0;
	overflow: visible;
	margin-right: 4px;
	position: relative;
	vertical-align: middle;
	outline: none;
	font-size: 10px;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
a.ui-selectmenu.ui-state-hover { background-position: left -44px; }
a.ui-selectmenu.ui-state-active { background-position: left -88px; }
	a.ui-selectmenu span.ui-selectmenu-status {
		display: inline-block;
		height: 22px;
		padding: 0px 10px 0px 5px;
		
		font: bold 10px/22px 'Helvetica Neue', Arial, sans-serif;
		color: #333;
	}
	a.ui-selectmenu.ui-state-active span.ui-selectmenu-status {
		color: #0093CD;
	}
	a.ui-selectmenu span.ui-selectmenu-icon {
		width: 26px; height: 22px;
		background: url("/img/selectMenu.png") right -22px no-repeat;
		position:absolute;
		top: 8px; right: -2px;
	}
	a.ui-selectmenu.ui-state-hover span.ui-selectmenu-icon { background-position: right -66px; }
	a.ui-selectmenu.ui-state-active span.ui-selectmenu-icon { background-position: right -110px; }
ul.ui-selectmenu-menu {
	list-style: none;
	overflow-x: hidden;
	overflow-y: auto;
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-top-color: #ddd;
	
	position:absolute; 
	top: 0;
	overflow: auto; 
	z-index: 1005;
}
.ui-selectmenu-open { display: block; }

		ul.ui-selectmenu-menu li a {
			height: 26px;
			padding: 0px 5px;
			font: bold 10px/26px 'Helvetica Neue', Arial, sans-serif;
			color: #333;
		}

.custom-checkbox,
.custom-radio {
	position: relative;
}

	.custom-checkbox input, 
	.custom-radio input {
		visibility: hidden;
		position: absolute;
		left: 2px; top: 3px;
		z-index: 0;
	}
	
	.custom-checkbox label, 
	.custom-radio label {
		display: block;
		height: 20px;
		padding: 0px 0px 0px 16px;
		cursor: pointer;
		
		font: normal 11px/20px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
		
		position: relative;
		z-index: 1;
	}
	
	.custom-checkbox label {
		background: url("/img/checkbox.png") no-repeat; 
	}
	.custom-radio label { 
		background: url("/img/radio.png") no-repeat; 
	}
	
	.custom-checkbox label,
	.custom-radio label {
		background-position: left top;
	}

	.custom-checkbox label.checked, 
	.custom-radio label.checked {
		background-position: left -20px;
	}



form dl small {
	display: block;
	font-size: .5625em;
	color: #666;
	line-height: 1.3333333333em;
}

form input.text {
	background: #f4f4f4;
	padding: 10px 6px;
	border: 1px solid #d8d8d8;
	border-top: 2px solid #d8d8d8;
	
	font: bold 14px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #999;
}
form input.text.search {
	background: url("/img/search_icon.png") left center no-repeat #f4f4f4;
	padding: 10px 6px 10px 40px;
}
form input.text:focus {
	outline: none;
	background: #f9f9f9;
	color: #666;
}
form input.text.search:focus {
	background: url("/img/search_icon.png") left center no-repeat #f9f9f9;
}

form textarea {
	background: #f4f4f4;
	resize: none;
	border: 1px solid #d8d8d8;
	padding: 5px;
	
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #777;
}
form textarea:focus {
	outline: none;
	background: #f9f9f9;
	color: #555;
}

form div.error{
	display: block;
	height: 22px;
	background: #c34d34;
	padding: 0px 5px;
			
	position: absolute;
	top: 30px; right: 10px;
	z-index: 999;
			
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
form div.error.single{
	display: block;
	text-align: center;
	position: relative;
	top: 0; right: 0;
	z-index: auto;
}
form div.error.single-inline {
	display: inline-block;
	text-align: center;
	position: relative;
	top: 0; right: 0;
	z-index: auto;
}
	div.error span.arrow{
		border-color: transparent transparent #c34d34 transparent;
		border-style: solid;
		border-width: 4px;
		width: 0; height: 0;
		
		position: absolute;
		top: -8px; right: 10%;
		margin-left: -2px;
	}
	div.error span.value{
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		line-height: 22px;
		white-space: nowrap;
	}
	form dl dd div.error.icon {
		width: 18px; height: 14px;
		padding: 0;
		background: url("/img/validation.png") no-repeat;
		
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		
		top: 50%; right: -25px;
		margin-top: -7px;
	}
	form dl dd span.error.icon.red { background-position: left top; }


div#top-notice {
	width: 100%; height: 40px;
}
	div#top-notice div.notice {
		width: 100%; height: 40px;
		background: url("/img/top-notice.gif") repeat-x;
		text-align: center;
		
		position: fixed;
		left: 0; top: 0;
		z-index: 5;
	}
		div#top-notice div.notice span {
			font-size: .75em;
			font-weight: bold;
			line-height: 3.33333333em;
		}
	div#top-notice div.notice.yellow {
		background-position: left top;
		color: #8d5c25;
	}
		div#top-notice div.notice.yellow a {
			color: #8d5c25;
			text-decoration: underline;
		}
		div#top-notice div.notice.yellow a:hover {
			text-decoration: none;
		}



span#preloader {
	display: inline-block;
	width: 36px; height: 36px;
	background: url("/img/preloader.png") left top no-repeat;
	
	position: absolute;
	left: 50%; top: 50%;
	margin-top: -18px;
	margin-left: -18px;
}

div.col1 { max-width: 1024px; width: 100%;  }
div.col2 { max-width: 740px; width: 100%; }
div.col3 { width: 480px; }
div.col4 { width: 260px; }

.indent1{ margin-top: 20px !important; }
.indent2{ margin-right: 20px !important; }
.indent3{ margin-bottom: 20px !important; }
.indent4{ margin-left: 20px !important; }

.indent5{ margin-top: 10px !important; }
.indent6{ margin-right: 10px !important; }
.indent6-1{ margin-right: 7px !important; }
.indent7{ margin-bottom: 10px !important; }
.indent8{ margin-left: 10px !important; }

.indent9{ margin-top: 5px !important; }
.indent10{ margin-right: 5px !important; }
.indent11{ margin-bottom: 5px !important; }
.indent12{ margin-left: 5px !important; }

div.col1.indent,
div.col2.indent,
div.col3.indent,
div.col4.indent {
	margin-right: 30px;
}

.float1 { float: left; }
.float2 { float: right; }



.clearfix {
	zoom:1;
}
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}






/*************************************************/

/* SPLASH EDUCATIONAL */
.splash-edu {
	margin-bottom: 40px;
	min-height: 187px;
	height: auto !important;
	height: 187px;
	/*background: url("/img/splash_bg.png") left bottom repeat-x*/
}
.splash-edu .wrapper {
	padding: 40px 0;
	position: relative;
}
.splash-edu .search-box {
	position: relative;
}
.splash-edu .search-box h2 {
	font-size: 40px;
	overflow: hidden;
}
.splash-edu .search-box .goBack {
	display: inline-block;
	float: right;
	line-height: 20px;
	font-size: 12px;
}
.splash-edu .finder {
	display: block;
	margin: 5px auto;
	padding: 10px;
	width: 460px;
	background: #fff;
	border: 1px solid #aaa;
	font-family: "Georgia1", Georgia, serif;
	font-size: 18px;
}
.splash-edu .finder:focus,
.splash-edu .finder.focus {
	outline: none;
	border-color: #e8e8e8;
	border-color: transparent;
	border-bottom-color: #aaa;
}
.white-overlay {
	width: 100%; height: 100%;
	background: #fff;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);

	position: absolute;
	left: 0; top: 0;
}

.splash-edu .search-results {
	display: none;
	margin-left: -241px;
	padding: 10px;
	width: 460px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	position: absolute;
	left: 50%; top: 100%;
}

.splash-edu .search-results h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	position: relative;
}

.splash-edu .list-wrapper {
	width: 200%;
	overflow: hidden;
}
.splash-edu .list-block {
	width: 50%;
	float: left;
}
.splash-edu .list {
	max-height: 200px;
	overflow-y: auto;
	position: relative;
}
.splash-edu .list li {
	line-height: 24px;
	cursor: pointer;
	font-size: 14px;
}
.splash-edu .list .title {
	font-size: 1em;
}
.splash-edu .list .icon {
	float: right;
}
.splash-edu .list li.selected {
	color: #6E9C0B;
}
.splash-edu .not-found {
	color: #C34D34;
}



/* SPLASH CSS */
div#splash3 {
	margin-bottom: 40px;
	padding: 0 0px 1px;
	background: url("/img/splash_bg.png") left bottom repeat-x;
	position: relative;
}
	div#splash3 div.wrapper {
		position: relative;
		background:url("/img/splash_city.jpg"); 
		height:351px;
	}
	div#splash3 div#member_benefits{
		position:absolute; 
		left:15px; 
		top:0px; 
		background:url("/img/splash_member_bg.png"); 
		width:332px; 
		height:336px;
	}
	
	div#splash3 ul{
	
		position:relative;
		margin-left:20px; 
		list-style: none; 
		color:#666666
	}
	
	div#splash3 li.li_text{
		float:none; 
		background:url("/img/splash_check.png");  
		font-size:12px; 
		background-repeat: no-repeat;
		 padding-left:20px;
	}
	div#splash3 li.li_divider{
		float:none; 
		height:1px; 
		padding-top:8px; 
		margin-bottom:8px; 
		border-bottom: 1px dashed #cacaca; 
		width:280px;
	}
	
	
	div#splash3 a#splash_read_more_button{
	
		position:absolute; 
		bottom: 25px;
		right: 30px;
		
		display: inline-block;
		width:304px; 
		height:64px; 
		background:url("/img/start-here-button.png");
		background-repeat:no-repeat;
		cursor: pointer;
		text-indent: -9999px;
		overflow: hidden;
		
	}
	
	div#splash3 div.shoutout_left{
	
		background:url("/img/shoutout_left.png"); 
		background-repeat:no-repeat; 
		width:23px; 
		height:47px; 
		float:left;
		
	}
	div#splash3 div.shoutout_right{
	
		background:url("/img/shoutout_right.png"); 
		background-repeat:no-repeat; 
		width:23px; 
		height:47px; 
		float:left;
		
	}
	div#splash3 div.shoutout_middle{
	
		background:url("/img/shoutout_middle.png");
		text-align:center; 
		background-repeat:repeat-x;
		height:47px; 
		padding-top:10px; 
		float:left; 
		min-width: 300px; 
		max-width: 550px;
		color:#666666;
	}
	div#splash3 div.shoutout_middle h2{
	
		font-size:17px;
		
	}
	div#splash3 div.shoutout_arrow_right{
	
		position:absolute; 
		top:40px; 
		right:20px; 
		background:url("/img/shoutout_arrow_right.png"); 
		background-repeat:no-repeat; 
		width: 38px; 
		height:18px;
		
	}
	div#splash3 div.shoutout_arrow_left{
	
		position:absolute; 
		top:40px; 
		left:20px; 
		background:url("/img/shoutout_arrow_left.png"); 
		background-repeat:no-repeat; 
		width: 38px; 
		height:18px;
		
	}
	
	
	
	

div#splash2 {
	margin-bottom: 40px;
	padding: 20px 0px 1px;
	background: url("/img/splash_bg.png") left bottom repeat-x;
	position: relative;
}
	div#splash2 div.wrapper {
		height: 320px;
		position: relative;
	}
	
	div#splash2 a.arrow {
		display: block;
		width: 15px; height: 23px;
		background: url("/img/splash_arrows.png") no-repeat;
		overflow: hidden;
		text-indent: -999px;
		
		position: absolute;
		top: 50%;
		margin-top: -12px;
	}
	div#splash2 a.arrow.prev {
		background-position: left top;
		left: -40px;
	}
	div#splash2 a.arrow.next {
		background-position: left -23px;
		right: -40px;
	}
	
	div#splash2 nav.pagination {
		position: absolute;
		left: 50%; bottom: -15px;
		overflow: hidden;
	}
		div#splash2 nav.pagination a {
			display: block;
			width: 10px; height: 11px;
			float: left;
			margin-right: 6px;
			text-indent: -999px;
			overflow: hidden;
			background: url("/img/splash_paging.png") left top no-repeat;
		}
		div#splash2 nav.pagination a.active {
			background-position: left -11px;
		}
	
	div#splash2 ul {
		width: 990px;
		list-style: none;
	}
		div#splash2 ul li {
			width: 990px; height: 320px;
			overflow: hidden;
			
			position: absolute;
			left: 0; top: 0;
		}



/*-- jShowOff module styles --*/





#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	
	position: relative;
	overflow: hidden;
	width: 990px;
	height: 320px;
	margin-left:0px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	}
.jshowoff {
	width: 990px;
	margin: 10px 0;
	}
.jshowoff div {	
	width: 990px;
	height: 250px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}


/*-- Re-styled Thumbnail Demo --*/

.thumbFeatures p.jshowoff-slidelinks {
	bottom: -115px;
	padding: 5px 0 5px 5px;
	right: 480px;
	height: 32px;
	}
.thumbFeatures .jshowoff-slidelinks a {
	display: block;
	width: 12px;
	height: 11px;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	padding: 0;
	background-color:transparent;
	text-indent: -10000em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}
.thumbFeatures .jshowoff-slidelinks a.jshowoff-active {
	background-position: 0px -11px;
	}
.thumbFeatures .jshowoff-slidelink-0 {
	background-image: url('/img/splash_paging.png');
	}
.thumbFeatures .jshowoff-slidelink-1 {
	background-image: url('/img/splash_paging.png');
	}
.thumbFeatures .jshowoff-slidelink-2 {
	background-image: url('/img/splash_paging.png');
	}
.thumbFeatures .jshowoff-slidelink-3 {
	background-image: url('/img/splash_paging.png');
	}
.thumbFeatures p.jshowoff-controls {
	background: none;
	height: 38px;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 150;
	}
.thumbFeatures .jshowoff-controls a {
	display: block;
	width: 22px;
	height: 38px;
	background: none;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -10000em;
	position: absolute;
	}

.thumbFeatures .jshowoff-controls a.jshowoff-prev {
	left: -25px;
	height:25px;
	background-image: url('/img/splash_arrows.png');
	}
.thumbFeatures .jshowoff-controls a.jshowoff-next {
	right: -20px;
	height:25px;
	background-image: url('/img/splash_arrows.png');
	background-position: 0px -20px;
	}
.thumbFeatures .jshowoff-controls a.jshowoff-play {
	display: none;
	}
.jshowoff.thumbFeatures {
	height: 250px;
	}
.jshowoff.thumbFeatures div, .jshowoff.thumbFeatures img, .jshowoff.thumbFeatures {
	-webkit-border-radius: 6px;
	}

.footer-articles {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.one-footer-article {
	padding-right: 10px;
	width: 50%;
	float:left;
}
.two-footer-article {
	padding-left: 10px;
	width: 50%;
	float:left;
}
.footer-article-date {
	padding-top:0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	background-color:#f09e3f;
	color:#fff;
	display: inline-block;
	font-size: 10px;
	margin-bottom: 5px;
}
.footer-article-introduction {
	font-size: 11px;
	display: inline-block;
	margin-top: 4px;
	color: #777777;
    display: inline-block;
    font: 11px 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.article-body table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.article-body table td {
	padding: 5px !important;
	border: 1px solid #ddd;
	vertical-align: top;
	line-height: 2.0em;
}
.article-body table td strong {
	padding: 5px;
}
.article-body img {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.article-body ul {
	margin-bottom: 20px;
	margin-top: 10px;
}
.article-body li {
	margin-left: 20px;
	margin-top: 10px;
	line-height: 20px;
}
.article-body strong {
	font-size: 16px;
	display: block;
	padding-top: 10px;
	line-height: 20px;
}
.article-body p {
	
	padding-bottom: 20px;
}
.article-body .footer-article-date {
	padding-top:0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	background-color:#f09e3f;
	color:#fff;
	display: inline-block;
	font-size: 10px;
}

.archive-list li{	
	background: url("/img/folder.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	border-bottom: 1px solid #DDDDDD;
    padding-left: 20px;
    float: left; 
    display: inline-block; 
    width: 80px;
    margin-right: 20px;
    margin-bottom: 8px;
}
.pagination a {
	display: inline-block;
	background: url("/img/pagination.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	width: 29px;
	height: 27px;
	text-align: center;
	font: bold 12px/25px 'Helvetica Neue',Arial,sans-serif;
    margin-left: 5px;
    text-decoration: none;
}
.pagination strong {
	display: inline-block;
	background: url("/img/pagination.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	background-position: left -54px;
	width: 29px;
	height: 27px;
	text-align: center;
	font: bold 12px/25px 'Helvetica Neue',Arial,sans-serif;
	color:#fff;
    margin-left: 5px;
    text-decoration: none;
}

.hide-desk {
	display: none;
}

.next-nav {
	position: relative;
}
.submenu {
	background-color:#fff;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	position: absolute;
	left: 0px;
	top: 41px;
    z-index: 99;

	display: none;
}

/* DESKTOP */
@media all and (max-width: 1357px) {

    .rightside {
    	display: none;
    }
    .body-wrapper {
		height: 100%;
		max-width: 1024px;
		margin: 0 auto;
	}
}
/* IPAD */
@media all and (max-width: 1023px) and (min-width: 768px) {
    #wrapper {
    	width: 100%;
    }
    .next-nav ul {

		border-radius: 0px;
	}

	header#top a#logotype img{
		width: 200px;
	}

	nav#social {
		background: #fff;
		height: 33px;
		padding: 0;
		position: relative;
		width: 100%;
		z-index: 1;
		display: block;
		left: 0;
		top: 0;
	}

	nav#social ul {
	
		background: #fff; 
		padding-left: 10px;
	}

	footer#footer{
			padding-left: 10px;
			padding-right: 10px;
		}

	#footer.tiny {
			padding-left: 10px;
			padding-right: 10px;
		}


}
/* Cellphone */
@media all and (max-width: 767px) {

	body {
		overflow-x: hidden;
	}

	.block-bottom {
		width: 100%!important;
	}

	footer#footer,
		div.site-push {
			height: 360px;
			padding-left: 10px;
			padding-right: 10px;
		}
		#footer.tiny,
		.site-push.tiny {
			height: 300px;
			padding-left: 10px;
			padding-right: 10px;
		}
		div#wrapper {
			margin: 0 auto -300px;
		}

		div#wrapper.tiny {
			margin: 0 auto -300px;
		}


	nav#social {
		background: #fff;
		height: 33px;
		padding: 0;
		position: relative;
		width: 100%;
		z-index: 1;
		display: block;
		left: 0;
		top: 0;
	}
	nav#social ul {
	
		background: #fff; 
		padding-left: 10px;
	}

	.submenu a {
		display: block;
		margin-top: 5px;
		margin-bottom: 5px;
		border-bottom :1px solid #e5e5e5;
		width: calc( 100% - 20px );
		padding-top: 0px;
		padding-bottom: 5px;
	}
	.submenu a:last-child {

		border-bottom :0;
		margin-bottom: 0;

	}

	.hide-desk {
		display: block;
	}

	nav#toolbar {

	}
	nav#toolbar ul{
		height: auto;
		margin: 0;
	}
	nav#toolbar ul li {
		background: #c5c5c5;
		text-indent: 0;
		border-radius: 3px;
		margin-right: 3px;
		width: auto!important;
	}
	nav#toolbar ul li a {
		text-indent: 0;
		color:#222;
		height: auto;
		width: auto;
		padding: 5px 10px 5px 10px;

	}

	header#top {
		padding: 10px 0px 10px 0px;
		margin-left: 5px;
		margin-right: 5px;
		width: calc( 100% - 10px );
	}

	header#top a#logotype img{
		padding-top: 5px;
		width: 140px;
	}

	div.col4 { width: 100%; margin-top: 10px; }

	.showpalmonly {
		display: inline-block;
		text-decoration: none;
		font-weight: 600;
	}

	nav.tabs {
		width: 767px;
	}

	.hidescrollbar {
		width: 100%;
		height: 80px;
		overflow-x: hidden;
		overflow-y: hidden;
	}

	.scrollabletabs {
		width: 100%;
		height: 60px;
		padding-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.hide-mobile {
		display: none;
	}

	div.block {
		padding: 10px;
		border: 0;
		border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;

	}

	#alert-upgrade h2 {
		font-size: 14px;
		padding-left: 30px;
	}

	.next-nav ul {
		border-radius: 0;
	}
    .next-nav ul li a {

		font-size: 10px;
		font-weight: 100;
	}

	div.info-text div.information {
		width: 100%;
	}


	div[id^=modal] {
		width: 100%; height: 100%;
		position: absolute;
		left: 0; top: 0;
	}
		div[id^=modal] a.close-btn {
			display: block;
			width: 24px; height: 24px;
			background: url("/img/modal-close.png") left top no-repeat;
			
			position: absolute;
			left: 50%; top: -11px;
		}
		div[id^=modal] a.close-btn:hover {
			background-position: left -24px;
		}
	div[id^=dialog] {
		width: 100%;
		padding: 10px 20px 10px 10px;
		background: #fff;
		margin: 0 0px 0 0px !important;
		
		position: fixed;
		top: 100px; left: 0;
	}

	div[id^=dialog] p {
		padding-right: 20px;
	}
		div[id^=dialog] div.modal-buttons {
			text-align: center;
		}
			div[id^=dialog] div.modal-buttons button {
				padding: 5px 10px;
				margin-right: 5px;
				cursor: pointer;
				border: 0;
				background: #111;
				color: #fff;
			}
			div[id^=dialog] div.modal-buttons button:hover {
				background: #444;
			}


	form#dry-form #msg, form#note-form #msg {
			width: 90%!important;
		}

	.one-footer-article, .two-footer-articles {

		padding-right: 10px;
		padding-left: 10px;
		width: calc(100% - 20px );
		float:none;
		margin-bottom: 10px;
	}

	footer header {
		padding-left: 10px;
		padding-right: 10px;
	}


}










section.item figure {
	width: 938px;
	overflow: hidden;
}
	section.item figure figcaption {
		width: 248px;
		float: left;
	}

	section.item figure h1 {
		line-height: 1.75em;
	}
	section.item figure span.num {
		display: inline-block;
		width: 40px; height: 40px;
		background: #454545;
		
		font-family: 'Helvetica Neue', Arial, sans-serif;
		font-weight: bold;
		color: #fff;
		text-align: center;
		line-height: 1.66666667em;
		
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
	}
		section.item figure figcaption p {
			padding: 10px 0px 0px 20px;
		}
	
	section.item figure img {
		float: right;
		border: 5px solid #eee;
		width:640px;
	}
	
	.imageRight{
		float:right;
		border: 5px solid #eee;
		width:640px;
	}
	.imageLeft{
		float:left;
		border: 5px solid #eee;
		width:640px;
	}
	.captionLeft{
		float:left; 
		width:228px;
	}
	.captionRight{
		float:right; 
		width:248px;
	}
	.captionLeft p{
		padding: 0px 0px 0px 20px;
	}
	.captionLeft H2{
		padding: 0px 0px 0px 10px;
		margin-bottom:10px;
	}
	.captionRight p{
		padding: 0px 0px 0px 10px;
	}
	.captionRight H2{
		padding: 0px 0px 0px 0px;
		margin-bottom:10px;
	}
	

