body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #999;
	font-style: normal;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	border: 0px;
	text-align: center;
	background-color: #282828;
	background-image: url(../images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a:link {
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}

p {
	font-size: 1em;
	line-height: 1.7em;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
h1 {
	font-size:200%;
	line-height: normal;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size:130%;
	line-height: 115%;
}
h3 {
	font-size:120%;
	line-height: normal;
}
h2 a:link {
	color: #FFF;
	text-decoration: none;
}
h2 a:visited {
	color: #FFF;
	text-decoration: none;
}
h2 a:hover {
	color: #FFF;
	text-decoration: underline;
}

.border_all {border: solid #333333 1px;}
.border_left {border-left: solid #333333 1px;}
.border_right {border-right: solid #333333 1px;;}
.border_top {border-top: solid #333333 1px;}
.border_bottom {border-bottom: solid #333333 1px;}



ul#navlist {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #666666;
	font-size: 1em;
	line-height: 100%;
	margin-bottom: 14px;
	vertical-align: bottom;
}
 #navlist li {list-style-type: none; display: inline; padding-left: 9px; padding-right: 9px;}
 #navlist a {padding: 4px 10px 4px 10px;}
 #navlist a:link {color: #999999; text-decoration: none;}
 #navlist a:visited {color: #999999; text-decoration: none;}
 #navlist a:hover {color: #FFFFFF; text-decoration: none;}
 
ul#subnavlist {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	font-size: 1em;
	line-height: 180%;
	vertical-align: bottom;
}
 #subnavlist li {
	list-style-type: none;
	display: list-item;
}
 #subnavlist a {
	padding: 0;
}
 #subnavlist a:link {color: #999999; text-decoration: none;}
 #subnavlist a:visited {color: #999999; text-decoration: none;}
 #subnavlist a:hover {color: #FFFFFF; text-decoration: none;}
 

.footertext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #666666;
	line-height: 1.2em;
	padding: 10px 10px 10px 0px;
	margin: 0px;
}
.footertext2 a:link {text-decoration: none;color: #999999; background-color: #000000;}
.footertext2 a:visited {text-decoration: none;color: #999999; background-color: #000000;}
.footertext2 a:hover {text-decoration: none;color: #FFFFFF;}


.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	line-height: 1.2em;
	padding: 10px;
	margin: 0px;
	border-top: solid #333333 1px;
}
.footertext a:link {
	text-decoration: none;
	color: #999999;
}
.footertext a:visited {
	text-decoration: none;
	color: #999999;
}
.footertext a:hover {text-decoration: none;color: #FFFFFF;}



#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	z-index: -1;
	}
		
#header {
	position:relative;
	width:740px;
	height:180px;
	left: 0px;
	visibility: visible;
	padding: 10px 10px 10px 10px;
	z-index: auto;
	float: left;
	margin: 0px 0px 10px 0px;
}
#header_contact {
	position:relative;
	width:740px;
	height:240px;
	left: 0px;
	visibility: visible;
	padding: 10px 10px 10px 10px;
	z-index: auto;
	float: left;
	margin: 0px 0px 10px 0px;
}
#main_nav {
	position:relative;
	left:0px;
	top:0px;
	width:760px;
	height:110px;
	z-index:auto;
	visibility: visible;
	clear: both;
	overflow: visible;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/adam_mcnee_logo.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-attachment: scroll;
}
#content {
	position:inherit;
	top:0px;
	width:740px;
	z-index:auto;
	left: 0px;
	height: auto;
	visibility: visible;
	padding: 15px 10px 10px 10px;
	float: left;
	background-image: url(../images/am_watermark.png);
	background-repeat: no-repeat;
	background-position: 10px 30px;
	background-attachment: inherit;
}

#content3 {
	position:relative;
	top:36px;
	width:750px;
	height:30;
	z-index:auto;
	float: right;
	right: 0px;
	margin: 5px 5px 0px 5px;
	text-align: left;
	padding-top: 5px;
	border-bottom: solid #333333 1px;
}

#footer {
	clear: both;
	float: left;
	bottom: 0px;
	z-index: 3;
	position: inherit;
}

div#pullout_left {
	float: left;
	width: 33%;
	text-align: left;
	padding: 1px 15px 4px 15px;
	margin: -1px 20px 10px -1px;
	position: relative;
	font-size: 120%;
	line-height: 150%;
	background-color: #FFFFFF;
	border: solid #CCCCDD 1px;
	color: #333333;
}
