* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-family: 'Segoe UI', Tahoma, Ariel;
	color: black;
	background-color: white;
	font-size: 17px;
	line-height: 21px;
	height: 100%;
}

img {
	border-style: none;
}

a, a:link, a:visited {
	text-decoration: none;
	color: black;
	outline: none;
	border: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

h2,h3 {
	margin: 0;
	padding: 10px 0;
}

h1 {
	margin: 0;
	padding: 10px 0 40px 0;
}

ul {
	list-style-type: none;
	padding: 0;
}

/* Classes
--------------------*/

.inner_section {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.block {
	padding-top: 50px;
}

.float3 {
	position: relative;
	float: left;
	width: 280px;
	padding: 0 23px;
	padding-bottom: 25px;
}

.float3 p {
	text-align: left;
}

.mini_table {
	position: relative;
	width: 100%;
	text-align: left;
}

.mini_table th {
	padding: 5px 0;
}

.txtred {
	color: red !important;
}

.tspace {
	padding: 10px 0;
}

.vspace30 {
	clear: both;
	height: 30px;
}

.pre_format {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

/*------------------*/

#full_wrapper {
	min-width: 980px;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding: 0;

	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* Header Section
--------------------*/

#header {
	position: relative;
}

#sub_header {
	padding: 20px 0;
}

#sub_head_rp {
	position: relative;
	float: right;
	width: 450px;
	padding-top: 23px;
}

#slogan {
	font-size: 19px;
	line-height: 27px;
	color: #2fc85e;
	text-align: center;
	width: 400px;
	height: 55px;
	margin: 0 auto;
	overflow: hidden;
}

#nav {
	text-align: center;
	padding: 12px 0;
}

#nav ul li {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	font-size: 17px;
}

#logo {
	width: 300px;
	height: 130px;
	overflow: hidden;
}

#banner {
	position: relative;
	width: 100%;
	height: 550px;
}

#banner img {
	display: none;
}

/* Membership Application Section
--------------------*/

#apply_text {
	width: 100%;
	text-align: center;
}

#apply_button {
	position: relative;
	float: right;
	background-color: #4ddaef;
	color: white;
	text-align: center;
	padding: 12px 30px;
	border-radius: 9px;
	margin-top: 25px;
	margin-right: 15px;
	cursor: pointer;
}

#apply_button:hover {
	background-color: red;
}

#apply_button h2 {
	font-size: 25px;
	line-height: 26px;
	padding: 0;
	font-weight: normal;
}

.apply_off {
	position: relative;
	width: 100%;
	text-align: center;
	color: red;
	padding-top: 20px;
	font-style: italic;
}

.apply_off_notice {
	position: relative;
	width: 100%;
	color: red;
	border: 1px solid red;
}

.apply_off_notice p {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	padding: 5px;
	background-color: white;
}

.apply .apply_off_notice h4 {
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid red;
	background-color: #f3f3f3;
}

.apply_renew {
	border: 1px dotted red;
	padding: 10px;
	margin: 5px;
	background-color: #F3F3F3;
	display: none;
}

.apply_renew p {
	font-size: 13px;
	padding: 5px 0;
}

p.but_show_renew {
	text-align: center;
}

p.but_show_renew a {
	color: blue;
}

/* About Us Section
--------------------*/

#about {
	position: relative;
	width: 100%;
	background-color: #2fc85e;
	color: white;
}

#amenities ul {
	list-style-type: circle;
	padding: 10px 30px;
}

#additionaldocs {
	position: relative;
	float: right;
	width: 269px;
	height: 300px;
	background: transparent url(../../assets/hostedcoops/icon_page.png) no-repeat center;
	padding-right: 20px;
}

#additionaldocs img {
	display: none;
}

#additionaldocs .content {
	position: absolute;
	left: 54px;
	top: 68px;
}

#additionaldocs h3 {
	color: red;
	font-size: 17px;
}

#additionaldocs a,
#additionaldocs a:link,
#additionaldocs a:visited {
	color: blue;
	font-size: 15px;
}

/* Photos Section
--------------------*/

#photos {
	position: relative;
	width: 100%;
	background-color: #4dd9f0;
	color: white;
}

.ss_bg {
	position: relative;
	background-color: white;
	width: 277px;
	height: 210px;
	cursor: pointer;
}

.ss_bg:hover {
	background-color: red;
}

.ss_bg img {
	border: 5px solid transparent;
}

.ss_info {
	position: absolute;
	top: 15px;
	right: 0;
	background-color: white;
	color: red;
	padding: 3px 5px;
	font-weight: bold;
}

/* Neighbourhood Section
--------------------*/

#gmap {
	position: relative;
	width: 100%;
	height: 500px;
	background-color: yellow;
	margin: 10px 0 40px 0;
	box-shadow: 0 1px 3px #999;
}

/* Application Form
------------------------------------------------*/

.message {
	text-align: center;
	max-width: 250px;
	background-color: #FFFFE0;
    border-color: #E6DB55;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin: 20px auto;
    padding: 10px 5px;
	color: red;
	font-size: 14px;
}

.apply>div>div {
	margin: 15px 0;
}

.apply h3 {
	padding-left: 5px;
	margin-top: 30px;
}

.apply h4 {
	padding: 10px 5px;
}

.apply .table2field table,
.apply .tablemultifield table {
	background-color: white;
}

.table2field table,
.tablemultifield table {
	border-collapse: collapse;
	min-width: 500px;
	width: 100%;
}

.table2field table td {
	overflow: hidden;
	padding: 8px 30px;
	border: 1px solid #dedede;
}

.tablemultifield table td {
	padding: 0 5px;
	border: 1px solid #E5E5E5;
}

.tablemultifield table thead {
	background-color: #ededed;
}

.tablemultifield table th {
	text-align: left;
	padding: 2px 5px;
}

.tablemultifield table .num {
	width: 1%;
}

.tablemultifield table .wide {
	width: 35%;
}

.tablemultifield table .slim {
	width: 15%;
}

.table2field table td:first-child {
	width: 150px;
	text-align: right;
}

.apply_question table td:first-child {
	width: 350px;
	text-align: left;
}

.table2field input[type="text"],
.table2field input[type="password"] {
	background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    margin-right: 6px;
    margin-top: 2px;
    padding: 5px 2px;
    width: 100%;
}

.table2field input[type="text"]:focus,
.table2field input[type="password"]:focus {
	border-color: red;
}

.tablemultifield input[type="text"],
.tablemultifield input[type="password"] {
	background: none repeat scroll 0 0 #FBFBFB;
    border: 0;
    font-size: 14px;
    padding: 5px 0;
	width: 100%;
}

.input_radio {
	padding-right: 10px;
	color: black !important;
}

.apply_submit {
	text-align: center;
	padding: 20px 0;
}

.apply_submit input[type="submit"] {
	color: blue;
	padding: 5px 10px;
	cursor: pointer;
	font-weight: bold;
}

.table2field select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E5E5E5;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
}

.table2field select option {
	padding-right: 8px;
}

.table2field label {
	font-weight: bold;
}

.table2field span {
	color: red;
	font-size: 15px;
	font-style: italic;
}

.table2field p {
	font-size: 13px;
	padding: 10px 0;
}

.table2field textarea {
	width: 100%;
	resize: vertical;
}

.table2field .table_heading {
	text-align: center !important;
	font-weight: bold;
	color: blue;
	background-color: #ededed;
}

.table2field .tools {
	display: inline;
}

.table2field .tools a {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 2px;
	
	width: 25px;
	height: 25px;
	text-align: center;
}

.tools .tool_add {
	background-image: url("../images/add25.png");
}

.tools .tool_del {
	background-image: url("../images/del25.png");
}

.table2field .submitrow td {
	border: none;
}

.input_error {
	color: red !important;
	font-size: 13px;
}

.wide_input input[type="text"] {
	width: 650px;
}

.addrow_but {
	position: relative;
	float: right;
	font-size: 13px;
	color: blue !important;
	padding: 0 13px;
	cursor: pointer;
	background: url(../../images/add10.png) no-repeat;
	background-position: 0;
	margin-top: 10px;
}

.addrow_but:hover {
	color: red;
	text-decoration: underline;
}

/* Footer Section
--------------------*/

#backtotop {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid black;
	padding: 20px 0;

	margin-top: auto !important;
}

#backtotop:hover {
	background-color: pink;
	cursor: pointer;
}

#footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid black;
	background-color: #5088C3;
	color: white;
}

#footer .inner_section {
	position: relative;
	padding: 15px 0 0 0;
	height: 110px;
}

.footer_logo {
	display: inline-block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
}

.footer_text {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	*zoom: 1;
	*display: inline;
}


/* Photo Gallery
------------------------------------------------*/

.gallery_folder {
	position: relative;
	height: 160px;
	width: 210px;
	margin: 0 auto;
}

.gallery_folder img {
	border: 5px solid #dedede;
}

.gallery_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	display: none;
}

.gallery_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	
	background-color: black;
	opacity: 0.8;
	filter: alpha(opacity = 50);
}
.gallery_content {
	position: fixed;
	top: 150px;
	left: 50%;
	width: 900px;
	height: 700px;
	margin-left: -450px;
	background-color: white;
	border: 5px solid white;
	text-align: center;
}

.gallery_content span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	color: white;
	font-size: 22px;
}

.gallery_prev,
.gallery_next {
	position: absolute;
	top: 50%;
	margin-top: -46px;
	padding: 10px;
	z-index: 9999;
	
	cursor: pointer;
}

.gallery_prev {
	left: 0;
}

.gallery_next {
	right: 0;
}

.gallery_photo {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	display: none;
}

.gallery_close,
.gallery_count {
	position: relative;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 15px;
	z-index: 9999;
	background-color: white;
	color: black;
}

.gallery_close {
	float: right;
	font-family: 'Times New Roman';
	cursor: pointer;
}

.gallery_count {
	float: left;
}


