/*===================*/
/*=== Main Styles ===*/
/*===================*/


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:760px;
    height:175px;
    
}

#slider {
	position:relative;
	width:760px;
    height:175px;
    margin-left:0px;
	background:url('slide_images/loading.gif') no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
}
#slider a {
	border:0px none;
	display:block
}

.nivo-controlNav {
	margin-left:0px;
	position:absolute;
	left:341px;
	bottom:16px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url('slide_images/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0px none;
	margin-right:3px;
	float:left
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url('slide_images/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0px none;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#fcff00;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

body {
margin: 15 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #E9F1F5 url(bg1.jpg) top center repeat-y;
}

td.separator {
	height: 10px;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	width: 215px;
	background-color: #f1f1f1;
	border: 1px solid #555;
}
#menu li {
	border-bottom: 1px solid #555;
}
#menu li a {
    display: block;
	color: #000;
    padding: 4px 0 8px 16px;
    text-decoration: none;
}
/* Change the link color on hover */
#menu li a:hover {
    background-color: #555;
    color: white;
}

TD.label {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	background-color: #555;
	padding: 8px 0 8px 8px;
	COLOR: #FFFFFF;
	height: 25px;
}
TD.normal {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	padding: 8px 0 0 8px;
	COLOR: #000000;
	height: 20px;
}
TD.footer {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #000000
}
.SelectButton {
	font-family: Verdana, Arial, Helvetica, TimesNewRoman, san-serif;
	font-size: 13px;
	font-weight: bold;
	color:White;
	background-color: #6885A5;
	height: 25px;
	border: 2pt outset #5E86B8
}

#content {
font: 76% Verdana,Tahoma,Arial,sans-serif;
border-left: 1px solid #BECFD6;
border-right: 1px solid #BECFD6;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #BECFD6;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #1C6280;
}

a:hover {
text-decoration: underline;
color: #1C6280;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #BECFD6;
width: 760px;
text-align: center;
color: #BECFD6;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}