html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
html {
height:100%;	
}

	
ol, ul, li {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***********************************************************
***********************************************************/
body {
	color:#222222;
	font-size: 14px;
	height:100%;
}
a {
	text-decoration: none;
	color: #47747a;
}
a:hover {
	text-decoration: underline;
	color: #223b51;
}
p {
	padding:5px;

}
.container {
	width: 100%;
	position:relative;
	margin: auto;
	z-index:100;
}
.header {
	position: relative;
	width:900px;
	height: 129px;
	margin-right: 60px;
	margin-left:60px;
	background-image:url(img/fire_top_logo.png);
	display:block;
	box-shadow:0 4px 2px -2px gray;
	-moz-box-shadow: 0 4px 2px -2px gray;
    -webkit-box-shadow: 0 4px 2px -2px gray;
	z-index:999;
	padding-right:0px;
}

#logo{
	position: absolute;
	width: 76px;
	height: 80px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	margin-left: 82px;
	margin-top: 36px;	
}

#icons{
	background-image:url(img/icons.png);
	background-repeat:no-repeat;
	width:124px;
	height:30px;
	position:absolute;
	float:right;
	right:25px;
	bottom:15px;
	z-index:9999;
}
#icon_home {
	position:absolute;
	display:block;
	width:41px;
	height:30px;
}

#icon_contact {
	position:absolute;
	display:block;
	margin-left:41px;
	width:41px;
	height:30px;
}

#icon_login {
	position:absolute;
	display:block;
	margin-left:82px;
	width:41px;
	height:30px;
}

/***********************************************************	
***********************************************************/
.background {
	position:fixed;
	bottom:0px;
	width:100%;
	height:100%;
	background-image:url(img/background.jpg);
	background-attachment: fixed;
	background-size: 100%;
	background-position: 50% 0%;
	background-repeat:repeat-y;
	z-index:-2;
}
.bg_fire {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 145px;
	background-image: url(img/fire_bottom.png);
	background-repeat: repeat-x;
	z-index: -1;	
}

.wrapper {
	width: 1020px;
	margin:0 auto;
	height:85%;	
}

#main {
	width:900px;
	margin:0 auto;
	height:100%;
	min-height:600px;
	background-color:#dedede;
	background-repeat:repeat-y;
	z-index:999;
}

.left {
	padding-left:180px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:25px;
	background-color:#dedede;
	height: auto;
	margin:0 auto;
	color:#000;
	font-size:11pt;
	font-family: Tahoma, Geneva, sans-serif;
	text-align:justify;
}

/* side menu vertical */
#sidemenu {
	display:block;
	width: 230px;
	position:absolute;
	padding-top:20px;
	margin-left:-60px;
	background-image:url(img/top_menu.png);
	background-position: 0px -10px;
	background-repeat:no-repeat;
	border-style: solid;
	border-width: 0px 0px 30px;
	border-image:url(img/bottom.png) 0 0 30;	
}
#sidemenu li {
	list-style:none;
}

#sidemenu ul{
	width:220px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11pt;
	text-align:center;
	box-shadow:2px 5px 5px black;
	-moz-box-shadow: 2px 5px 5px black;
    -webkit-box-shadow: 2px 5px 5px black;
}
#sidemenu ul li{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	padding-right:6px;
}
#sidemenu ul li ul{
	box-shadow:none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#sidemenu ul li ul li{
	padding-bottom:0px;
}


#sidemenu li a{
	color:#fff;
}
#sidemenu li a:hover{
	color:#000;
	text-decoration:none;
}
#menu-item-173 {
	background-color:#dbdbdb ;
}
#menu-item-191 {
	background-color:#D1D1D1 ;
}
#menu-item-189 {
	background-color:#BABABA ;
}
#menu-item-187 {
	background-color:#A3A3A3  ;
}
#menu-item-185 {
	background-color:#8C8C8C ;
}
#menu-item-183 {
	background-color:#757575;
}
#menu-item-181 {
	background-color:#5E5E5E ;
}
#menu-item-179 {
	background-color:#474747 ;
}
#menu-item-221 {
	background-color:#303030 ;
}
#menu-item-175 {
	background-color:#191919 ;
}
#sidemenu li a.active {
	color:#000;	
}

/*               side menu vertical end*/

.header h2, .header h2 a, .header h2 a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:25px;
	letter-spacing:-2px;
	text-transform: capitalize;
	color:#000;
}

h3, h3 a, h3 a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:25px;
	text-decoration: none;
	text-transform: capitalize;
	margin:5px 0 10px 0;
	color:#000
}
	
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:25px;
	text-decoration: none;
	padding:15px;
	color:#000
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	position:fixed;
	bottom: 0;
	width:900px;
	height: 15px;
	padding-top:5px;
	padding-bottom:10px;
	border-top: thin solid black;
	background-color:#dedede;
	padding-right:0px; !important
}

.entry{
	list-style:none;	
}
.titr {
	color:#000;
	border-bottom: 3px solid #fff;
	width:650px;
	padding:3px 0px 5px 0px;
	float:left;
	margin-bottom:10px;
}

.date {
	width: 565px;
	height: 30px;
	color:#004974;
	margin:0px 0px 0px 20px;
	clear:both;
	font-size:11px;
}

.page_item ul {
	padding:0 0 0 10px;
}
.comment-author-admin {
	background-color:#a4b1a9;
}
table {
	width:100%;
	border-bottom:1px solid #333;
}
th {
	border-bottom:1px solid #333;
	text-align:left;
}
tr {
	border-bottom:1px solid #333;
	text-align:left;
}
thead {
	border-bottom:1px solid #333;
	text-align:left;
}
.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	padding-top:4px;
	margin:10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	color:#000;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight:normal;
	height:auto;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:28px;
	font-weight:normal;
	height:auto;
}
h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
	height:auto;
}
h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:8px;
	font-weight:normal;
	height:auto;
}
pre {
	padding:5px 0;
	border-top:1px dotted #35302a;
	border-bottom:1px dotted #35302a;
}
.writer li, .writer ul {
	list-style:none;
}


html>body .entry ul {
	margin-left: 0px;
	padding:5px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry ul li {
	margin: 5px 0 5px 10px;
	padding-left:10px;
	list-style:circle;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: none;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { 
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
}

.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { 
	background-color: #fff;
}

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
/* Begin Navigation */
.navigation {
    width:98%
}
.navigation div a{
    text-indent:-9999%;
    display:block;
    width:80px;
    height:72px;
    margin:0 20px;
}
.navigation .alignleft a{
	background: url(img/prev.jpg) 0 0 no-repeat;
	position: relative;
}
.navigation .alignright a{
    background: url(img/next.jpg) 0 0 no-repeat;
}

/* End Navigation */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.textContent a {
	text-decoration: none;
	color: #134B84;
}
img.alignright {
	float:right;
	margin:0 0 1em 1em
}
img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

p img {
	padding: 0;
	max-width: 100%;
	margin-top: 20px;
	margin-left: 10px
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.widgettitle {
	margin: 5px 0 10px 0;
}

.alignleft, .left {
   float: left;
}

.alignright, .right {
   float: right;
}
.clear {
    clear:both;
}