
html 
{
	margin: 0;
	padding: 0;
}

body
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	width: 919px;
	margin: 0 auto;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #333;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3, h4, h5, h6 { font-size: 14px; }

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

.clearfix { clear: both; }

a img { border: none; }

ul
{
	margin: 0;
	padding: 0;
}
li { list-style: none; }

/****** START header ******/

#header_wrapper 
{ 
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -459px;
	width: 919px;
}

#logo 
{
    float: left;
	width: 49%;
}

#header_top_right
{
	float: right;
	width: 49%;
	text-align: right;
	padding-top: 35px;
}

#telephone
{
	text-align: right;
	color: #6EC2E6;
	font-size: 32px;
}


/****** END header ******/

/****** START index ******/

#content_wrapper
{
	margin: 0 auto;
	padding-top: 147px;
}

#header { height: 356px; }
#header_left
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	width: 60%;
	color: #666;
	font-size: 16px;
	padding: 40px 0 0 30px;
}
#header_left h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #6EC2E6;
	margin: 30px 0 8px 0;
	font-weight: normal;
}
p.mission_statement { margin: 0 20px; }

#header_right { float: right; }

.box1, .box2, .box3
{
	float: left;
	width: 293px;
}
.box2 { margin: 0 20px; }

.box4 { width: 100%; float: left; }

.box1 h1, .box2 h1, .box3 h1, .box4 h1 
{ 
	font-size: 21px;
	height: 39px; 
	margin: 0; 
	padding: 18px 0 0 70px; 
	color: #fff; 
}
.box1 h1 { background: url(../images/h1_csjauctions.jpg) top left no-repeat; }
.box2 h1 { background: url(../images/h1_csjproducts.jpg) top left no-repeat; }
.box3 h1 { background: url(../images/h1_csjassociates.jpg) top left no-repeat; }
.box4 h1 { background: url(../images/h1_csjaffiliates.jpg) top left no-repeat; }

.box1 h3, .box2 h3, .box3 h3, .box4 h3 { margin: 0 0 20px 0; }

.box1 div, .box2 div, .box3 div
{
	height: 400px;
	margin-left: 8px;
	padding: 16px 40px 40px 40px;
	background: #e8e7e4 url(../images/box_bottom.gif) bottom left no-repeat;
}
.box4 div
{
	margin-left: 8px;
	padding: 16px 40px 45px 40px;
	background: #e8e7e4 url(../images/box_bottom_long.gif) bottom left no-repeat;
}

.box1 div p, .box2 div p, .box3 div p, .box4 div p { margin: 0; padding: 0; }
p.box_link { position: relative; top: 0px; left: /*158px;*/ 128px; width: 85px; }
p.box_link a { color: #333; font-weight: bold; }

.box4 div p.box_link { position: relative; top: 20px; left: 753px; width: 85px; }



#footer_wrapper
{
	clear: both;
	font-size: 11px;
	margin: 30px auto 0 auto;
	*padding: 5px 0 40px 0;
	border-top: 1px solid #6ec2e6;
}
#footer_left
{
	float: left;
	width: 100px;
}
#footer_right
{
	float: right;
	width: 600px;
	text-align: right;
}

/****** END index ******/

/****** START contact_form ******/

#contact_form p
{
	font-size: 12px;
}

#contact_form label
{
    color: #32A1BA;
    font-weight: bold;
}

#contact_form input, #contact_form textarea { border: 1px solid #32A1BA; }


#form_left { float: left; }
#form_left input { width: 230px; }

#form_right 
{
    float: right;
    width: 260px;
}

#message 
{
    width: 260px;
    height: 165px;
}

#submit 
{
    margin-left: 210px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

/****** END contact_form ******/

#thankyou h1 { font-size: 20px; }
#thankyou p { font-size: 12px; }

