/* TAG STYLES */

body
{
	color: #5e3513;
	font-family: arial, 'lucida console', sans-serif;
	background-color: #cdbd97;
}

img
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

p
{
	margin: 0px 0px 20px 0px;
}

#footer p
{
	margin: 0px 0px 0px 0px;
}

h1
{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px 0px 25px 0px;
}

h3
{
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

/* END OF TAG STYLES */

/* DIV STYLES */

#main_menu_holder
{
	background-color: #000000;
}

#content_holder
{
	background: #cdbd97 url("../layout_images/bg_header.jpg") 50% 0 no-repeat;
}

#display_content
{
	width: 748px;
	margin: 0px auto 0px auto;
}

#logo_header
{
	height: 173px;
}

#page_bg
{
	background: #FEF8E2 url("../layout_images/page_repeat.jpg") 0 0 repeat-y;
}

#page_content
{
	background: transparent url("../layout_images/top_page.jpg") 0 0 no-repeat;
	padding: 45px 35px 5px 35px;
}

#page_content .left_column
{
	float: left;
	width: 410px;
	padding: 0px 0px 60px 0px;
	font-size: 15px;
}

#page_content .right_column
{
	float: right;
	width: 250px;
	padding: 0px 0px 60px 0px;
}

#page_content_end
{
	width: 100%;
	height: 111px;
	text-align: center;
	background: transparent url("../layout_images/bottom_page.jpg") 0 0 no-repeat;
}

#footer
{
	font-size: 0.9em;
	margin: 0px 0px 20px 0px;
}

/* END OF DIV STYLES */

/* LINK STYLES */

a
{
	color: #5e3513;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

a:hover
{
	text-decoration: none;
}

/* END OF LINK STYLES */

/* LIST STYLES */

.footer_menu
{
	text-align: center;
	margin: 5px 0px 3px 0px;
}

.footer_menu li
{
	display: inline;
}

.footer_menu li a
{
	text-decoration: none;
}

.footer_menu li a:hover
{
	text-decoration: underline;
}

/* END OF LIST STYLES */

/* SPAN STYLES */

.red
{
	color: #FF0000;
}

/* END OF SPAN STYLES */

/* PARAGRAPH STYLES */

.large_quote
{
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.large_quote_name
{
	font-size: 14px;
	text-align: center;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* END OF PARAGRAPH STYLES */

/* IMAGE STYLES */

.images_left
{
	float: left;
	margin: 0px 15px 5px 0px;
}

.images_right
{
	float: right;
	margin: 0px 0px 5px 15px;
}

/* END OF IMAGE STYLES */

/* MENU */

.menu {width:745px; height:30px; margin: 0px auto 0px auto; padding: 0px 0px 0px 0px; font-size:15px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:745px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0px;list-style-type:none;}
.menu ul ul {width:180px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;margin: 0px 40px 0px 0px;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; font-size:15px; font-family: "times", serif; text-decoration:none; color:#ffffff; line-height:30px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {margin: 0px 2px 0px 0px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background-color:#d4d8bd;}
/* style the second level hover */
.menu ul ul a.drop:hover{background-color:#c9ba65;}
.menu ul ul :hover > a.drop {background-color:#c9ba65;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:180px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:30px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#dddddd; color:#000000; height:auto; line-height:1em; padding:5px 10px; width:180px;border-width:0 1px 1px 1px; border-color: #000000; border-style: solid;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:180px;w\idth:180px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFD100; background:#000000;}
.menu :hover > a, .menu ul ul :hover > a {color:#FFD100; background:#000000;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* END OF MENU */