body {
	background-color: #FFFFFF; /*Change this for the main background color*/
	font-family: "Arial", sans-serif;
	font-size: 14px;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}

.container {
	float:none;
	/*Change this and all URLs to reflect the correct store name*/
	background:url('http://www.merrillshop.com/remax/cvd/resources/jumppage/containerBack.jpg') no-repeat;
	background-position:top left;
	text-align: left;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

.float1  {
	float:right;
	width:320px;
	top:0px;
	right:0px;
}

.float2  {
	float: right;
	width:675px;
}

.merrillLogo {
	float:left;
	width:400px;
	margin-left:15px;
	margin-top: 17px;
}

.survey {
	float: right;
	width: 136px;
}

.chat {
	float: right;
	width: 136px;
}

.login {
	clear:left;
	float: left;
	width: 160px;
        font-size: 9pt;
}

.promotions {
	float: right;
	width: 174px;
}

.banner {
	float: right;
	width: 675px;
}

.storeLogo {
	margin-top:40px;
	text-align: center;
	/* background-color:#669ACC; Color behind the store logo*/
	background-color:#2559A2;
	width: 200px;
	height:81px;
	float:left;
	clear:left;
}

.storeLogoLeftCorner {
	width: 200px;
	/*URL for the top left image of the store logo tab*/
	background:url('http://www.merrillshop.com/remax/cvd/resources/jumppage/corner_tl.gif')  no-repeat top left;
}

.storeLogoRightCorner {
	width: 200px;
	height:81px;
	/*URL for the top right image of the store logo tab*/
	background:url('http://www.merrillshop.com/remax/cvd/resources/jumppage/corner_tr.gif')  no-repeat top right;
	padding: 15px 0px 0px 0px;
}

.navTabs {
	float:left;
	width: 950px;
	/* background-color:#669ACC; Color behind the navigation tabs (same color as behind the store logo)*/
	background-color:#2559A2;
        font-family: "Arial", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	/*color: #669ACC; Color of the text on the navigation tabs*/
        color: #000000;
	font-size: 12px;
}

.contentBottomLeftCorner {
	width: 950px;
	/*URL for the bottom left image of the main box*/
	background:url('http://www.merrillshop.com/remax/cvd/resources/jumppage/corner_bl.gif')  no-repeat bottom left;
	height:365px;
}

.contentBottomRightCorner {
	width: 950px;
	/*URL for the bottom right image of the main box*/
	background:url('http://www.merrillshop.com/remax/cvd/resources/jumppage/corner_br.gif')  no-repeat bottom right;
	height:365px;
}

.contentTopRightCorner {
	width: 950px;
	/*URL for the top right image of the main box*/	
	background:url('http://www.merrillshop.com/remax/cvd/resources/jumppage/corner_tr.gif')  no-repeat top right;
	height:365px;
}

.contentTopLeftCorner  {
	padding: 15px 10px 17px 10px;
	height:365px;
}

.footer {
	clear:both;
	width: 950px;
	background:url('http://www.merrillshop.com/remax/cvd/resources/jumppage/footerBack.jpg') repeat-x;
	background-position:bottom right;
	text-align: right;
	/*padding: 10px;*/
	font-size: 11px;
	color:#3b3b3b;
}

.footer a:link, .footer a:visited {
	color:#3b3b3b;
	text-decoration: none;
}

.footer p {
	padding:10px 10px 0px 0px;
}

.footer a:hover, .footer a:active {
	color:black;
	text-decoration: underline;
}

.tabLeftCorner {
	width: 150px; /*150px orig*/
	background:url('http://www.merrillshop.com/remax/cvd/resources/jumppage/btnBackLeft.gif')  no-repeat top left;
	height:50px;
}

.tabRightCorner {
	width: 150px; /*150px orig*/
	background: url('http://www.merrillshop.com/remax/cvd/resources/jumppage/btnBackRight.gif')  no-repeat top right;
	height:50px;
}

.active {
	float: left;
	width: 150px;
	height:40px;
	/*color: #669ACC;*/
        color: #2559A2;
	background-color:#ffffff;
	margin-right:2px;
}

.active p {
	margin:0px;
	padding:5px;
}

.inactive {
	float: left;
	width: 150px;
	height: 40px;
	/*color: #669ACC;*/
        color: #2559A2;
	background-color:#D5D5D5;
	margin-right:2px;
}

.inactive p {
	margin:0px;
	padding:5px;
}

.contentContainer {
	/*background: #efefef; */
	background: #ffffff url('http://www.merrillshop.com/remax/cvd/resources/jumppage/btnBackRight.gif')  no-repeat top right;
	height: 290px;
	font-family: "Arial",sans-serif;
	float:left;
	width:925px;
}

.content {
	text-align: left;
	padding: 20px 0px 0px 20px;
	text-transform:none;
	float:left;
	width:900px;
	font-size: 13px;
}

.content p {
	font-weight: bold;
	background-color:#ffffff;
	color:black;	
	font-style: italic;
}

.content a:link, .content a:visited {
	font-weight: bold;
	padding-left:4px;
	border-left: 8px solid white;
	text-decoration:none;
	/*color:#669ACC;*/
        color:#2559A2;
	background-color:#ffffff;	
}

.content a:hover, .content a:active {
	text-decoration: none;
	/*border-left: 8px solid #669ACC;*/
        border-left: 8px solid #2559A2;
	color: black;
	background-color:#ffffff;		
}
.content  img {
	float:right;
	margin: 0px 20px 25px 0px;
}

.hidden {
	display: none;
	width:900px;
}

.visible {
	display: block;
	width:900px;
}
/* added by brian */
ul{
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	padding:0px;

}
