﻿/* Main */

h1, h2, h3, h, h5, h6 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Trebuchet MS";
	font-weight: normal;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 20px;
	color: #675849;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #99cc33;
}
a:visited {
	text-decoration: none;
	color: #8DA166;
}
a:hover {
	text-decoration: underline;
	color: #545D65;
}
a:active {
	text-decoration: none;
}
#outerHeader {
	background-image: url(../images/top_background.png);
	background-position: 1025px top;
	background-repeat: no-repeat;
	background-color: #2B1700;
	z-index: 10;
}
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../images/internal/amv-internal_02.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-bottom: 0px;
}
/* Navigation */
#nav {
	float: right;
	width: 575px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 12;
}
#work .workNav, #services .servicesNav, #process .processesNav, #blog .blogNav {
	font-weight: bold;
}
#companyInfo {
	float: right;
	text-align: right;
	margin-top:5px;
	margin-bottom:10px;
	margin-right: 52px;
	color: #99cc33;
	height: 20px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Trebuchet MS";
	font-size: 13px;
}
#companyInfo a {
	color: #99CC33;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#companyInfo a:hover {
	color: #999999;
}
#logo {
	float: left;
	width: 400px;
}
/* Footer */

#footerOuter {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	clear: both;
	background-position: top;
	margin: 0;
}
#footer {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Trebuchet MS";
	clear: both;
	height: 185px;
	width: 1024px;
	color: #FFFFFF;
	padding-top: 15px;
	background-color: #FFFFFF;
	/*background-image: url(../images/homepage/amv-homepage_14.png);*/
	background-image: url(../images/internal/amv-internal_04_03.png);
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}
#footer h2 {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 15px;
	color: #FFFFFF;
}
#f_companyInfo {
	margin: 0px 0px 0px 50px;
	float: left;
}
#f_ourWork {
	float: left;
	margin-left: 50px;
}
#f_ourServices {
	float: left;
	margin-left: 50px;
}
#f_contact {
	float: left;
	margin-left: 50px;
}
#f_logo {
	float: right;
	height: 80px;
	width: 170px;
	margin-top: 40px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer p {
	font-size: 12px;
	line-height: 18px;
	color: #bfe0f9;
}
#footer a {
	line-height: 18px;
	color: #bfe0f9;
}
/* Image margins */
.imgMarginLeft {
	margin-left: 20px;
	border:0;
}
.imgMarginRight {
	margin-right: 20px;
	border:0;
}
.blueLine {
	height: 5px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5C6EF;
}

