/* Baby Bar */
/* COLOURS        green: #9ed41c    yellow: ##0F0    pink: #ea3186*/
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	vertical-align: bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}


/* GENERAL */
body {
	background-image: url(images/back.jpg);
	background-position: top center;
	color: #FFF;
	text-align: justify;
	background-repeat: repeat-x;
}
iframe {
	margin: 0px 0;
}
#wrapper {
	width: 980px;
	margin: 0px auto 20px;
	min-height: 660px;
	position: relative;
	clear: both;
}
#inner_wrapper {
	min-height: 450px;
	clear: both;
	border: 3px solid #967C21;
	color:#967C21;
}
#slideshow {
	float: right;
	margin: 20px 20px 20px 20px;
	height: 410px;
	padding: 0;
}
#body_contentleft {
	width: 445px;
	float: left;
	margin: 20px 20px 20px 20px;
	height: 410px;
	overflow : auto;
}
.float_right {
	clear: both;
	margin: 10px 20px;
	color: #F9C;
	text-align: left;
}
a {
	text-decoration: none;
	color: #967C21;
}
a:hover {
	text-decoration: none;
	color: #967C21;
}
#body_content a img { margin: 0px 4px 0px 0px; border: 1px solid #9ed41c; }
#body_content a img.last { margin: 40px 0px 0px 0px; }
#body_content a img:hover { 
  /* for IE */   
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4; 
}

.button:hover { background-color: #ea3186; color: #fff; border: 1px solid #202020; }

/* HEADERS */
h1#logo {
	margin: 0px 0px 40px 0px;
	height: 125px;
	width: 980px;
	overflow: hidden;
	float: right;
	background-image: url(images/star2.png);
	background-position: right;
	background-repeat: no-repeat;
}


/* NAVIGATION */

#slideshow {
	height:410px;
	margin: 20px 20px 20px 20px;
	float: left;
	width: 445px;
}

#slideshow img {
	position:absolute;
	z-index:8;
	opacity:0.0;
	left: 24px;
	top: 205px;
}
#slideshow img.active { z-index:10; opacity:1.0; }
#slideshow img.last-active { z-index:9; }
#nav {
	clear: both;
	position: relative;
	top: 155px;
	left: 0px;
	width: 955px;
	padding-left: 25px;
	background-image: url(images/tran2x2.png);
}
#nav ul{ list-style: none; } 
#nav li{ display: inline; padding-right:10px; }
#nav li a {
	text-decoration: none;
	color: #967C21;
}
#nav li a:hover { color: #ea3186;}
#nav #current a {
	color: #C03;
}


/* SIDEBAR */



/* For IE 5-7 */
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
	left: -5px;
}
.boxcaption p { margin: 0px 0px 0px 20px; color: white; }
.boxgrid a { text-decoration: none; }





/* FOOTER */
#footer {
	height: 40px;
	clear: both;
	margin: 10px 23px;
}

.footer_element {
float: left;
margin-right: 210px;
}

.footer_element_last {
float: left;
margin-right: 0px;
}

.footer_highlight {
	color: #FFF;
}

.float_left {
	clear: both;
	margin: 0px 0px;
	color: #333;
	text-align: left;
}
.float_leftred {
	clear: both;
	margin: 10px 0px;
	color: #BB2B06;
	text-align: center;
	font-weight: bold;
}
.float_leftgold {
	clear: both;
	margin: 0px 0px;
	color: #967C21;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

.float_leftgrey {
	clear: both;
	margin: 0px 0px;
	color: #967C21;
	text-align: left;
	font-size: 9px;
}
.float_leftpink {
	clear: both;
	margin: 10px 0px;
	color: #FF51A8;
	text-align: center;
	font-weight: bold;
}
.float_lefttwit {
	clear: both;
	margin: 10px 0px;
	color: #06C;
	text-align: left;
	font-weight: bold;
}
.float_leftgldsm {
	clear: both;
	margin: 10px 0px;
	color: #967C21;
	text-align: left;
	font-weight: bold;
}

.float_leftpurple {
	clear: both;
	margin: 0px 0px;
	color: #AF01AB;
	text-align: left;
	font-weight: bold;
}

.float_centerred {
	clear: both;
	margin: 10px 0px;
	color: #BB2B06;
	text-align: center;
	font-weight: bold;
}
.float_midgold {
	clear: both;
	margin: 10px 0px;
	color: #967C21;
	text-align: center;
	font-weight: bold;
}
#slideshow2 {
	height:410px;
	margin: 20px 20px 20px 20px;
	float: left;
	width: 930px;
}
.float_left-CH {
	clear: both;
	margin: 0px 0px;
	color: #333;
	text-align: left;
	font-size: 10px;
}

