* {
	margin: 0px;
	padding: 0px;
}
#banner, #nav {
display:none;
}
#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -93px; /* the bottom margin is the negative value of the footer's height */
}
html, body {
	height: 100%;
}
#header {
	height: 86px;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EB760D;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
#footercontent {
	height: 93px;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#content {
	height: auto;
	min-height:369px;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
.footer {
	height: 93px; /* .push must be the same height as .footer */
	background-image: url(../images/template/footer_back.jpg);
	background-repeat: repeat-x;
}
.push {
	height: 93px; /* .push must be the same height as .footer */
}

#footrow1 {
	width: 250px;
	padding-top: 10px;
}


#footrow1 li{
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}
#footrow1 a{
	width: 66px;
	display: block;
	float: left;
	background-image: url(../images/template/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 17px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	height: 13px;
	padding-top: 13px;
}
#footrow1 a:hover{
	text-decoration: underline;
}
#phone {
	float: right;
	width: 405px;;
	margin-top: 19px;
}
#phone img{
	float: right;
	padding-top: 8px;
}
#phone p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;	
	text-align: right;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	float: left;
	padding-right: 20px;
	line-height: 15px;
}
#phone p a:link{
	text-decoration: none;
	color: #999999;	
}
#phone p a:visited{
	text-decoration: none;
	color: #999999;	
}
#phone p a:hover{
	color: #f77f14;	
		text-decoration: none;
}
#main {
	width: 100%;
	text-align: justify;
	margin-top: 25px;
	line-height: 20px;
	margin-right: 5%;
	margin-left: 5%;
}
#main p{
	margin-bottom: 10px;
}

#toptab {
	height: 108px;
	width: 236px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#toptab #icon {
	float: left;
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
}
#toptab #title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F07A0E;
	margin-left: 12px;
	margin-top: 9px;
}
#toptab p {
	width: 109px;
	float: left;
	margin-left: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #7c7c7c;
	display: block;
}
#toptab #arrow {
	float: right;
	display: block;
	margin-top: 8px;
	margin-right: 5px;
}
* html #sidebar { /* Margin issue in I.E 6 and Below */
	width: 236px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

#sidebar {
	width: 236px;
	float: right;
}
.top {
	background-image: url(../images/template/tabs-top.jpg);}
.middle {
	background-image: url(../images/template/tabs-middle.jpg);}
.bottom {
	background-image: url(../images/template/tabs-bottom.jpg);}
