﻿/*----------------------------------------------------------
CSS: Large.css


----------------------------------------------------------*/

body 
{
	font-family: verdana, helvetica, arial;
	font-weight: normal;
	font-size: small;
	color: black;
}

/* Master Page Layout
----------------------------------------------------------*/

.master-header
{
    background-color: white !important; /*White*/
	max-width: 1198px !Important;
    width: 100% !Important;
    min-height: 145px !Important;
    vertical-align: bottom;
	/*background-image: url(https://coloradolawnspecialists.com/images/header_top_grass.png);*/
    background-image: url(../Images/Backgrounds/Header_Grass.png);
    background-position: top center;
	background-repeat: no-repeat;
}

/*.master-nav
{
    margin-top: 145px !Important;
    min-height: 420px !Important;
	width: 220px !Important;
	max-width: 220px !Important;
	vertical-align: top;
	border-right: 1px solid #CCCCCC;
	padding: 10px 10px 10px 10px;
}*/

.master-content
{
    margin-top: 145px !Important;
    min-height: 420px !Important;
	vertical-align: top;
}

.master-footer
{
    background-color: white;
	max-width: 1198px !Important;
    width: 100% !Important;
	min-height: 100px !Important;
}

