/*
   A&C Full Maintenance Services
   Work on this site was initiated on 06/06/2015 * 7:30 PM

*/

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

body
{   
   background: url(images/lorida.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;  
   font-family: Verdana,Geneva, 'sans-serif';
}

#container
{
   width: 1000px;  
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   border-right-color: black;
   border-left-color: black;
   border-left-width: 1px;
   border-right-width: 1px;
   border-left-style: solid;
   border-right-style: solid;
   background-color: white;
   
   background-repeat: no-repeat;   
   background-position: -4.5% 200px;
   background-size: 260px 79.73%; 
}

header
{
   display: block;
   background-color: white;
   height: 20%;
}

section
{
   display: block;
}

nav
{
   display: block;
}

nav.horizontal
{
   height: 35px;
   width: 100%;
   background-color: white;
   margin-top: 3%;
   margin-bottom: 3%;   
}

nav.horizontal li
{
   background-color: white;
   margin-left: 1.5%;
   font-size: 16px;
   height: 50px;
   line-height: 50px;
   width: 180px;
   display: block;
   float: left;
   text-align: center;
}

nav.horizontal li a
{
   display: block;
   background-color: green;
   color: white;
   -moz-border-radius: 30px/25px;
   -webkit-border-radius: 30px 25px;
   border-radius: 30px/25px;
   text-decoration: none;
}

nav.horizontal li a:hover
{
   background-color: gray;
   color: black;
}

nav.vertical
{
   text-align: center;
   height: 45px;
   clear: left;
   float: left;
   width: 200px;  
}

nav.vertical ul
{
	list-style-position: inside;
}

nav.vertical li
{  
   list-style: none; 
   text-indent: 20px;
   margin-left: 5px;
   margin-right: 5px;
   margin-top:  20px;
   margin-bottom: 20px;
}

nav.vertical li a
{
   list-style: none;	
   display: block;
   background-color: green;
   color: white;
   -moz-border-radius: 45px/40px;
   -webkit-border-radius: 45px 40px;
   border-radius: 45px/40px;
   text-decoration: none;
}

nav.vertical li a:hover
{
   background-color: gray;
   color: black;
}

#main
{
   background-color: paleturquoise;
   float: left;
   width: 600px;
   height: 681px;
}

#main > p
{
   font-size: 20px;
   margin: 15px;
}

#main li
{
   font-size: 15px;
   text-indent: 20px;
   list-style-position: inside;
}

#main img
{
   float: right;
   margin: 15px;
   width: 350px;
   //-moz-border-radius-bottomleft: 350px;
   //-webkit-bottom-left-radius: 350px;
   //border-bottom-left-radius: 350px;
}

aside
{
   display: block;
   float: left;
   width: 200px;
}

aside h1
{
   color: black;
   font-size: 30px;
   letter-spacing: 2px;
   font-weight: normal;
   text-align: center;
}

aside li
{
   display: block;
   background-color: green;
   color: white;
   -moz-border-radius: 30px/25px;
   -webkit-border-radius: 30px 25px;
   border-radius: 30px/25px;
   text-decoration: none;
   text-align: center;
   padding: 5px;
   margin: 10px;   
}

footer
{
   display: block;
   clear: left;
   margin-left: 200px;
}

footer address
{
   border-top: 1px solid black;
   color: black;
   font-sixe: 10px;
   font-style: normal;
   text-align: center;
   margin-top: 25px;
   padding-bottom: 20px;
}
