

*{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

body
{
	text-align: left;
	margin: 20px auto;
	/*min-width:840px;for netscape browsers*/
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: large;
	background: #FFF;
	background-position: 0px 114px;*/
	background-position: bottom center;
	background-size: 100%;
	margin: 0;
	padding: 0;
	color: black;
	height: 100%;
}

#Container
{
	position: relative;
	max-width: 1400px;
	min-height: 600px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left; /* Counteract to IE5/Win Hack */
	z-index: 1;
	margin-top: 40px;
	padding-top: 40px;
}

#ContainerMain
{
	position: relative;
	max-width: 1400px;
	min-height: 600px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#Header
{
	position: relative;
    width:100%;
    height: 100%;
	text-align: left;
	font-size: 18px;
}

#BreadCrumbs
{
	float: left;
	width: 100%;
	font-size: 80%;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 35px;
	background: url('https://stoneoakwebdesign.com/images/layout/background-content.png') repeat;
}

#Content
{
	float: left;
	width: 100%;
	font-size: 80%;
	padding-bottom: 30px;
	background: url('https://stoneoakwebdesign.com/images/layout/background-content.png') repeat;
}

.ServicesIconDiv
{
	float: left;
	width: 300px;
	height: 450px;
	padding: 2%;
}

.FooterContainer
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5px;
	text-align: left;
	background-color: black;
	z-index: 7;
}

.FooterSpacer
{
	float: left;
	width: 100%;
	height: 80px;
	background-color: #CCC;
}

.Copyright a
{
	color: white;
}

.Copyright
{
 	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5%;
	color: white;
	text-align: left;
	font-size: 80%;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 100;
	z-index: 8;
}

.CopyrightLeft
{
	width: 60%;
	float: left;
}

.CopyrightRight
{
	float: right;
	width: 30%;
	padding-right: 3%;
	font-size: 140%;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

.Contact
{
	float: left;
	width: 96%;
	padding-top: 3%;
	padding-left: 2%;
	padding-right: 2%;
	font-size: 90%;
	color: white;
	text-align: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 100;
	background-color: #CCC;
	z-index: 8;
}

a:link.mon
{
	color: blue;
	font-size:20px;
}
a:visited.mon
{
	color: blue;
	font-size:20px;
}
a:active.mon
{
	color: blue;
	font-size:20px;
}


h1
{
	font-size:180%;
	color: #336699;
	margin:0px 0px 10px 0px;
	text-align: left;
	padding-top: 20px;
}

h1 a
{
	color: #003800;
}

h2
{
	font-size:140%;
	color: #336699;
	margin:5px 0px 0px 0px;
	text-align: left;
	padding-top: 20px;
	line-height: 100%;
}

h2 a
{
	color: #0C0;
}

h3
{
	font-size:110%;
	color: #336699;
	font-style: italic;
	margin:0px 0px 5px 0px;
}

h4
{
	font-size:120%;
	color: #666;
	text-align: left;
	font-style: italic;
	margin:0px 0px 5px 0px;
}

h5
{
	font-size:300%;
	color: black;
	margin:0px 0px 10px 0px;
	text-align: center;
	padding-top: 20px;
}

h6
{
	font-size:175%;
	line-height: 100%;
	margin:0px 0px 10px 0px;
	text-align: center;
	padding-top: 10px;
	color: #edd8ab;
	font-style: italic;
}

p
{
	margin:5px 0px 10px 0px;
}

a
{
	color: black;
}

li
{
	list-style: disc;	
}


.LinksDiv
{
	float: left;
	width: 45%;
	margin-right: 1%;
	margin-bottom: 2%;
	padding: 1.5%;
	text-align: center;
	border: 1px solid grey;
}

.LinksDivLine
{
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.NavButton
{
	float: left;
	height: 25px;
	margin-top: 16px;
	margin-right: 2.8%;
	text-align: center;
	font-weight: 100;
	line-height: 20px;
	font-family: "Maven Pro", Monaco, monospace, serif;
	color: black;
}

.NavButton a
{
	font-size: 16px;
	text-decoration: none;
	font-weight: 700;
	color: black;
}

.NavButton a:hover
{
	height: 25px;
	margin-top: 0px;
	padding-bottom: 7px;
	color: yellow;
	text-decoration: underline;
}

.MobileNavigation
{
	float: left;
	width: 40%;
	display: none;
}

@media screen and (max-width: 720px)
{
.NavButton
{
	display: none;
}

.MobileNavigation
{
	display: block;
}

}




.TopDivContainer
{
    position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	z-index: 6;
	text-align: left;
	background-color: #66cc33;
	/* background: url('https://stoneoakwebdesign.com/images/layout/background-top.png') left top repeat-x; */
}

.TopDiv
{
 	position: relative;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	z-index: 6;
}

.TopDivLogo
{
	float: left;
	width: 215px;
	height: 65px;
	margin-left: 10px;
	margin-right: 20px;
	padding: 10px;
	border: 2px grey;
	border-style: none solid solid solid;
	text-align: left;
	background-color: white;
	z-index: 9;
}

.TopDivLogo img
{
	width: 215px;
	height: 65px;
	
}


}

@media screen and (max-width: 580px)
{

#Container
{
	position: relative;
	max-width: 1400px;
	min-height: 600px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left; /* Counteract to IE5/Win Hack */
	z-index: 1;
	margin-top: 165px;
	padding-top: 40px;
}


.TopDivContainer
{
    position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding-top: 5px;
	z-index: 6;
	text-align: left;
}

.LinksDiv
{
	width: 95%;
}
	
}

#TopNavigation
{
	float: left;
	width: 100%;
	text-align: center;
}

#TopNavigation a
{
}

#TopNavigation a:hover
{
	color: #000;
	text-decoration: underline;
	padding-top: 5px;
}

.Portfolio
{
	width: 90%;
	padding: 5%;
}
	
.Portfolio img
{
	width: 100%;
}
	
.MainImage
{
	float: left;
	width: 100%;
}

.MainImage img
{
	width: 100%;
}


.NormalColumn
{
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 5%;
	padding-bottom: 3%;
	font-size: 100%;
	color: black;
}

.NormalColumn li
{
	list-style-type:decimal;
}

.NarrowColumn
{
	float: left;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	padding-top: 3%;
	padding-bottom: 3%;
	font-size: 100%;
	color: black;
}

.MainImageDiv
{
	float: left;
	width: 100%;
	max-height: 543px;
    overflow: hidden;
	border-bottom: 2px solid #848282;
}

.MainImageDiv img
{
	float: left;
	width: 100%;
}


.HalfColumn
{
	width: 46%;
	float: left;
	padding: 2%;
}






/* CSS Menu Code */
nav
{
	margin: 5px auto; 
	text-align: center;
	font-family: "Maven Pro", Monaco, monospace, serif;
}

nav ul ul
{
	display: none;
}

nav ul li:hover > ul
{
	display: block;
}


nav ul
{
	background: #66cc33; 
	list-style: none;
	position: relative;
	display: inline-table;
}

nav ul:after
{
	content: ""; clear: both; display: block;
}

nav ul li
{
	float: left;
	list-style-type: none;
}

nav ul li:hover
{
	background: #66cc33;
}

nav ul li:hover a
{
	color: #fff;
}

nav ul li a
{
	display: block; padding: 25px 40px;
	color: #000; text-decoration: none;
}
		
	
nav ul ul
{
	background: #66cc33; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}

nav ul ul li
{
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a; position: relative;
}

nav ul ul li a
{
	padding: 15px 40px;
	color: #fff;
}	

nav ul ul li a:hover
{
	background: #4b545f;
}
	
nav ul ul ul
{
	position: absolute; left: 100%; top:0;
}
	
