/* HTML TAG*/
/***********************************************/ 
html {
	height:100%;
	margin-bottom:1px;

}
body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(images/bg_grad.jpg);
	background-color: #333;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 20px;
 color: #1f2a33;
}

h2{
 font-size: 18px;
 color: #1f2a33;
}

h3{
 font-size: 16px;
 color: #1f2a33;
}

h4{
 font-size: 14px;
 font-weight: normal;
 color: #1f2a33;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

.b {
	font-weight: bold;
}
		
/***********************************************/
/****** LAYOUT DIVS ******/
/***********************************************/
#divContainer{
	width:960px;
	height:100%;
	margin:0 auto;
	padding:0;
	background-color: #000000;
	font-size: 12px;
	background-image: url(images/shadow_container.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
/************* HEADER AND NAV **************/

#header{
	margin: 0;
	width: 960px;
	
}


/************* END HEADER  **************/

/************* BEGIN  NAV **************/

#navContainer{
	float: left;
	height: 47px;
	width:960px;
	background-image: url(images/bg_nv.gif);
	background-repeat: no-repeat;
}

#nav {
	background: #333;
	font-weight:bold;
	list-style: none;
	padding: 0;
	width: 828px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 66px;
}
#nav  li {
	float: left;
	margin: 0;
	padding: 0;

}
#nav a {
	color: #ccc;
	float: left;
	display: block;
	margin: 0;
	text-decoration: none;
	background-color: #333;
	background-image: url(images/bt_up.gif);
	background-repeat: no-repeat;
	width: 138px;
	height: 47px;
	text-align: center;
	line-height: 50px;
	}
	

#nav .current a {         /*Controls the nav color for current page*/
	background-image: url(images/bt_over.gif);
	background-repeat: no-repeat;

}


#nav a:hover 
  {
	color: #fff;
	background-color: #7F7F7F;
	background-image: url(images/bt_over.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/************* END NAV **************/	

/************* MID AREA **************/
#mid{
	width: 960px;
	margin: 0px;
	float: left;
	background-image: url(images/bg_mid.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#mid a:link{
	color: #333333;
	text-decoration:underline;
}

#mid a:visited{
	color: #333333;
	text-decoration:underline;
	
}

#mid a:hover{
    color: #b24626;
	text-decoration:underline;
}

#flashScroller{
	width: 960px;
	height: 115px;
	margin: 0px;
	background-color: #1B1B1B;
	background-image: url(images/grad_under_scroll.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#midIns{
	width: 960px;
	margin: 0px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/bg_ins.gif);
	background-repeat: repeat-y;
}

#midIns a:link{
	color: #333333;
	text-decoration:underline;
}

#midIns a:visited{
	color: #333333;
	text-decoration:underline;
	
}

#midIns a:hover{
    color: #b24626;
	text-decoration:underline;
}

#midText{
	width: 840px;
	margin: 0px;
	float: left;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 14px;
	padding-bottom: 14px;
}

#midText a:link{
	color: #333333;
	text-decoration:underline;
}

#midText a:visited{
	color: #333333;
	text-decoration:underline;
	
}

#midText a:hover{
    color: #b24626;
	text-decoration:underline;
}

#midBoxhm{   /************* USED FOR BOXES ON HOME PAGE**************/
	width: 860px;/*;home page box left*/
	margin: 0px;
	float: left;
	margin-left: 65px;
}
#midBoxhm img{
	margin: 0px;
	float: left;
}

#flaHm{ /*flash mone*/
	width: 829px;
	float: left;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 65px;
}
#contentHm{ /*flashtext Home*/
	color: #FFF;
	background-color: #000;
}
#scrollArea{ /*flashtext Home*/
	color: #FFF;
	background-color: #000;
}
#sponsor{ /*flashtext*/
	color: #FFF;
	background-color: #000;
}
#myContent{ /*flashtext*/
	color: #FFF;
	background-color: #000;
}

 /************* USED FOR WELCOME BOX ON HOME PAGE**************/

#welcomeBox{ /*;home page box left*/
	width: 625px;
	margin: 0px;
	float: left;
	background-color: #3B3B3B;
}

#resultsBox{ /*;home page box left*/
	width: 850px;
	margin: 0px;
	float: left;
	background-color: #3B3B3B;
}
#welcomeBoxtext a:link{
	color: #CCC;
	text-decoration: underline;
}
#welcomeBoxtext a:visited{
	color: #CCC;
	text-decoration: underline;
}
#welcomeBoxtext a:hover{
	 color: #d89b27;
	text-decoration: underline;
}
#welcomeBoxtext{
	float: left;
	width: 574px;
	margin: 0px;
	padding-right: 24px;
	padding-left: 24px;
	color: #CCC;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 4px;
}
#resultsBoxtext{
	float: left;
	width: 850px;
	margin: 0px;
	padding-right: 24px;
	padding-left: 24px;
	color: #CCC;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 4px;
}
#sponFla{ /*sponsors page box rigth*/
	width: 201px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}

/************* USED FOR FEATURED SALE ON HOME PAGE**************/
#featuredSale{
	width: 311px;
	margin: 0px;
	float: left;
	padding-left: 20px;	
}


#midClientsHm{
	width: 391px;
	height: 296px;
	margin: 0px;
	float: left;
	padding: 12px;	
}


/************* MID LEFT RIGHT AREA INSIDE**************/
#midLt{
	width: 260px;
	float: left;
	padding-top: 12px;
	padding-left: 80px;
	padding-bottom: 12px;
}

#midLt a:link{
	color: #333333;
	text-decoration:underline;
}

#midLt a:visited{
	color: #333333;
	text-decoration:underline;
	
}

#midLt a:hover{
    color: #b24626;
	text-decoration:underline;
}
#midRt{
	width: 512px;
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 20px;
	padding-left: 18px;
	background-color: #FFFFFF;
}

#midRt a:link{
	color: #333333;
	text-decoration:underline;
}

#midRt a:visited{
	color: #333333;
	text-decoration:underline;	
}

#midRt a:hover{
    color: #b24626;
	text-decoration:underline;
}

#midRt img{
	float: left;

}

#midListings{   /************* USED FOR LISTINGS**************/
	width: 960px;
	margin: 0px;
	background-color: #000000;
	float: left;
	text-align: center;
	background-image: url(images/bg_listings.gif);
	background-repeat: repeat-y;
}

#midListings table{
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#midListings td{
	text-align: left;
	padding: 4px;
	vertical-align: top;
	font-size: 10px;
}
#midListTitle {
	text-align: left;
	padding: 4px;
	vertical-align: top;
	background-color: #000000;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.midListTitle{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	width: 128px;
}


#midBoxes{   /************* USED FOR SMALL BOXES IN A ROW**************/
	width: 834px;
	margin: 0px;
	float: left;
	padding-left: 103px;
	background-color: #000000;
}
#midThreeBoxes{   /************* USED FOR SMALL BOXES IN A ROW**************/
	width: 834px;
	margin: 0px;
	float: left;
	padding-left: 103px;
	background-color: #000000;
	padding-top: 28px;

}

/************* SMALL BOXES ***************/
#smBox{
	width: 262px;
	margin: 0px;
	float: left;
	padding: 8px;
}

#smBox a:link{
	color: #333333;
	text-decoration:underline;
}

#smBox a:visited{
	color: #333333;
	text-decoration:underline;
	
}

#smBox a:hover{
    color: #b24626;
	text-decoration:underline;
}
#bigPhoto{   /************* USED FOR SMALL BOXES IN A ROW**************/
	width: 960px;
	margin: 0px;
	float: left;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 20px;
}
#bigArea{   /************* USED FOR FULL MIDDLE AREA**************/
	width: 900px;
	margin: 0px;
	float: left;
	text-align: center;
}
/************* BEGIN FOOTER STYLES ***************/

#footer{
	clear: both;
	width:960px;
	height:29px;
	color: #CCC;
	text-align: center;
	background-color: #000000;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	padding-top: 60px;
}
#footer a:link{
	color: #CCC;
}

#footer a:visited{
    color: #CCC;
}

#footer a:hover{
    color: #d89b27;

}
.copyright {
	font-size: 10px;
	color: #CCC;
}
/************* END FOOTER STYLES ***************/
.boldbody {
	font-weight: bold;
	color: #9C3;
	font-size: 16px;
}
