﻿body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #BFD16D;
	overflow-y: scroll;
	font-size: 1em;
	line-height: 1.25;
/*	background-image: radial-gradient(closest-side, transparent 0%, transparent 75%, #B6CC66 76%, #B6CC66 85%, #EDFFDB 86%, #EDFFDB 94%, #FFFFFF 95%, #FFFFFF 103%, #D9E6A7 104%, #D9E6A7 112%, #798B3C 113%, #798B3C 121%, #FFFFFF 122%, #FFFFFF 130%, #E0EAD7 131%, #E0EAD7 140%),radial-gradient(closest-side, transparent 0%, transparent 75%, #B6CC66 76%, #B6CC66 85%, #EDFFDB 86%, #EDFFDB 94%, #FFFFFF 95%, #FFFFFF 103%, #D9E6A7 104%, #D9E6A7 112%, #798B3C 113%, #798B3C 121%, #FFFFFF 122%, #FFFFFF 130%, #E0EAD7 131%, #E0EAD7 140%);
	background-size: 110px 110px;
	background-color: #C8D3A7;
	background-position: 0 0, 55px 55px;
*/}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 15px;
	background-color: #ffffff;
	min-width:300px;
	max-width:1410px;
	border-width: 1px;
	border-style: solid;
	border-color:#ffffff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
/*=================== styles for top banner ========================*/
#banner {
	position:relative;
	background-position: left top;
	padding: 5px;
	background-color: #bfd16d;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-image: url('images/bannerbackground.jpg');
	background-repeat: no-repeat;
}
#banner h1 {
	position: relative;
	line-height: 1.1;
	font-size: 6em;
	font-family: "Dancing Script", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: 700;
	color: #B16CD1;
	margin-left: 30px;
}
#banner h1 span#hc {
position: absolute;
top: 0px;
left: 0px;
color: #B16CD1;
z-index: 10;
}

#banner h1 span#hr {
position: absolute;
top: 0px;
left: 3px;
color: #FFFFFF;
z-index: 0;
}
.email2 {
display:none;
}

#banner h1 span#hu {
position: absolute;
top: -3px;
left: 0px;
color: #FFFFFF;
z-index: 0;
}
#banner h1 span#hd {
position: absolute;
top: 3px;
left: 0px;
color: #FFFFFF;
z-index: 0;
}

#banner h1 span#hl {
position: absolute;
top: 0px;
left: -3px;
color: #FFFFFF;
z-index: 0;
}
/*==============all site links==============*/
a:link {
	font-weight: bold;
	color: #004145;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #151506;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #D5E09E;
	color: #151506;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #EEE97B;
	color: #151506;
}
#content a {
	text-decoration: none;
}

/* ========================= link styles for images ===========================*/
a:hover img {	
	background: #ffffff;
	text-decoration: none;
}
/*====================== styles for main content area =========================*/
#content {
	overflow:auto;
	padding: 5px 5px 5px 30px;
	text-align: left;
	vertical-align: top;
}
/*===========content area list items==============*/
#content ul li {
	/*list-style-image: url('images/green-bullet-sm.gif');*/
	list-style:none;
	margin: 0px;
	padding: 6px 0 5px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#menuicon {
display:none;
text-decoration:none;
}
#horizmenu {	
display:none;
}
#stackmenu {
display:none;
}
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	float: left;
}
#horizmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	width: 100%;
	padding: 0px;
	margin: 10px auto 0px auto;
	text-align: center;
}
#stackmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0px;
	margin: 10px auto 0px auto;
	text-align: center;
}

#horizmenu ul, #stackmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#horizmenu ul li {
	display: inline;
	line-height: 2;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color:#ffffff;
	border-bottom-color: #006600;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #F8F3FC;
}
#stackmenu ul li {
	display: block;
	line-height: 1.0;
	font-size: 100%;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color:#ffffff;
	border-bottom-color: #006600;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#vertmenu ul {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	padding: 5px 0px 4px 0px;
	text-decoration: none;
	color: #666666;
	width: 250px;
	border-width: 1px;
	border-style: solid;
	border-color:#ffffff;
	border-bottom-color: #006600;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#horizmenu ul li a {
	font-size: 80%;
	display: inline;
	padding: 5px 4px 4px 4px;
	text-decoration: none;
	color: #522169;
}
#stackmenu ul li a {
	display: block;
	padding: 5px 0px 4px 8px;
	text-decoration: none;
	color: #666666;
}
#horizmenu ul li a:hover, #horizmenu ul li a:focus {
	background: #D5E09E;
	color: #151506;
}
#stackmenu ul li a:hover, #stackmenu ul li a:focus {
	background: #D5E09E;
	color: #151506;
}
#horizmenu ul li:hover, #stackmenu ul li:hover {
	background: #D5E09E;
	color: #151506;
	border-width: 1px;
	border-style: solid;
	border-color:#ffffff;
	border-bottom-color: #006600;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	background: #D5E09E;
	color: #151506;
}
.heading2 {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	background: #6F793D;
	text-decoration: none;
	border: 1px solid #2C5629;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.heading2 a:link {
	color: #FFFFFF;
}
.heading2 a:visited {
	color: #FFFFFF;
}
#vertmenu a:hover, #horizmenu a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#vertmenu a:active,  #horizmenu a:active {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}

/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #2A5A19;
	clear: both;
	padding: 5px;
	margin-top: 10px;
	background-color: rgb(255, 255, 255);
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #434A20;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h2, h3, h4 {
	/*color: #373E1C;*/
	color: #6D2C8D;
	background-color: inherit;
	padding-left: .4em;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.clearit {
	clear: both;
}
ul.listtypetwo {
	padding-top: 50px;
}
.clearleft {
	clear: left;
}
.imgspacing {
	margin: 20px;
}
.headroom {
	padding-top: 2em;
}
.clearright {
	clear: right;
}
.alignmiddle {
	vertical-align: middle;
}
.floatleft {
	float: left;
}
.intro {
	margin-bottom: 1.2em;
}
/************ Contact Form **************/
.messagebox {	
	max-width: 550px;
	min-width: 400px;
}
.subjectbox {
	
	max-width: 500px;
	min-width: 400px;
}
.contactform {
	background-color: #F2F5E0;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	max-width: 1370px;
	min-width: 400px;
}
/************Portfolio *******************/
.leftcol {
	width: 490px;
	float: left;
}
.leftcol a img {
	background-color: #F7E6FB;
	padding: 6px;
	margin: 12px;
}
.leftcol a:hover {
	background-color:#FFFFFF;
}
.portfoliowrapper {
	clear:both;
}
.portfolio{
padding-top: 100px;
}
.makespace {
	white-space:nowrap;
}
/***********  Responsive CSS ***************/
@media screen and (max-width:800px){
	body {
		line-height: 1.2;
		font-size: 1.05em;
	}
	h1 {
		font-size: 1.3em;
	}
	h2 {
		font-size: 1.15em;
	}

	#content {
		padding: 5px 5px 5px 5px;
	}
	#banner {
		background-image: url('images/bannerbackground.jpg');
		background-repeat: no-repeat;
	}
	#banner h1 {
		font-size: 4em;
	}
	#vertmenu {
	display:none;
	}
	#horizmenu {	
	display:inline;
	}
	#stackmenu {	
	display:none;
	}
	#form1 {
	padding: 20px;
	max-width: 600px;
	min-width: 400px;
	float: left;
	margin: 10px auto 20px auto;
	background-color: #F2F5E0;
	}
}
@media screen and (max-width:530px){
	body {
		line-height: 1.3;
	}
	h1 {
		font-size: 1.2em;
	}
	h2 {
		font-size: 1.1em;
	}
	#container {
		padding: 5px;
	}
	#content {
		padding: 5px 5px 5px 5px;
		overflow:visible;
	}
	#banner {
		background-image: url('images/bannerbackgroundmid.jpg');
		background-repeat: no-repeat;	
		}
	#banner h1 {
		font-size: 2.4em;
		margin-left: 10px;
	}
	#stackmenu {
	display:block;
	}
	#vertmenu {
	display:none;
	}
	#horizmenu {	
	display:none;
	}
	#menuicon {
	display:inline;
	}
	#content img
	{
	width: 100%;
	}
	#content a img
	{
	width: 100%;
	}
	.leftcol a img
	{
	width: 100%;
	padding: 3px;
	margin: 12px 3px 12px 3px;
	}

	#form1 {
	padding: 5px;
	max-width: 500px;
	min-width: 270px;
	float: left;
	margin: 10px auto 20px auto;
	background-color: #F2F5E0;
	}
	.messagebox {	
	max-width: 450px;
	min-width: 260px;
	}
	.subjectbox {	
	max-width: 400px;
	min-width: 250px;
	}
	.leftcol {
	width:auto;
	}
	.makespace {
		white-space:normal;
	}
	.imgspacing {
	margin: 4px;
	}
	#content img.bullet {
	width: 12px;
	height: 12px;
	}
}
}

