@charset "utf-8";
/* CSS Document */

.center_text {
text-align:center;	
}
/* Domestic Page Starter. Lite, Pro Bars */

.bar{
	display:block;
	margin: 0;
	height: 29px;
	width: 650px;
	line-height:29px;
	vertical-align:middle;
	padding:0;
	padding-left:10px;
	text-decoration:none;
	color:#000;
	font-size:14px;
}
.bar div.title{
	float:left;
	color: #000;
}
.bar_static{
	display:block;
	margin: 0;
	height: 29px;
	width: 650px;
	line-height:29px;
	vertical-align:middle;
	padding:0;
	padding-left:10px;
	text-decoration:none;
	color:#000;
	font-size:14px;
}
.bar_static div.title{
	float:left;
}
.bar div.arrow_down, .bar div.arrow_up {
	float:right;
	width: 12px;
	height: 100%;
	line-height: 100%;
	background: url(images/bar_arrow.png) no-repeat left 50%;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bar div.arrow_up{
	background: url(images/bar_arrow.png) no-repeat right 50% !important;
}
.bar_static.yellow{
	background: url('images/button_bar_yellow.gif') no-repeat top left;
}
.bar.yellow{
	background-image: url(images/button_bar_yellow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bar.yellow:hover{
	background: url('images/button_bar_yellow.gif') no-repeat bottom left;
	text-decoration:none;
}
.bar.yellow:active{
	background: url('images/button_bar_yellow.gif') no-repeat bottom left;
}
.bar_static.green{
	background: url('images/button_bar_green.gif') no-repeat top left;
}
.bar.green{
	background: url('images/button_bar_green.gif') no-repeat top left;
}
.bar.green:hover{
	background: url('images/button_bar_green.gif') no-repeat bottom left;
	text-decoration:none;
}
.bar.green:active{
	background: url('images/button_bar_green.gif') no-repeat bottom left;
}
.bar_static.blue{
	background: url('images/button_bar_blue.gif') no-repeat top left;
}
.bar.blue{
	background: url('images/button_bar_blue.gif') no-repeat top left;
}
.bar.blue:hover{
	background: url('images/button_bar_blue.gif') no-repeat bottom left;
	text-decoration:none;
}
.bar.blue:active{
	background: url('images/button_bar_blue.gif') no-repeat bottom left;
}
.bar.purple{
	background: url('images/button_bar_purple.gif') no-repeat top left;
}
.bar.purple:hover{
	background: url('images/button_bar_purple.gif') no-repeat bottom left;
	text-decoration:none;
}
.bar.purple:active{
	background: url('images/button_bar_purple.gif') no-repeat bottom left;
}


/* Domestic Page Sexy Buttons */
.button_clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button_yellow {
	background: transparent url('button_yellow_a.gif') no-repeat scroll top right;
	color: #000;
	display: block;
	float: right;
	clear:both;
	font: normal 12px arial, sans-serif;
	height: 27px;
	margin-right: 6px;
	padding-right: 29px; /* sliding doors padding */
	text-decoration: none;
}

a.button_yellow span {
	background: transparent url('button_yellow_span.gif') no-repeat;
	display: block;
	line-height: 17px;
	padding: 5px 0 5px 18px;
}

a.button_yellow:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_yellow:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

a.button_green {
	background: transparent url('button_green_a.gif') no-repeat scroll top right;
	color: #000;
	display: block;
	float: right;
	clear:both;
	font: normal 12px arial, sans-serif;
	height: 27px;
	margin-right: 6px;
	padding-right: 29px; /* sliding doors padding */
	text-decoration: none;
}

a.button_green span {
	background: transparent url('button_green_span.gif') no-repeat;
	display: block;
	line-height: 17px;
	padding: 5px 0 5px 18px;
}

a.button_green:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_green:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

a.button_blue {
	background: transparent url('button_blue_a.gif') no-repeat scroll top right;
	color: #000;
	display: block;
	float: right;
	clear:both;
	font: normal 12px arial, sans-serif;
	height: 27px;
	margin-right: 6px;
	padding-right: 29px; /* sliding doors padding */
	text-decoration: none;
}

a.button_blue span {
	background: transparent url('button_blue_span.gif') no-repeat;
	display: block;
	line-height: 17px;
	padding: 5px 0 5px 18px;
}

a.button_blue:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_blue:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
