    
a:link, a:active, a:visited {
         color: #FF6600;
    }

    a:hover {
         color: #FFFFCC;
    }
	
.wrap {
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 75px;
	margin-left: 175px;
	padding-right: 75px;
}

.bottomMargin {
	padding-bottom: 10px;
}
.topMargin {
	padding-top: 10px;
}
	
/*tooltip*/
div.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(images/balloon.png) top left no-repeat !important;
	background: url(images/balloon.gif) top left no-repeat;
	font-size: 11px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(images/balloon.png) bottom left no-repeat !important;
	background: url(images/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}
.toggler_header {
	height: 40px;
	width: 503px;
	display: block;
	color: #FFFFFF;
	clear: both;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	padding-top: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-left-color: #FFCC00;
}

/* accordion togglers */
.toggler {
	color: #FFFFFF;
	display:block;
	width:360px;
	cursor:pointer;
	height:100px;
	vertical-align: middle;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding-left: 10px;
	position: relative;
}
.toggler_gallery {
	height: 100px;
	width: 120px;
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC00;
	padding-right: 20px;
}
.toggler_base {
	height: 30px;
	width: 523px;
	vertical-align: middle;
	display: block;
	margin-bottom: 30px;
	clear: both;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
}
.toggler div{
	margin-left: 10px;
	line-height: 20px;
}

.toggler div img{
	position: absolute;
	margin-top: 5px !important;
	margin-top: 0px;
}

.toggler div span{
	line-height: 20px;
	position: relative;
}

/* toggler hover */
.togglerHover {
	color: #FFCC00;
	display:block;
	width:360px;
	cursor:pointer;
	height:100px;
	vertical-align: middle;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding-left: 10px;
	line-height: 20px;
}
.togglerHover div{
	margin-left: 10px;
}

.togglerHover div img{
	position: absolute;
	margin-top: 5px !important;
	margin-top: 0px;
}

.togglerHover div span{
	line-height: 20px !important;
	line-height: 25px;
}

/* accordion elements */
.accordion {
	color: #FFCC00;
	text-align:left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC00;
	border-left-color: #FFCC00;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 483px;
	float: right;
}

