*
{
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:0px none;
}
html
{
	overflow:hidden;
}
body
{

}
#wrapper
{
	width:100%;
}
#container
{
	width:779px;
	margin:0px auto 0px auto;
}
#top-container
{
	width:100%;
	height:75px;
	top:0px;
	position:absolute;
}
#top
{
	width:779px;
	height:75px;
	margin:0px auto 0px auto;
	border:0px;
	border-bottom:1px solid;
}
.navMain
{
	float:left;
	margin-left:40px !important;
	margin-left:20px;
}
.navMainAnchor, .navActiveMainAnchor
{
	list-style:none;
	line-height:20px;
	font-size:13px;
	display:block;
	border:0px none;
}
.navActiveMainAnchor
{
	font-weight:bold;
}
.navMainAnchor a, .navMainAnchor:link, .navMainAnchor a:visited, .navMainAnchor a:active,
.navActiveMainAnchor a, .navActiveMainAnchor a:link, .navActiveMainAnchor a:visited, .navActiveMainAnchor a:active
{
	text-decoration:none;
}
.navMainAnchor a:hover
{
	border-bottom:1px dashed;
}
.workDescription
{
	/*float:left;*/
}
.navWork
{
	clear:both;
	margin-top:10px;
}
.workLink
{
	margin:2px;
	text-decoration:none;
}
.workLink:hover
{
	margin:2px;
	text-decoration:underline;
}
.activeWorkLink
{
	margin:2px;
	font-weight:bold;
	text-decoration:underline;
}
.workSnapshot, .workSnapshot:link, .workSnapshot:active, .workSnapshot:visited
{
	float:left;
	margin:0px 25px 0px 0px;
	width:150px;
	opacity:0.90;
	filter:alpha(opacity=90);
}
.workSnapshot:hover
{
	width:150px;
	opacity:1;
	filter:alpha(opacity=100);
}
#contents-mask
{
	margin:30px auto 0px auto;
	width:779px;
	height:300px;
	overflow:hidden;
}
#contents-wrapper
{
	/* no rules to specify / just a wrapper of all '.contents divs' */
}
.contents
{
	width:779px;
	height:300px;
	font-size:13px;
	text-align:justify;
}
.content-text
{
	width:600px;
	float:right;
	margin-right:25px !important;
	margin-right:13px;
}
#bottom
{
	width:100%;
	min-width:779px;
	height:250px;
	bottom:0px;
	position:fixed !important;
	position:absolute;
}
#houseAndTree
{
	width:100%;
	height:250px;
}
#bottom-text
{
	bottom:5px;
	right:10px;
	position:fixed !important;
	position:absolute;
	font-size:13px;
	text-align:right;
	line-height:20px;
}
h1
{
	top:15px;
	position:relative;
	text-indent:25px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:22px;
	font-weight:normal;
}
h2
{
	top:20px;
	position:relative;
	text-indent:25px;	
	font-size:14px;
	font-weight:normal;
}
#icons
{
	margin:15px 25px auto auto !important;
	margin:15px 13px auto auto;
	float:right;
}

/* Form part starts */
.names, .fields
{
	float:left;
}
.names
{
	line-height:20px;
	margin-bottom:1px;
	text-align:right;
}
.fields
{
	margin-left:15px;	
}
input, textarea
{
	width:200px;
	border:0px none;
	font-size:12px;
	border-bottom:1px dashed;
	background:none;
}
input
{
	height:20px;
}
textarea
{
	height:75px;
	overflow:auto;
}
.formButton
{
	margin:0px 5px;
	cursor:pointer;
	width:60px;
	height:25px;
	border:1px dashed;
}
#formResponse
{
	width:250px;
	height:200px;
	float:right;
	margin-right:25px;
}
#ajax-form
{
	height:200px;
}
.ajax-loading
{
	width:50px;
	height:10px;
	margin:25px auto;
	background:url(/img/ajaxSending.gif) left top no-repeat;
}
.formResponseHeading
{
	font-size:16px;
	font-weight:bold;
}
.spanLink
{
	font-style:italic;
	text-decoration:none;
}
.spanLink:hover
{
	border-bottom:1px dashed;
}
.tooltip
{
	border-bottom:1px dashed;
	cursor:help;
	font-style:italic;
}
/* Design part starts */
#scroll /* cloud */
{
	position:absolute;
	z-index:0;
}
#day_icon, #night_icon, #dusk_icon, #dawn_icon
{
	border:0px none;
	cursor:pointer;
}
.displaynone
{
	display:none;
}