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

/* Top navigation */
a.boldbuttons{
	display: block;
	float: right;
	font: bold 13px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: auto; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	background-image: url(../images/roundedge-gray-left.gif);
	margin-left: 2px;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url(../images/roundedge-gray-right.gif) no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	width: 450px;
	float: right;
	margin-right: 50px;
}

</style>
<style type="text/css">

#ddimagetabs{
}

#ddimagetabs a{
	display: block;
	text-decoration: none;
	font: bold 12px Arial; /*tab font */
	color: black; /*width of tab image */
	height: 22px; /*height of tab image */
	float: left;
	display: inline;
	margin-left: 2px; /*spacing between tabs */
	padding-top: 4px; /*vertical offset of tab text from top of tab*/
	background-image:url(../images/bluetab.jpg); /*URL to tab image */
	background-repeat: no-repeat;
	text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(../images/bluetabover.jpg); /*URL to tab image onmouseover */
color: black;
}

#tabcontentcontainer{
	width:626px; /*width of 2nd level content*/
	height:510px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}


#ddimagetabs #customtab1{
	width: 150px; /*width of custom tab image */
	background-image:url(../images/biggtab.jpg); /*URL to custom tab image */
}

#ddimagetabs #customtab1:hover, #ddimagetabs #customtab1.current{
background-image:url(../images/biggtabover.jpg); /*URL to tab image onmouseover */
color: black;
}
/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox {
	width: 90%;
	margin: auto;
}
.p{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
