body {
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center;
	color: #ffffff;
}
.style1 {
	color: #ffffff;
}
.subhead {
	color: #edf144;
	font-weight: bold;
	text-align:center;
	font-size: 24px;
	margin:15px;
}
.subheadb {
	color: #edf144;
	text-align: center;
	font-size: 20px;
	margin: 15px;
}
.parent {
	position: relative;
}
.overlay {
	position: absolute;
	top: 0px;
	left: 10px;
	background-color: #CCCCCC;
	opacity: 0.85;
	color: #ea3525;
	font-weight: bold;
	border: 2px solid #d1b253;
}
.overlayb {
	text-align: center;
	background-color: #CCCCCC;
	opacity: 0.85;
	color: #ea3525;
	font-weight: bold;
	border: 2px solid #d1b253;
}

a.havechild-mainlevel-trans:link {
	text-decoration: none;
	color: #470807;
}
a.havechild-mainlevel-trans:visited {
	text-decoration: none;
	color: #470807;
}
a.havechild-mainlevel-trans:active {
	text-decoration: none;
	color: #470807;
}
a.havechild-mainlevel-trans:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.menu:link {
	text-decoration: none;
	color: #470807;
}
a.menu:visited {
	text-decoration: none;
	color: #470807;
}
a.menu:active {
	text-decoration: none;
	color: #470807;
}
a.menu:hover {
	text-decoration: underline;
	color: #ffffff;
}
.footer {
	margin: 10px 0;
	line-height: 12px;
	font-size:12px;
	clear: both;
}
a:hover {
	color: #000000;
}

a:link{ text-decoration: none; color: #d1b253;}
a:visited{ text-decoration: none; color: #d1b253;}
a:active{ text-decoration: none;color: #d1b253;}
a:hover{text-decoration: underline; color: #ffffff;}

h1 {
	font-size: 3em;
	color: #FFCC00;
}
#ja-topnav {
	border-top: 1px solid #470807;
	border-bottom: 1px solid #470807;
	font-size: 10px;
	text-transform: UPPERCASE;
	color: #470807;
	background: #d1b253;
	font-weight: bold;
	width: 100%;	
}

#ja-topnav a {
	color: #470807;
	font-weight: bold;
}
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position: absolute;

}

/* each TR.item is one menu item */
.transMenu .item {
    color: #336;
    font-size: 10px;
    font-family: sans-serif;
    text-decoration: none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border: none;
	cursor: pointer;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	
}

.transMenu.top .items {
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	opacity: 0.85;
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	width: 1px;
	position: absolute;
	z-index: 3;
	top: 1px;
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 1px;
}

/* each TR.item is one menu item */
.transMenu .item {
	color: #FFFFFF;
   text-decoration: none;
	text-transform: none;
	
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border: none;
	cursor: pointer;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	
	
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	color: #470807;
	background: #d1b253;
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left: 10px;
}

/* ----------------------------------------------------------------
- Added classes by Khanh - 050629
- Style and mark-up improved by Hieu Nguyen & Ha Le Viet - 060718
-------------------------------------------------------------------*/
.transMenu .item#active {
	background: #333333;
	color: #FFFFFF!important;
	font-weight: bold;
	/* -moz-opacity: .6;
	filter: alpha(opacity=60); */
}

.transMenu .item#active:hover {
	color: #FFFFFF;
	background: #d1b253;
}

/* For first level menu.*/
#ja-transmenu {
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
}

#ja-transmenu li {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
	width:15%; 
}

#ja-transmenu li a { /* common styles for 1st level menu */
	padding: 0 25px;
	float: left;
	text-decoration: none;
	display: inline;
	text-align: center;
	border-right: 1px solid #d1b253;
	
}

#ja-transmenu li a:hover { /* common styles for 1st level menu */
	color: #FFFFFF;
	text-decoration: none;
}

a.havechild-mainlevel-trans {
	background: url(http://www.desertbred.com/arrow-off.gif) 95% 45% no-repeat;
	border-right: 1px solid #d1b253!important;
	width:200px; 
}

a.mainlevel-trans:active {
	color: #FFFFFF;
	background: url(http://www.desertbred.com/havechild-on-bg.gif) no-repeat bottom right #d1b253;
}

a.havechild-mainlevel-active-trans,
a.havechild-mainlevel-active-trans:active {
	color: #FFFFFF!important;
	background: url(http://www.desertbred.com/arrow-off.gif) no-repeat 90% 45% #d1b253;
}

a.jahover {
	color: #FFFFFF;
	background: url(http://www.desertbred.com/havechild-on-bg.gif) no-repeat bottom right #d1b253;
}

a.jahover-active {
	color: #FFFFFF!important;
	background: url(http://www.desertbred.com/arrow-on.gif) no-repeat 90% 45% #4D84A7;
}

a.mainlevel-trans {
}

a.mainlevel-trans:hover,
a.mainlevel-trans:active {
	color: #4D84A7;
	background: url(http://www.desertbred.com/topnav-on-bg.gif) no-repeat bottom right #d1b253;
}

a.mainlevel-active-trans {
	color: #4D84A7!important;
	
}

a.mainlevel-active-trans:hover,
a.mainlevel-active-trans:active {
		color: #4D84A7;
}

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.footer {
	background-color: #000;
	padding: 0.5em;
}
#overlay{ 
    background-image: url(http://www.desertbred.com/images/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(http://www.desertbred.com/images/overlay.png);
<!--[if IE]>
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.desertbred.com/images/overlay.png", sizingMethod="scale");
<![endif]-->
}

#box{
	background:#FFFFFF;
	margin: 0;
	padding: 0;
	border:2px solid #000000;
	overflow: auto;
}

#box #close{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#box #boxContents {
	margin-top: 12px;
	padding: 10px;
}
span#e3 { /* http://www.desertbred.com/images/db002001.gif */
	background: transparent url(http://www.desertbred.com/images/db002001.gif) no-repeat top left;
	position: absolute;
	left: 434.25pt;
	top: 197.25pt;
	width: 236.25pt;
	height: 166.50pt;
	}
div#e2 { /* Why Choose a Desert Bred... */
	position: absolute;
	left: 213.75pt;
	top: 237.75pt;
	width: 201.00pt;
	height: 147.00pt;
}
div#e1 { /* Desert Bred Arabians are... */
	position: absolute;
	left: 211.50pt;
	top: 393.75pt;
	width: 463.50pt;
	height: 369.00pt;
}
#domticker{
	width: 85%;
	height: 100px;
	padding: 5px;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

#domticker a{
	font-weight: bold;
}

.swapImage{
	padding: 15px;
	
}
.calBar {
	margin: 0 auto;
	width: 100%;
	background-color:#d1b253;
	height: 30px;
	text-align: center;
	color: #470807;
	font-weight: bold;
}
ul.calMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
}
ul.calMenu li {
	margin: 0 auto;
	position: relative;
	float: left;
	color: #470807;
	width: 14.28%;
}
.calendar {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	border: 1px solid #370909;
	background-color: #818181;
}
.calDay {
	height: 92px;
	width: 14%;
	margin: 0 auto;
	float: left;
	background-color: #818181;
	overflow: auto;
	border: 1px solid #370909;
}
