@charset "UTF-8";
/* CSS Document */
/* copyright 2010 by OWLS, Inc. www.owls.com - All rights reserved. */

body
	{
	margin:0px;
	background-color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
	line-height: 130%;
	background-image:url(images/design1top.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
#header
	{
	margin:0px;
	background-color: #333333;
	width:100%;
	height:50px;
	border-bottom:#993333 solid 5px;
	}



.collapsible {
          display: none; /* Only important part */
          border: solid 1px #9d4b54;
          padding: 15px;
		  color: #000000
}

.smalltxt
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: .5px;
	font-size:12px;
	color: #eae2bb;
	}





/* ----------------------------------------------------------------------------------------------------------------*/
/* BURKE HOME PAGE */	
/* ----------------------------------------------------------------------------------------------------------------*/

#menubar {
width: 905px;
/*padding-left: 30px;*/
position:relative;
top:125px;
}

#homelogo { 
	position:relative;
	top:238px;
}

#hpflash {
position:relative;
top:212px;
z-index: 100;
}

#hpbottom {
position:relative;
top:246px;
}

#hptext {
position:relative;
top:288px;
font-size: 9pt;
line-height:140%;
text-align:left;
font-weight:300;
font-family: Arial, Helvetica, sans-serif;
width:750px;
}


#footer, footer a {
position:relative;
color: #000000;
font-size: 8pt;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
top:270px;
}
#footer a:hover {
text-decoration: none;
color: #E99C4F;
font-weight: bold;
}

.footer, footer a {
color: #000000;
font-size: 8pt;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}
.footer a:hover {
text-decoration: none;
color: #E99C4F;
font-weight: bold;
}

#copyright, copyright a {
position:relative;
font-size: 7pt;
font-family:Arial, Helvetica, sans-serif;
top:248px;
}
#copyright a {
font-size: 7pt;
font-family:Arial, Helvetica, sans-serif;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* SIMPLE MENU */	
/* ----------------------------------------------------------------------------------------------------------------*/

ul#navlist { font-family: sans-serif;
 }

ul#navlist a
{
font-weight: normal;
text-decoration: none;
border: transparent solid 1px;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin-right: 5px;
padding-left: 5px;
font-size: 9pt;
list-style-type: none;
}

ul#navlist li { float: left; }

ul#navlist li a
{
color: #000000;
padding: 5px;
}

ul#navlist li a:hover
{
color: #E99C4F;
background-color: #FFFFFF;
font-weight: bold;
border: #666666 solid 1px;
}

ul#navlist li a:active
{
color: #000000;
}

ul#subnavlist { 
background-color:#FFFFFF;
padding-bottom: 20px;
padding-left: 10px;
display: none;
text-align:left;
border: #666666 solid 1px;
}

ul#subnavlist li { float: none; }

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#subnavlist li a:hover
{
color: #E99C4F;
border: transparent solid 1px;
}

ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 0px;
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 10em;
padding: 2px;
}

/* ul#navlist li:hover ul#subnavlist li a:before { content: " >> "; } */

#pageheader {
height: 170px;

