/* Standard.css for LandArt */

* {
	padding: 0;
	margin: 0;
}
body {
	background: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
}
h1 {
	font-size: 1.2em;
	margin-bottom: 14px;
	text-shadow: #000000 0.4em 0.4em 0.3em;
}
p {
	padding-bottom: 14px;
	line-height: 1.7;
	text-shadow: #000000 0.4em 0.4em 0.3em;
	font-size: 1.1em;
}






/***** Container *****/
#container {
	width: 994px;
	height: 554px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -297px;
	margin-left: -497px;
	text-align: left;
}






/***** Header *****/
#header {
	height: 81px;
}
#logo {
	position: absolute;
	top: 0;
	left: 16px;
	width: 157px;
	height: 59px;
	background: url(../images/interface/landart_logo.png) no-repeat 0 0;
}
#logo a {
	display: block;
	height: 59px;
}
#logo span,
#byLine span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#byLine {
	position: absolute;
	right: 41px;
	top: 36px;
	width: 190px;
	height: 13px;
	background: url(../images/interface/design_construction_maintenance.gif) no-repeat 0 0;
}






/***** MainNav *****/
#mainNav {
	background: url(../images/interface/mainnav_tile.gif);
	height: 42px;
	padding-left: 196px;
	position: relative;
	
}
#mainNav li {
	float: left;
	list-style-type: none;
}
#mainNav a {
	display: block;
	padding: 3px 7px; /* mac.css */
	color: #ccc;
	text-decoration: none;
	font-size: 1.1em;
}
#mainNav a:link {

}
#mainNav a:visited {

}

#mainNav a:hover {
	background: #99cc33 url(../images/interface/mainnav_a_corner.gif) no-repeat left bottom;
	color: #333;
}
#mainNav a:active {

}

#smlinks a .socialmedia {
	display: block;
	padding: 3px 7px; /* mac.css */
	color: #777;
	text-decoration: none;
	font-size: 1.1em;
}

#smlinks {
	float:right;
}

#mainNav ul ul {
	position: absolute;
	left: 196px;
	top: 22px;
}
.nonProject #mainNav ul ul {
	left: 256px;
}
#mainNav .selected {
	background: #99cc33 url(../images/interface/mainnav_a_corner.gif) no-repeat left bottom;
	color: #333;
}
#mainNav ul ul .selected,
#mainNav ul ul .selected:hover {
	background: #333;
	color: #99cc33;
}
.nonProject #mainNav {
	padding-left: 256px;
}







/***** Content *****/
#content {
	height: 390px;
	margin-top: 10px;
}






/***** colText *****/
#colText {
	float: left;
	width: 184px;
	height: 390px;
	background: url(../images/interface/text_tile.gif);
}
#colText .wrapper {
	padding: 18px 20px;
}
.nonProject #colText {
	width: 256px;
}
#colText ul {
	margin-left: 10px;
	padding-left: 10px;
	line-height: 1.4;
	font-size: 1.1em;
}
.byLine {
	font-size: 1em;
	line-height: 1.4;
}	





/***** colImages *****/
#colImages {
	margin-left: 194px;
	position: relative;
}
.nonProject #colImages {
	margin-left: 266px;
}





/***** footer *****/
#footer {
	background: #333;
	padding: 4px 0 4px 194px;
	margin-top: 10px;
	color: #999;
	position: relative;
}
#footer span {
	padding-left: 7px;
}
#footer .legals {
	position: absolute;
	right: 9px; /* ie6.css */
	top: 4px;
}
#footer a {
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	color: #99cc33;
}
#footer p {
	padding-bottom: 0;
}
.nonProject #footer {
	padding-left: 266px;
}


p#credits, a {
text-align:right;
text-decoration:none;
color:#fff;
}
p#credits a:hover {
text-align:right;
text-decoration:underline;
color:#888;
}



/***** Div scroller *****/
div.scrollholder
{
    position: relative;
    width: 230px; 
	height: 354px;
    overflow: auto;
    z-index: 1;
}
div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}
.projectText .scrollholder {
	width: 164px; 
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; 
	height: 100%;
    font-size: 0;
    z-index: 3;
    background: #333;
}

div.drag_bar
{
    position: absolute;
    width: 100%; 
	height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #999;
}





/***** Profile content *****/
.profileContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 364px;
	height: 390px;
	background: #000;
	-moz-opacity: 0.8;
	opacity:.8;
	filter: alpha(opacity=80);
	z-index: 9000;
}
.profileContentText {
	position: absolute;
	top: 0;
	left: 0;
	width: 315px;
	height: 354px;
	z-index: 9001;
	padding: 18px 30px;
}





/***** Form *****/
.profileContentText ol {
	list-style-type: none;
}
.profileContentText label {
	float: left;
	width: 70px;
	padding-top: 4px;
	text-align: right;
	padding-right: 9px;
	font-weight: bold;
}
.profileContentText input {
	width: 224px;
	padding: 5px 3px;
	background: #ccc;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.profileContentText textarea {
	width: 224px;
	height: 84px;
	padding: 3px;
	background: #ccc;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.profileContentText li {
	margin-bottom: 5px;
}
.profileContentText input#buttonSubmit {
	width: 45px;
	padding: 4px 3px;
	background: #99cc33;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-left: 79px;
}
.profileContentText li.passFail {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
div.fileinputs {
	position: relative;
}
div.fakefile {
	position: absolute;
	top: 0px;
	left: 79px;
	z-index: 1;
	text-align: right;
}
.profileContentText input.file {
	width: 226px;
	padding: 0;
	background: #ccc;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
input.text {
	width: 171px;
	float: left;
	margin-right: 2px;
}
input.browse {
	float: left;
	width: 45px;
	background: #99cc33;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}
input.error {
	background: #ff6666;
}
li.additionalLi {
	padding-top: 3px;
}







