@charset "utf-8";
/* CSS Document */

body {
font-family: Verdana, Geneva, sans-serif;
background-color: #f8f8f8;
}

#wrap {
width: 660px;
margin: 0 auto;
}

#header {
	padding-top: 40px;
	height: 50px;
}

#logo {
float: left;
margin-left: 10px;
width: 400px;
}

#cis {
background-image: url('images/poweredby.gif');
width: 202px;
height: 42px;
float: right;
margin-right: 20px;
}

#box {
clear: both;
background-image: url('images/box.gif');
width: 656px;
height: 229px;
margin: 16px auto 0 auto;
}

#rightbox {
	width: 250px;
	float: right;
	font-size: 8pt;
padding-right: 24px;
line-height: 13pt;
color: #777;
margin-top: 32px;
}

#rightbox h2 {
font-size: 10pt;
font-weight: bold;
margin-bottom: 6px;
color: #555;
}

#leftbox {
width: 350px;
float: left;
margin-top: 32px;
padding-left: 20px;
}

#leftbox h2 {
font-weight: bold;
font-size: 10pt;
text-align: center;
color: #555;
}

#leftbox p {
clear: both;
font-size: 8pt;
padding-top: 16px;
text-align: center;
color: #900;
font-style: italic;
}

input.numberbox {
background-image: url('images/phone.gif');
width: 234px;
height: 26px;
padding: 4px 8px;
border: none;
text-align: center;
font-size: 10pt;
font-weight: bold;
color: #888;
font-family: Verdana, Geneva, sans-serif;
margin: 0 0 6px 50px;
}

input.searchnow {
float: right;
margin-right: 104px;
}

.links {
font-size: 7pt;
color: #ccc;
text-align: center;
}

.links a {
color: #555;	
}

.links p {
color: #888;
margin: 5px;
}


#footer {
margin-top: 40px;	
}

#content p {
font-size: 9pt;
line-height: 14pt;
margin: 12px 8px 12px 16px;
color: #5f5f5f;
}

#content {
font-size: 9pt;	
}

#content h1 {
	text-align: center;
}


/* search results */

#resultswrap {
width: 1024px;
margin: 0 auto;
}

#resultscontent {
background-color: #fff;
border: 1px solid #ccc;
padding: 10px;
margin-top: 10px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
