body
{
    color: #5E6E66;
    font-size: 12px;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	behavior:url("../css/iepngfix.htc");
}

div
{
	behavior:url("../css/iepngfix.htc");
    margin-bottom: 0px;
}

/* Global pages css class label, if you have a better name than this then please make sure to update the changes */
.SupportLabel
{
    color: #F78F1E;
    font-weight: bold;
}

:link, :visited
{
    text-decoration: none;
    border: 0px solid transparent;
}

div#container
{
    width: 934px;
    height: 650px;
    background-color: white;
    margin: 5px auto 0px auto;
    position: relative;
}
/*CSS for header -- made up of Contact Info, login form and menu bar*/
div#header
{
    z-index: 1;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    width: 934px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
}
/*end*/
html* div#header a:link, div#header a:visited
{
    color: #FFF;
}
div#hContact
{
    width: 150px;
    height: 50px;
    left: 770px;
    top: 15px;
    background-color: transparent;
    position: absolute;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
div#hLocale
{
    position: relative;
    font-size: 10px;
    font-weight: 200;
    background-color: transparent;
}
div#hLocale a:link, div#hLocale a:visited
{
    text-decoration: none;
    color: #FFFFFF !important;
    font-size: 9px !important;
}
div#hLocale a:active, div#hLocale a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 9px;
}

div#hLogin
{
    width: 175px;
    height: 55px;
    left: 750px;
    top: 0px;
    background-color: transparent;
    position: absolute;
    text-align: right;
    font-weight: 200;
    font-size: 10px;
    color: #FFFFFF;
    border: 0px solid white;
}

div#hLogin input
{
    color: #5E6E66;
    background-color: #FFFFFF;
    font-size: 10px;
    border: 1px solid #FFFFFF;
    width: 100px;
}

div#hLogin #submit
{
    background-color: transparent;
    cursor: pointer;
}

div#hLogin a:link, div#hLogin a:visited
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 9px;
}

div#hLogin a:active, div#hLogin a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 9px;
}


/*new menu/button bar*/
#Wrapper
{
    width: 934px;
    margin: auto;
    padding: 0px;
}

#menuh-container
{
    /*position: absolute;
    float: left;*/
    margin: 5px auto auto;
    padding: 5px 0px 0px;
    width: 934px;
    z-index: 10;
    top: 64px;
    left: 938px;
}
#menuh
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 822px;
}
#menuh ul
{
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt;
    padding: 0pt;
    width: 131px;
    height: 27px;
    background-image: url(../images/navBar.jpg);
}
#menuh ul.leftEnd
{
    width: 14px;
    background-image: url(../images/navBar_Lft.jpg);
}
#menuh ul.rightEnd
{
    width: 12px;
    background-image: url(../images/navBar_Rt.jpg);
}

#menuh li, #menuh2 li
{
    min-height: 1px;
    position: relative;
    vertical-align: middle;
}
#menuh a
{
    border-left: 1px solid #FFFFFF;
    display: block;
    margin-left: 0pt;
    margin-right: 0pt;
    margin-top: 0pt;
    padding: 5px 0px 8px 0px;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}




/*removes border for home button*/
#menuh a#homeB
{
    border-left: 0px solid #ffffff;
}

#menuh a:hover
{
    color: #F78F1E;
    text-decoration: none;
}
#menuh a:active
{
    background-image: url(../images/navBarRollActive.jpg);
}
#menuh ul:hover
{
    background-image: url(../images/navBarRoll.jpg);
}
#menuh ul.leftEnd:hover
{
    width: 14px;
    background-image: url(../images/navBar_Lft.jpg);
}
#menuh ul.rightEnd:hover
{
    width: 12px;
    background-image: url(../images/navBar_Rt.jpg);
}
#menuh ul ul
{
    /*background-color:#FCC14B;*/ /*background-color:#FDC06D;*/
    background-color: #F78F1E;
    opacity: 0.90;
    display: none;
    margin: 0px 0 0 0;
    padding: 0px;
    position: absolute;
    top: auto;
    height: auto;
}
#menuh ul ul a:hover
{
    color: #F78F1E;
    background-color: #FDC06D;
    margin: 0 0 0 0;
}
#menuh ul ul a
{
    margin: 0;
    font-size: 11px;
    border: 0px solid #FFFFFF;
}
#menuh ul ul ul
{
    left: 100%;
    top: 0pt;
}
div#menuh li:hover ul, div#menuh li li:hover ul, div#menuh li li li:hover ul, div#menuh li li li li:hover ul
{
    background-image: none;
    display: block;
}

/*members area button */
#menuh2
{
    float: right;
    margin: 0px;
    padding: 0px;
    width: 112px;
}
#menuh2 ul
{
    float: right;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt;
    padding: 0pt;
    width: 112px;
    height: 27px;
    background-image: url(../images/members_btn.jpg);
}


#menuh2 a {
	border-left:0px solid #FFFFFF;
	display:block;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	padding:5px 0px 8px 0px;
	text-align:center;
	white-space:nowrap;
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
}

#menuh2 a:hover {
	color:#ffcc99; /*was F78F1E*/
	text-decoration:none;
}



/*main rotating ad*/
#mainAd
{
    /*margin-top: 50px;*/
}






/*middle modules */

.roundbottom
{
    background: transparent url(/images/br.png) no-repeat right top;
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.roundtop
{
    background: url('/images/tr.png') no-repeat top right;
    position: absolute;
    width: 100%;
}

img.corner
{
    width: 15px;
    height: 15px;
    border: none;
    display: block !important;
}

span.link
{
    padding: 0px 5px 5px 0px;
    bottom: 5px;
    right: 0px;
    width: 175px;
    text-align: right;
    font-weight: bold;
    position: absolute;
    z-index: 0;
}
span.link a, span.link a:visited
{
    color: #F78F1E;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}
span.link a:hover, span.link a:active
{
    text-decoration: underline;
}



#modules1
{
    width: 934px;
    top: 10px;
    position: relative;
    float: left; /*border: 1px solid black;*/
}





#modules1 p, #leftColumn565 p, #rightColumn345 p, .rightColumn345 p
{
    padding: 0px 10px 10px 10px;
}


p
{
	padding: 0px 10px 10px 10px;
}




#mod-agents
{
    width: 185px;
    height: 175px;
    background-color: #EAEAEA;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    float: left;
    position: relative;
}

#mod-agents h1
{
    background-image: url(../images/module185.png);
    background-position: top;
    background-repeat: no-repeat;
    padding: 2px 0px 0px 10px;
    margin: 0px;
    height: 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

#mod-brokers
{
    width: 185px;
    height: 175px;
    position: relative;
    background-color: #EAEAEA;
    padding: 0px;
    margin: 0px 0px 0px 6px;
    float: left;
}
#mod-brokers h1
{
    background-image: url(../images/module185.png);
    background-position: top;
    background-repeat: no-repeat;
    padding: 2px 0px 0px 10px;
    margin: 0px;
    height: 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

#mod-order
{
    width: 185px;
    height: 175px;
    position: relative;
    background-color: #EAEAEA;
    padding: 0px;
    margin: 0px 0px 0px 6px;
    float: left;
}
#mod-order h1
{
    background-image: url(../images/module185.png);
    background-position: top;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    height: 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

#mod-order input
{
    color: #5E6E66;
    font-size: 10px;
    border: 1px solid #5E6E66;
    width: 50px;
}
#mod-order #submitOrder
{
    background-color: transparent;
    cursor: pointer;
}
#mod-search
{
    width: 345px;
    position: relative;
    background-color: #EAEAEA;
    padding: 0px;
    margin: 10px 0px 10px 23px;
    float: left;
    z-index: 0;    
}
#mod-search h1
{
    background-image: url(../images/module345.png);
    background-position: top;
    background-repeat: no-repeat;
    padding: 2px 0px 0px 10px;
    margin: 0px;
    height: 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
#mod-search select
{
    color: #5E6E66;
    font-size: 10px;
    border: 1px solid #5E6E66;
    width: 325px;
}
#mod-search input
{
    color: #5E6E66;
    font-size: 10px;
    border: 1px solid #5E6E66;
    width: 250px;
}
#mod-search #submitSearch
{
    background-color: transparent;
    cursor: pointer;
}







/*lower modules */
#modules2
{
    width: 934px;
    top: 20px;
    position: relative;
    float: left; /*border: 1px solid black;*/
}
#modules2 p
{
    padding: 0px 5px 5px 5px;
}
#mod-news,#leftColumn565
{
    width: 565px;
    position: relative;
    background-color: #EAEAEA;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
    z-index: 0;
}
#mod-news h1
{
    background-image: url('../images/module565.png');
    background-position: top;
    background-repeat: no-repeat;
    padding: 2px 0px 0px 10px;
    margin-top: 0px;
    height: 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
#mod-news h2
{
    color: #5E6E66;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
}
#news-events
{
    padding: 0px 0px 0px 3px;
}
#news-pr
{
    padding: 0px 0px 0px 3px;
}
#news-pr h2
{
    border-top: 1px solid #5E6E66;
}
#modules2 ul
{
    list-style-image: url('../images/obeochevron_single.png');
    list-style-position: outside;
    list-style-type: none;
}
#news-events a, #news-pr a, #news-events a:visited, #news-pr a:visited
{
    color: #5E6E66;
}
#news-events a:hover, #news-pr a:hover, #news-events a:active, #news-pr a:active
{
    color: #F78F1E;
    text-decoration: underline;
}
#news-events span.link, #news-events span.link a
{
    padding: 0px 5px 5px 0px;
    position: relative;
    bottom: 10px;
    right: 0px;
    width: 175px;
    float: right;
    font-weight: normal;
    color: #F78F1E;
}
#news-pr span.link, #news-pr span.link a
{
    color: #F78F1E;
}


#mod-pricing
{
    width: 345px;
    height: 135px;
    position: relative;
    background-color: #EAEAEA;
    padding: 0px;
    margin: 0px 0px 10px 23px;
    float: left;
    z-index: 0;
}
#mod-pricing h1
{
    background-image: url(../images/module345.png);
    background-position: top;
    background-repeat: no-repeat;
    padding: 2px 0px 0px 10px;
    margin: 0px;
    height: 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
#mod-pricing input
{
    color: #5E6E66;
    font-size: 10px;
    border: 1px solid #5E6E66;
    width: 150px;
}
#mod-pricing #submitPricing
{
    background-color: transparent;
    cursor: pointer;
}
#mod-newsletter
{
    width: 345px;
    height: 125px;
    position: relative;
    background-color: #EAEAEA;
    padding: 0px;
    margin: 10px 0px 10px 23px;
    float: left;
    z-index: 0;
}
#mod-newsletter h1
{
    background-image: url(../images/module345.png);
    background-position: top;
    background-repeat: no-repeat;
    padding: 2px 0px 0px 10px;
    margin: 0px;
    height: 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    z-index: 0;
}
#mod-newsletter input
{
    color: #5E6E66;
    font-size: 10px;
    border: 1px solid #5E6E66;
    width: 150px;
}
#mod-newsletter #submitNewsletter
{
    background-color: transparent;
    cursor: pointer;
}

.modAddress
{width:250;
float:left;
padding-left:5px; padding-right:5px;
}







/*footer*/



#footer
{
    display: block;
    margin-top: 20px;
	background-image:url(../images/footerBlue.jpg);
	background-repeat:no-repeat;
    /*padding: 0px; */
    /*float: left;
    width: 934px;*/
    height: 150px;
    /*position: relative;
    margin-right: auto;
    margin-left: auto;
    text-align: left; /*IE*/
    voice-family: "\"}\"";
    voice-family: inherit; /*FF*/
    top: 0px;
}






/*end*/
/*\*/
html*#footer
{ [/*Safari*/
top:50px;
]/*IE7*/
top:0px;
}/**/
.dummyend[id]
{
    clear: both;
}

/*\*/
* html #footer
{
    /*top: -310px;*/
}
/*end*/

#footer ul
{
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    float: left;
    padding: 0em 1em 0em 1em;
    margin: 0em 0em 0em 0em;
    border-left: 1px solid #5E6E66;
}
#footer ul.footerTerms
{
    border-left: 0px solid #5E6E66;
}
#footer ul li
{
    padding: .5em;
}
#footer ul li a, #footer ul li a:active, #footer ul li a:visited
{
    color: #5E6E66;
    text-decoration: none;
    font-size: 9px;
}
#footer ul li a:hover
{
    text-decoration: underline;
}



/*Top Wrap styles*/
#topWrap, .topWrap
{
	width:934px;
	margin-top:50px;
	margin-left:20px;
}	


/*Left Columns styles*/
#leftColumnWrap
{ 
	width:565;
	float:left;	
}


#leftHeader, .leftHeader
{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	text-decoration: none;
	width:500px;
	float:left;
	margin-right:50px;
}

.Title
{
	font-size:18px;
	color:#2E3192;
	text-decoration: none;
}

#leftColumnHeader
{
	width:565px;
	padding: 0px;
    margin: 5px;
	
}

.leftColumn250
{
	width:250px;
    /*height: 350px;*/
	margin-right:10px;
	background-image:url(../images/250gray_btm.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color: #EAEAEA;
	float:left;
}

.leftColumn250 h1
{
    background-image: url('../images/module250.png');
	background-position:center top;
    background-repeat: no-repeat;
    padding: 2px 0px 0px 5px;
    margin: 0px;
    height: 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
.leftColumn250 p
{
    padding: 0px 10px 5px 10px;
}


#leftColumn565 
{
	width:565px;
	float:left;
	background-image:url(../images/565gray_btm.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color: #EAEAEA;
}

.leftColumn565 
{
	width:565px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;	
	background-image:url(../images/565gray_btm.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color: #EAEAEA;
}

#leftColumn565  h1, .leftColumn565  h1
{
    background-image: url('../images/module565.png');
    background-position: center top;
    background-repeat: no-repeat;
    padding: 2px 0px 0px 5px;
    margin: 0px;
    height: 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

#leftColumn565form p 
{
	width:565px;
	/*float:left;*/
	margin-right:10px;
	background-image:url(../images/565gray_btm.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}

.leftcolumnForm
{ 
	width:500px;
	padding-right:10px;
	line-height:1.5;
	text-align:right;
	float:right;
	
}

/*right Columns styles*/
#rightColumn
{ 
	width:350;
	float:right;
	position: relative;
	top: -100px; /* works in FF, maybe safari*/
}

#rightColumn345, .rightColumn345
{
    width: 345px;
    background-color: #EAEAEA;
    float: right;
	background-image:url('../images/345gray-btm.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
	position:relative;
    top: 0px;
    left: 0px;
    margin-bottom: 20px
}

#rightColumn300, .rightColumn300
{
    width: 300px;
    background-color: #EAEAEA;
    float: right;
	background-image:url('../images/section_bottom_300.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	position:relative;
    top: 0px;
    left: 0px;
    margin-bottom: 20px
}

#rightColumnImage
{
 width: 300px;
 float: left;
}

#rightColumn345 h1, .rightColumn345 h1
{
    background-image: url('../images/module345.png');
    background-position: top;
    background-repeat: no-repeat;
    padding: 2px 0px 0px 5px;
    margin: 0px;
    height: 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

#rightColumn345 h3, .rightColumn345 h3
{
    background-image: url('../images/module345.png');
    background-position: top;
    background-repeat: no-repeat;
    padding: 2px 0px 0px 5px;
    margin: 0px;
    height: 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

#rightColumn300 h1, .rightColumn300 h1
{
    background-image: url('../images/section_blue_300.png');
    background-position: top;
    background-repeat: no-repeat;
    padding: 2px 0px 0px 5px;
    margin: 0px;
    height: 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

#rightColumn300 h3, .rightColumn300 h3
{
    background-image: url('../images/section_blue_300.png');
    background-position: top;
    background-repeat: no-repeat;
    padding: 2px 0px 0px 5px;
    margin: 0px;
    height: 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

#leftColumn345, .leftColumn345
{
    width: 345px;
    background-color: #EAEAEA;
    float: left;
	background-image:url('../images/345gray-btm.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
	position:relative;
    top: 0px;
    left: 0px;
    margin-bottom: 20px
}

#leftColumnImage
{
    width: 300px;
    float: left;
}

#leftColumn345 h1, .leftColumn345 h1
{
    background-image: url('../images/module345.png');
    background-position: top;
    background-repeat: no-repeat;
    padding: 2px 0px 0px 5px;
    margin: 0px;
    height: 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

#leftColumn345 h3, .leftColumn345 h3
{
    background-image: url('../images/module345.png');
    background-position: top;
    background-repeat: no-repeat;
    padding: 2px 0px 0px 5px;
    margin: 0px;
    height: 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

#leftColumn710, .leftColumn710
{
	width:710px;
	float:left;
	background-image:url(../images/565gray_btm.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color: #EAEAEA;
}

#leftColumn710  h1, .leftColumn710  h1
{
    background-image: url('../images/module710.png');
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 5px;
    margin: 0px;
    height: 20px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

#leftColumn214, .leftColumn214
{
	width:214px;
	float:left;
	background-image:url(../images/214gray_btm.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color: #EAEAEA;
}

#leftColumn214  h1, .leftColumn214  h1
{
    background-image: url('../images/module214.png');
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 5px;
    margin: 0px;
    height: 20px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

/*right Columns styles*/
xxx
{ 
	width:350;
	float:right;
	position: relative;
	top: -100px; /* works in FF, maybe safari*/
}

html*#rightColumn {
	[]
	top: -280px; /*ie 7 hack*/
}
