/*---------------------------------------------------------------------
	AMSlandscapedesign.com screen styles
-------------------------------------------------------------------- */

/* ============================Global=============================== */

html, body {
	margin: 0px;
	padding: 0px;
	font: normal 13px Arial, sans-serif;
	color: #FFF;
	background: url('/images/bg.jpg') top center repeat;
}

h1 {
	font: bold 20px Arial, Tahoma, Verdana, sans-serif;
	color: #C7B330;
}

a {
	color: #C7B330;
	text-decoration: none;
	font-weight: bold;
}

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

img {
	border-width: 0px;
}

p {
	margin: 0px;
	padding: 5px 0px;
}
p.quote {
	padding: 10px 30px;
}

.CenterImage {
	text-align: center;
}

/* ============================Header=============================== */

#Header {
	position: relative;
	background: url('/images/topbground.jpg') no-repeat center;
	width: 1054px;
	height: 124px;
	margin: 20px auto 0 auto;
	padding: 0px;
}

#Header h1 {
	position: absolute;
	top: 20px;
	left: 32px;
	margin: 0px;
	padding: 0px;
}

#Header h1 span {
	display: none;
}

/* ============================Content============================== */

#Wrapper {
	position: relative;
	background: url('/images/wrapperbground.jpg') repeat-y;
	width: 1054px;
	margin: 0px auto;
	padding: 0px;
}

#ContentMain {
	position: relative;
	left: 212px;
	top: 0px;
	width: 777px;
	margin: 0px;
	padding: 0px;
}

.Home {
	height: 460px;
}
.AboutAMS {
	background: url('/images/page_aboutams.jpg') top left no-repeat;
}
.Philosophy {
	background: url('/images/page_philosophy.jpg') top left no-repeat;
}
.Contact {
	background: url('/images/page_contact.jpg') top left no-repeat;
}


#ContentText {
	margin: 0px;
	padding: 0px 0px 30px 15px;
	text-align: left;
}

#ContentText h2 {
	font: normal 30px Times, serif;
	color: #c7b330;
	margin: 0px;
	padding: 280px 0 7px 0px;
}

ul#NavLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 212px;
	height: 400px;
	background: url('/images/navbground.jpg') no-repeat top left;
	margin: 0px;
	padding: 5px 0 0 0;
}

ul#NavLeft li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#NavLeft li a {
	display: block;
	width: 157px;
	height: 34px;
	font: normal 20px Times, serif;
	color: #fff;
	margin: 0px;
	padding: 12px 10px 0 45px;
	text-decoration: none;
}

ul#NavLeft li a.Double {
	height: 58px;
}

ul#NavLeft li a:hover {
	color: #c7b330;
}

ul#NavLeft li .Selected {
	background: url('/images/navselectedbground.png') no-repeat top left;
	color: #c7b330;
}

*html ul#NavLeft li .Selected {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/navselectedbground.png', sizingMethod='scale');
}

ul#NavLeft li .SelectedDouble {
	background: url('/images/navselected2bground.png') no-repeat top left;
	color: #c7b330;
}

*html ul#NavLeft li .SelectedDouble {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/navselected2bground.png', sizingMethod='scale');
}

/* ============================Footer=============================== */

#Footer {
	position: relative;
	background: #000 url('/images/bottombground.jpg') no-repeat top center;
	font: normal 10px Arial, sans-serif;
	margin: 0px auto;
	padding: 0px;
	width: 1054px;
	height: 59px;
}

#Footer p {
	margin: 0px;
	padding: 8px 35px 0px 35px;
}

#Footer a {
	color: #C7B330;
	text-decoration: none;
}

#Footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* ============================Misc=============================== */

.hidden {
	display: none;
}