/*****Hide the oldBrowser Warning******************/
#oldBrowser
{
	visibility:hidden;
	height:0px;
}
/***************************************************/
*{padding:0px;margin:0px;}
img{border:none;margin:0px;padding:0px;}
p{margin-top:5px;margin-bottom:5px;}
a{color:#343434;}
body
{
    /*background-image:url('../../imgs/body-bg.jpg');*/
    background-image:url('../../imgs/background-green.jpg');
    background-repeat:repeat;
    background-color:#DDDECE;
    margin-top:5px;
    font-family:Arial;
    font-size:12px;
    color:#343434;
    line-height:18px;
}

#outerContainer
{
    width:960px;
    margin:0 auto;
    min-height:500px;
    position:relative;
} 
 
#headerBg
{
	width:960px;
	height:121px;
	position:relative;
	background: url(../../imgs/headerBg.png) repeat-y 35px;
}    

#brokerHeader
{
    font-family:Arial Baltic;
    position:absolute;
    top:60px;
    right:150px;
    height:100px;
    width:350px;
    text-align:right;
    font-weight:bold;
}
.bm1{font-size:16px;}
.bm2{font-size:24px;line-height:28px;}
.bm3{font-size:16px;}
.bm3 a{text-decoration:none;}
#brokerHeader a{color:Green;}

#logo
{
    position:absolute;
    top:52px;
    left:55px;
}

#contentContainer
{
    background-image:url('../../imgs/container-bg.png');
    background-repeat:repeat-y ;
    width:960px;
    position:relative;
}
#contentArea
{
	width:960px;
	min-height:400px;
	position:relative;
	background: url(../../imgs/bodybg.png) repeat-y;
}

#menubar *{}
#menuBar
{
    position:relative;
    top:5px;
    left:53px;
    background-image:url('../../imgs/menuBar.jpg');
    background-repeat:no-repeat;
    width:560px;
    height:27px;
    margin:0px;
}
#menuBar ul li a{margin:0px;padding:0px;}
#menuBar ul{margin:0px;position:relative; left:0px; top:0px; list-style:none;padding:0px;}
#menuBar ul li
{
    margin:0px; 
    float:left;   
}

#banner{margin-top:15px; margin-left:54px;}

#contentRight
{
    width:269px;
    min-height:488px;
    position:absolute;
    top:4px;
    right:65px;
}
#contentRight img
{
    margin-bottom:3px;
    margin-left:2px;
}

#pageText
{
    position:relative;
    min-height:230px;
    margin-left:54px;
    width:555px;
    padding-bottom:20px;
    margin-top:10px;
}
#pageText u{text-decoration:none;font-weight:bold;color:#000000;}
#pageText h4
{
    font-size:20px;
    color:#4a4949;
}
#pageText p{margin-top:15px;margin-bottom:15px;}
#pageText ul li
{
    list-style-position:outside;
    list-style-type:circle;
    margin-left:25px;
}
/**BOXES***************************/
.boxTop
{
    width:269px;
    height:10px;
    background-image:url('../../imgs/boxes/top.jpg');
    background-repeat:no-repeat;
}

.boxBody
{
    width:269px;
    min-height:70px;
    background-image:url('../../imgs/boxes/back.jpg');
    background-repeat:repeat-y;
}

.boxBottom
{
    width:269px;
    height:14px;
    background-image:url('../../imgs/boxes/bottom.jpg');
    background-repeat:no-repeat;
}

/**********************************/


#footer
{
	width:960px;
	height:50px;
	position:relative;
	background: url(../../imgs/footer-bg.png) no-repeat bottom;
	margin-top: -5px;
}

#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
}
#footer ul{
	margin: -75px 0 0 180px;
}
#footer li{display:inline;margin-right:.5em;}
#footer a{color:#fff;}
#footer a:hover{
	color:#fff;
	text-decoration: underline;
}

#footer #address a, #footer #telephone a{color:#007bc8;}
#footer #address a:hover, #footer #telephone a:hover{
	color:#777;
}
#footer #credits{
	float:right;
	margin-top:-1.5em;
	margin-right: 40px;
}
#footer #address{
	position:relative;
	margin:0;
	padding:0;
	top:20px;
	left:53px;
	display:block;
	height:129px;
	width:250px;
	color: #313030;
	font-size: 12px;
}
#footer #telephone{
	position:relative;
	margin:0;
	padding:0;
	top:-110px;
	left:330px;
	display:block;
	height:129px;
	width:198px;
	color: #313030;
	font-size: 12px;
}
#footer #contacts{
	position:relative;
	margin:0;
	padding:0;
	top:-115px;
	left:53px;
	display:block;
	height:19px;
	width:555px;
	color: #313030;
	font-size: 12px;
}
#footer #contacts a{
	color: #124391;
}
#footer h3{
	color:#118d33;
	font-size: 20px;
	margin: 0px;
	padding-bottom: 5px;
}

#switching-guide
{
    position:absolute;
    top:30px;
    right:65px;
}

#compareBox
{
    background-image:url(../../imgs/boxes/compare.jpg);
    background-repeat:no-repeat;
    width:558px;
    height:99px;
}
#compareBox a img{margin-top:1px;}

#disclaimerText
{
    position:absolute;
    top:115px;
    left:52px;
    font-size:10px;
    z-index:4;
    width:558px;
    line-height:12px;
}
.contactForm tr td
{
    padding-top:10px;
    font-weight:bold;
    color:#353535;
}
.formField
{
    overflow:auto;
    width:200px;
    font-family:Arial;
}
.req{color:#990000;}
