/*   Nick Barnett
     module4LawFirm.css
     INFO1315.SN
     Professor Olberding
     9/29/14
*/

body {
	margin: 0px;
	background-color: #2f1121;
	/**************COMMENT OUT LINES 12 THROUGH 15 TO VALIDATE********************/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#571a3b), to(#2f1121));
	background-image: -moz-linear-gradient(top, #571a3b, #2f1121);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#571a3b, endColorstr=#2f1121);
	background-image: linear-gradient(#571a3b, #2f1121);
}

#wrapper {
	margin-left: 50px;
	margin-right: 50px;
	border: 1px solid #000;
	background-color: #416023;
	border: 2px solid #000;
	border-radius: 8px;
    -moz-box-shadow: 6px 8px 11px #000000;
    -webkit-box-shadow: 6px 8px 11px #000000;
    box-shadow: 6px 8px 11px #000000;
}

header {
	height: 100px;
	background-color: #6cb359;
	padding-top: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

main {
	position: relative;
	width: 100%;
	padding-top: 1px;
}

td {
	border: 1px solid black;
}

nav {
	width: 150px;
	float: left;
	height: 100%;
}

nav ul {
	list-style-type: none;
	padding-top: 20px;
}

nav ul li {
	padding-bottom: 10px;
	font-size: 1.5em;
}

nav a {
	color: #2f1121;
	font-weight: bold;
	text-decoration: none;
}

nav a:visited {
	color: #591a39;
}

nav a:hover {
	background-color: #571a3b;
	color: #6cb359;
}

nav a:active {
	color: #FFF;
}

#quickLinks {
	width: 150px;
	float: right;
	height: 100%;
	clear: right;
}

#quickLinks p {
	padding-bottom: 15px;
	font-size: 1.2em;
}

#quickLinks a {
	text-decoration: none;
	color: #2f1121;
	font-weight: bold;
}

#quickLinks a:visited {
	color: #591a39;
}

#quickLinks a:hover {
	background-color: #571a3b;
	color: #6cb359;
}

#quickLinks a:active {
	color: #FFF;
}

#mainCenter {
	background-color: #FFF;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-left: 200px;
	margin-right: 200px;
}

#mainCenter ul {
	float: right;
	margin-right: 90px;
	margin-left: auto;
	margin-bottom: 20px;
	border: 2px solid #000;
	padding: 10px 10px 10px 30px;
	-moz-box-shadow: 10px 10px 10px #000000;
    -webkit-box-shadow: 10px 10px 10px #000000;
	box-shadow: 10px 10px 10px #000;
	list-style-type: square;
}

#mainCenter ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-style: italic;
}

#mainCenter p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	text-indent: 25px;
	padding: 0px 20px 10px 20px;
	clear: both;
}

footer {
	height: 50px;
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #6cb359;
	padding-top: 1px;
	font-style: italic;
	font-size: 1.2em;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

footer a {
	text-decoration: none;
	color: #2f1121;
	font-weight: bold;
	
}

footer a:hover {
	background-color: #2f1121;
	color: #6cb359;
}

h1 {
	padding-left: 40px;
	color: #481545;
	font-size: 2.7em;
	padding-top: 1px;
}

h2 {
	padding-right: 25px;
	font-size: 1.7em;
	color: #e57616;
	text-align: center;
}
.logo {
	float:right;
	padding-right: 80px;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: .5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: 2s;
	-moz-animation-delay: .5s;
	-moz-animation-iteration-count: 1;
}

.inlineImage {
	margin-left: 60px;
	margin-right: 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 10px 10px 10px #000000;
    -webkit-box-shadow: 10px 10px 10px #000000;
	box-shadow: 10px 10px 10px #000;
	float: left;
}

