@import url('https://fonts.googleapis.com/css?family=Lato');


body {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

/*@media only screen and (max-width: 500px) {
    body {
        background-color: lightblue;
    }
}*/

/*  Main Green: #30883F */


/*  layout  */

#mainContent {
	width: 920px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
}


#header {
	display: block;
	height: 70px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#main_image {
	background-image: url(images/sheffieldDMM_main_image.jpg);
	height: 368px;
	width: 920px;
	clear: left;
	text-indent: -2000px;
}

#textBox {
	display: block;
	width: 66%;
	float: left;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-bottom: 30px;
	color: #FFF;
}

#navBar {
	width: 23%;
	margin-left: 0%;
	margin-top: 40px;
	display: block;
	float: left;
	margin-right: 40px;
	padding: 0px;
	margin-bottom: 40px;
}

#col_left {
	display: block;
	width: 45%;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-left: 0px;
}

#col_right {
	display: block;
	width: 45%;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-left: 0px;
}

#one_col {
	display: block;
	width: 100%;
	float: left;
}
#footer {
	display: block;
	clear: left;
	height: 15px;
	width: 100%;
	font-size: 0.7em;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*Typography*/


h1  {
	color: #30883F;
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	color: #30883F;
}
h3  {
	color: #999999;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: .2em;
}

h4  {
	color: #666666;
	font-size: 1 em;
	font-style: normal;
	text-decoration: none;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
}

#textBox ul li {
	font-size: .9em;
	color: #333;
}

#textBox p strong {
	font-weight: bold;
	color: #30883F;
}

#textBox ul {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #30883F;
	list-style-type: square;
}

/*  Navigation Bar  */

#navBar ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: #888;
	;
}

#navBar li{
	
	border-bottom: 1px solid #fff;
}

#navBar li a{
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	color: #FFF;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1em;
}

#navBar li a.active {
    background-color: #4CAF50;
    color: white;
}

#navBar li a:hover:not(.active) {
    background-color: #30883F;
    color: white;
}



#text img{
	float: left;
	vertical-align: top;
	margin-right: 15px;
}

#logo {
	float: left;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#content {
	background-color: #FFF;
	height: 100px;
	width: 250px;
	float: right;
	text-align: right;
	padding: 0px;
	font-size: 11px;
	color: #30883F;
	display: block;
}


#content p {
	font-size: 11px;
	color: #30883F;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	vertical-align: top;
}

a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #30883F;
}

#textBox p {
	font-size: 1em;
	line-height: 1.4em;
	color: #333;
}

#contact_image {
	display: block;
	float: right;
	top: 0px;
	right: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

#textBox p img {
	margin-right: 20px;
	margin-bottom: 25px;
}


/*  Form style  */

input[type=text] {
	background-color: #EEE;
	   border: none;
	color: white;
	border-radius: 4px;
	width: 90%;
	height: 25px;
}

textarea {
	background-color: #EEE;
	   border: none;
	color: white;
	border-radius: 6px;
	width: 90%;
	border-radius: 4px;
	resize: none;
	
}

input[type=button], input[type=submit], input[type=reset] {
	background-color: #30883F;
	border: none;
	color: white;
	text-decoration: none;
	cursor: pointer;
	border-radius: 6px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	margin: 0px;
}
