body {          
        font-size: 70%; 
        color: #000; 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        background-color: #FFF;
        margin: 0; 
        padding: 0;
        text-align: center; 
}

body#body, body#home {
        background-color: #FFF;
        padding: 0;
}

h1 {    
	padding: 3px 0px;
	color: #003366;
	font-size: 1.3em;
	}
h2 {
	color: #0091c1;
	font-size: 1.2em;
	padding: 5px 0;
	margin: 0;
	}
.orange h2{color: #ff6600;}
.green h2{color: #69c948;}
h3 {
	color: #003366;
	font-size: 1.2em;
	padding: 5px 0;
	margin: 0;
	}
h4 {
	color: #003366;
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	}
h5 {
	color: #003366;
	font-size: 1em;
	text-transform: uppercase;
	padding: 5px 0;
	margin: 0;
	}
a, a:link, a:visited, a:hover
{
	color: #003366;
}
a:hover
{
	text-decoration: none;
}
table {font-size: 100%; empty-cells: show; border-collapse: collapse;}
th, td, input, textarea, select {font-size:100%; font-family: Tahoma, Verdana, arial, sans-serif; color: #003366;}
#branding input, #top-banner input{border: none;}
form {padding: 0px; margin: 0px;}
img {margin: 0px; padding: 0px; border: 0px;}
p {margin-top: 0px; margin-bottom: 8px;}


.clearLeft {clear: left;}
.clearall {clear: both;}
br.clearall {clear: both; font-size: 0.1em; line-height:0.1em;}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.alignleft {float:left;
	margin: 0 10px 0 0;}
.floatleft {float:left;}
.floatRight { float:right; }

.error
{
	color: #f00;
}
/********************** Header *******************/
#branding {
	width:734px;
	margin-left: 36px;
	border-bottom: 5px #56bf78 solid;
	}

#container #branding h1{
	background: transparent;
	margin: 0;
	padding: 0;}

a#branding-logo {
	text-decoration:none;
        text-indent : -9999px; 
	width:205px;
	display:block;
	height:70px;
    background: url(../../images/logo.gif) no-repeat 0px 10px;
    float:  left; 
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	}
.log
{
	clear: both;
	margin-left: 381px;
	background: #003860 url(../../images/log_top.gif) no-repeat top;
	color: #fff;
	width: 353px;
	w\idth: 338px;
	padding: 4px 4px 4px 11px;
	font-size: 90%;
}
.orange .log{background: #ff6600 url(../../images/log_top_orange.gif) no-repeat top;}
.blue .log{background: #0091c1 url(../../images/log_top_blue.gif) no-repeat top;}
.green .log{background: #44bb1a url(../../images/log_top_green.gif) no-repeat top;}
.log input
{
	width: 87px;
	w\idth: 83px;
	height: 15px;
	border: none;
	padding-left: 4px;
}
.log a
{
	color: #fff !important;
	text-decoration: underline;
}
.log a:hover{text-decoration: none;}
.log span{font-size: 110%;}	

/****************** /Header  ***************************/

/********************** Form *******************/
.regform
{
	clear: both;
	margin-left: 381px;
	background: #003860 url(../../images/log_top.gif) no-repeat top;
	color: #fff;
	width: 353px;
	w\idth: 338px;
	padding: 4px 4px 4px 11px;
	font-size: 90%;
}
.orange .regform{background: #ff6600 url(../../images/log_top_orange.gif) no-repeat top;}
.blue .regform{background: #0091c1 url(../../images/log_top_blue.gif) no-repeat top;}
.green .regform{background: #44bb1a url(../../images/log_top_green.gif) no-repeat top;}
.regform input
{
	width: 87px;
	w\idth: 83px;
	height: 15px;
	border: none;
	padding-left: 4px;
}
.regform a
{
	color: #fff !important;
	text-decoration: underline;
}
.regform a:hover{text-decoration: none;}
.regform span{font-size: 110%;}	
/********************** / Form *******************/

/*   Main navigation  */
#nav-main {
	width:529px;
	float: left;
	text-align: right;
    padding: 39px 0 16px 0;
	margin: 0;
}

#nav-main ul           
        {
        font-size : 1em;
        list-style : none;
        color : #FFF; 
        background : transparent; 
        margin : 0;
        padding : 0;
        }
          
#nav-main li      
        {
        display : inline;
        padding: 0;
        color: #003366;
		background: url(../../images/main_nav_ar.gif) no-repeat 0px 3px;
		float: right;
        }

#nav-main li a:link,  #nav-main li a:visited 
        {
        color: #003366; 
        text-decoration: underline;
        padding-right: 5px; 
        padding-left: 10px; 
        }
#nav-main li a:active, #nav-main li a:hover 
        {
        color: #003366; 
        text-decoration: underline;
        }
#nav-main li a:hover
{
	text-decoration: none;
}
#nav-main li.current a:link,  #nav-main li.current a:visited, #nav-main li.current a:active, #nav-main li.current a:hover, #nav-main span.current 
        {
        color: #003366; 
        text-decoration: none;
        font-weight: bold;
        padding-right: 5px; 
        padding-left: 10px; 
        }
/*   /Main navigation   */

/*    Top banner        */

#top-banner{
	background: #003860 url(../../images/tabs/bayford_oil.gif) left no-repeat;
	height: 120px;
	margin: 1px 0 3px 0;
	position: relative;
	color: #FFFFFF;
	}
.orange #top-banner {background: #ff6600 url(../../images/tabs/home_heating.gif) left no-repeat;}
.blue #top-banner{background: #0091c1 url(../../images/tabs/business.gif) left no-repeat;}
.green #top-banner{background: #44bb1a url(../../images/tabs/agricultural.gif) left no-repeat;}
#top-banner span#flash-text{
	float: right;
	text-align: left;
	font-size: 15px;
	position: absolute;
	left: 50px;
	top: 10px;
	right: 290px;
	
}
#top-banner span#flash-text1{
	float: right;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	left: 50px;
	top: 5px;
	right: 290px;
	
}
#top-banner span#flash-text2{
	float: right;
	text-align: left;
	font-size: 15px;
	position: absolute;
	left: 50px;
	top: 12px;
	right: 290px;
	height: 106px;
	
}


/**************** Basic containers *****************/
#container{
    text-align: left; 
	width:805px;
	w\idth:770px;
	color: #003366;
	margin: 0 auto;
    font-size: 100%;
    padding-right: 31px;
	}
	
#subheader
{
	margin: 3px 0 3px 36px;
	width: 734px;
	w\idth: 714px;
	background: #003860;
	padding: 6px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
}
#subheader #call
{
	float: right;
	margin: 0;
	padding: 0;
	font-size: 80%;
}
/*\*/
html* #subheader #call
{
	margin: 0 20px 0 0;/*seen only by Safary*/
	margin: 0;/*seen only by IE6 for PC*/
}/**/
	
a#phone
{
	display: block;
	text-align: right;
	background: url(../../images/phone.gif) no-repeat right;
	width: 121px;
	color: #fff !important;
	w\idth: 100px;
	height: 18px;
	margin-left: 5px;
	text-decoration: none;
	padding: 0 21px 0 0;
}

#content-col3, #content-home {
	margin: 0 0 2px 36px;
	width: 734px;
    background: url(../../images/col3_bg.gif) repeat-y left top;
	}
#content-home
{
	background: url(../../images/home_columns_bg.gif) repeat-y top left;
	color: #fff;
}
#content-home h2
{
	color: #fff;
	margin: 0 0 3px 0;
	background: url(../../images/ar_white.gif) no-repeat 5px;
	padding: 0 0 0 15px;
}
#content-home h2 a
{
	color: #fff !important;
	margin: 0;
}
#content-home h2 a:hover{text-decoration: none;}
#content-home .content-col-text{color: #fff;}
#content-col3 .content-col, #content-home .content-col{
	float: left;
    width: 242px;
    margin-right: 4px;
}
#content-home .content-col img
{
	border-bottom: 1px solid #fff;
}
.content-col h3, .latest-news h3
{
	padding-left: 17px;
	background: url(../../images/arr.gif) no-repeat left;
}
.content-col a
{
	color: #003366;
	text-decoration: underline;
}
.content-col a:hover{text-decoration: none;}
.content-col ul, .latest-news ul
{
	list-style-type: none;
	padding: 0;
	margin: 9px 0 0 15px;
}
.content-col ul li, .latest-news ul li
{
	padding: 0;
	margin: 5px 0 0 5px;
}
.latest-news ul li{margin-top: 0; padding-bottom: 7px;}
.latest-news ul li a
{
	color: #0091c1 !important;
	font-weight: bold;
}
.latest-news ul li a:hover{text-decoration: none;}
.content-col-text, .latest-news{
	color: #003366;
	padding: 9px;
	line-height: 150%;
	font-size: 1em;
	}
.latest-news{ border-bottom: 5px solid #fff;}
.content-col-text p, .latest-news p
{
	padding-left: 15px;
	padding-right: 15px;
}

.content-col4
{
	background: url(../../images/col4_bg_blue.gif) repeat-y left;
	margin: 0 1px 0 37px;
	width: 736px;
	padding: 0;
}
.rel {position: relative;}
.green .content-col4{background: url(../../images/col4_bg_green.gif) repeat-y left;}
.orange .content-col4{background: url(../../images/col4_bg_orange.gif) repeat-y left;}
.content-col4 ul
{
	margin: 0 -4px 0 0;
	padding: 0;
	list-style-type: none;
}
.content-col4 ul li
{
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
	width: 180px;
}
/*.content-col4 ul li{margin-right: expression( nextSibling == null ? '0' : '4px' );}
div[class].content-col4 ul li:last-child{margin-right: 0;}*/

.content-col4 ul li img{border-bottom: 1px solid #fff;}

.content-col4 ul li a
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	background: url(../../images/arr_dark_blue.gif) no-repeat left;
	padding-left: 10px;
	margin: 8px 8px;
	color: #003366 !important;
}

.content-col4 ul li ul
{
	margin: 0;
	padding: 0 0 0 5px;
}
.content-col4 ul ul li
{
	margin: 0;
	padding: 0;
	width: 170px;
}
.content-col4 ul ul li{padding-bottom: expression( nextSibling == null ? '10px' : '0' );}
div[class].content-col4 ul ul li:last-child{padding-bottom: 10px;}

.content-col4 ul ul li a
{
	text-decoration: underline;
	font-size: 100%;
	font-weight: normal;
	background: url(../../images/disk.gif) no-repeat left;
	margin: 2px 0 2px 7px;
	padding: 0 0 0 7px;
}
.content-col4 ul ul li a:hover{text-decoration: none;}

.middle-cont{clear: both; width: 770px;}

#ins-content
{
	margin-left: 36px;
	padding: 12px 45px 0 8px;
	border-bottom: 30px solid #FFF;
	line-height: 150%;
	width: 497px;
	margin-right: 181px;
}


.no_margin{margin-right: 0 !important;}

.content-col4 ul li a.more
{
	float: right;
	font-weight: normal;
	background: none;
	text-decoration: underline;
	margin-top: 0;
	font-size: 100%;
}
.content-col4 ul li a.more:hover
{
	text-decoration: none;
}


/*   Bottom navigation  */
#footer {
	width: 734px;
	w\idth: 731px;
	margin: 1px 0 0 35px;
	clear: both; 
	padding: 0px 4px 0px 0px;
	border-color: #003860;
	border-style: solid;
	border-width: 5px 0px 0px 0px;
	color: #006fb7;
	}
.no_padding {	padding-right: 0;
	background: none;
}

#nav-bottom {
	width:190px;
	float: left;
	padding: 9px 0 0 0;
}

#nav-bottom ul           
        {
		float: right;
        font-size : 1em;
        list-style : none;
        background : transparent; 
        margin : 0;
        padding : 0;
        }
          
#nav-bottom li      
        {
        display : inline;
        padding: 0;
        color: #003366;
		border: 1px solid #006fb7;
		border-width: 0px 1px 0px 0px;
        }
#nav-bottom li:last-child{border-right: none;}
#nav-bottom li{border-right: expression(nextSibling == null ? 'none' : '1px solid #006fb7');}

#nav-bottom li a:link,  #nav-bottom li a:visited 
        {
        color: #006fb7; 
        text-decoration: underline;
        padding-right: 6px; 
        padding-left: 6px; 
        }

#nav-bottom li a:active, #nav-bottom li a:hover 
        {
        color: #006fb7; 
        text-decoration: none;
        }
#nav-bottom li a:hover{text-decoration: none;}
#nav-bottom li a.current:link,  #nav-bottom li a.current:visited, #nav-bottom li a.current:active, #nav-bottom li a.current:hover, #nav-bottom span.current 
        {
        color: #006fb7; 
        text-decoration: none;
        font-weight: bold;
        padding-right: 6px; 
        padding-left: 6px; 
        }

/*   /Bottom navigation   */

/*   Bottom navigation (tabs)  */
.wi1 {width: 541px; float: left; padding-top: 1px;}

.wi1 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wi1 ul li
{
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	background: #003860 url(../../images/bottom_menu_right.gif) no-repeat right bottom;
}
.wi1 ul li a
{
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 8px 14px;
	background: url(../../images/bottom_menu_left.gif) no-repeat left bottom;
}
.wi1 ul li a:visited{color: #fff;}
.wi1 ul li a:active, .wi1 ul li a:hover, .wi1 ul li.current a
{
	text-decoration: underline;
	color: #fff;
}

/*   /Bottom navigation (tabs)  */


/*  Cross sel pod   */
.right-col{text-align: right; float: right;}
.right-col img{margin-right: 12px;}
.pod, .contact_details
{
	padding: 0px; 
	margin: 6px 0px 6px 6px;
	width: 172px;
	border: 1px solid #0091c1;
	line-height: 150%;
	text-align: left;
}
.contact_details{border: 0; background: #eff9fd; width: 174px; word-wrap: break-word;}
.pod h3, .contact_details h3
{
	color: #fff;
	background: #0091c1;
	width: 175px;
	w\idth: 156px;
	padding: 6px 8px 6px 8px;
	margin: 0;
	font-size: 1.3em;
	text-align: left;
}
.pod h2, .contact_details h2
{
	color: #fff;
	background: #0091c1;
	width: 175px;
	w\idth: 156px;
	padding: 6px 8px 6px 8px;
	margin: 0;
	font-size: 1.3em;
	text-align: left;
}

.orange .pod{border: 1px solid #ff6600;}
.green .pod{border: 1px solid #44bb1a;}

.orange .pod h2{background: #ff6600;}
.green .pod h2{background: #44bb1a;}

.pod span .pad2 {padding:0 0 0 11px;}
.contact_details h3
{
	background: #5fc7e9 url(../images/arr3.html) no-repeat 9px 9px;
	width: 177px;
	w\idth: 151px;
	text-align: left;
	padding: 6px 5px 6px 18px;
}
.contact_details h2
{
	background: #5fc7e9 url(../images/arr3.html) no-repeat 9px 9px;
	width: 177px;
	w\idth: 151px;
	text-align: left;
	padding: 6px 5px 6px 18px;
}
.pod p, .contact_details p
{
	display: block;
	padding: 10px 10px 10px 10px;
}
.contact_details a{font-weight: bold;}
.contact_details a:hover{text-decoration: none;}

.pod ul,.contact_details ul {list-style-type: none;}
.pod ul{margin: 10px 5px 0 0;}
.pod ul li,.contact_details ul li{padding: 0px 0 0px 25px; background: url(../images/arr4.html) no-repeat 9px 3px; font-weight: bold;}
.pod ul li{padding: 0 0px 10px 25px;}
.pod input
{
	line-height: 1.6em; 
	height: 1.6em;
	width: 150px;
	margin: 4px 0 4px 6px;
	padding: 0;
	color: #003666;
	border: 1px solid #cccccc;
}
.pod input.button
{
	text-align: center;
	background: #cdeef8;
	font-weight: bold;
	color: #0091c1;
	cursor: pointer;
	line-height: 1.6em; 
	height: 1.8em;
	border: 0;
}
.pod img{margin: 10px 0 5px 12px;}

.pod table{margin: 0 0 0 5px;}
.pod table td{padding: 5px 8px 0 0;}
.pod table td a{color: #003366 !important;}
/*  /Cross sel pod   */

/*   Subnavigation   */
#nav-sub h3 {display:none;}
#nav-sub {
	padding: 0;
	margin: 1px 0 0 0;
	}

a.section:link, a.section:visited {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	background: url(../../images/arr5.gif) left no-repeat;
	padding-left: 14px;
	margin-bottom: 8px;
	display: block;
	}

#nav-sub ul {
        padding: 0px; 
        list-style-image: none; 
        margin: 0 0 10px 6px; 
        list-style-type: none;
        font-size: 1em;
        width: 175px;
	}

#nav-sub ul li {
        padding: 0 0 1px 0; 
        margin: 0;
        background: url(../../images/submenu_line.gif) repeat-x bottom #0091c1;
}
.orange #nav-sub ul li{background: url(../../images/submenu_line.gif) repeat-x bottom #ff6600;}
.green #nav-sub ul li{background: url(../../images/submenu_line.gif) repeat-x bottom #69c948;}

#nav-sub ul li.current 
{
	padding: 0px 0px 1px 0px; 
    margin: 0;
	background: #007faa url(../../images/submenu_line.gif) repeat-x bottom;
}
.orange #nav-sub ul li.current{background: #ee5f01 url(../../images/submenu_line.gif) repeat-x bottom;}
.green #nav-sub ul li.current{background: #5eb341 url(../../images/submenu_line.gif) repeat-x bottom;}

#nav-sub ul a, #nav-sub ul h2 a{
	height:1%; 
	display: block;  
	text-align: left; 
	padding: 8px 9px 8px 19px;
	margin-left: -19px;
	marg\in: 0;
	color: #fff;
	background: url(../../images/arr3.gif) no-repeat 9px 11px;
    font-size: 1em;    
        }

#nav-sub ul li span.current, 
#nav-sub ul li a.current:link, 
#nav-sub ul li a.current:hover, 
#nav-sub ul li a.current:visited,
#nav-sub ul li h2 a.current:link, 
#nav-sub ul li h2 a.current:hover, 
#nav-sub ul li h2 a.current:visited{
    display: block; 
    text-align: left; 
	padding: 8px 9px 8px 19px;
	background: url(../../images/arr3.gif) no-repeat 9px 11px;
	height:1%; 
}

#nav-sub ul li span.current, 
#nav-sub ul li.current a,
#nav-sub ul li a:hover,
#nav-sub ul li.current h2 a,
#nav-sub ul li h2 a:hover
{
	font-weight: bold;
	background: #007faa url(../../images/arr3.gif) no-repeat 9px 11px;
}
.orange #nav-sub ul li span.current, 
.orange #nav-sub ul li.current a,
.orange #nav-sub ul li a:hover,
.orange #nav-sub ul li.current h2 a,
.orange #nav-sub ul li h2 a:hover{background: #ee5f01 url(../../images/arr3.gif) no-repeat 9px 11px;}
.green #nav-sub ul li span.current, 
.green #nav-sub ul li.current a,
.green #nav-sub ul li a:hover,
.green #nav-sub ul li.current h2 a,
.green #nav-sub ul li h2 a:hover{background: #5eb341 url(../../images/arr3.gif) no-repeat 9px 11px;}

#nav-sub ul li span.current {text-decoration: none;}

#nav-sub ul ul 
{
	background: #e5f6fc;
	margin: 0;
}
.orange #nav-sub ul ul {background: #ffefe5;}
.green #nav-sub ul ul {background: #ecffe5;}

#nav-sub ul ul li, #nav-sub ul ul li.current,
.orange #nav-sub ul ul li, .orange #nav-sub ul ul li.current,
.green #nav-sub ul ul li, .green #nav-sub ul ul li.current
{
	background: transparent;
	padding-left: 14px;
}
#nav-sub ul li.current li a, #nav-sub ul li.current li h2 a,
.orange #nav-sub ul li.current li a, .orange #nav-sub ul li.current li h2 a,
.green #nav-sub ul li.current li a, .green #nav-sub ul li.current li h2 a
{
	background: transparent;
	color: #003366;
	font-weight: normal;
}
#nav-sub ul li.current li.current a,
#nav-sub ul li.current li a:hover,
#nav-sub ul li.current li.current h2 a,
#nav-sub ul li.current li h2 a:hover
{
	font-weight: bold;
	background: transparent;
}
body.hide-sub-nav #nav-sub {display:none;}
/*  /Subnavigation   */

/*     Offices       */
.office
{
	float: left;
	background: url(../../images/map_bg.gif) no-repeat;
	width: 224px;
	w\idth: 202px;
	height: 188px;
	he\ight: 166px;
	margin: 0 10px 0 0;
	padding: 11px;
}
.office .office-name
{
	font-weight: bold;
	width: 110px;
	float: left;
	font-size: 110%;
	padding-bottom: 5px;
}
.office .office-name a
{
	color: #003366 !important;
	text-decoration: none;
}
.office .office-tel
{
	float: left;
	width: 92px;
	text-align: right;
	padding-bottom: 5px;
}
.office-details{margin: 0 0 0 10px; float: right;}
/*     /Offices       */

/*   News            */
.white{color: #fff;}

.news-list h4
{
	background: #cdeef8 url(../images/arr2.gif) no-repeat 5px 10px;
	padding: 8px 25px;
	margin-bottom: 5px;
	color: #0091C1;
}
.news-list h4 a
{
	color: #0091C1 !important;
}
.news-list a.more
{
	display: block;
	text-align: right;
	font-weight: bold;
}

.news-list .date{font-weight: bold;}

.lightblue{background: #cdeef8; padding: 0 10px; margin: 0 0 5px 0; margin-top: -10px;}
.lightblue a
{
	font-weight: bold; 
	color: #0091C1 !important;
	font-size: 1.1em;
	padding: 5px 0;
	margin: 0;	
}
.lightblue a:hover{text-decoration: none;}
.lightblue h4{width: 400px; color: #0091C1; padding: 5px 0;}

/*#news-index{margin: 0; padding: 7px 0 0 0;}
#news-index ul{list-style-type: none; margin: 0; padding: 0;}
#news-index ul li{ padding: 8px 25px; margin: 0 0 5px 0;}
#news-index ul li.news1{background: #cdeef8 url(../images/arr2.gif) no-repeat 5px 10px;}
#news-index ul li.news2{background: #e6f6fb url(../images/arr4.gif) no-repeat 5px 10px;}
#news-index ul li a{color: #0091c1; font-weight: bold; float: left;}

.news1{background: #cdeef8 url(../images/arr2.gif) no-repeat 5px 10px; padding: 8px 25px; margin: 0 0 5px 0; clear: both;}
.news2{background: #cdeef8 url(../images/arr4.gif) no-repeat 5px 10px; padding: 8px 25px; margin: 0 0 5px 0; clear: both;}
.news1 a,.news2 a{color: #0091c1; font-weight: bold; float: left;}*/
/*   /News           */



/**************  Forms   *****************/
#contact_form
{
	font-weight: bold;
	margin-left: 27px;
	width: 425px;
}

#contact_form td{padding:7px; vertical-align:top;}
#contact_form input, #contact_form select, #contact_form textarea{color: #003666; font-weight: normal;}
#contact_form input.submit{font-weight: bold;}
#contact_form span.light {display:inline;}
.w200
{
	width: 202px;
}

textarea{overflow: auto; height: 120px;}
.w100
{
	width: 95px;
}
.w130
{
	width: 125px;
}
.left_td
{
	vertical-align: top;
}
input.submit, input.button{
	border: none;
	width: 66px;
	height: 17px;
	padding: 0;
	margin: 0 0 0 3px;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	background: url(../../images/button.gif);
	}
input.button-large{
	border: none;
	width: 140px;
	height: 17px;
	padding: 0;
	margin: 0 0 0 3px;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	background: url(../../images/button_large.gif);
	}

#instant-quote
{
	float: right;
	width: 217px;
	w\idth: 204px;
	padding-right: 13px;
	color: #fff;
}
#instant-quote h3{color: #fff;}
#instant-quote table
{
	width: 205px;
	color: #fff;
}
#instant-quote table tr td{color: #fff;}
#instant-quote input{margin-top: 3px; padding-left: 3px;}
#instant-quote a
{
	color: #fff !important;
}
#instant-quote h3
{
	padding: 3px 0;
}

#sitemap ul
{
	padding-left: 20px;
	margin-left: 0;
}

#regform table td, table.table-form td
{
	padding: 5px 10px 5px 0;
}

p.stage{float: right; padding-top: 10px; margin-bottom: 0px;}
p.stage b{color: #0098c5;}

/* sIFR styles */
.sIFR-flash {visibility:visible !important}
.sIFR-replaced {visibility:visible !important}
span.sIFR-alternate {
	display:block;
	position:absolute;
	overflow:hidden;
	width:0;
	height:0;
	left:0;
	top:0;
}
/* /sIFR styles */

/*    sitemap     */	
#sitemap{margin-left: 20px;}
#sitemap ul{list-style-type: disc;}
#sitemap ul li li{margin-left: 20px;}

/*    /sitemap     */

img.no_margin{
        margin-right: 0px;
}

.inv {display: none;}

