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

* {
	margin:0px;
	padding:0px;
	font-family:Tahome, Arial, Helvetica, sans-serif;
}

h1{
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #999999;
	text-transform:uppercase;
	text-indent:15px
}

h2{
	font-size:14px;
	font-weight:bold;
	margin:10px 0px 10px 15px;
	color:#0D4786;
}

h3{
	font-size:12px;
	font-weight:bold;
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 15px;
	color:#0D4786;
}

p {
	font-size:11px;
	text-align:justify;
}

.button {
	background-image:url(images/buttonbg.jpg);
	background-repeat:repeat-x;
	border:1px solid #000000;
	margin:5px;
	padding:3px 5px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

#mainArea p{
	padding:0px 0px 3px 30px;
}

#mainArea p.emphasis {
	margin-left:15px;
	padding-left:15px;
	background-image:url(images/raquo.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
}

.emphasis{
	margin-left:15px;
	padding-left:15px;
	background-image:url(images/raquo.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
}

#leftArea{
	float:left;
	width:160px;
	padding:10px;
	background-image:url(images/leftBlend.jpg);
	background-repeat: repeat-x;
	height:100px;
}

#mainArea{
	float:left;
	width:580px;
	padding:10px;
	background-image:url(images/grad.jpg);
	background-position:right;
	background-repeat:repeat-y
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#glowingtabs{
/*float:left;*/
padding:5px 0px 0px 0px;
line-height:normal;
background-color:#628D9E;
}

#glowingtabs ul{
list-style-type: none;
margin-left:12px;
}

#glowingtabs li{
display:inline;
}

#glowingtabs a{
float:left;
background:url(images/tabLeft.jpg) no-repeat left top;
font-size:12px;
margin-right: 2px; /*spacing between each tab*/
padding:0 0 0 10px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(images/tabRight.jpg) no-repeat right top;
padding: 8px 19px 5px 10px;
font-weight:bold;
text-transform:uppercase;
color:#004080;
}

#glowingtabs a:hover span {
color:#000000;
padding: 8px 19px 5px 10px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #ffffff;
}
.highslide:hover img {
	border: 2px solid #999999;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.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(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;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

