
html, body
{
	width: 1250px;
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #EBEBEB url(images/bg01.png) repeat;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 500;
	color: #363636;
}

h1, h2
{
	margin: 0;
	padding: 0;
}
h3
{
	font-size: 16pt;
	margin: 20px 0px 20px 0px;
	padding: 0;
	color: #017119;
}
h4
{
	margin: 30px 0px 20px 0px;
	padding: 0;
	font-size: 14pt;
	color: #003cff;
	text-align: center;
}
h5
{
	margin: 10px 0px 10px 0px;
	padding: 0;
	font-size: 10pt;
	color: #ff0000;
}

p, ol, ul
{
	margin-top: 0px;
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #2C6503;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

hr
{
	display: none;
}

/** WRAPPER */

#wrapper {
	background: #FFFFFF url(images/bg01.png) repeat;
}

.container
{
	width: 1200px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header
{
	position: relative;
	height: 100px;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		top: 3em;
		left: 0;
		width: 100%;
	}
	
	#logo h1
	{
		display: inline-block;
		font-size: 2.5em;
		text-transform: uppercase;
		font-weight: 700;
		color: #FFF;
	}

	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}
	
	#logo span
	{
		margin-left: 0.50em;
		color: #FFF;
	}
	
	#logo .icon-leaf
	{
		color: #698C10;
	}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		position: absolute;
		left: 0;
		top: 0;
	}
	
	#menu ul
	{
		display: inline-block;
	}
	
	#menu li
	{
		display: block;
		float: left;
		text-align: center;
	}
	
	#menu li a, #menu li span
	{
		display: block;
		padding: 0em 1.5em;
		height: 100px;
		letter-spacing: 0.20em;
		line-height: 100px;
		text-decoration: none;
		font-size: 0.85em;
		font-weight: 600;
		text-transform: uppercase;
		outline: 0;
		color: #FFF;
		text-shadow: 0.1em 0.15em 0.05em #333
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
	}
	
	#menu .current_page_item a
	{
		
		background: #FFFFFF url(images/bg01.png) repeat;
		color: #333;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
		position: relative;
		overflow: hidden;
		padding: 2em 0em 5em 0em;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		float: left;
		width: 790px;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
		width: 280px;
	}
	
	#sidebar .title h2
	{
		font-size: 1.6em;
	}
	
	#sidebar .box1
	{
		margin-bottom: 3em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper
{
	overflow: hidden;
	padding-top: 450px;
	height: 100px;
	background: url('images/header.jpg') no-repeat top center;
	background-size: 100% 100%;
}
#header-index
{
	overflow: hidden;
	padding: 10px;
	text-align: center;
}

#header-wrapper:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('images/bg01.png');
	opacity: .5;
}

#header-wrapper2
{
	background: rgba(0,0,0,.1);
	box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,.05);
}



	ul.style2
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.style2 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.80em 0;
	}
	
	ul.style2 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio-wrapper
	{
		background: #EBEBEB url(images/bg01.png) repeat;
		border-top: 1px solid #D4D4D4;
		padding: 5em 0em 3em 0em;
	}
	
	#portfolio
	{
		overflow: hidden;
		text-align: center;
		color: #5C5C5C;
	}
	
	#portfolio .title h2
	{
		color: #5C5C5C;
	}

	#portfolio .byline
	{
		color: #A3BD77;
	}
	
	#portfolio .description
	{
		font-size: 1.5em;
	}
	
	#column1,
	#column2,
	#column3,
	#column4
	{
		width: 282px;
	}
	
	#column1,
	#column2
	{
		float: left;
		margin-right: 24px;
	}
	
	#column3
	{
		float: left;
	}
	
	#column4
	{
		float: right;
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 3em 0em 5em 0em;
		border-top: 1px solid #D4D4D4;
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		font-size: 0.90em;
		color: #5C5C5C;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #5C5C5C;
	}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-top: 1em;
		margin-bottom: 1em;
	}

	.title h2
	{
		letter-spacing: 0.20em;
		font-weight: 700;
		font-size: 2em;
		color: #171717;
	}
	
	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 1.5em;
		padding: 0.50em 3em 0.50em 2em;
		background: #E3C714;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
	}
	
		.button:before
		{
			display: inline-block;
			width: 40px;
			height: 40px;
			line-height: 40px;
			border-radius: 20px;
			text-align: center;
			color: #FFF;
		}

/*********************************************************************************/
/* Two Column                                                                    */
/*********************************************************************************/

	#two-column
	{
		padding-top: 3em;
	}
	
	#two-column .title h2
	{
		font-size: 1.6em;
	}
	
	#two-column #tbox1
	{
		float: left;
		width: 370px;
	}

	#two-column #tbox2
	{
		float: right;
		width: 370px;
	}

	#two-column #tbox1 ul.style2,
	#two-column #tbox2 ul.style2
	{
		margin-top: 2.2em;
	}
img.logog {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
img.floorplan{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);	
}
P.rowa {
	padding:0px 0 0px 0;
	float: left;
	width: 60px;
	height: 10px;
	font-size: 1.0em;
	text-align:right;
}
P.rowb {
	padding:0px 0 0px 0px;
	float: left;
	width: 220px;
	height: 10px;
	font-size: 1.0em;
}
#csstable {
	display:table;
	width: 800px;
	padding: 20px;
}
#csstable ul{
	list-style: disc;
	padding-left: 2em;
}
#csstable2 {
	display:table;
	width: 550px;
	padding: 20px;
}
#cssrowh {
	display: table-row;
	border:solid 1px red;
	background: #f3b517;
	color: black;
	text-align: center;
}
#cssrow {
	display: table-row;
	text-align: center;
}
#csscol1 {
	display: table-cell;
	width: 130px;
	vertical-align:top;
	padding: 10px 0 10px 50px;
	text-align: left;
}
#csscol2 {
	display: table-cell;
	width: 450px;
	vertical-align:top;
	padding: 10px 0 10px 0;
	text-align: left;
}






