/*
	Linked CSS files used throughout the site
*/
@import url("custom_ui.css");
@import url("menu.css");
@import url("tabs.css");




/********************************************************************
	GENERAL PAGE LAYOUT
********************************************************************/

body
{
    margin: 0;
    padding: 0;
    background: #fff url(../images/background_cross.gif) repeat;
    font: 11px Arial, Helvetica, sans-serif;
    color: #404040;
}

a, img, a:focus
{
    border: none;
    outline: none;
}

a
{
    text-decoration: none;
    color: #4c85b8;
}

.comments_button
{
    text-decoration: none;
    color: #4c85b8;
    font-size: 10px;
    font-weight: normal;
    padding: 0px;
}
a:hover
{
    text-decoration: underline;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

.highlight
{
    color: #0081c6;
}

.container
{
    position: relative;
    width: 987px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}

.top_links
{
    position: relative;
    height: 30px;
    color: #404142;
    padding: 16px 19px 0 45px;
}

.top_links a
{
    text-decoration: none;
    color: #404142;
}

.top_links a:hover
{
    text-decoration: underline;
}

/*
	Navigation
*/
.main_nav
{
    position: absolute;
    bottom: 0px;    
	left:55px;
	width:915px;
}
#syndication
{
    float: left;
    padding-left: 20px;    
    color: White;
    width: 180px;
}
#syndication img
{
    float:right;
    padding-left: 5px;
    width: 23px;
    height: 23px;
}
#syndication span
{
    position:absolute;
    top:25%;
    height:25px;
}
.comments_panel
{
    width: 450px;
    height: 19px;
    padding: 0px 0 0 0px;
    margin: 0px 0px 0px 20px;
    background: url(../images/middle_col_comments_panel.jpg) no-repeat;
    font-size: 11px;
    color: #4c4c4c;
    font-weight: bold;
}
.comments_buttons a
{
    font-size: 10px;
    font-weight: normal;
    margin-left: 12px;
}

.nav
{
    /* see menu.css for this class */
}

.info_nav
{
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    float: right;
}

.info_nav li
{
    display: block;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    position: relative;
}

.info_nav a
{
    display: block;
    font: 10px Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
}

.info_nav a:hover
{
    text-decoration: underline;
}

.info_nav a img
{
    vertical-align: middle;
    padding: 0;
}


/*
	Footer
*/

.footer
{
    position: relative;
    margin: 0 0 0 18px;
    width: 904px;
    clear: both;
    border-top: 1px solid #e2e2e2;
    color: #76787B;
    font-size: 10px;
    padding: 7px 30px 20px 18px;
}


.footer a
{
    color: #76787B;
}

.footer a{
	color:#76787B;
}
.membership_types_table
{
margin: 20px 0px 0px 16px;
text-align: center;
line-height: 180%;
width: 450px;
float: left;
}

html>body .membership_types_table
{
margin: 20px 0px 0px 32px;
}

.membership_types_table th
{
color: #0081C6;
font-weight: normal;
}

.membership_types_table td
{
}

.membership_types_table .grey-bg
{
background: #f5f5f5;
width: 50px;
}

.membership_types_table .currency
{
text-align: left;
width: 106px;
}

.membership_types_table .grey-left
{
background: url(../images/membership-table-round-bottom-left.gif) bottom left;
}

.membership_types_table .grey-right
{
background: url(../images/membership-table-round-bottom-right.gif) bottom right;
}

.membership_types_table .pt-membership
{
text-align: left;
width: 100px;
line-height: 120%;
font-weight: bold;
padding: 5px 0px 4px 10px;
background: url(../images/pt-membership-bg.gif) no-repeat;
}

.membership_types_table .gary
{
line-height: 120%;
text-align: left;
}

.membership_types_table .career
{
line-height: 120%;
text-align: left;
}

.membership_types_table .plus-sign
{
margin: 3px 0px 0px 3px;
float: left;
}

.membership_types_table span
{
margin-left: 10px;
}
