@font-face {
    font-family: Bookman Old Style;
    font-style:  normal;
    font-weight: lighter;
    src: url(BOOKMAN0.eot);
  }

body{
	background: url(images/blue_body.jpg) top center repeat-x;
}

h1
{
color:red;
font-size:24px;
margin-top:5px;
margin-bottom:5px;
font-family:Bookman Old Style;
font-weight:bold;
}

h1.menu
{
color:#000000;
font-size:12px;
margin-top:5px;
margin-bottom:5px;
}

h2
{
color:red;
font-size:14px;
margin-top:5px;
margin-bottom:5px;
font-family:Bookman Old Style;
}

a.red
{
color:red;
font-size:14px;
margin-top:5px;
margin-bottom:5px;
font-family:Bookman Old Style;
}

h2.blue{
	font-size:18px;
	color:blue;
	margin-top:0px;
	font-family:Bookman Old Style;
}

a.menu:link,a.menu:visited{
	color:red;
	font-family:Bookman Old Style;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

a.menu:hover{
	color:red;
	font-family:Bookman Old Style;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}

p{
	color:#000066;
	font-size:12px;
	text-indent:15px;
}

.desc{
	color:black;
	font-size:14px;
	text-indent:0px;
}

.prop{
	border:1px dotted blue;
	width:600px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 12px Arial;
margin:0;
margin-left: 20px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
//text-transform:uppercase;
}

#modernbricksmenu a{
float: right;
display: block;
color: blue;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #B5C7EC; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: #FFACAC; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
color:white;
background-color: blue; /*Brown color theme*/ 
border-color: blue; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 2px;
line-height: 2px;
background: blue; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#slidetabsmenu {
float:left;
width:100%;
font-size:16px;
font-family:Bookman Old Style;
line-height:normal;
border-bottom: 1px solid gray;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(images/tab-left.jpg) no-repeat left top;
margin:1;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(images/tab-right.jpg) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#000066;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: #FF0000;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
color: #FF0000;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span {
background-position:100% -125px;
}


