@charset "utf-8";


/* Body Header Styles */
body {
	box-shadow: rgb(51, 51, 51) 10px 0px 50px,
				rgb(51, 51, 51) -10px 0px 50px;
}


/* Navigation Tabs List Styles */

body > header nav.tabs {
	background-image: url(images/Logo-LLC.gif);
	background-position: center center;
	background-repeat: no-repeat;

}


body > header nav.tabs  li:hover {
	
	background-color: rgb(231, 231, 231);
    
}
/* Left Section Styles */

section#left nav.vertical {
	border: 1px solid rgb(20, 167, 170);
	border-radius: 5px;
}

section#left nav.vertical h1 {
	border-radius: 5px 5px 0px 0px;
    font-size: 1.3em;
    text-transform: uppercase;
}

/* Center Article Styles */
section#center article {
	background-color: whitesmoke;
	border: 1px solid rgb(151, 151, 151);
	border-radius: 5px;
	box-shadow: rgb(51, 51, 51) 10px 10px 20px;
}
