*
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

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

html
{
    background-color:rgb(244, 244, 244);
    font-family:'arial';
    margin-top:10px;
}

body
{
	min-width:1024px;
}

#page
{
	margin: 0 auto;
	width:950px;
}

header
{
    text-align:center;
}

#logo
{
    float:left;
}

#contact_info
{
    float:right;
    text-align:right;
}

#address
{
    font-size:15px;
}

.contact
{
	font-size:20px;
	margin:0px;
}

.contact b
{
	color:rgb(100,100,100);
}

#phone_number
{
    color:rgb(163,205,56);
}

#fax_number
{
	color:rgb(130,130,130);
}

nav
{
	width:100%;
	height:60px;
	display:inline-block;
	position:relative;
	z-index:2;
}

#nav_bar
{
	height:60px;
	width:100%;
	position:absolute;
	left:0px;
	top:196px;
	min-width:1024px;
	background-image:url("images/menu/main_menu_bar.png");
	background-repeat:repeat-x;
	z-index:1;
}

nav ul
{
    list-style:none;
}

nav li
{
    width:107px;
    height:33px;
    display:inline-block;
    text-align:center;
    padding-top:16px;
    margin-top:4px;
}

.main_menu_btn
{
    cursor:pointer;
}

.main_menu_btn p
{
    margin:0px;
    padding:0px;
}

#banner
{
	position:absolute;
    background-image:url("images/menu/banner.png");
    background-repeat:no-repeat;
    vertical-align:top;
    width:241px;
    height:361px;
	right:0px;
    top:-15px;
}

#banner ul
{
    margin-top:35px;
	list-style:none;
	margin-left:-10px;
}

#banner li
{
    color:white;
    font:'Arial Bold';
    text-shadow: 1px 1px 1px #000;
    text-align:center;
    width:170px;
    height:34px;
    margin-left:60px;
	margin-bottom:9px;
    cursor:default;
}

#map
{
    height:335px;
    width:630px;
	display:inline-block;
	margin:30px 35px 0px 0px;
    float:right;
}

#content
{
	height:850px;
}

#content img
{
    margin-top:10px;
}

.blurb
{
    font-size:15px;
    line-height:20px;
	width:700px;
}

#goal
{
    z-index:-1;
	width:950px;
}

hr
{
    margin: 15px 5px 10px 0px;
}

.gallery_menu
{
    background-image:url('images/gallery/gallery_background.png'); 
    background-repeat:no-repeat;
    background-position: 30px 0px;
    height:415px;
	padding:0px 0px 0px 55px;
	vertical-align:middle;
    position:relative;
}

.gallery_menu ul
{
    list-style:none;
    display:inline-block;
	padding:30px 0px 0px 0px;
}

.gallery_menu li
{
    background-image:url("images/gallery/gallery_button.png");
    width:213px;
    height:56px;
    color:white;
    text-shadow: 0px 1px 1px #000;
    text-align:center;
    cursor:pointer;
}

.gallery_menu li:hover
{
    text-decoration:underline;
}

.gallery_menu li p
{
    padding-top:20px;
}

#swivel_gallery
{
    height:335px;
    width:630px;
	position:relative;
	right:37px;
	top:32px;
    float:right;
    background-color:white;
    display:none;
}

#swivel_gallery .card
{
    position:absolute;
    width:400px;
    height:230px;
    background-repeat:no-repeat;
}

#slide_gallery
{
    height:335px;
    width:630px;
    background-color:white;
    position:absolute;
    left:285px;
    top:30px;
    overflow:hidden;
}

#slide_gallery div
{
    width:100%;
    height:100%;
    position:absolute;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    z-index:0;
}

#slide_gallery img
{
    position:absolute;
    top:37%;
    z-index:2;
    opacity:0.0;
}

.contact_card
{
    background-color:white;
    width:400px;
    height:200px;
    border:black 1px solid;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    
    margin-top:40px;
    box-shadow: 0px 10px 30px black;
}

.statement
{
    width:33%;
    height:250px;
    margin-top:10px;
    display:inline-block;
    vertical-align:top;
    position: relative;
    font-size:15px;
    margin-bottom:20px;
}

.statement h5
{
    cursor:pointer;
    color:rgb(164,205,56);
    margin:0px;
    padding:0px;
    position: absolute; 
    bottom: 0; 
    left: 0px;
}

.statement h5:hover
{
    text-decoration:underline;
}

#clients .extension img
{
    float:left;
}

#how p
{
	margin:1px 30px 0px 0px;
}

#why ul
{
	margin:5px 10px 0px 0px;
	padding:0px 0px 0px 20px;
}

.extension
{
    display:none;
}

#footer_bar
{
	width:100%;
	height:96px;
	position:absolute;
	left:0px;
	background-image:url('images/menu/footer.png');
	background-repeat:repeat-x;
	min-width:1024px;
}

#footer_links li:hover
{
    text-decoration:underline;
}

footer
{
	position:relative;
	z-index:2;
    height:96px;
    width:100%;
	margin-bottom:-96px;
}

footer ul
{
    list-style:none;
	margin-top:20px;
    font-size:12px;
}

footer li
{
    display:inline-block;
    margin-right:10px;
    cursor:pointer;
}

footer p
{
    font-size:10px;
}

#footer_links
{
    float:left;
}

#footer_links p
{
	padding:10px 0px 0px 0px;
}

#footer_social
{
	margin-top:15px;
	margin-right:100px;
	height:50px;
	width:200px;
	float:right;
}

#footer_social h4
{
	text-align:center;
    font-size:15px;
	margin:0px;
	padding:0px;
}

#footer_social img
{
    cursor:pointer;
	padding:0px;
	margin:0px;
	text-align:center;
}

footer img
{
    float:right;
    margin-top:10px;
}

.wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -96px;
}