﻿
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x; 
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: 700;
}

th, td {
	/* background: #FFFFFF url(images/img01.gif) repeat-x; */
	font-family: Verdana,Arial,sans-serif;
	font-size: 12 px;
	color: #666666;
}

h1, h2 {
	font-family: Verdana,Arial,sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
}

ol {
}

a:link {
	color: #3490F8;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

a:visited {
	color: #666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #CCCCCC;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}

/* Boxes */

.box-orange {
	background: url(images/img09.gif) repeat-x;
}

.box-orange .section {
	/*background: url(images/img11.gif) no-repeat right top;*/
	font-size: 100%;
	color: #FFFFFF;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	/*background: url(images/img10.gif) no-repeat;*/
}

.box-orange .content {
	padding: 20px;
}

.box-blue {
	background: url(images/img13.gif) repeat-x;
}

.box-blue .section {
	/*background: url(images/img15.gif) no-repeat right top;*/
	font-size: 100%;
	color: #FFFFFF;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	/*background: url(images/img14.gif) no-repeat;*/
}

.box-blue .content {
	padding: 20px;
}

.box-pink {
	background: url(images/img17.gif) repeat-x;
}

.box-pink .section {
	/*background: url(images/img19.gif) no-repeat right top;*/
	font-size: 100%;
	color: #FFFFFF;
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	/*background: url(images/img18.gif) no-repeat;*/
}

.box-pink .content {
	padding: 20px;
}

/* Purple */
.box-purple {
	background: url(images/imgPurple.gif) repeat-x;
}

.box-purple .section {
	/*background: url(images/img19.gif) no-repeat right top;*/
	font-size: 100%;
	color: #FFFFFF;
}

.box-purple .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	/*background: url(images/img18.gif) no-repeat;*/
}

.box-purple .content {
	padding: 20px;
}

/* Purple */

/* Header */

#header {
	width: 960px;
	height: 95px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
}

#logo h1 {
	padding-top: 5px;
	padding-left: 0px;
	/*text-transform: lowercase;*/
	font-size: 34px;
	font-weight: normal;
	
}

#logo h2 {
	padding: 63px 0 0 3px;
	text-transform: uppercase;
	font-family: Calibri (Body), Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Search */

#search {
	float: right;
	width: 300px;
	padding-top: 55px;
}

#search form {
}

#search fieldset {
	border: none;
}

#searchinput, #searchsubmit {
	font: bold 100% Calibri (Body), Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
	background: #FFFFFF url(images/img02.gif) repeat-x;
	border: 1px solid #FFFFFF;
}

#searchsubmit {
	padding: 0 2px;
	background: #F4A652 url(images/img03.gif) repeat-x;
	border: 1px solid #000000;
	text-transform: lowercase;
}

/* Menu */

#menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #FFFFFF;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img07.gif) no-repeat;
	text-decoration: none;
	color: #666666;
}

#menu a:hover {
	color: #1777B1;
}

#menu b {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: url(images/img08.gif) no-repeat right top;
	cursor: hand;	
}

#menu li.active {
	background: #CFCECE url(images/img04.gif) repeat-x;
}

#active
{
background: #CFCECE url(images/img04.gif) repeat-x;	
}

#menu li.active a {
	background: url(images/img06.gif) no-repeat right top;
	color: #C90404;
}

#menu li.active b {
	background: url(images/img05.gif) no-repeat;
}

/* Menu Nav */
#mainnav {
	padding:0 140px;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FC506F;	
	background-color:#C0C0C0;
}

* html #mainnav tr {height:2.1em;}

/*
#mainnav .item {
	padding:2px 7px;
	border-width:1px 0 0 1px; 
	border-style:solid; 
	border-color:#FFFFFF;
	background-color:#DADADA; 
	color:#333333; 
}

* html #mainnav .item {padding:0 20px;}

#mainnav .selected {
	background-color:#FF9900; 
	color:#FFFFFF;
}
#mainnav .hover {
	color:#FF284E; 
	background-color:#DADADA;
}

#mainnav table {border-right:1px solid #FFFFFF;}

#mainnav table table {border-right:none;}

	#mainnav, #mainnav .item, #mainnav .selected
	{
		background:transparent;
	}
*/

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 520px;
}

/* Feature */

#feature {
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 420px;
}

#sidebar .col-one {
	width: 200px;
}

#sidebar .col-two {
	width: 200px;
}

/* Footer */

#footer {
	height: 15px;
	padding: 5px;
	background: #C0C0C0;
	border-top: 1px solid #999999;
	vertical-align:middle;
	
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background:url(../images/list-bullet-01-link.gif) no-repeat 0 .8em;
	padding-left: 1em;
	margin-left: 0.4em;
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}

#content-side1 ul.list-of-links,
#content-side2 ul.list-of-links {
	margin: 0 0 30px 0px;
}

.list-of-links ul li{
display: inline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	UPDATE PROGRESS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#updProgress 
{
	/*z-index: 11000; left: 5px; position: absolute; bottom: 2px;*/
	z-index: 11000; left: 5px; position: absolute; bottom: 2px;
	border: Solid 1px #4682B4; background-color: #CADB58; vertical-align: middle; 
    text-align: left; width: 120px; height: 15px; padding: 5px 0px 8px 5px;
}
#updProgress SPAN
{
	font-size: 0.8em;
	font-weight: bold; text-align: left; padding-left: 5px; margin-bottom: 10px;
}

/* From Master */

.newfeed
{
	font-size:xx-small;
	font-family:Verdana;
	color:Green;
}



/* Main Menu */

.h_mnu_01{
	width: 100%;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	font-weight:normal;
	font-style: normal;
	text-decoration: none;
	border-bottom:#fff 1px solid;
	background: #C0C0C0;
	height:27px;
}

.h_mnu_01 ul{
	padding: 0;
	width: 1000px;
	/*width: 100%;*/
	margin:0 auto;
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: left;
	color: #000000;
	padding: 5px 6px;
	text-decoration: none;
	border-right:#808080 1px solid;
}

.h_mnu_01 ul li a:visited{
color: #000000;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #004000 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #F89429;
}


/* Main Menu Option 2*/

body{ behavior:url("csshover2.htc"); }
.pd_menu_01 {float:left; padding:0; padding-left:139px; margin:0;color: #000000;background: #C0C0C0;width:100%; border:solid 0px #808080;clear:both;} /*Color navigation bar normal mode*/
.pd_menu_01 a, .pd_menu_01 a:visited {
font-family:Verdana,Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:normal;
font-size:10px;
color: #000000;
background-color: #C0C0C0;
text-decoration: none;
}
.pd_menu_01 ul {list-style-type:none;padding:0; margin:0;}
.pd_menu_01 ul li {float:left; position:relative; z-index:auto !important ; z-index:1000 ; border-right:solid 1px #808080; border-left:solid 0px #808080;}
.pd_menu_01 ul li a {color: #000000;background: #C0C0C0;float:none !important ; float:left ; display:block; height:25px; line-height:25px; padding:0 8px 0 8px; text-decoration:none; }
.pd_menu_01 ul li ul {display:none; border:none;color: #000000;background:  #C0C0C0; width:1px}
.pd_menu_01 ul li:hover a {background-color:#F89429; text-decoration:none; color:#000000;} /*Color main cells hovering mode*/
.pd_menu_01 ul li:hover ul {display:block;  position:absolute; z-index:999; top:23px; margin-top:1px; left:0;}
.pd_menu_01 ul li:hover ul li a {display:block; width:12em; height:auto; line-height:1.3em; margin-left:-1px; padding:5px 5px 5px 5px; border-left:solid 1px #808080; border-bottom: solid 0px #808080; background-color: #C0C0C0;  color:#000000;} /*Color subcells normal mode*/
.pd_menu_01 ul li:hover ul li a:hover {background-color:#F89429; text-decoration:none;color:#000000;} /*Color subcells hovering mode*/
.pd_menu_01 ul li a:hover {background-color:#F89429; text-decoration:none;color:#000000;} /*Color main cells hovering mode*/
.pd_menu_01 ul li a:hover ul {display:block; width:12em; position:absolute; z-index:999; top:27px; left:0; }
.pd_menu_01 ul li ul li a:visited { background-color: #C0C0C0;  color:#000000;} /*Color subcells normal mode*/
.pd_menu_01 ul li a:hover ul li a {display:block; width:12em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-left:solid 1px #808080; border-bottom: solid 1px #808080; background-color: #C0C0C0;  color:#000000;} 
.pd_menu_01 ul li a:hover ul li a:hover {background-color:#F89429; text-decoration:none;color:#000000;} /*Color subcells hovering mode*/

/* Main Menu Option 2*/

/* Sub Menu */

.h_mnu_02{
	width: 100%;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_02 ul{
	margin: 0;
	padding: 0;
	float: left;
	background: #000000;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;

}

.h_mnu_02 ul li{
display: inline;
}

.h_mnu_02 ul li a{
	float: left;
	color: #F89429;
	padding: 4px 10px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
}

.h_mnu_02 ul li a:visited{
color: #F89429;
}

.h_mnu_02 ul li a:hover, .h_mnu_02 ul li {
	color: #000000 !important;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #CADB58;
}

.h_mnu_02 li.current{
background-color: #F89429;
}

.current
{
background-color: #F89429;
}


