@charset "utf-8";
/* CSS Document */

/* default elements */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body, p, li, td {
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	color: #414546;
	line-height: 115%;
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
h1 {

}
h2 {
	color: #295B01;
	display: block;
	font-size: 18px;
	padding-bottom: 3px;
	text-decoration: none;
}
h3 {

}

form {

}

small {

}

a, a:hover, a:visited {
	color: #7D0B0B;
}
a:hover {

}

/* custom styles commonly used */
.clear {
	clear: both;
}

.red {
	color: #7C1315;
}


/* basic website styles */

body.lgdbg {
	background-color: #7D0B0B;
}

.mainWebWrapper {
	width: 100%;
	background-image: url(../gui/topweb_bg.jpg);
	background-position: 0 -40px;
	background-repeat: repeat-x;
}

.textContentPage {
	/*border: 1px solid #C0C0C0;
	background-color: #F7F7F7;*/
	/*padding: 10px;*/
	padding-top: 0;
}

.textContentPage .pageTitle
{
	height: 35px;
	background-color: #7B1214;
	padding-top: 18px;
	padding-left: 10px;
	margin-bottom: 1em;
}

.textContentPage .pageTitle span
{
	font-family: Georgia, "Times New Roman";
	color: #FCB948;	
	font-size: 20px;
	text-transform: uppercase;
}

.wrapper {
	width: 970px;
	margin: auto;
}

.header {
	height: 174px;
	background-image: url(../gui/banner_bg.jpg);
	background-position: 0 -20px;
	width: 1006px;
	margin: auto;
}
.header .mainHeader {
	height: 124px;
}
.mainHeader .logo {
	width: 330px;
	height: 83px;
	margin-left: 30px;
	margin-right: 130px;
	padding-top: 15px;
	float: left;
}
.mainHeader .logo a,
.mainHeader .logo a:hover,
.mainHeader .logo a:visited {
	background-image: url(../gui/logo.png);
	background-repeat: no-repeat;
	display: block;
	width: 330px;
	height: 83px;
}
.mainHeader .logo span {
	display: none;
}

.mainHeader .subHeader {
	float: left;
	width: 470px;
	margin-left: 30px;
}
.header .topBar {
	width: 460px;
	height: 24px;
	margin-bottom: 4px;
	padding: 5px;
	float: left;
	background-image: url(../gui/topbar_bg.png);
	margin-left: 25px;
}
.header .topBar .topUserInfo {
	float: right;
	font-size: 12px;
	line-height: 26px;
	color: #000000;
}
.header .topBar .shareExp {
	float: left;
	line-height: 26px;
	color: #000000;		
}

.header .topBar .shareExp .shareThisExperience
{
    display: block;
    padding-left: 21px;
    background-image: url(../gui/friend_icon.png);
	background-position: 0 8px;
	background-repeat: no-repeat;
}

.header .topBar a,
.header .topBar a:hover,
.header .topBar a:visited {
	color: #000000;
	text-decoration: underline;
}
.header .topBar a:hover {
	text-decoration: none;
}
.mainHeader .subHeader .topAd {
	margin-top: 15px;
}

.mainContentArea {
	background-image: url(../gui/body_bgtop.jpg);
	background-color: #FFF;
	background-position: 0 0;
	background-repeat: repeat-x;
	padding-top: 10px;
}

.searchBar {
	width: 470px;
	margin-left: 520px;
}


.header .searchBar .inputSearch {
	border: 1px solid #CCC;
	padding: 2px;
	width: 330px;
	background-color: #FFF;
	float: left;
}
.inputSearch .txtSearchGlobal, .inputSearch .btnSearchGlobal {
	float: left;
}
.inputSearch .txtSearchGlobal input {
	width: 300px;
	height: 26px;
	border: 0;
	background-color: #FFF;
	font-size: 14px;
	color: #555;
}
.inputSearch .txtSearchGlobal input.watermark
{
    font-style: italic;
}
.inputSearch .btnSearchGlobal input {	
	border: 0;
	margin-top: 3px;
}
.header .searchBar .advancedSearch {
	float: left;
	margin-left: 10px;
	line-height: 30px;
}
.header .searchBar .advancedSearch a,
.header .searchBar .advancedSearch a:hover,
.header .searchBar .advancedSearch a:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
.header .searchBar .advancedSearch a:hover {
	text-decoration: none;
}

.startExploring {
	margin: 10px;
	margin-top: 0;
	border: 1px solid #C0C0C0;
	background-color: #F7F7F7;
	padding: 10px;
}



.startExploring .colA {
	float: left;
	width: 290px;
	padding: 5px;
}
.startExploring .colBMain {
	float: left;
	width: 480px;
}

.startExploring .colBMain .colBFull {
	padding-bottom: 5px;
	padding-left: 20px;
}
.startExploring .colBMain .colBFull input {
	width: 250px;
	height: 20px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 3px;
}

.startExploring .colC {
	float: left;
	width: 148px;
	text-align: center;
}

.startExploring .colA .ttlStartExp {
	width: 243px;
	height: 40px;
	background-image: url(../gui/titles/start_experience.jpg);
	margin-bottom: 10px;
	margin-top: 10px;
}
.startExploring .colA .ttlStartExp span { display: none; }
.startExploring .colA .dwOpts { line-height: 16px; }
.startExploring .colA .dwOpts img {
	padding-right: 6px;
}
.startExploring .colA .dwOpts a,
.startExploring .colA .dwOpts a:hover,
.startExploring .colA .dwOpts a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 16px;
}

.startExploring .colBMain .colB {
	width: 200px;
	padding: 0 20px;
	float: left;
}

.startExploring .colBMain .colB .selHolder {
	padding: 5px 0;
}
.startExploring .colBMain .colB .selHolder select {
	width: 200px;
	height: 26px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 3px;
}
.startExploring .colC .searchBtn {
	margin: 10px 0;
}
.startExploring .colC .searchBtn input {
	width: 99px;
	height: 42px;
	line-height: 42px;
	border: 0;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../gui/stexp_btn.jpg);
	background-color: #941D1D;
}
.startExploring .colC .searchAdv a,
.startExploring .colC .searchAdv a:hover,
.startExploring .colC .searchAdv a:visited {
	color: #1C3D79;
	font-size: 12px;
	text-decoration: underline;
}

.footer {
	padding: 5px 0;
	padding-bottom: 10px;
	text-align: center;
	border-top: 10px solid #9D3820;
	background-color: #7D0B0B;
}
/* UPDATED FOOTER */
.footer .linkRow {
	padding-top: 9px;
	text-align: center;
}
.footer .linkRow a,
.footer .linkRow a:hover,
.footer .linkRow a:visited {
	line-height: 18px;
	padding-left: 13px;
	margin-right: 6px;
	background-image: url(../gui/footer/arrow.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.footer .footerSocial {
	width: 350px;
	margin: 10px auto;
	height: 60px;
	margin-top: 40px;
}
.footer .footerSocial .followUsTxt {
	width: 170px;
	float: left;
	height: 60px;
	background-image: url(../gui/footer/folow_us_txt_wbg.jpg);
	background-position: 0 center;
	background-repeat: no-repeat;
	margin-left: 65px;
}
.footer .footerSocial .followUsTxt span { display: none; }
.footer .footerSocial .icons {
	width: 180px;
	float: left;
	height: 40px;
	margin-left: 50px;
}
.footer .footerSocial .icons a,
.footer .footerSocial .icons a:hover,
.footer .footerSocial .icons a:visited {
	width: 60px;
	height: 60px;
	display: block;
	float: left;
}
.footer .footerSocial .icons img {
	padding: 10px;
	display: block;
}
.footer .erdfFooter {
	margin-top: 20px;
	border-top: 5px solid #9D3820;
	background-color: #FFF;
	padding: 10px;
}
.footer .erdfFooter .erdfLogo {
	width: 400px;
	float: left;
}
.footer .erdfFooter .erdfInfo {
	width: 550px;
	float: left;
	font-size: 12px;
}

.boxArea {
	background-color: #F7F7F7;
	border: 1px solid #C0C0C0;
}
.boxPad {
	padding: 10px;
}
.horDiv {
	height: 10px;
}

span.at300bs {
	margin-top: 6px;
}



.mainSubArea {
	padding: 10px;
	padding-top: 0;
}
.mainSubArea .mainListingsArea {
	width: 750px;
	margin-right: 10px;
	float: left;
}
.mainSubArea .listingAds {
	width: 190px;
	float: left;
}

.mainSubArea .listingAds div
{
	margin-bottom: 20px;
}

.mainSubArea .oneColumntContent {
	/*width: 750px;*/
	/*margin-right: 10px;*/
	/*float: left;*/
	border: 1px solid #C0C0C0;
	background-color: #F7F7F7;	
}

.mainSubArea .oneColumntContent .content 
{
    padding: 5px 5px 20px 5px;
    
}

.mainSubArea .oneColumntContent .titleBar {
	background-color: #EBEBEB;
	padding: 10px;
	line-height: 20px;
}


/* pagination */
.pagination ul, .pagination ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
.pagination ul li.prev {
	width: 75px;
	margin-right: 5px;
	float: left;
	height: 21px;
	line-height: 21px;
	text-align: right;
}
.pagination ul li.num {
	width: 24px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	margin-right: 5px;
	float: left;
	background-image: url(../gui/paging_off.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.pagination ul li.selected {
	background-image: url(../gui/paging_on.gif);
}
.pagination ul li.next {
	width: 74px;
	float: left;
	height: 21px;
	line-height: 21px;
	text-align: left;
}
.pagination ul li.prev a, .pagination ul li.next a,
.pagination ul li.prev a:hover, .pagination ul li.next a:hover,
.pagination ul li.prev a:visited, .pagination ul li.next a:visited {
	color: #666;
	text-decoration: none;
	 background-repeat: no-repeat;
}
.pagination ul li.prev a:hover, .pagination ul li.next a:hover {
	color: #434343;
}
.pagination ul li.prev a,
.pagination ul li.prev a:hover,
.pagination ul li.prev a:visited {
	background-image: url(../gui/arrow_l2.gif);
	background-position: 0 center;
	padding-left: 13px;
}
.pagination ul li.next a,
.pagination ul li.next a:hover,
.pagination ul li.next a:visited {
	background-image: url(../gui/arrow_r2.gif);
	background-position: 100% center;
	padding-right: 13px;
}
.pagination ul li.num a,
.pagination ul li.num a:hover,
.pagination ul li.num a:visited {
	color: #000;
	text-decoration: none;
}
.pagination ul li.num a:hover {
	color: #454545;
}
.pagination ul li.selected a,
.pagination ul li.selected a:hover,
.pagination ul li.selected a:visited {
	color: #FFF;
}

.searchKeyword
{
    background-color: Yellow;
}

.whiteBg { background-color: #FFFFFF; }

a.vallArr, a.vallArr:hover, a.vallArr:visited {
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 13px;
	padding-right: 5px;
	background-image: url(../gui/arror_r_orng.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

.loginForgotPassword
{
    margin-top: 1em;
    padding-left: 1px;
}

.loginForgotPassword a
{
    font-family: Tahoma;
    font-size: 11px;
    color: #414546;
}

.loginForgotPassword
{    
    padding-left: 1px;
}
.loginRegister a
{
    font-family: Tahoma;
    font-size: 11px;
    color: #414546;
}

/* hiding icon generated by addthis script */
.addthis_button_compact .at300bs 
{
    background: inherit ! important;
    margin: 0 ! important;
    width: auto ! important;
    display: inline ! important;
}


.textContentPage {
	/*border: 1px solid #C0C0C0;
	background-color: #F7F7F7;*/
	/*padding: 10px;*/
	padding-top: 0;
}

.textContentPage .pageTitle
{
	height: 35px;
	background-color: #7B1214;
	padding-top: 18px;
	padding-left: 10px;
	margin-bottom: 1em;
}

.textContentPage .pageTitle span
{
	font-family: Georgia, "Times New Roman";
	color: #FCB948;	
	font-size: 20px;
	text-transform: uppercase;
}

.boxTables {
	background-color: #F7F7F7;
	border: 1px solid #C0C0C0;
	padding: 10px;
	margin-bottom: 10px;
}
.boxTables td.img img {
	padding: 6px;
	border: 4px solid #D1D2D4;
	background-color: #FFFFFF;
}
.boxTables td .boxContent {
	margin-left: 10px;
	line-height: 150%;
}
.boxTables td .boxTitle {
	font-family: Georgia, 'Times New Roman';
	font-size: 21px;
	color: #232323;
	text-transform: uppercase;
	margin-bottom: 10px;
}


/* autocomplete */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}


.ac_odd {
	background-color: #D1D2D4;
}

.ac_over {
	background-color: #9D3820;
	color: white;
}
