body {
	color: #333;
	font: 75%/1.5em "Lucida Sans", Arial, Geneva, sans-serif;
	text-align: left;
	background: #1C2130;
	background-image:url(/images/design/bg_stripe.png);
	background-repeat:repeat-x;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:0;width:100%;height:100%;/*overflow:hidden;*/
}
	
#dContainer {
	text-align: left;
	width: 925px;
	margin: auto;
	position: relative;
}
	
#dHeaderText {
	color: #ffffff;
	line-height: 24px;
	padding: 7px 9px 7px 12px;
}

#dHeaderLogo {
	background:  url(/images/design/header.png) left top no-repeat;
	width: 925px;
	height: 150px;
}

#dMyAccount {
	color: #ffffff;
	width: 250px;
	line-height: 28px;
	position: absolute;
	right: 0;
	top: 6px;
}

#dMenu {
	background:  url(/images/design/menu_bg.gif) left top no-repeat;
	height: 35px;
	width: 925px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
	position: relative;
}

#dBodyContainer {
	padding-top: 10px;
	padding-bottom: 10px;
}

#dBodyHeader {
	height: 16px;
	width: 925px;
	background: url(/images/design/body_top.gif) left top no-repeat;
}

#dBodyContent {
	background-color: #ffffff;
	padding: 0px 10px 0px 10px;
}

#flashhomepage {
	position:relative;
	width:285px;
	height:250px;
	background:#748404;
	border:1px solid #a49188;
	margin:5px 0;;
	text-align:center;
	vertical-align:middle;
	padding-top:1px;
}

#social {
width: 450px;
height: 30px;
background-image: url(/images/design/bg_social_bookmarks.gif);
background-repeat: no-repeat;
padding-top: 4px;
margin-left: auto;
margin-right: auto;
}

#dBodyFooter {
	height: 16px;
	width: 925px;
	background: url(/images/design/body_bottom.gif) left top no-repeat;
}

#subcontent {
	background: #103375 url(/images/design/bgd-subcontent-content.jpg) left bottom no-repeat;
	width: 100%;
	padding-bottom: 47px;
	float: left;
}

#subcontent-content {
	background: url(/images/design/bgd-subcontent-top.jpg) left top no-repeat;
	width: 95%;
	padding: 25px 30px 0 30px;
	float: left;
}

#dFooter {
	color: #ffffff;
	text-align: center;
	margin-bottom: 2em;
	clear: both;
	z-index: 1000;
	position: relative;
}

#dHeader, #dBodyContent, #main-content, #breadcrumb {
	overflow: hidden;
}

/* =Links
-----------------------------------------------------------------------------*/

a {
	color: #075AA0;
}

a:visited {
	color: #606;
	text-decoration: underline;
}

a:hover {
	color: #F33;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}
	

/* =Coldplatter Navigation
-----------------------------------------------------------------------------*/
/* Root = Horizontal, Secondary = Vertical */

ul#ulMenu {
  margin: 0;
  border: 3 none;
  padding: 0;
  width: 925px; /*For KHTML*/
  list-style: none;
  height: 28px;
}

ul#ulMenu li {
  margin: 0;
  border: 2 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 28px;
}

ul#ulMenu ul {
  font-size: 10px;
  margin: 0;
  border: 3px solid #041023;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
}

ul#ulMenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#ulMenu ul li {
  font-size: 10px;
  width: 260px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#ulMenu a {
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 10px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #ffffff;
  font: bold 12px/28px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#ulMenu a:hover,
ul#ulMenu li:hover a,
ul#ulMenu li.iehover a {
  background: #000000;
  color: #FFF;
}

/* 2nd Menu */
ul#ulMenu li:hover li a,
ul#ulMenu li.iehover li a {
  float: none;
  background: #6C0000;
  color: #ffffff;
}

/* 2nd Menu Hover Persistence */
ul#ulMenu li:hover li a:hover,
ul#ulMenu li:hover li:hover a,
ul#ulMenu li.iehover li a:hover,
ul#ulMenu li.iehover li.iehover a {
  background: #204584;
  color: #FFF;
}

/* 3rd Menu */
ul#ulMenu li:hover li:hover li a,
ul#ulMenu li.iehover li.iehover li a {
  background: #041023;
  color: #fff;
}

/* 3rd Menu Hover Persistence */
ul#ulMenu li:hover li:hover li a:hover,
ul#ulMenu li:hover li:hover li:hover a,
ul#ulMenu li.iehover li.iehover li a:hover,
ul#ulMenu li.iehover li.iehover li.iehover a {
  background: #08408A;
  color: #FFF;
}

/* 4th Menu */
ul#ulMenu li:hover li:hover li:hover li a,
ul#ulMenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#ulMenu li:hover li:hover li:hover li a:hover,
ul#ulMenu li.iehover li.iehover li.iehover li a:hover {
  background: #08408A;
  color: #FFF;
}

ul#ulMenu ul ul,
ul#ulMenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#ulMenu li:hover ul ul,
ul#ulMenu li:hover ul ul ul,
ul#ulMenu li.iehover ul ul,
ul#ulMenu li.iehover ul ul ul {
  display: none;
}

ul#ulMenu li:hover ul,
ul#ulMenu ul li:hover ul,
ul#ulMenu ul ul li:hover ul,
ul#ulMenu li.iehover ul,
ul#ulMenu ul li.iehover ul,
ul#ulMenu ul ul li.iehover ul {
  display: block;
}

/* BEGIN INFO BALLOONS */
 /* common styling */
.balloon {
font-family: Lucida Sans, Verdana; 
width:495px;
height:350px;
margin:0px 20px;
}
.balloon ul {
padding:0; 
margin:0;
border:0;
list-style-type: none;
}
.balloon ul li {
float:left;
margin:5px;
width:150px;
height:150px;
border:1px solid #000;
}
.balloon ul li a, .balloon ul li a:visited {
display:block;
text-decoration:none; 
color:#000; 
width:150px; 
height:150px; 
color:#000; 
background:#fff;
}
.balloon ul li a img, .balloon ul li a:visited img {
border:0;
}

.balloon ul li dl {
visibility:hidden;
position:absolute;
}

table {
margin:-2px;
border:0;
padding:0;
border-collapse:collapse;
font-size:1em;
}

.balloon dl {width:200px; padding:0 0 20px 0; background:transparent url(/images/design/bottom.gif) no-repeat bottom left; height:auto;}
.balloon dt {margin:0; padding:5px; font-size:1.4em; font-weight:bold; color: #000; background:transparent url(../sites/top.gif) no-repeat top left; text-align:center;}
.balloon dd {margin:0; padding:5px 15px; color:#000; font-size:1em; border:1px solid #000; border-width:0 1px; background:#fff url(/images/design/info.gif) no-repeat bottom right;}
.balloon dd p {padding:0; margin:10px 0; line-height:1.5em;}
.balloon dl#web2 {background:transparent url(/images/design/bottom.gif) no-repeat bottom left; height:auto;}
.balloon dl#web2 dt {background:transparent url(/images/design/top.gif) no-repeat top left;}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.balloon ul li:hover,
.balloon ul li a:hover {
color:#000; 
position:relative;
cursor: pointer;
cursor:hand;
}

.balloon ul li:hover dl,
.balloon ul li a:hover dl {
visibility:visible;
color:#000;
top:-75px;
left:120px;
cursor:default;
}

.balloon ul li:hover dl em,
.balloon ul li a:hover dl em {
display:block;
position:absolute;
left:-35px;
top:75px;
width:36px; 
height:36px;
background:transparent url(../sites/pointer.gif);
}

.balloon ul li:hover dl a,
.balloon ul li a:hover dl a {
height:0.8em;
color:#606;
background:transparent;
text-decoration:underline;
display:inline;
}

.balloon ul li:hover dl a:hover,
.balloon ul li a:hover dl a:hover {
text-decoration:none;
background:transparent;
}
/* END INFO BALLOON */
/* HOMEPAGE BOX 3 CORNERS */
dl.top_rgt {background:#d1c8c3 url(/images/design/c_bl.gif) bottom left no-repeat; margin:5px 0; padding:0; float:left; margin-right:10px; width:287px;}
dl.top_rgt dt {background:#748404 url(/images/design/c_tl.gif) top left no-repeat; padding:10px; text-align:center; color:#fff;}
dl.top_rgt dd {background:transparent url(/images/design/c_br.gif) bottom right no-repeat; padding:0; margin:0;}
dd p {margin:0; padding:10px; line-height:1.3em; text-align:left;}
/* END HOMEPAGE BOX */

/* needed for IE to make :active state work first time */
a, a:visited {color:#000;} 

/* common styling for homepage gallery */
a.gallery, a.gallery:visited {display:block; display:inline-block; color:#000; text-decoration:none; border:1px solid #000; width:75px; height:47px; float:left; margin:4px; z-index:50;}
a.slidea {background:url(/images/design/sc/eldora/thumb1.jpg);}
a.slideb {background:url(/images/design/sc/eldora/thumb2.jpg);}
a.slidec {background:url(/images/design/sc/eldora/thumb3.jpg);}
a.slided {background:url(/images/design/sc/eldora/thumb4.jpg);}
a.slidee {background:url(/images/design/sc/eldora/thumb5.jpg);}
a.slidef {background:url(/images/design/sc/eldora/thumb6.jpg);}
a.slideg {background:url(/images/design/sc/eldora/thumb7.jpg);}
a.slideh {background:url(/images/design/sc/eldora/thumb8.jpg);}
a.slidei {background:url(/images/design/sc/eldora/thumb9.jpg);}
a.slidej {background:url(/images/design/sc/eldora/thumb10.jpg);}
a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #fff;}

/* styling for homepage gallery */
#container_right {position:relative; width:575px; height:440px; background:#d1c8c3; border:1px solid #a49188; margin:1em auto;}
#container_right img {border:0;}
#container_right .thumbs {width:170px; position:absolute; right:0; top:0;}
#container_right a.gallery:hover span {display:block; position:absolute; width:385px; height:50px; top:398px; left:-400px; padding:5px; font-style:italic; color:#fff;  z-index:100;}
#container_right a.gallery:hover span:first-line {font-style:normal; font-weight:bold; font-size:1.1em; color:#000;}
#container_right a.gallerya {border:1px solid #000;}
#container_right a.gallerya em {display:block; position:absolute; width:385px; height:385px; top:5px; left:-400px; padding:5px; color:#000; border:1px solid #3d330f; z-index:50;}
/*#container_right a.gallery:active, #container_right a.gallery:focus {border:1px solid #000;}
#container_right a.gallery:active em, #container_right a.gallery:focus em {display:block; position:absolute; width:385px; height:385px; top:5px; left:-400px; padding:5px; color:#000; border:1px solid #3d330f; z-index:50;}*/
#container_right h1 {clear:both; margin:2; padding-top:80px; padding-left:50px; width:300px; text-align:center; font-family: georgia, "times new roman", serif; font-size:4em; font-weight:normal; color:#fff;}
#container_right h1 em {font-size:1em; color:#000;}


* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: #cccccc;
}
.highslide-html-blur {
}
.highslide-html-content {
width: 360px;
height: 200px;
position: absolute;
display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/res/js/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 380px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/res/js/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
