/* Basic Structure*/
#container
{
	text-align: left;
	width: 65em;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	position: relative;
	padding-top: 1em;
	padding-bottom: 1em;
}

/*top div*/
#logo
{
	padding: 0;
	border: 2px outset #ccc;
	width: 63em;
	height: auto;
	margin: 0 auto;
}

#logo img
{
	margin: 0 auto;
	padding: 0;
}

/*upper menu*/
#navbar
{
	position: relative;
	width: 63em;
	clear: left;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

/*center div*/
#lower_container
{
	width: 63em;
	margin: 2em auto 1em;
	padding: 0;
	border: 2px outset #ccc;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	position: relative;
	clear: left;
}

#index #lower_container { background-image: url(../images/leaves.jpg); }
#company #lower_container { background-image: url(../images/beach.jpg); }
#contact_us  #lower_container { background-image: url(../images/canyon.jpg); }
#flowers #lower_container { background-image: url(../images/desert.jpg); }
#location #lower_container { background-image: url(../images/sunset.jpg); }
#resources #lower_container { background-image: url(../images/meadow.jpg); }
#services #lower_container { background-image: url(../images/tree.jpg); }
#visitations #lower_container { background-image: url(../images/wheat.jpg); }
#merchandise #lower_container { background-image: url(../images/canyon.jpg); }
#visit_details #lower_container {background-image: url(../images/sunset2.jpg);}
#send_msg #lower_container {background-image: url(../images/wheat2.jpg);}
#guestbook #lower_container {background-image: url(../images/wheat2.jpg);}



/*content+sidebar+lower nav*/
#content
{
	text-align: left;
	width: 38em;
	height: auto;
	float: right;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-bottom: 2px inset #999;
	border-left-style: outset;
	border-left-color: #ccc;
}

.contenthead
{
	color: #036;
	font-size: 2.5em;
	font-weight: bold;
	font-style: italic;
	background-image: url(../images/textback2.png);
	background-repeat: no-repeat;
	margin-top: 0.5em;
	padding: 0.5em 1em 1em;
}

#content h1
{
	color: #191970;
	font-weight: 900;
	font-style: italic;
}

#content h4
{ text-align: left; }

#content ul { list-style: none; }
#content li { }
#content li ul { }
#content li ul li { list-style-type: circle; }
#content p { font-size: 1.1em; }

#sidebar
{
	text-align: left;
	width: 21em;
	border-right: 2px inset #ccc;
	border-bottom: 2px inset #999;
}

.sidehead
{
	color: #036;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	background-image: url(../images/textback.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: -0.5em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
}

#contactbox
{
	width: 100%;
	height: auto;
	margin-top: 1em;
	padding: 0;
}

#contactbox h4
{
	color: #191970;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

#contactbox li
{
	list-style-type: none;
	margin-left: -2em;
}

#contactbox ul { margin-top: .3em; }

#linkbox
{
	margin-top: 3em;
	margin-right: 0;
	padding: 0;
}

#linkbox li
{
	list-style-type: none;
	margin-left: -2em;
}

#linkbox ul { margin-top: .3em; }

#linkbox h4
{
	color: #191970;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

/*lower nav*/
#crumbs
{
	width: 63em;
	height: auto;
	padding: 0;
	clear: both;
	margin: 1em 0;
}

#crumbs ul
{
	font-size: 10px;
	text-align: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#crumbs li a
{
	padding-left: 0.25em;
	padding-right: 0.5em;
}

#crumbs li { display: inline; }

/*bottom div*/
#footer
{
	width: 63em;
	clear: both;
	margin: 0 auto;
	padding-top: 1em;
	border-width: 1px;
	height: 3em;
}

#copyright
{
	text-align: left;
	width: 20em;
	float: left;
	margin-top: 1em;
	padding-left: 1em;
}

#contact
{
	text-align: left;
	width: 40em;
	float: right;
}

/*<agl.folder "Unused">*/
#header
{
	font-size: 12px;
	width: 63em;
	height: auto;
	float: left;
	clear: both;
	margin: 1em 0 0 1em;
	padding: 0;
}

/*Listings Pages*/
#containerframe
{
	font-size: 12px;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
	width: 65em;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#contentframe
{
	text-align: center;
	top: 0;
	left: 0;
	width: 63em;
	height: auto;
	float: left;
	margin: 4em 0 2em;
	padding: 0;
}

.proplnkl
{
	font-size: 16px;
	height: auto;
	float: left;
	clear: both;
	margin-top: 2em;
	margin-bottom: 4em;
	margin-left: 1em;
}

.proplnkc
{
	font-size: 16px;
	margin-top: 2em;
	margin-bottom: 4em;
	margin-left: 1em;
	height: auto;
	float: left;
}

.proplnkr
{
	font-size: 16px;
	height: auto;
	float: right;
	clear: right;
	margin-top: 2em;
	margin-bottom: 4em;
	margin-left: 1em;
}

/*Client Pages*/
/*Sold page*/
.soldpic
{
	width: 224px;
	height: 168px;
	display: block;
	float: none;
	margin: auto;
}

.caption
{
	font-size: 12px;
	float: left;
	width: 19em;
	margin-top: 0.3em;
	font-weight: bold;
	margin-left: 2em;
}

.captionclr
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 0.3em;
	margin-left: 2em;
	width: 19em;
	float: left;
	clear: left;
}

/*Team Pages*/
.piclink
{
	text-align: left;
	margin: 25px 0 0;
	padding: 0;
	width: auto;
}

.piclinknolink
{
	color: #63c;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 125%;
	text-decoration: none;
}

.piclink a:link
{
	color: #036;
	font-size: 125%;
	font-weight: bold;
	line-height: 125%;
	text-decoration: none;
}

.piclink a:visited
{
	color: #036;
	font-size: 125%;
	font-weight: bold;
	line-height: 125%;
	text-decoration: none;
}

.piclink a:hover
{
	color: #63c;
	font-size: 125%;
	font-weight: bold;
	line-height: 125%;
	text-decoration: underline;
}

.piclink a:active
{
	color: #ccc;
	font-size: 125%;
	font-weight: bold;
	line-height: 125%;
	background-color: #63c;
	text-decoration: none;
}

.officepic
{
	float: right;
	clear: both;
	margin-left: 1em;
	display: block;
}

.teampics
{
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
}

#linkbox .h3 { color: #006; }
#contactbox .h3 { color: #006; }

.imgbox
{
	font-size: 12px;
	height: 14em;
	width: 19em;
	overflow: hidden;
	float: left;
	margin: 1em 0 0 2em;
}

.imgbox img
{
	width: 100%;
	height: 100%;
}

#teamlogo img { }

#lnflogo img
{
	width: 100%;
	height: 100%;
	float: right;
}

.movie
{
	font-size: 16px;
	text-align: center;
	width: 14em;
	height: 15em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0;
}

ul#topnav li
{
	margin: 0 0 0 1em;
	padding: 0;
	display: inline;
}

ul#topnav li a
{
	margin: 0;
	padding: 0;
}

ul#topnav
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#topnav li ul
{
	display: inline;
	list-style: none;
}

ul#topnav li ul li a
{
	width: auto;
	height: 1em;
	display: none;
}

caption
{
	font-size: 1.5em;
	background: #CCCCCC;
	text-align: left;
	border: groove #999 2px;
	padding: .25em .5em;
	margin: 1em 0 .5em;
}

.results {
	margin: 2em auto;
	height: 42em;
	overflow: auto;
}

.results table
{
	border-collapse: separate;
	width: 75%;
	margin: 1em auto 0;
	border: solid 2px #999;
}

.results  td
{
	background-image: url(../images/ccmesh.gif);
	padding: 4px;
	border-bottom: dashed 1px #ddd;
	border-top: dashed 1px #ddd;
}

.results  th
{
	background-color: #CCCCCC;
	padding: 4px;
	font-weight: normal;
	font-size: larger;
	border: solid 1px #999;
	text-align: center;
	font-style: oblique;
}

/*</agl.folder>*/

#linkbox table {
	margin-left: 0.5em;
	width: 19.5em;
	margin-top: 0.5em;
	border-collapse: separate;
	border: solid 2px #999;
}

#location #container #lower_container #movie
{
	background: #C7C7C7;
	text-align: center;
	height: 270px;
	margin: 1em auto;
	float: none;
	padding: 0em;
	width: 320px;
}

#send_msg #content
{
	width: 60em;
}

#send_msg #form1 table
{
	width: 100%;
}

.modify
{
	width: 25%;
}

.remainder
{
	width: 40%;
}

.legend {
	width: 33%;
}

.visithead
{
	color: #036;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	background-image: url(../images/textback2.png);
	background-repeat: no-repeat;
	margin-top: 0.5em;
	padding: 0.5em 1em 1em;
	text-align: center;
}

#linkbox table th
{
	text-align: center;
	background-color: #cdcdcd;
	padding: 4px;
	font-weight: normal;
	border: solid 1px #999;
	font-size: 1.25em;
	font-style: oblique;
}

#linkbox table td
{
	padding-left: .5em;
	background-image: url(../images/ccmesh.gif);
	border-bottom: dashed 1px #ddd;
	border-top: dashed 1px #ddd;
}

#archive
{
	height: 15em;
	overflow: auto;
	width: 100%;
}

.title
{
	font-size: 1.5em;
	float: left;
	width: 6em;
	padding: 0.25em;
	border: solid 1px #666;
}

.select2
{
	float: left;
	width: 12em;
}

.select
{
	float: left;
	width: 6em;
}

.name
{
	clear: left;
	float: left;
	width: 15em;
}

.header
{
	clear: left;
	float: left;
	width: 36em;
	text-align: center;
}

.data
{
	clear: none;
	float: left;
	width: 100%;
}

#recent
{
	width: 20em;
}

#current
{
	width: 20em;
}

.function
{
	width: 15%;
}

.colspan
{
	width: 30%;
}
.ten_percent
{
	width: 10%;
}

.twelve_percent
{
	width: 12%;
}

.fixedhead
{
	width: 12em;
}

.fixedhead h4
{
	display: inline;
}

#archive table td
{
	border: 0px solid #666666;
}

#archive table
{
	border: 1px solid #666666;
}

