@CHARSET "ISO-8859-1";

/* ---------------- General formatting elements ---------------- */
body {
	padding: 0;
	margin: 0;
	background-color: #C0C0C0;
	color: #707070;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
  font-size: 9pt;
	text-align: center;
	-moz-opacity: .999; //to defeat firefox redraw problem with fade effect
}

h1 {
	font-family:Trebuchet MS;
	font-size:20pt;
	color:#DD7B2C;
	letter-spacing:3px;
}

h2 {
	font-family:Trebuchet MS;
	font-size:16pt;
	color:#A0A0A0;
	letter-spacing:2px;
}

h3 {
	font-family:Trebuchet MS;
	font-size:14pt;
	color:#A0A0A0;
}

h4,h5 {
	font-family:Trebuchet MS;
	color:#808080;
}

p, div, td {
	color:$fontColor;
	font:Trebuchet MS 9 ;
}

.clear {
	clear:both;
}

a, a:visited {
	color:#FB9233;
	text-decoration:none;
}

a:hover {
	color:#DD7B2C;
	text-decoration:underline;
}

/* ---------------- Page background ---------------- */

/* ---------------- Container for all the content ---------------- */
#wrap {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

#header-wrap {
	margin:0;
	padding:0;
	height:230px;
	background: #fff url(header-bg.jpg?z=12831) repeat-x  ;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width:820px;
	height:230px;
	background: #FFFFFF url(header.jpg?z=12831) ;
	background-position: 0px 0px ;
	margin-left: auto;
	margin-right: auto;
}

#header-content {
	padding-top:40px;
	text-align:left;
	width:780px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	margin:0;
	padding:0;
	text-align:left;
	width:820px;
	background: #FFFFFF url( bg.jpg?z=12831 ) repeat-y ;
	background-position: 0px 0px ;
	margin-left: auto;
	margin-right: auto;
}

#content-wrap {
	width: 780px;
	margin: 0px auto;
	padding: 0;
}

#footer-wrap {
	padding:0;
	margin:0 auto ;
	background: #C0C0C0 url(footer-bg.jpg?z=12831) repeat-x ;
}

#footer {
	width:820px;
	height:80px;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: #C0C0C0 url(footer.jpg?z=12831) no-repeat 50% 0 ;
}

/* ---------------- Horizontal navigation block ---------------- */
/* Horizontal navigation block */
#navarea {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: #C4C4C4 url(menu.jpg?z=96249) repeat-x;
	height: 40px;
	width: 780px; /* Set the width according to the site layout */
	border-top :1px solid #FFFFFF;
	border-bottom :1px solid #FFFFFF;
}

/* link styles */
.nav a {
	text-decoration: none;
	font: bold 14px/40px "Trebuchet MS", Arial, Tahoma, Sans-serif;
	display: block;
	padding: 0 14px; /* top and bottom are 0, left and right are 14 */
	color: #FFFFFF;
	/* width: 4.5em; */
	/* font-weight: bold; */
	/* background-color: #4C5353; */
	/* border-bottom: 1px solid #CCC; */
	border-left: 1px solid #CCC;
}

.nav li li a {
  /* style for links on pop-up menus */
    background: #C4C4C4; /* Set Colour or use image */
    font: 12px/40px "Trebuchet MS", Arial, Tahoma, Sans-serif;
    width: 12em;
    border: 1px solid #CCC;
}

.nav li li li a {
	/* style for second level menu links */
}

.nav a:hover{
	background: #FFD400 url( selectedMenu.jpg?z=96249 ) repeat-x;
	color: #000000;
	/* width: 9em; */
}

/* main nav bar */
.nav {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: #C4C4C4 url(menu.jpg?z=96249) repeat-x;
	height: 40px;
	width: 780px; /* Set the width according to the site layout */
	/* border-top :2px solid #FFFFFF; */
	/* border-bottom : 2px solid #FFFFFF; */
}

/* all list items */
.nav  li {
	margin:0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
  position: relative;
}


/* position the 2nd level menus */
.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
  left: 0;
  top: 3.5em; /* change when you change height of links */
	display: none;
}

.nav ul li {
	float: none; /* so links line up one above the other for drop-downs */
}


/* position the 3rd level menus */
.nav ul ul {
	position: absolute;
  left: 10.8em; /* change when you change width of links */
  top: -1px;
  z-index: 99;
  border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.nav ul ul li {
	z-index: 100;
}

/* look for buttons that have menus and show arrows */
.nav .sub {
	/* background-image: url(arrow_down.png); */
  background-repeat:no-repeat;
  background-position: 2px 3px;
}

.nav .subsub {
	/* background-image: url(arrow_left.png); */
  background-repeat: no-repeat;
  background-position: 4px 7px;
}





#nav1 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: #C0C0C0 url(menu.jpg?z=12831) repeat-x;
	font: bold 16px/40px "Trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 40px;
	width: 780px;
	border-top :1px solid #FFFFFF ;
	border-bottom : 1px solid #FFFFFF ;
}

#nav1 ul {
	float: left;
	list-style: none;
	margin:0;
	padding: 0 ;
}

#nav1 ul li {
	display: inline;
}

#nav1 ul li a {
	display: block;
	float: left;
	padding: 0 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	border-right: 1px solid #dedede ;
}

#nav1 ul li a:hover {
	background: #DD7B2C url( selectedMenu.jpg?z=12831 ) repeat-x;
	color: #EFEFEF;
}


li.current {
	background-color:#C0C0C0;
	color: #FFFFFF;
}

/* full page render without the horizontal menu */
#fullpage {
	/* float: right; */
	width: 745px;
	padding: 20px 10px 20px 10px;
	margin:0;
	text-align:left;
	/* display: inline; */
	background: #ffffff;
}

#main {
	float: right;
	width: 510px;
	padding: 20px 0 0 0;
	margin: 0px 20px 0px 20px ;
	display: inline;
	background: url(box.jpg) no-repeat;
}

#main p, #main h1, #main h2, #main h3, #main ol, #main ul, #main form {
	margin:10px 0pt 0pt 0pt ;
}

#main p, #sidebar p {
	text-align:justify;
}

#main ul,ol {
	list-style-type: cicle;
	margin: 0 0 0 0;
	padding-left: 2em;
}

#main img {
	border:1px solid #CCC;
	padding:5px ;
}

#main a.addthis_button img {
	border: 0px;
}

/* ---------------- Sidebar menus ---------------- */
#sidebar {
	float: left;
	width: 230px;
	padding: 0px
	margin: 10px 0 0 0;
	font-family:Trebuchet MS, sans-serif;
  font-size:9pt;
	color: #DD7B2C;
}


#sidebar *  {
	margin: 15px;
}

#sidebar h3 {
	font-family:Trebuchet MS, sans-serif;
    font-size:14pt;
	color: #C0C0C0;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 10px;
	padding: 0;
	text-decoration: none;
	border-top: 1px solid #d6d6d6;
}

#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;
	color: #777;
	border-bottom: 1px solid #d6d6d6 ;
}

#sidebar ul.sidemenu li.parent a {
	text-decoration: none;
	font-weight: bold;
	color: #FB9233;
	/* color: #000000; */
}

#sidebar ul.sidemenu li.parent a:hover {
	color: #000000;
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}


#sidebar ul.sidemenu li a {
	text-decoration: none;
	color: #DD7B2C;
}


#sidebar ul.sidemenu li a:hover {
	color: #A0A0A0 ;
}

#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }

#sidebar ul.sidemenu ul li { border: none; }

#footer-content {
	font : 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF ;
	margin: 0 auto;
	width:780px;
	text-align:center;
}

#footer-content a:link, #footer-content a:visited  {
	font : 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF ;
	text-decoration:none;
}

#footer p {
	text-align:center;
}


/* Article layout */
.imageLeft {
	float: left;
}

.imageRight {
	float: right;
}

.oneColumn {
	clear: both;
	/*border: 1px solid #696969;*/
}

.twoColumn {
	float: left;
	margin: 5px 10px 5px 2px;
	padding: 10px 15px 10px 5px;
	width: 40%;
	background-color:#b0e0e6;
	border: 1px solid #696969;
}


/* Other style elements to include (not usually in the template) */
div.user {
  width: 120px;
  height: 20px;
  margin-left: 510px;
  margin-top: 110px;
}

/* ---------------- Breadcrumb styling ---------------- */
#breadcrumb ul li{
   list-style-image: none;
   display:inline;
   padding: 0 2px 0 0;
   margin: 3px 0 0 0;
}

#breadcrumb ul{
	margin:0;padding:0;
	list-style-type: none;
	padding-left: 1em;
	font-size: 10px;
	color:gray;
}

#breadcrumb a{font-size:10px;
	line-height:200%;
	color:blue;
}

#breadcrumb a:hover {font-size:10px;
color:red;
}

#pgCurrent a {font-size:12px;
	color:#6060FF
}

.pgList {font-size:12px;
	color:#6060FF
}

.bdr1 {
	border: 1 solid #cccccc
}

.bdr2 {
	padding: 1em;
	border: medium double #6699ff
}

#search *  {
	margin: 2px;
}

.newsline * {
	font-size:8pt;
	margin: 5px;
}

.newsline h5 {
	font-size:9pt;
	margin-top: 20px;
}

.activesection h4 {
	background: url(rolldown.gif) no-repeat 0% 10%;
	padding-left: 20px;
	cursor: pointer;
}
.activesection h4.close {
	background-image: url(rollup.gif);
}

.info {
	font-size: inherit;
	color: red;
}

.infobar {
	margin: 0px 10px 0px 10px;
}