body {
	margin: 0;
	padding: 0;
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e; 
	line-height: 16px; 
}

a {
	color: #0079C1;
	background-color: inherit;
}

a:hover {
	color: #575757;
	background-color: inherit;
}

h1 {
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #808080; 
	text-transform: uppercase;
	background-color: inherit;
	
}

h2 a {
	color: #6A85B7;
	background-color: inherit;
	text-decoration: none;
}

h3 { margin: 0; padding: 0; font: bold 1.8em Arial, Sans-Serif; letter-spacing: -1px; }

p {
	padding: 2px 0 5px;
	margin: 0;
}


.floatl {
	float: left;
	text-align: left;
}

.floatr {
	float: right;
	text-align: left;
}

/* ***************************

Content

*************************** */

.account {
	margin:0;
	padding:5px 20px;
	float:right;
	text-align:center;
	width:250px;
	height:15px;
	background:url('../img/bar_bg.gif') bottom left no-repeat;	
	}

#content {
	margin: 0px auto; 
	width: 950px; 
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content quote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('.../img/a7.gif') top left repeat-x;
}

.redbox {
	padding:0 10px 0 10px;
	float:left;
	margin:0 0 20px 0;
	border:1px solid #C03026;
}

.info {
	clear:both;
	background:#eeeee7;
	border:1px solid #ccc;
	padding:5px 10px;
	color:#333;
	margin:10px 0 10px 0;
	}

.caution {
	clear:both;
	background:#FFFF99;
	border:1px solid #E8E800;
	padding:5px 10px;
	color:#333;
	margin:10px 0 10px 0;
	}
	
.success {
	clear:both;
	background:#cef0b0;
	border:1px solid #5c9548;
	padding:5px 10px;
	color:#333;
	margin:10px 0 10px 0;
	}
	
.error {
	clear:both;
	background:#FFCACA;
	border:1px solid #990000;
	padding:5px 10px;
	color:#333;
	margin:10px 0 10px 0;
	}

/* ***************************

Tags

*************************** */

.tag {
	display:-moz-inline-box; 
	display:inline-block; 
	background:transparent url(/img/tag_grey.png) no-repeat left -22px; 
	margin: 0; 
	padding:0 0 0 18px;
 	margin-right: 1px;
	}

.tag span {
	display: block; 
	font-size: 11px; 
	font-weight: bold; 
	background:transparent url(/img/tag_grey.png) no-repeat right top; 
	height: 18px; 
	line-height: 18px; 
	padding:0 10px 0 0;
	}

/* ***************************

Left Side Content

*************************** */

#left_content
{
	float: left;
	width: 200px;
	padding: 0px 0 0 0px;
}

/* background: #fff url('../img/a1.gif') top right repeat-y;
	border-right: 1px solid #e6e6e6;
	
*/
/* ***************************

Right Content

*************************** */

#right_container
{
	float: right;
	width: 700px;

}

#right_content_menu
{
	margin: 0em 0em 0em 0em;
	border-left: 1px solid #e6e6e6;
}

#right_content
{
	padding: 0.75em 0.75em 0.75em 1.5em;
}

/* ***************************

Header

*************************** */
#header_content {
	margin: 0px auto; 
	width: 780px; 
}

.header { 
	height: 85px; 
	margin: 0px 0 0px 0; 
	padding: 5px 0 0 5px;
	border-bottom: 3px solid #999999;
	background: #000; 
	color: #FFFFFF;
	overflow: hidden;
}

.logo {
	float: left;
	padding: 5px 40px 5px 30px;
}

#top_info { 	
	float: left;
	width: 480px; 
	margin: 20px 5px 0 0px; 
	text-align: right; 
	color: #FFFFFF;
}


/* ***************************

Menu

*************************** */

.menu {
	background: #F6F6F6 url(hmrightbg.gif) repeat-x;
	color: #626262;
	padding: 7px 10px 8px 10px;
}

.menu a {
	margin: 2px 0px 0 0px; 
	background: inherit;
	padding: 12px 10px 8px 10px;
	color: #626262;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover {
	background: #33ADDB url(hmleftbg.gif) repeat-x;
	border-top: 1px solid #1A83AC;
	color: #FFFFFF;
}


/* ***************************

Comments

*************************** */

#comments {
	background: #f7f7f7;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.date { 
	color: #ccc; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 3px 0; 
	padding: 0; 
}

.time {
	color: #8c8c8c;
	font-size: 11px;
	padding-bottom: 8px;
}

.author {
	background: url('http://www.vortexportal.com/img/comment.gif') 0 3px no-repeat;
	padding: 10px 0 3px 27px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #2f2f2f;
	height: 25px;
}
/* ***************************

Footer

*************************** */

.footerfade{
	background:url('/img/footerbg.gif') repeat-x bottom #ffffff; 
}


#footer_container { 
	clear: both; 
	height: 155px;
	color: #999999; 
	border-top: 3px solid #999999;
	padding: 20px 0 10px 0; 
	text-align: center;  
	line-height: 13px;
}

#footer {
	width:790px; 
	margin: 0 auto;
}


#footer_legal {
	float: left;
	text-align: left;
	padding: 10px 5px 10px 60px;
	background: url(../img/footer_trans.gif) no-repeat left center;
}

#footer_links {
	float: right;
	padding: 5px;
}
	
#corner {
	float: right;
	width: 115px;
	height: 115px;
}
/* ***************************

Boxes

*************************** */

.gboxtop { 
	clear: both; 
	height: 8px; 
	background: #dedede no-repeat; 
	color: #000; 
}

.gbox { 
	background: #dedede no-repeat bottom left; 
	color: #444; 
	padding: 1px 13px 7px 13px; 
	margin: 0 0 20px 0; 
}

.gbox p { 
	padding: 7px 0; 
	margin: 0;
}

.simple_box {
	margin: 0 0 10px 0;
	border: 2px solid #eee;
	color: #454545;
	padding: 15px 15px 5px 10px;
	}

.left_grey {
	background: #F4F1F8;
	color: #808080;
	border-left: 3px solid #E8E2F2;
	padding: 15px;
	margin: 0 0 15px 0;
	}

.subheader {
	clear: both;
	height: 23px;
	margin: 0 0 0px 0;	
}

.subheader_left {
	line-height: 28px;
	width: 200px;
	float: left;
	background: #33ADDB url(hmleftbg.gif) repeat-x;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
}

.subheader_left a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
}

.left_box {
	background: #f4f4f4;
	color: #808080;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 15px;
	margin: 0 0 15px 0;
	}

.left_box2 {
	background: #f4f4f4;
	color: #808080;
	text-align: center;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 2px 0 0px 0;
	margin: 10px 0 10px 0;
	}	
	
.left_articles {
		margin: 0px 0 10px 0;
		background: #fff url(bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}

.border { 
	border: 1px solid #C6D0E3;  
	margin: 0 0 10px 0;
}

.subborder {
	padding: 15px;
	background: #ECEFF5;
	color: #444;
	border: 2px solid #C6D0E3;
}

.subborder_white {
	background: #ffffff;
	color: #444;
	border: 2px solid #C6D0E3;
}

.highlight { 
	background: #C5E7F6; 
	color: #000; }

.right_articles {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;
	}

a.info {
	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;
}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;; 
	left:0;; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

.right_left {
	float: left;
	width: 260px;
	padding: 13px;
	background: #f2f2f2 url(corner.gif) no-repeat bottom right;
	color: #626262;
}

.right_right {
	float: right;
	width: 240px;
	padding: 13px;
	background: #f2f2f2 url(corner.gif) no-repeat bottom right;
	color: #626262;
}



form.search {
	padding: 0; 
	margin: 0; 
}

input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.login {
	background: url('../img/logout.png') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.listings {
	background: url('../img/listings.png') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}

.listing_add {
	background: url('../img/listing_add.png') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}

.profile {
	background: url('../img/profile.png') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}

.payments {
	background: url('../img/payments.png') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}

.credits {
	background: url('../img/credits.png') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}
.favorites {
	background: url('../img/favorites.png') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}
.search {
	background: url('../img/search.png') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}
.menu8 {
	background: url('') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}
.mailbox {
	background: url('../img/mailbox.png') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}
.menu10 {
	background: url('') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}
.chat {
	background: url('../img/chat.png') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}
.im {
	background: url('../img/im.png') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}
.menu13 {
	background: url('') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}
.menu14 {
	background: url('') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}
.menu15 {
	background: url('') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}
.menu16 {
	background: url('') 0 0px no-repeat;
	padding: 0px 0 2px 24px;
	font: 11px Arial, Helvetica, sans-serif;
}

/* misc */
.buttons { text-align: right; padding: 4px 3px 0 0;}
.left_articles .buttons { float: right; height: 20px; }
.bluebtn { background: #488EB2 url(bluebtn.gif) no-repeat; width: 100px; padding: 1px 16px 5px 16px; color: #fff; text-decoration: none; }
.bluebtn:hover { background: #488EB2 url(hoverbtn.gif) no-repeat; color: #fff; }

/**
 * specify width margins for Google
 * news bars
 */
.newsBar {
  width : 100%;
  margin-right: 1em;
  margin-left: 2em;
  margin-bottom : 1.5em;
}



