body {
	background: #d1d2d4;
	margin: 0px 0px 0px 0px;
	background-image:url(images/bk.jpg);
	background-position:0px 0px;
	background-repeat: repeat-x;
}
input.inputtxt {
	border-top: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
textarea.inputtxtarea {
	border-top: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
table.maintxt {
	color: #000000;
	font-family: Arial, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
}
a.maintxtlink {
	color: #000000;
	font-family: Arial, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
}
a.maintxtlink:hover {
	color: #000000;
	font-family: Arial, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
    text-decoration: underline;
    font-weight: bold;
}
table.smmaintxt {
	color: #000000;
	font-family: Arial, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
}
a.smmaintxtlink {
	color: #000000;
	font-family: Arial, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
}
a.smmaintxtlink:hover {
	color: #000000;
	font-family: Arial, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
    text-decoration: underline;
    font-weight: bold;
}
a.qkview {
	color: #7A7A7A;
	font-family: Arial, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
    text-decoration: none;
}
a.qkview:hover {
	color: #000000;
	font-family: Arial, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
    text-decoration: underline;
}

td.homepage {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10px;
}
table.bottom {
	background-image:url(images/bottom_bk.gif);
    background-position:0px 0px;
}
table.hometopbk {
	background-image:url(images/headernew.jpg);
    background-position:0px 0px;
}
table.othertopbk {
	background-image:url(images/headernew.jpg);
    background-position:0px 0px;
}
td.topnavigation {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
    font-weight: bold;
}
a.bgwhite {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}
a.bgwhite:hover {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
}
a.smwhite {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}
a.smwhite:hover {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
    font-weight: bold;
    text-decoration: underline;
}
a.bgblue {
	color: #49717d;
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}
a.bgblue:hover {
	color: #49717d;
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
}


/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
/*[START-QCC]*/.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:inline-block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}/*[END-QCC]*//*[START-QCC0]*/#qm0 li, #qm0 a {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}/*[END-QCC0]*/


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/
	#qm0
	{
		width:245px;
		background-color:#D1D2D4;
	}


	/*"""""""" (MAIN) Items""""""""*/
	#qm0 a
	{
		color:#3C3C3C;
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		text-align:left;
	}


	/*"""""""" (MAIN) Hover State""""""""*/
	#qm0 a:hover
	{
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/
	#qm0 li:hover>a
	{
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Active State""""""""*/
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{
		text-decoration:none;
		font-weight:bold;
	}


	/*"""""""" (SUB) Container""""""""*/
	#qm0 div, #qm0 ul
	{
		padding:5px 0px 5px 0px;
	}


	/*"""""""" (SUB) Items""""""""*/
	#qm0 div a, #qm0 ul a
	{
		padding:2px 0px 2px 15px;
		margin:0px 5px 0px 5px;
		background-image:none;
		color:#3C3C3C;
		font-size:13px;
	}


	/*"""""""" (SUB) Hover State""""""""*/
	#qm0 div a:hover
	{
		text-decoration:underline;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/
	#qm0 ul li:hover>a
	{
		text-decoration:underline;
	}


	/*"""""""" (SUB) Active State""""""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
		text-decoration:none;
		font-weight:bold;
	}


	/*"""""""" Individual Titles""""""""*/
	#qm0 .qmtitle
	{
		font-size:11px;
	}


	/*"""""""" Custom Rule""""""""*/
	ul#qm0 .qmparent
	{
		background-image:url(arrow_0.gif);
		background-repeat:no-repeat;
		background-position:95% 55%;
	}


	/*"""""""" Custom Rule""""""""*/
	ul#qm0 ul a
	{
		padding:2px 20px 2px 5px;
	}


	/*"""""""" Custom Rule""""""""*/
	ul#qm0 ul
	{
		border-width:1px;
		border-style:solid;
		border-color:#3C3C3C;
	}


	/*"""""""" Custom Rule""""""""*/
	ul#qm0
	{
		border-width:1px;
		border-style:solid;
		border-color:#3C3C3C;
	}
	/*[END-QS0]*/

/*///////////////////// News Slider ///////////////////*/



.NewsContainer
{
    float: right;
    width: 345px;
    font-family: Geneva, Arial, Helvetica, Sans-serif;
}

.NewsContainer h2
{
    font-size: 18px;
    color: #006595;
    margin-bottom: 5px;
    font-weight: lighter;
    margin-top: 0px;
    padding-top: 0px;
}

    .widget
{
    width: 325px;
    padding: 5px;
    /*background: #f3f1eb;
    border: 1px solid #dedbd1;*/
    border: 1px solid #C0C0C0;
    margin-bottom: 15px;
    float: right;
}


#tabvanilla  ul
{
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 4px;
}


.tabvanilla li
{
    display: inline;
    list-style: none;
    padding-right: 1px;
}

		.tabvanilla li a
{
    text-decoration: none;
    color: #A0A0A0;
    font-weight: bold;
    padding: 4px 6px;
    outline: none;
    font-size: 13px;
}

		.tabvanilla li a:hover, .tabvanilla li a:active, .tabvanilla li.ui-tabs-selected a {
		background: #dedbd1;
		color: #993f24;
		font-weight: bold;
		text-decoration: none;

		}


    .tabdiv
{
    background: #fff;
    border: 1px solid #dedbd1;
    padding: 5px;
    height: 181px;
    overflow: auto;
}

        .tabdiv p
        {
            border-bottom-style: dotted;
            border-bottom-width: 1px;
            border-bottom-color: #CCCCCC;
            font-size: 11px;
        }

        .tabdiv p span
        {
            font-weight: bold;
            color: #006595;
            padding-bottom: 2px;
        }

    .ui-tabs-hide {
    display: none;
    }


.thumbwrapper .highslide {
	outline: none;
}
.textwrapper .highslide {
	font-size: 11pt;
	text-decoration: none;
	display: block;
	text-align: center;
}
.highslide img {
	border: 2px solid gray;
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    padding: 5px;
    background-color: #F0EDE0;
    text-align: justify;
}
.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;*/
}
.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
.highslide-overlay {
	display: none;
}
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;
}
.highslide-previous-next {
    text-align: center;
    padding-bottom: 5px;
}
.highslide-previous-next a {
	font-size: 7pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    color: white;
    padding: 0 20px;
}
.highslide-html {
    border: 2px solid silver;
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
/* Individual CSS-classes: no border */
.highslide-no-border .highslide-image {
	border: none;
	border-bottom: 1px solid white;

}
.highslide-no-border .highslide-html {
	border: none;

}
.highslide-no-border .highslide-caption {
	border: none;
    border-bottom: 1px solid white;
    background-color: gray;
	color: white;
}
.highslide-no-border .highslide-caption code {
    color: white;
}

/* Individual CSS-classes: gradient */
.highslide-white .highslide-image {
	border: 5px solid white;

}
.highslide-white .highslide-caption {
	background-color: white;
}
.highslide-white .control, .highslide-white .control * {
	color: #666;
}
.highslide-white .highslide-html {
    border: 2px solid white;
}

/* Individual CSS-classes: narrow border */
.highslide-narrow-border .highslide-image {
	border: 2px solid white;
}
.highslide-narrow-border .highslide-caption {
	background-color: white;
}

/* Individual CSS-classes: black border */
.highslide-black-border .highslide-image {
	border: 2px solid #655F2F;
}
.highslide-black-border .highslide-caption {
	border: 2px solid #655F2F;
	border-top: none;
	background-color: white;
	color: #333;
}

/* Individual CSS-classes: specified blur style */
.highslide-blur-example .highslide-image-blur {
    border-color: silver;
}

.highslide-blur-example .highslide-caption-blur {
    border-color: silver;
}

.html-header {
	background-image: url(highslide/graphics/header-background.gif);
	cursor: default;
	height: 18px;
	padding: 2px;
}
.highslide-html-blur #highslide-html-7-header {
	background-image: url(highslide/graphics/header-background-blur.gif);
	height: 18px;
	padding: 2px;
}


/* Controlbar example */
.controlbar {
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* Controlbar example */
.controlbar2 {
	margin-left: 60px;
	background: url(highslide/graphics/controlbar2.gif);
	width: 210px;
	height: 32px;
}
.controlbar2 a {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
}

/* Controlbar example */
.controlbar5 {
	background: url(highslide/graphics/controlbar5.gif);
	width: 83px;
	height: 18px;
	float:right;
}
.controlbar5 a {
	display: block;
	float: left;
	height: 18px;
}
.controlbar5 a:hover {
	background-image: url(highslide/graphics/controlbar5-hover.gif);
}
.controlbar5 .previous {
	width: 20px;
}
.controlbar5 .next {
	width: 20px;
	background-position: -20px 0;
}
.controlbar5 .highslide-move {
	width: 20px;
	background-position: -40px 0;
}
.controlbar5 .close {
	width: 20px;
	background-position: -60px 0;
}

/* Put these last in your highlide-related CSS */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
































































