@import url("reset.css");

/* CSS Document */
html{
	background-color: #fdf1f3;

	height:100%;
	background-image: url(images/bg_left_t.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	
}

body {
	background-image: url(images/bg_right.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	height:100%;
	margin: 0px;
	line-height: normal;
}

.bgcontentright {
	background-image: url(images/bg_right.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
.pagetitle 
{
	width: 100%;
	height: 22px;
	background-color: #B38262;
	font-weight:bold;
	font-size:medium;
	color:#fdf1f3;
	clip: rect(auto,auto,auto,auto);
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 120px;
}
.bgcontentleft
{

	background-image: url(images/bg_left_t.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height:100%;
}

.content
{
	padding-top:144px;
	padding-left: 160px;
	padding-right: 100px;
}

.content img{
padding_left: 5px;
padding_right: 5px;
}

.toppage 
{
	width: 100%;
	height: 120px;
	background-color: #fdf1f3;
	clip: rect(auto,auto,auto,auto);
	position: absolute;
	top: 0px;
}
.footer
{
	padding-left: 228px;
	padding-right: 100px;
	padding-bottom: 0;

	
}
.Title
{
color:#FF0000;
}


#Nav {
	left:3px;
	width: 120px;
	top: 144px;
	position: absolute;
	font: 78%/1.5 arial, helvetica, serif;
}

#nav ul { /* all lists */
		list-style: none;
		
		font-size:12px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 120px;
	}
#nav li a { /* first-level Hover */
	height: 22px;
	display : block;
	color : #FDF1F3;
	font-weight : bold;
	text-decoration : none;
	padding : 0 5px;
	}
	
	#nav li a:hover { /* first-level Hover */
	color : #FDF1F3;
	background-color : #B38262;
	}	
	
#nav li:hover, #nav li.sfhover { /* Stay Hover Color */
	background: #B38262;
}	
	
	#nav li ul { /* second-level lists */
		width: 200px;
		position : absolute;
		left: -999em;
		margin-left : 120px;
		margin-top : -1.8em;

	}
	
	#nav li ul li { /* second-level lists */
		border : 1px solid #FDF1F3;
		background-color:#B38262;
		width:200px;
	}
	
	#nav li ul li a{ /* second-level lists */
		
	}
	
	#nav li ul li a:hover { /* second-level Hover */
		background-color:#9AAFD7;
		
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
