/* GENERAL */
html{
	height:					100%;
	padding:0px;
	margin:0px;
}

body{
	position:				absolute;
	width:					100%;
	height:					100%;
	margin:					0px;
	background-color:		#FFFFFF;
	font-family:			'Lucida Sans', Arial, Helvetica, sans-serif;
	font-size:				11px;
	color:					#000000;
}

div{
	position:				relative;
	display:				inline;
	float:					left;
}

h1{
	margin-top:				30px;
	margin-bottom:			30px;
	font-size:				18px;
	font-weight:			bold;
	color:					#093073;
}

p{
	margin-top:				30px;
	margin-bottom:			30px;
}

p.title{
	font-size:				12px;
	font-weight:			bold;
}

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

table{
	margin-top:				30px;
	margin-bottom:			30px;
	border-collapse:		collapse;
}

ul{
	margin-top:				30px;
	margin-bottom:			30px;
}

ol{
	margin-top:				30px;
	margin-bottom:			30px;
}

form{
	margin:					0px;
}


input.button{
	width:					auto;
	height:					auto;
	margin-left:			5px;
	padding:				0px;
	background:				none;
}

img{
	border:					none;
}

.left{
	float:					left;
}

.right{
	float:					right;
}

.center{
	text-align:				center;
}


/* FRAME */
div#frame{
	width:					980px;
	margin-left:			auto;
	margin-right:			auto;
	display:				block;
	float:					none;
}


/* HEADER */
div#header{
	width:					915px;
	height:					168px;
	padding-left:			75px;
	background-image:		url('../img/backgrounds/header.jpg');
	color:					#093073;
	z-index:				5;
}

div#header div.left{
	width:					185px;
	float:					right;
}

div#header form{
	margin-top:				45px;
	margin-left:			20px;
}

div#header img.logo{
	margin-top:				25px;
	margin-left:			20px;
}


/* LEFTBAR */
div#leftbar{
	width:					260px;
	z-index:				9;
}


/* MENU */
div#menu{
	width:					185px;
	padding-left:			75px;
	background-image:		url('../img/backgrounds/menu.jpg');
	background-position:	top left;
	background-repeat:		no-repeat;
	font-weight:			bold;
	color:					#FFFFFF;
	z-index:				8;
}

div#menu p{
	margin:					0px;
	margin-top:				8px;
	margin-left:			30px;
}

div#menu ul{
	margin:					0px;
	margin-top:				8px;
	padding:				0px;
	list-style:				none;
}

div#menu ul li a{
	width:					110px;
	padding:				7px;
	padding-left:			30px;
	padding-right:			45px;
	border-bottom-style:	solid;
	border-color:			#FE5816;
	border-width:			1px;
	font-weight:			normal;
	color:					#093073;
	display:				block;
}

div#menu ul li a:hover{
	background-image:		url('../img/backgrounds/menuitem.gif');
	background-position:	top right;
	background-repeat:		no-repeat;
	text-decoration:		none;
}

div#menu ul li:hover a{
	background-image:		url('../img/backgrounds/menuitem.gif');
	background-position:	top right;
	background-repeat:		no-repeat;
	display:				block;
}

div#menu ul li:hover ul{
	display:				block;
}

div#menu ul li:hover ul li a{
	background:				none;
}

div#menu ul li.sfhover a{
	background-image:		url('../img/backgrounds/menuitem.gif');
	background-position:	top right;
	background-repeat:		no-repeat;
	display:				inline-block;
}

div#menu ul li.sfhover ul{
	display:				block;
}

div#menu ul li.sfhover ul li a{
	background:				none;
}

div#menu ul li ul{
	position:				absolute;
	margin-top:				-30px;
	margin-left:			185px;
	padding-top:			5px;
	padding-bottom:			5px;
	background-image:		url('../img/backgrounds/submenu.gif');
	background-position:	bottom right;
	display:				none;
	z-index:				10;
}

div#menu ul li ul li a{
	width:					150px;
	padding:				5px;
	padding-left:			15px;
	padding-right:			15px;
	border:					none;
	color:					#FFFFFF;
}

div#menu ul li ul li a:hover{
	background:				none;
	color:					#FE5816;
}
div#menu ul li ul li ul{
	position:				absolute;
	margin-top:				-29px;
	margin-left:			175px;
	padding-top:			5px;
	padding-bottom:			5px;
	background-image:		url('../img/backgrounds/submenu.gif');
	background-position:	bottom right;
	display:				none;
	z-index:				10;
}

div#menu ul li ul li ul li a{
	width:					150px;
	padding:				5px;
	padding-left:			15px;
	padding-right:			15px;
	border:					none;
	color:					#FFFFFF;
}

div#menu ul li ul li ul li a:hover{
	background:				none;
	color:					#FE5816;
}
div#menu ul li
{
	list-style-type: none;
}

/* CONTACT */
div#contact{
	width:					185px;
	height:					263px;
	margin-left:			75px;
	background-image:		url('../img/backgrounds/contact.jpg');
	font-size:				10px;
	text-align:				right;
	color:					#FFFFFF;
	z-index:				7;
}

div#contact p{
	margin:					15px;
	margin-top:				230px;
	margin-bottom:			0px;
}

div#contact a{
	color:					#FFFFFF;
}


/* RIGHTBAR */
div#rightbar{
	width:					430px;
	z-index:				4;
}


/* CRUMB */
div#crumb{
	width:					430px;
	height:					28px;
	font-size:				10px;
	text-align:				right;
	color:					#8497B9;
	z-index:				3;
}

div#crumb p{
	margin:					0px;
	margin-top:				6px;
	margin-right:			20px;
}

div#crumb a{
	color:					#8497B9;
}


/* MAIN */
div#main{
	width:					380px;
	line-height:			25px;
	z-index:				6;
	margin-left: 40px;
	margin-right: 40px;
}


/* PHOTOS */
div#photos{
	width:					185px;
	z-index:				2;
}

div#photos img{
	margin-top:				10px;
}

div#photos img.enlarge{
	margin:					0px;
	margin-left:			-30px;
	float:					none;
}


/* FOOTER */
div#footer{
	width:					305px;
	height:					34px;
	padding-left:			310px;
	padding-right:			85px;
	background-image:		url('../img/backgrounds/footer.jpg');
	background-position:	top right;
	background-repeat:		no-repeat;
	font-size:				10px;
	text-align:				center;
	color:					#093073;
	z-index:				1;
	text-align: right;
}

div#footer p{
	margin:					0px;
	margin-top:				10px;
}

div#footer a{
	color:					#093073;
}
