@charset "utf-8";
/* CSS Document */

/********************************/
/* HTML Elements                */
/********************************/

body {
	background:#FFFFFF url(img/header.gif) repeat-x;
	margin:0;
	text-align:center;
}

/********************************/
/* Patch                        */
/********************************/


#badge {
	background-image: url(img/badge.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 30px;
	height: 200px;
}

/********************************/
/* Container                    */
/********************************/

#container{
	width: 1028px;
	margin: auto;

}

/********************************/
/* Navigation                   */
/********************************/

#mainNav ul { /* The main links in the header */
	margin: 20px 0 25px 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#mainNav ul li {
	display: inline;
}

#mainNav ul li a {
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
	padding:0;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

#mainNav ul li a:hover {
	color: #fff100;
}

#mainNav #current a {
	color: #000;
	cursor:default;
}

#mainNav span {
	padding:0 10px 0 10px;
	border-right:#c12b2b solid 2px;
}

#mainNav .end, span{
	padding:0 0 0 10px;
	border:none;
}

#topNav ul { /* used at the very top of the header */
	margin: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#topNav ul li {
	display: inline;
}

#topNav ul li a {
	text-decoration: none;
	padding-left:10px;
	color: #ddd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#topNav ul li a:hover {
	color: #fff;
}

/********************************/
/* BurnBan                      */
/********************************/

#burnbanoff {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px Solid Black;
    padding: 3px 2px 3px 2px;
    text-align: center;
    margin-bottom: 10px;
}

#burnbanoff a {
	color: #FF0000;
	text-decoration: none;
}

#burnbanoff a:hover {
	color: #FF0000;
	text-decoration: none;
}

#burnbanon {
    background-color: #d64a4a;
    color: #FFFFFF;
    border: 1px Solid Black;
    padding: 3px 2px 3px 2px;
    text-align: center;
    margin-bottom: 10px;
}

/********************************/
/* ChiefJob                      */
/********************************/

#chiefjob {
    background-color: #fff100;
    color: #000;
    border: 1px Solid Black;
    padding: 3px 2px 3px 2px;
    text-align: center;
    margin-bottom: 10px;
}

#chiefjob a {
	color: #FF0000;
	text-decoration: none;
}

#chiefjob a:hover {
	color: #FF0000;
	text-decoration: none;
}

/********************************/
/* Tax                          */
/********************************/

#tax {
    background-color: #d64a4a;
    color: #FFFFFF;
    border: 1px Solid Black;
    padding: 3px 2px 3px 2px;
    text-align: center;
    margin-bottom: 10px;
}

#tax a {
    background-color: #d64a4a;
    color: #FFFFFF;
	text-decoration: none;
}

#tax a:hover {
    background-color: #d64a4a;
    color: #FFFFFF;
	text-decoration: underline;	
}

/********************************/
/* Sidebar                      */
/********************************/

#sidebar {
	float: right;
	width: 17%;
	background-color: #8b909d;
	border: 1px solid #c12b2b;
	padding: 10px 0 0 10px;
	text-align: left;
}

#sidebar ul { 
	margin: 10px 10px 147px 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#sidebar ul li a {
	text-decoration: none;
	text-transform:uppercase;
	padding:0 0 0 0;
	color: #fff;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#sidebar ul li a:hover {
	color: #fff100;
}

#sidebar #current a {
	color: #c12b2b;
	cursor:default;
}


/********************************/
/* Content                      */
/********************************/

#content {
	width: 78%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align: justify;
	color: #000;
	margin: 10px 0 45px 0;
	border-top: 1px solid #ff0000;
}

#content h1 {
	font-size: 1.8em;
	line-height: 45px;
}

#content h2 {
	font-size: 1.2em;
}

#content p {
	margin:0 0 10px 0;
	font-size: 0.9em;
	line-height: 20px;
}

#content a {
	color:#c12b2b;
	text-decoration: none;
	border-bottom: 1px dashed;
	padding: 0 2px 0 2px;
}

#content  a:hover {
	color:#fff;
	background-color: #848383;
	text-decoration: none;
	border-bottom: none;
	padding: 0 2px 0 2px;
}


.left  {
	float:left;
	border: 1px solid #c12b2b;
	margin-right: 8px;
}
.right{float:right;}

.red  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FF0000
}

/********************************/
/* Links                        */
/********************************/

.links {
	list-style-type: none;
}

.links li {
	line-height: 20px;
}

/********************************/
/* ESD Tables                */
/********************************/

table.agenda { 
	background-color: #FFF;
	border: 1px solid Black;	
	padding: 5px 5px 5px 5px;		
}

/* row1 start  */

td.row1top { 
	background-color: #8d929f;
	color: #000;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
}

td.row1 { 
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
}

td.row1bottom { 
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}

/* row2 start  */

td.row2top { 
	background-color: #8d929f;
	color: #000;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
}

td.row2 { 
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
}

td.row2bottom { 
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}

/* row 3 start  */


td.row3top { 
	background-color: #8d929f;
	color: #000;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
}

td.row3 { 
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
}

td.row3bottom { 
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;	
}


/* agenda right start  */


td.row4top { 
	background-color: #8d929f;
	color: #000;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid Black;
	border-right: 1px solid Black;	
}

td.row4 { 
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
}

td.row4bottom { 
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;	
}





td.agendayear {
	background-color: #8d929f;
	text-align: center;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
}




/********************************/
/* Footer                       */
/********************************/

#footer{
	width: 100%;
    font-size: 0.8em;
	padding-top: 6px;
	margin: 75px 0 20px 0;
	text-align: right;
	color: #999;
	border-top: 1px solid #c12b2b;
}

#footer ul { 
	color: #999;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	text-decoration: none;
	text-transform:uppercase;
	padding:0;
	color: #c12b2b;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

#footer ul li a:hover {
	color: #000;
	background-color: #DDD;
	text-decoration: none;
}

#footer span {
	padding:0 5px 0 5px;
	border-right:#999 solid 1px;
}

#footer .end, span{
	padding:0 0 0 5px;
	border:none;
}


#block {
	border: 1px solid black;
	background-color: #CCCCCC;
	padding: 15px 15px;
	font-size: 0.7em;
}









