@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
}
hr.divider{margin-bottom:20px; display:block; background-color:#ccc; color:#CCC;}
h1{font-size:1.4em;}
h2{font-size:0.8em; color:#666666;}
h3{}
p{font-size:0.7em; line-height:1.6em;}
td p{font-size:0.7em; line-height:0.7em;}
#leftCol li{font-size:0.7em; margin-bottom:10px;}

p img{display:block; margin:0px 8px 15px 0px; border:1px solid #CCC;}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: underline;
	color: #069;
}
a:active {
	text-decoration: none;
	color: #069;
}

.container{margin-left:auto; margin-right:auto; width:800px; background-color:#FFFFFF; padding-top:30px;}

img #header{float:left;}
img #logo{float:left; }

#leftCol{width:450px; margin:40px 0px 0px 60px; padding:0px 0px 40px 0px;}
#leftColWide{width:680px; margin:40px 0px 0px 60px; padding:0px 0px 40px 0px;}
#rightCol{float:right; width:200px; margin:30px 50px 30px 0px;}

ul#menu{list-style:none; margin:0px; padding:0px; font-size:0.7em;}
ul#menu li{margin:0px; padding:0px;}
ul#menu li a{display:block; width: 190px; padding:4px 4px 4px 15px; background-position:3px 5px;}
ul#menu li a:link {
	color: #666666;
	text-decoration: none;
	border-bottom:1px solid  #E1E1E1;
	background-image:url(../images/blt_blue.gif);
	background-repeat:no-repeat;
}
ul#menu li a:visited {
		color: #666666;
	text-decoration: none;
	border-bottom:1px solid #E1E1E1;
	background-image:url(../images/blt_blue.gif);
	background-repeat:no-repeat;
}
ul#menu li a:hover {
	color: #FFF;
	background-color:#56b9e0;
	text-decoration: none;
	border-bottom:1px solid #56b9e0;
	background-image:url(../images/blt_white.gif);
	background-repeat:no-repeat;
	
}
ul#menu li a:active {
	color: #FFF;
	background-color:#56b9e0;
	text-decoration: none;
	border-bottom:1px solid #56b9e0;
	background-image:url(../images/blt_white.gif);
	background-repeat:no-repeat;
}
ul#menu li.sel a:link {
	color: #FFF;
	background-color:#006699;
	text-decoration: none;
	border-bottom:1px solid #006699;
	background-image:url(../images/blt_white.gif);
	background-repeat:no-repeat;
}
ul#menu li.sel a:visited {
		color: #FFF;
	background-color:#006699;
	text-decoration: none;
	border-bottom:1px solid #006699;
	background-image:url(../images/blt_white.gif);
	background-repeat:no-repeat;
}
ul#menu li.sel a:hover {
		color: #FFF;
	background-color:#56b9e0;
	text-decoration: none;
	border-bottom:1px solid #56b9e0;
	background-image:url(../images/blt_white.gif);
	background-repeat:no-repeat;
}
ul#menu li.sel a:active {
		color: #FFF;
	background-color:#56b9e0;
	text-decoration: none;
	border-bottom:1px solid #56b9e0;
	background-image:url(../images/blt_white.gif);
	background-repeat:no-repeat;
}

/* root element for tabs */
ul.tabs {
list-style:none;
margin:0 !important;
padding:0px 0px 1px 0px;
border-bottom:1px solid #006699;
height:30px;
}
/* single tab */

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

ul.tabs li {
float:left;
text-indent:0;
padding:0;
margin:0px 1px 0px 0px !important;
list-style-image:none !important;
}
/* link inside the tab. uses a background image */
ul.tabs a {
background:#F6F6F6;
font-size:11px;
display:block;
height: 30px;
line-height:30px;
width: 134px;
text-align:center;
text-decoration:none;
color:#006699;
padding:0px;
margin:0px;
position:relative;
top:1px;
}
ul.tabs a:active {
outline:none;
}
/* when mouse enters the tab move the background image */
ul.tabs a:hover {
background:#56b9e0;
color:#fff;
}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a, ul.tabs li.ui-tabs-selected a, ul.tabs li.ui-state-active a{
background:#006699;
cursor:default !important;
color:#FFF !important;
}
/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */
/* width 1 */
ul.tabs a.s { background-position: -553px 0; width:81px; }
ul.tabs a.s:hover { background-position: -553px -31px; }
ul.tabs a.s.current { background-position: -553px -62px; }
/* width 2 */
ul.tabs a.l { background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover { background-position: -248px -31px; }
ul.tabs a.l.current { background-position: -248px -62px; }
/* width 3 */
ul.tabs a.xl { background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover { background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }
/* initially all panes are hidden */
.panes .pane {
display:none;
} 


.quote{font-size:1.0em; color:#666666; margin:30px 0px 0px 0px; line-height:1.2em; font-weight:bold;}
.clearBoth{clear:both;}

.bright{border-right:1px solid #ccc}
.btop{border-top:1px solid #ccc}

