/*** Broswer Reset - from YUI Reset ***/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/*** End Browser Reset ***/


/*** Page Layout ***/

body {
	background: #666666;
	font: 62.5% "Lucida Grande", sans-serif; color: #FFFFFF;
}

ul { list-style: none inside; }
p { font-size: 1.3em; line-height: 1.25em; margin-bottom: 1.3em; color: #FFFFFF;}
p.justified {text-align: justify}
p.pfooter{position: relative; left: 90px; top: 17px; color: #999999;}
a { outline: none; }
a img { border: none; }
.imageright { margin-left: 10px; margin-bottom: 10px;}



#page-wrap {
	width: 1000px;
	height: 700px;
	margin: 0 auto;

	}

#header {
	position: relative;
	width: 1000px;
	height: 171px;	
	background: url(/images/header-bg.jpg) no-repeat;
}

#main {
	position: relative;
	width: 1000px;
	height: 517px;	
	background: url(/images/background-main.jpg) no-repeat;
}


	
#nav-bar {
	position:relative;
	left: 209px;
	top: 130px;
	height: 25px;
	width: 776px;
}

ul#nav {
	
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			height: 29px;
			text-indent: -9999px;
			 float: left;
		}
		ul#nav li.home a {
			width: 75px;
			background: url(/images/nav_home.jpg) top center no-repeat;
		}
		ul#nav li.profiles a {
			width: 103px;
			background: url(/images/nav_profiles.jpg) top center no-repeat;
		}	
		ul#nav li.projects a {
			width: 102px;
			background: url(/images/nav_projects.jpg) top center no-repeat;
		}
		ul#nav li.process a {
			width: 94px;
			background: url(/images/nav_process.jpg) top center no-repeat;
		}
		ul#nav li.furniture a {
			width: 109px;
			background: url(/images/nav_furniture.jpg) top center no-repeat;
		}
		ul#nav li.tours a {
			width: 137px;
			background: url(/images/nav_tours.jpg) top center no-repeat;
		}
		ul#nav li.contact a {
			margin-left: 94px; /* only when process is missing */
			width: 156px;
			background: url(/images/nav_contact.jpg) top center no-repeat;
		}
		ul#nav li a:hover {
			background-position: bottom center;
		}

#main-content {
	position:relative;
	top: 9px;
	left: 298px;
	height: 466px;
	width: 680px;
	padding: 5px 5px;
	background: #000;
	}

#black {
	
}

#footer{
	position: absolute;
	top: 688px;
	width: 1000px;
	min-height: 87px;	
	background: url(/images/footer-bg.jpg) no-repeat;
}		
	
/*** End Page Layout ***/

/*** Start Specific Page Element Styling ***/

p a{
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

p a:hover{
	color: #FFF;
	border-bottom: none;
	background:#333333;
	
}

#holder
{  /*** used for the custom jquery scrollbar ***/
	height: 466px;
	width: 680px;
	overflow:auto;
}

h2 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom:5px;
	}


h3 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom:5px;
	}

.bread-crumb h3{
	display: block;
	}

.ui-accordion-container{
	width: 680px;
}

.mainevent{
	background:#666;
	padding: 5px;	
	width: 230px;
	height: 78px;
}

.maineventtitle{
	font-weight: normal;
	background:#333;
	padding: 2px;
	margin: 0px 0px 3px;
	text-align: center;
}

.maineventdesc{
	padding: 0 px;
	margin: 0 px;
}


/*  contact form styling */
input{
	padding: 1px;
}
dd,dt{
	margin-bottom: 5px;
}

label{
	font-size: 1.3em;
	float: left;
	text-align: right;
	margin-right: 5px;
	width: 80px;	
}

input#submitbutton {
	margin-left: 85px;
	padding: 5px;
	color: #FFF;
	background:#333333;
	border: 0px;
}



#contactForm input[type="text"], #contactForm textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #333333;
    width: 300px;
}

#contactForm textarea{
	height: 100px;
}




.errors li{
	background:#333333;border-color:#666666;
	display:inline;
	padding: 3px;
	margin-left: 85px;
} 

.error, .notice, .success {padding:.2em;margin-bottom:1em;border:1px solid #ddd;}
.error {background:#333333;/*color:#330000;*/border-color:#666666;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
