/* ======================= */
/* = General Page Styles = */
/* ======================= */
body 	{	margin:0px;
			padding:0px;
			background-color:#fff;
			font-family: "Trebuchet MS", verdana, arial, sans-serif;
			font-weight:normal;
			font-size:11px;
			line-height:13px;
			color:black;
			text-align:center; /* Center everything in IE */
			}
			
div 	{	text-align:left; /* Override the center on the body so all text is not aligned center */
			}

table	{	border-spacing:0px;
			border-collapse:collapse;
			width:auto;
			height:auto;
			border:0px;
			}

td		{	padding:0px;
			border:0px;
			font-size:11px;
			line-height:13px;
			vertical-align: top;
			color:black;
			}
a		{	color: #313A40;
			text-decoration:none;
			}
a.body		{	color: #313A40;
			text-decoration:underline;
			}
a:hover	{	color: #ddd;
			text-decoration:underline;
			}
			
	a.feature	{ 	display:block;
			        padding-left:13px;
			        background-image:url(/global/img/ic_linkarrow.gif);
			        background-repeat:no-repeat;
			        margin-top:2px;
			        margin-bottom:2px;
			}
	a.supp, div.section span.arrow_list a.supp  {
        color: #B02B2C;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 11px;
        display: block;
        text-align: left;
        color: #07508B;
	}
	div.section span.arrow_list a.supp {
	   display: inline;
	   text-align: left;
	}
	a.supp.inline {
	   display: inline;
	}
	a.supp.deemph  {
        font-weight: normal;
		text-align: center;
    }
b.source    { color: #07508B;
            }
p 		{	margin-top:8px;
			margin-bottom:10px;
			}
	p.alt  {
        color: #A2B6C1;
        margin-bottom: 4px;
    }
			
h1		{	color: #000;
			font-size:24px;
			line-height:22px;
			margin-top:8px;
			margin-bottom:10px;
			}
h2		{	color: #000;
			font-size:16px;
			font-weight:bold;
			text-transform: none;
			margin:0px;
			margin-top:1px;
			margin-bottom:0px;
			}
h2.alt  { color: #B02B2C;
	          }
h2.tab		{	color: #000;
			font-size:16px;
			font-weight:bold;
			text-transform: uppercase;
			margin:0px;
			margin-top:4px;
			}
h3		{	color: #000;
			font-size:11px;
			font-weight:bold;
			text-transform: uppercase;
			margin:0px;
			margin-top:8px;
			margin-bottom:10px;
			}
h4      {   color: #000;
            font-weight: normal;
	    font-family: Courier;
            line-height: 1.06;
            margin: 0px;
            margin-top:8px;
            margin-bottom: 10px;
            font-size: 16px;
            }
h5      {   color: #000;
            font-weight: normal;
	    font-family: Arial;
	    line-height: 1.06;
            margin: 0px;
            margin-top:0px;
            margin-bottom: 0px;
            font-size: 14px;
            }
h6		{	color: #100;
			font-size:14px;
			font-weight:bold;
			text-transform: none;
			margin:0px;
			margin-top:8px;
			margin-bottom:10px;
			}
ul,ol   {   position: relative;
            margin: 0px;
            padding: 0px;
            padding-left: 16px;
            font-size: 11px;
            line-height: 14px;
            font-weight: normal;
            }
    ul.indent { margin-left: 26px;
                }
    ol.linky  { font-weight: bold;
                color: #07508B;
                padding-left: 16px;
                list-style-position: inside;
                _padding-top: 10px; /* IE6 Hack */
                _margin-left: 10px; /* IE6 Hack */
                }
        ol.linky li {   margin-bottom: 2px;
                        text-indent: -16px;
                        }
        ol.linky a {    color: black;
                        font-weight: normal;
                        }
            ol.linky a:hover {  color: black;    
                                }
li      {   position: relative;
            margin: 0px;
            padding: 0px;
            }
			
img 	{	border:0px;
			}
			

#page 	{	position:relative;
			width:960px;
			height:auto;
			margin-left:auto;
			margin-right:auto;
			border: 1px solid #E4EAEE;
			}

#main   {   display: none;
            }
			
/* =================== */
/* = Specific Styles = */
/* =================== */
#header {
    position: relative;
    height: 113px;
	background-color: #F7FAFB;
	border-bottom: 1px solid #E4EAEE;
	}
#header-noads {
    position: relative;
	border-top: 1px solid #E4EAEE;
	}
    #header div#ad_1, #footer div#ad_1 {
		position: absolute;
        top: 10px;
        left: 10px;
    }
    #header div#ad_2, #footer div#ad_2 {
		position: absolute;
        top: 10px;
        right: 10px;
    }

#masthead {
    position: relative;
    height: 132px;
    z-index: 100;
	}
    #masthead div.quicklinks {
        position: absolute;
        top: 40px;
        left: 21px;
    }
    #masthead div.mast {
        position: absolute;
        top: 13px;
        left: 327px;
    }
	 #masthead div.member {
        position: absolute;
        top: 24px;
        left: 21px;
    }
		#masthead div.member input {
            background-color: #F7FAFB;
            border: solid #A2B6C1 1px;
            font-size: 11px;
            line-height: 14px;
			margin-bottom: 5px;
        }
    #masthead div.search {
        position: absolute;
        top: 40px;
        left: 729px;
    	}
        #masthead div.search span {
            position: relative;
            display: block;
            height: 20px;
            width: 215px;
        }
        #masthead div.search input {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 174px;
            height: 17px;
            background-color: #F7FAFB;
            border: solid #A2B6C1 1px;
            font-size: 11px;
            line-height: 14px;
            margin: 0px;
            padding: 0px;
            padding-top: 2px;
            padding-left: 4px;
        }
        #masthead div.search img {
            position: relative;
            margin-bottom: 2px;
        }
        #masthead div.search img.btn {
            position: absolute;
            top: 2px;
            right: 0px;
            cursor: pointer;
        }
        
        /* =========================================== */
        /* = Styles for the custom select box widget = */
        /* =========================================== */
        #masthead div.search div.select {
            position: relative;
            background-color: #DDD;
            border: solid #CCC 1px;
            height: 18px;
            float: left;
            margin-right: 3px;
            padding-left: 4px;
            padding-right: 18px;
            background-image: url(/global/img/bg_arrow_select.gif);
            background-repeat: no-repeat;
            background-position: center right;
            cursor: pointer;
        	}
            #masthead div.search div.select div {
                position: relative;
                line-height: 18px;
                white-space: nowrap;
                overflow: hidden;
            }
            #masthead div.search div.select span {
                display: none;
                position: absolute;
                left: -1px;
                top: 18px;
                height: auto;
                width: auto;
                background-color: #DDD;
                border: solid #CCC 1px;
            }
                #masthead div.search div.select span a {
                    display: block;
                    position: relative;
                    font-size: 11px;
                    line-height: 16px;
                    color: black;
                    white-space: nowrap;
                    padding-left: 4px;
                    padding-right: 4px;
                	}
                    #masthead div.search div.select span a:hover {
                        background-color: #eeeeee;
                    }
                    
        #masthead div.search div#search_simple {
            display: block;
            position: relative;
            margin-top: 8px;
        	}
            #masthead div.search div#search_simple a {
                text-decoration: none;
            }
        #masthead div.search div#search_advanced {
            display: block;
            position: relative;
			text-align: left;
            margin-top: 8px;
            z-index: 1000;
            height: 30px;
        	}
            #masthead div.search div#search_advanced img {
                position: relative;
                display: block;
            }
        
#navigation {
    position: relative;
    margin-top: 4px;
    margin-bottom: 12px;
    background-color: #A3C1D7;
    height: 23px;
    border-bottom: solid #7D97A6 1px;
    z-index: 70;
	}
	#navigation span.updated {
        float: left;
        display: block;
        margin-top: 6px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 10px;
    }

#navigation_sub {
    position: static;
    text-align: center;
	line-height: 16px;
    margin-bottom: 2px;
    padding-left:0px;
	}
    #navigation_sub a {
        color: #002E53;
        text-decoration: underline;
        padding-left: 2px;
        padding-right: 2px;
    }

/* ============================ */
/* = Content Structure Styles = */
/* ============================ */                
#content {
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-left:7px; /* Margin starts here for IE 7 Weirdness */
    z-index: 50;
	}
    #column_left {
        position: relative;
        width: 180px;
        float: left;
        margin: 0px;
        padding: 0px;
        margin-right:8px;
    }
    #column_center {
        position: relative;
        width: 412px;
        margin: 0px;
        padding: 0px;
        float: left;
        margin-right:8px;
    }
    #column_right {
        position: relative;
        width: 337px;
        margin-right:8px;
        float: left;
        margin: 0px;
        padding: 0px;
    }
    #column_center_int {
        position: relative;
        width: 560px;
        margin: 0px;
        padding: 0px;
        float: left;
        margin-right:8px;
    }
    #column_right_int {
        position: relative;
        width: 182px;
        margin-right:8px;
        float: left;
        margin: 0px;
        padding: 0px;
    }
	#column_center_wide {
        position: relative;
        margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 112px;
		margin-right: 112px;
        padding: 0px;
    }
	#column_center_wide_table {
        position: relative;
        margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 50px;
		margin-right: 50px;
        padding: 0px;
    }
		
#footer {
    position: relative;
    clear: both;
    height: 200px;
    background-color: #F7FAFB;
	border-top: 1px solid #E4EAEE;
	}	
    #footer a {
        color: #313A40;
        text-decoration: underline;
    }
    #footer p {
        color: #313A40;
        margin: 0px;
        margin-top: 8px;
    }

#footer-noads {
    position: relative;
    clear: both;
    height: 100px;
    background-color: #F7FAFB;
	border-top: 1px solid #E4EAEE;
	}	
    #footer-noads a {
        color: #313A40;
        text-decoration: underline;
    }
    #footer-noads p {
        color: #313A40;
        margin: 0px;
        margin-top: 8px;
    }
	
.section {
    position:relative;
    border: solid #A2B6C1 1px;
    margin-bottom:6px;
    padding:8px;
	}
    .section.cent {
        position:relative;
        border:0px;
        border-top:solid #A2B6C1 1px;
        margin-bottom:10px;
    } 
    .section.cent img.tools {
        float:right;
		padding-left: 8px;
		border: solid #fff 1px;
    } 
   .section.ad {
        padding: 0px;
        line-height: 2px;
    }
    .section h2 {
        border:0px;
        margin-top:4px;
        margin-bottom:8px;
    }
    .section h2.cent {
        text-align:center;
    }
    .section h2.cent.full {
        margin-bottom: 8px;
        padding-bottom: 8px;
        margin-right: -8px;
        margin-left: -8px;
        border-bottom: solid #A2B6C1 1px;
    }    
    

h3.arrow, a.arrow, div.section span.link_list.arrowheader h3 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    background-image: url(/global/img/arrow_red.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 14px;
    text-transform: uppercase;
	} 
a.arrow {
    display: block;
    color: black;
    font-size: 12px;
    text-transform: none;
    line-height: 14px;
	}

#login {
    position: relative;
	}
    #login a {
        color: #265174;
    }
	#login p {
        margin-top: 8px;
    }
    #login input {
        width: 158px;
        height: 16px;
        border: solid #A2B6C1 1px;
        background-color: #fff;
        font-size: 11px;
        color: black;
        line-height: 14px;
        margin-bottom: 4px;
    }
    #login img {
    }
    #login img.btn_login {
        position: relative;
        float: right;
        margin-top: 2px;
        margin-right: -3px;
        _margin-right: -5px; /* IE6 Hack */
    } 
    
div.section.signup {
    border-top: solid #A2B6C1 1px;
    background-color: #F7FAFB;
    margin-top: -7px;
	}
    div.section.signup p {
        margin-top: 2px;
        margin-bottom: 4px;
    }
    div.section.signup a {
        color: #e30000;
        font-size: 14px;
        line-height: 15px;
        font-weight: bold;
    }

div.section span.link_list {
    display: block;
    margin-bottom: 8px;
	}
    div.section span.link_list a, div.section span.arrow_list a, div.section span.icon_list a {
        display: block;
        padding-left: 8px;
        color: black;
        background-image: url(/global/img/bl_square.gif);
        background-repeat: no-repeat;
        background-position: 0px 6px;
        margin-bottom: 2px;
    }
        div.section span.link_list.alt a {
            color: #A2B6C1;
            background-image: url(/global/img/bl_square_blue.gif);
        }
    div.section span.link_list.arrowheader a {
        margin-left: 5px;
    }
    div.section span.arrow_list a {
        background-image: url(/global/img/arrow_red.jpg);
        background-position: 0px 2px;
        padding-left: 15px;
    }
    div.section span.icon_list.pl a {
        background-image: url(/global/img/drfplus_icon.gif);
        background-position: 0px 0px;
        padding-left: 15px;
		padding-right: 15px;
        line-height: 13px;
        margin-bottom: 4px;
        color: #A2B6C1;
    }
table.tight {
    border: solid #A2B6C1 1px;
    margin-top: 5px;
	}
    table.tight td {
        line-height:1px;
    }
 #main_content {    
}
    #main_content div {
        position: relative;
        clear: both;
		margin-top: 8px;
        margin-bottom: 8px;
    }
        #main_content div img {
            margin-left: 8px;
			border: solid #A2B6C1 1px;
        }
		
		#main_content div img.subhead {
			margin: 0px;
			border: solid #fff 1px;
        }
		
		#main_content div img.right {
            margin-bottom: -2px;
    		margin-left: 4px;
			border: solid #fff 1px;
        }
		
		#main_content div img.left {
			float: left;
    		padding-right: 4px;
			border: solid #fff 1px;
        }
		
		#main_content div img.tools {
			float: right;
			padding-left: 8px;
			border: solid #fff 1px;
    	} 
        #main_content div span {
            display: block;
			margin-bottom: 8px;
			margin-bottom: 8px;
            font-size: 12px;
            line-height: 16px;
            color: #777;
        }
        #main_content div p {
            margin-top: 2px;
			font-size: 14px;
            line-height: 16px;
        }
		
/* ======================= */
/* = Misc Elements Styles = */
/* ======================= */

.smallcredit	{
			font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
			font-size: 11px;
			color: #ccc;
			text-align: right;
			}
						
.caption	{
			font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
			font-size: 11px;
			font-style: italic;
			padding-left: 8px;
			margin-bottom: 8px;
			}

.bug		{
			font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
			color: #ccc;
			font-weight: bold;
			}
		
.homecaption	{
			font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
			font-size: 11px;
			font-style: italic;
			padding-left: 8px;
			text-align: center;
			}

hr			{
			border: none;
			background-color: #E4EAEE;
			color: #E4EAEE;
			height: 1px;
			width: 100%;							
			text-align: center;
			}
			
#textbox {
	font-size:10px;
	margin-left:25px;
	margin-bottom: 25px;
	float:right;
	width:150px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color:#000000;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	}
	
/* ======================= */
/* = TJC Table Styles = */
/* ======================= */


.tjctable 	{
		border: 1px solid #ccc;
		border-collapse: collapse;
		width: 100%;
		}

.tjctable td 	{
		border: 1px solid #ccc;
		padding: 4px;
		text-align: left;
		}
		
.tjctable td a	{
		text-decoration: underline;
		}

.tjctable td a:visited	{
		text-decoration: none;
		}
		
.tjctable th 	{
		border: 1px solid #ccc;
		background-color: #ddd;
		text-align: left;
		padding-left: 4px;
		}

.tjctable caption {
		margin-top: 10px;
		padding: 2px;
		text-align: center;
		font-weight: bold;
		}

.tjctable tr.altrow {
		background-color: #eee;
		}

		
/* ======================= */
/* = Boxy Table Styles = */
/* ======================= */


.boxytable 	{
		border-collapse: collapse;
		width: 100%;
		}

.boxytable td 	{
		padding-left: 4px;
		padding-right: 16px;
		line-height: 20px;
		text-align: left;
		width: 50%;
		}
			
.boxytable td a	{
		text-decoration: underline;
		}
		
.boxytable caption {
		margin-top: 10px;
		padding: 2px;
		text-align: center;
		}
		
		