/*
 * ----------------------------------------------------------------------------
 * You are free to modify and use this CSS layout in accordance with the
 * Creative Commons 3.0 licence (see links to details of the license below) as
 * long as you include this comment, the link to the license, and it's
 * attribution.
 *
 * This CSS layout is licensed under the Creative Commons 3.0 licence.
 * Abstract: http://creativecommons.org/licenses/by/3.0/us/
 * Full License: http://creativecommons.org/licenses/by/3.0/us/legalcode
 *
 * By: Ryan Chapin, Nuts &amp; Bolts Interactive, Inc. http://nbinteractive.com
 * Version: 1.0
 * Date: 2008-03-24
 *
 * If you'd like to contact Ryan with questions or comments, please go to:
 * http://nbinteractive.com/contactryan.html
 * ----------------------------------------------------------------------------
 */

/* ============================================================================ */
/* Layout Styles */	
#mainContainer
	{
	min-width: 740px;
	padding: 0;
	margin: 0;
	}

#header_wrapper
	{
	height: 50px;
	background-image: url( ../art/graphic_link_list_shadow.002.015.gif );
	background-position: bottom left;
	background-repeat: repeat-x;
	}

#header
	{
	height: 35px;
	background-color: #ffce00;
	background-image: url( ../art/logo.dtlink.sm.033.015.gif );
	background-position: 100% 10px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 40px 0 0;
	text-align: right;
	font-family:verdana,sans-serif;
	font-size:11px;
	}
		
/* You must include some sort of border on this rule.  Otherwise IE 6.0 will not */
/* render the background image or color properly.                                */
#sideBarContentWrapper
	{
	/*
	background-image: url(columns.bg.gif);
	background-repeat: repeat-y;
	border-top: #000000 1px solid;
	*/
	}
	
#contentContainer
	{
	float: left;
	width: 100%;
	}
	
#content
	{
	margin-left: 240px;
	padding: 15px 20px 20px 20px;
	}

#sideBar
	{
	float: left;
	/*
	 * Native width: 240px;
	 */
	width: 230px;
	margin-left: -100%;
	padding: 0 0 0 10px;
	}

/* We have to include some sort of height attribute for IE 6 and 7 to render  */
/* the columns background properly, and prevent additional, unwanted          */
/* whitespace from being rendered.                                            */
#footer
	{
	height: 1%;
	margin: 20px 0 0 0;
	padding: 0;
	clear: both;
	background-color: #39844a;
	}

#footer #siteby,
#footer #copyright
	{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	}

#footer #copyright
	{
	padding: 0 0 0 5px;
	}

#footer #siteby
	{
	text-align: right;
	width: 49%;
	}

#footer #siteby a,
#footer #siteby a:visited,
#footer #copyright a,
#footer #copyright a:visited
	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

/*
 * ----------------------------------------------------------------------------
 * DTLink Layout/Design styles
 */

body
        {
	margin: 0;
        padding: 0;
	}

h1
	{
	color:#636500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	margin-top: 0;
	}

h2
	{
	color: #666600;
	font-size: 18px;
	font-weight: normal;
	}

.clear_both
        {
        clear: both;
        }


#indented
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 0 0 25px;
	}

#sideBar img.logo
	{
	float: right;
        margin: 15px 15px 20px 0;
	}

#home_list
	{
	background-image: url( ../art/graphic_link_list_shadow.002.015.gif );
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 15px;
	}

#home_list .fv_std_list_plain ul.fv_std_list
	{
	border-bottom: #d2d2b2 1px solid;
	}

#home_list .fv_std_list_plain ul.fv_std_list li.fv_firstItem,
#home_list .fv_std_list_plain ul.fv_std_list li.fv_std_item,
#home_list .fv_std_list_plain ul.fv_std_list li.fv_lastItem
	{
	padding: 10px;
	border: #d2d2b2 1px solid;
	border-bottom: none;
	}

#home_list .fv_std_list_plain ul.fv_std_list li.fv_firstItem a.fv_title,
#home_list .fv_std_list_plain ul.fv_std_list li.fv_firstItem a.fv_title:visited,
#home_list .fv_std_list_plain ul.fv_std_list li.fv_std_item a.fv_title,
#home_list .fv_std_list_plain ul.fv_std_list li.fv_std_item a.fv_title:visited,
#home_list .fv_std_list_plain ul.fv_std_list li.fv_lastItem a.fv_title,
#home_list .fv_std_list_plain ul.fv_std_list li.fv_lastItem a.fv_title:visited
	{
	color:#FF0000;
	font-family:verdana,sans-serif;
	font-size:13px;
	font-weight:bold;
 	padding-left: 15px;
	}

#home_list .fv_std_list_plain ul.fv_std_list img.fv_image
	{
	margin: 0 0 15px 0
	}

#home_list .fv_std_list_plain ul.fv_std_list li.fv_firstItem .fv_body,
#home_list .fv_std_list_plain ul.fv_std_list li.fv_std_item .fv_body,
#home_list .fv_std_list_plain ul.fv_std_list li.fv_lastItem .fv_body
	{
	/* The following prevents the text from wrapping around the img.fv_image entry and is
	 * the width of the image specified in the page type plus it's padding and margin
	 */
	 margin-left: 165px;
	 }
								    	
#announcements
	{
	margin: 0;
	padding: 0;
	}

#announcements p
	{
	font-family:verdana,sans-serif;
	font-size:11px;
	}

	
/*
 * ----------------------------------------------------------------------------
 * formVista /component styles
 */

.fv_std_form fieldset.formfieldset,
.fv_member_inbox fieldset.formfieldset,
.fv_member_notifications fieldset.formfieldset,
.fv_member_profile fieldset.formfieldset,
.fv_member_thread_view fieldset.formfieldset
	{
	margin: 0;
	padding: 0;
	border: none;
	}

.fv_std_form fieldset.formfieldset legend,
.fv_member_inbox fieldset.formfieldset legend,
.fv_member_notifications fieldset.formfieldset legend,
.fv_member_profile fieldset.formfieldset legend,
.fv_member_thread_view fieldset.formfieldset legend
	{
	display: none;
	}



/*
 * ----------------------------------------------------------------------------
 * Legacy Styles
 */

/*
.topNav { font-family:verdana,sans-serif; margin-left:0px; margin-right:0px; font-family:verdana,sans-serif; font-size:11px; line-height:35px; color:#000000}
*/

a.topNav,
a.topNav:visited
	{
	font-family:verdana,sans-serif;
	font-size:11px;
	line-height:35px;
	color:#000000;
	font-weight:bold;
	text-decoration:none
	}

a.topNav:hover
	{
	text-decoration:underline
	}

ul.featuredItemsList
	{
	font-family:verdana,sans-serif;
	/*
	margin-left:8px;
	padding-left:8px;
	*/
	margin: 0;
	padding: 0;
	font-size:12px; line-height:14px; color:#000000; text-decoration:none}

.graphicLinkFeatureMore {font-family:verdana,sans-serif; margin-left:0px; margin-right:0px; font-family:verdana,sans-serif; font-size:10px; line-height:12px; color:#ff0000; text-decoration:none; font-weight:bold}

.announceItemSpecial {margin-left:0px; margin-right:0px; font-size:11px; line-height:13px; font-family:verdana,sans-serif; font-weight:bold; text-decoration:none; color:#636500}

.bodySpecialLink {margin-left:0px; margin-right:0px; font-size:12px; line-height:14px; font-family:verdana,sans-serif; font-weight:bold; text-decoration:none; color:#636500}

.bodyBigRedBold {margin-left:0px; margin-right:0px; font-size:13px; line-height:15px; font-family:verdana,sans-serif; font-weight:bold; text-decoration:none; color:#ff0000}

A:hover {color:#999900; text-decoration:underline; font-weight:bold}


