#footer{
	width: 760px;
	height: 44px;
	background-image: url(../images/top_corner/bottom_corner.png);
	text-align: center;
	color: #957139;
	font-weight: bold;
	font-size: 12px;
	background-repeat: no-repeat;	

}
#social_icons {
	width: 80px;
	position: relative;
	top: 34px;
	margin-top: 65px;
}
#my-timeline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #694A16;
	position: relative;
	width: 728px;
	margin-bottom: 30px;
	margin-top: 25px;
}


#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_corner/top_corner.png);
	background-repeat: no-repeat;
	background-color: #F4DAA7;
}
#right_col {
	width: 599px;
	position: relative;
	left: 30px;
	line-height: 23px;
}
#right_col a {
	color: #473B3F;
}
#right_col a:hover {
	color: #79666C;
}

#navigation {
	width: 760px;
	padding-top: 110px;
	font-style: italic;
	visibility: inherit;
}
#divider {
	background-image: url(../images/divider/tile.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 341px;
	float: left;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
}
#left_col a {
	color: #7d5f30;
	line-height: 27px;
}
#left_col a:hover {
	color: #B78A46;
	text-decoration: underline;
}



#left_col {
	float: right;
	width: 100px;
	margin-top: 220px;
	margin-left: 25px;
}


#container {
	background-color: #F3DBA7;
	position: relative;
	min-height:100%;
	
}


#logo {
	background-color: #F4DAA7;
	width: 760px;
	padding-bottom: 15px;
	height: 99px;
	top: 25px;
	position: relative;
}
#banner {
	background-image: url(../images/logo-banner/banner.gif);
	background-repeat: no-repeat;
	height: 110px;
	position: relative;
	margin-top: 14px;
}




body {
	background-image: url(../images/bg_image/background_image.jpg);
	background-repeat: no-repeat;
	background-color: #324750;
	height: 100%;

	
}
/* End hide from IE-mac */

#navMenu {
	margin:0;
	padding:0;
}

#navMenu ul {
	margin:0;
	padding:0;
	line-height: 30px;
}

#navMenu li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
}

#navMenu ul li a {
	text-align:center;
	width:152px;
	display:block;
	color:#EEC577;
	height: 30px;
	font-size: 13px;
	background-color: #886951;
	
	
}

#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top:30px;
	
}

#navMenu ul li:hover li{
	visibility:visible;
	
}

/******************************************************/

#navMenu li:hover {


	
}

#navMenu ul li:hover ul li a:hover {
	background-color: #AB8C74;
	
}

#navMenu a:hover {
	color:#F4DAA7;
	background-color: #B68854;
	
}

#right_col p {
	color: #BF8529;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 12px;
}

.left_colheader {
	color: #BF8529;
	font-size: 44px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 185px;
	text-align: center;
	width: 615px;
	position: relative;
	left: 30px;
}

.caps {
	font-size: 18px;
	font-weight: bold;
}

.curpage {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7d5f30;
	font-size: 10px;
	padding-bottom: 9px;
}

#menu {
	width: 79px;
	margin-left: 21px;
} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	filter: Chroma(Color=red);
}

#menu a:hover {
color: #EEC577;
background: #B68854;
}



#menu li {
	/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
	position: absolute;
	top: 0; /* width is based on the containing block */
	width: 135px;
	left: 100%;
	background-color: #CBAB87;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

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