body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal 12px arial;
	color: #555f65;
	line-height: 15px;
}
img {
	border: 0;
}
.imgBorderBlack{
	border: 1px solid #29353c;
}
.imgBorderRed{
	border: 1px solid #d22b31;
}
#wrap{
	position: relative;
	width: 822px;
	margin: 0 auto;
	text-align: left;
}

a:link, a:visited, a:active	{
	font: normal 12px Arial;
	color: #1374ae;
	text-decoration: none;
}
a:hover	{
	font: normal 12px Arial;
	color: #1374ae;
	text-decoration: underline;
}

#content{
	background: transparent url(../../images/bg.gif) repeat-y 0 0;
}
#content-bottom{
	background: transparent url(../../images/bg_bottom.png) no-repeat left bottom;
}
.title {
	font: normal 18px arial;
	color: #cf2b31;
}
.title-blue {
	font: normal 18px arial;
	color: #065280;
	margin-bottom: 5px;
	padding-top:0px;
}
.title-white {
	font: normal 18px arial;
	color: #fff;
	margin-bottom: 4px;
}
.blog, .blog a {
	font-size: 11px;
	line-height: 13px;
}
#searchbox {
	background: transparent url(../../images/box_searchapart.png) no-repeat left top;
	width: 353px;
	height: 69px;
	padding: 50px 0 0 20px;
	margin-bottom: 10px;
}
#featuredbox {
	background: transparent url(../../images/box_featuredlistings_small.gif) no-repeat left top;
	width: 353px;
	height: 193px;
	padding: 58px 0 0 23px;
	margin-bottom: 10px;
}
#featuredareabox {
	background: transparent url(../../images/box_featuredarea.jpg) no-repeat left top;
	width: 353px;
	height: 131px;
	padding: 52px 0 0 20px;
	margin-bottom: 10px;
}
#featuredareabox a.arrlnk {
	font-weight: bold;
	background: transparent url(../../images/arr.gif) no-repeat left 3px;
	padding-left: 15px;
}

/* footer */
#footer {
	text-align: center;
	margin: 10px 0 30px 0;
	font: normal 12px Arial;
	color: #9e9e9e;
}
#footer a:link, #footer a:visited, #footer a:active {
	font-size: 12px;
	color: #9e9e9e;
	text-decoration: none;
}
#footer a:hover {
	font-size: 12px;
	color: #9e9e9e;
	text-decoration: underline;
}

/* forms */
form {
	border: 0;
	margin: 0;
	padding: 0;
}
select {
	font: normal 12px arial;
	color: #555f65;
	border: 1px solid #5f98b4;
	background-color: #FFF;
}


.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #494949;
	text-decoration: none;
	border: 1px solid #383838;
	background-color: #F4F4F4;
	padding: 1px 1px 1px 3px;
	width: 150px;
	height: 60px;
	overflow: auto;
}

.bullet {
	margin: 3px 0px 3px 3px;
	padding: 0px 0px 5px 10px;
	list-style: none;
	line-height: 100%;
}
.bullet li {
	padding-left: 10px;
	background-image: url(../../images/red_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
}
.bullet A:link, .bullet A:visited, .bullet A:active {
	font-size:11px;
	color:#494949;
	text-decoration:underline;
}
.bullet A:hover {
	font-size:11px;
	color:#494949;
	text-decoration:none;
}


/* request info
div#reqInfo				{ font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size:11px; color:#494949; text-decoration:none; width:183px; border:1px solid #383838; text-align:left; background-color:#F4F4F4; }
div#reqInfo div			{ padding: 5px 5px 0px 5px; }
div#reqInfo .input		{ font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size:11px; color:#494949; text-decoration:none; border:1px solid #383838; background-color:#F4F4F4; padding:1px 1px 1px 3px; width: 165px; }
div#reqInfo .textarea	{ font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size:11px; color:#494949; text-decoration:none; border:1px solid #383838; background-color:#F4F4F4; padding:1px 1px 1px 3px; overflow:auto; width: 165px; height:60px; }
*/


hr {
	border: 0;
	width: 90%;
	color: #CCCCCC;
	height: 1px;
	margin: 0;
	padding: 0;
	background: #CCCCCC;
}

.vdot{
	background-image: url(../../images/vdot.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.clear {
	height: 0;
	clear: both;
	margin: 0;
	line-height: 0;
	font-size: 1px;
}


ul.menu {
	
	top: 45px;
	right: 10px;
	margin: 0;
	padding: 11px 0 16px 0;
	font: bold 15px 'Arial';
	color: #fff;
	text-align: center;
	background:  transparent url(../../images/home_nav.gif) no-repeat top left;
}
ul.menu li {
	display: inline;
	background: transparent url(../../images/tab.png) no-repeat top left;
	padding: 0 11px 0 11px;
}
/*
ul.menu li:first-child { IE 6.0 doesn’t support the :first-child pseudo-class */
ul.menu li.first {
	background-image: none;
	padding: 0 13px 0 9px;
}
ul.menu a {
	font: bold 13px 'Arial';
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
}
ul.menu a:hover {
	font: bold 13px 'Arial';
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
}