/*Layout*/

body {
	margin: 0; 
	padding: 0;
	background-color: #FFFFFF;
}
body, p, ul, h1, h2, h3, td, th {
	font-size:13px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
h1 {
	padding: 6px 0px 5px 15px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a:link, a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	background-color: #BEEA69;
	text-decoration: none;
}
a:active, a:focus {
	outline: 0;	
}
#container {
	margin: 0 10px 0 10px;
}
#main {
	width: 100%;
}

/*Table format*/

table {
	width: 100%;
	height:	36px;
	border:	none;
	border-collapse: separate;
}
caption	{
	font-weight: bold;
	text-align:	left;
	padding-left: 15px;
}
td, th {
	width: 150px;
	text-align:	left;
	padding-left: 20px;
	vertical-align:	middle;
}

/*Header*/

.leftHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-image: url(http://pic.classistatic.com/image/pics/classifieds/logoback_withoutsearch.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 208px;
	height: 105px;
	margin: 0;
	padding: 0;
	z-index: 2;
	top: 0;
	left: 0;	
}
.rightHeader {
	background-image: url(http://pic.classistatic.com/image/pics/classifieds/logoback_withoutsearch_bg.gif);
	background-repeat: repeat-x;
	position: relative;	
	height: 105px;	
	z-index: 1;
}
.header_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: rgb(255,79,31);
	text-decoration: none;
	white-space: nowrap;
	padding: 67px 12px 0 0;
	text-align: right;
}

/*Title Backgrond*/

.titleBg {
	background-image: url(http://portalportfolio.com/images/usmap_titleBg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #EDD004;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0;  
	position: relative;	
}
.titleBg2 {
	background-image: url(http://portalportfolio.com/images/usmap_titleBg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 36px;
	border: 1px solid #EDD004;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0;  
	position: relative;	
}
.titleLeftBg {
	background-image: url(http://portalportfolio.com/images/usMap_titleLeft.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 36px;	
	left: 0;
	position: absolute;	
}
.titleRightBg {
	background-image: url(http://portalportfolio.com/images/usMap_titleRight.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 36px;	
	position: absolute;
	right: 0;	
}
.titleLeft {	
	width: 510px;	
	padding-left: 10px;
	font-size: 16px;	
}
.titleRight {
	width: 350px;	
}
.titleTxt {	
	position: relative;	
	display: block;	
	overflow: hidden;
	padding-top: 8px;
	padding-left: 10px;
}
.box {
	width: 100%;	
	border: 1px solid #EDD004;
}

/*Othersites*/

#othersites {
	margin: 0;
	padding: 20px 0 0 45px;
	font-size: 13px;	
	font-weight: normal;
	margin: 0;
	white-space: nowrap; 
}
#othersites ul {
	padding: 0; 
	margin: 0;
	display: inline;
}
#othersites li {
	list-style: none; 
	display: inline;
	color: #676B5C;	
	margin: 0; 
	padding: 0 0px 0 5px;
}
#othersites a {
	white-space: nowrap; 	
	font-size: 12px;	
}

/*Footer*/

#footer {
	border-top: 1px solid #BEC3C7;	
	margin: 10px 15px 10px 15px;
	padding: 10px 0 0 0;
	text-align: center;	
}
#footer ul {
	padding:0; 
	margin:0;
}
#footer li {
	list-style: none; 
	display: inline;
	color: #676B5C;
	font-size: 13px;	
	margin: 0; 
	padding: 0 5px 0 5px;
	border-right: 1px solid gray;
}
#footer .lastitem { 
	border-right: 0 
}