

html{
	background-image:url(../../v1/images/bg_2.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}

body{
	background-image:url(../../v1/images/bg_1.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0;
	padding:0;
}

/*_______________________________________________________
Generic styles
_______________________________________________________*/
.clearall{
	clear:both;
}
.ClearAll{
	clear:both;
}

/*_______________________________________________________
Structure
_______________________________________________________*/

#header{
	
}

.bumpin{
	width:1000px;
	margin:0 auto 0 auto;
	position:relative;
}
#content{
	padding-top:90px;
	
}
#feedlist{
	/*height:440px;*/
	background-color:#343434;
	margin-top:70px;
	border-top:4px solid #6E2215;
}
#footer{
	background-color:#676767;
	border-top:2px solid #FFFFFF;
}

/*_______________________________________________________
Header styles
_______________________________________________________*/
#logo{
	width:392px;
	height:67px;
	float:left;
	margin:33px 0 0 5px;
}
#headerbanner{
	width:486px;
	height:60px;
	background-color:#ff0000;
	float:right;
	margin:33px 5px 0 0;
}
#mainnav{
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:30px;
}

#mainnav ul{
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
}
#mainnav li{
	float:left;
	margin:0;
	padding:0 20px 0 0;
}
#mainnav li a{
	color:#FFFFFF;
	text-decoration:none;
}
#mainnav li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.headlinks, .headlinks a{
	color:#FFFFFF;
	text-decoration:none;
}
.headlinks a:hover{
	text-decoration:underline;
}

/*_______________________________________________________
Feedlist styles (footer above the footer)
_______________________________________________________*/
.RSSTitle_MyMeltdownNews span{
	display:none;
}
.RSSTitle_MyMeltdownNews{
	background-image:url(/V1/images/NewOnMyMD.jpg);
	width:318px;
	height:29px;
	display:block;
}

.RSSTitle_NewonDesignMeltdown span{
	display:none;
}
.RSSTitle_NewonDesignMeltdown{
	background-image:url(/V1/images/NewOnMDNetwork.jpg);
	width:318px;
	height:29px;
	display:block;
}


.FooterSponsors{
	text-align:center;
	padding:30px 0 20px 0;
}
#feedlist{
}
.feedlist{
	color:#D3D3D3;
	font-size:14px;
}
.feedlist ul{
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
}
.feedlist li{
	background-image:url(/V1/images/FeedlistDivider.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	margin:0 0 10px 0;
	padding:0 0 20px 15px;
	font-weight:bold;
}
.feedlist a{
	color:#D3D3D3;
	text-decoration:none;
}
.feedlist a:hover{
	color:#D3D3D3;
	text-decoration:underline;
}
.feedlist .rss_item{
	
}
.feedlist .rss_date{
	font-size:10px;
	font-weight:normal;
	padding-left:5px;
}
.feedlist .col1, .feedlist .col2, .feedlist .col3{
	padding-bottom:35px;
	position:relative;
}
.feedlist .FeedListRSS{
	display:block;
	width:16px;
	height:16px;
	position:absolute;
	right:10px;
	top:0;
}
.FeedListDivider{
	margin-left:6px;
}	
.feedlist .MoreLink{
	text-transform:uppercase;
	font-size:10px;
	float:right;
	padding-right:15px;
}

.OtherProjectsList{
	margin:0;
	padding:0;
	list-style-type:none;
}
.OtherProjectsList li{
	margin:0 0 14px 15px;
	padding:0;
	background-image:none;
}
.OtherProjectsList li a{
	display:block;
	background-color:#444444;
	border:1px solid #888888;
	color:#CCCCCC;
	padding:8px 10px;
	margin-right:15px;
}
.OtherProjectsList li a:hover{
	display:block;
	background-color:#666666;
	border:1px solid #888888;
	text-decoration:none;
}

/*_______________________________________________________
FeedBurner Feedlist styles (footer above the footer)
_______________________________________________________*/

#MyMeltdown1497449 .feedTitle {
	display:none;
}
#MyMeltdown1497449 #creditfooter{
	display:none;
}

#MyMeltdown1497449 ul{
	margin:0;
	padding:0;
	list-style:none;
}
#MyMeltdown1497449 ul li{
	margin:10px 0 10px 0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #CCCCCC;
}

#SpamMeltdown2025119 .feedTitle a{
	display:none;
}
#SpamMeltdown2025119 .feedTitle{
	background-image:url(/v1/images/NewOnMDNetwork.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:318px;
	height:29px;
	display:block;
	padding-bottom:0;
}
.feedlist .col2 .feedTitle a{
	display:none;
}
.feedlist .col2 .feedTitle{
	background-image:url(/v1/images/NewOnMDNetwork.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:318px;
	height:29px;
	display:block;
	padding-bottom:0;
}

.feedlist #creditfooter{
	display:none;
}

.feedlist .col1, .feedlist .col2{
	color:#D3D3D3;
	font-size:14px;
}
.feedlist .col1 ul, .feedlist .col2 ul{
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
}
.feedlist .col li, .feedlist .co2 li{
	background-repeat:no-repeat;
	background-position:bottom center;
	margin:0 0 10px 0;
	padding:0 0 20px 15px;
	font-weight:bold;
}
.feedlist .col1 a, .feedlist .col2 a{
	color:#D3D3D3;
	text-decoration:none;
}
.feedlist .col1 a:hover, .feedlist .col2 a:hover{
	color:#D3D3D3;
	text-decoration:underline;
}

.feedlist .date{
	font-size:10px;
	font-weight:normal;
	padding-left:5px;
	line-height:100%;
	padding-bottom:0;
	margin:0;
}
.feedlist .col1, .feedlist .col2{
	padding-bottom:35px;
	position:relative;
}
.feedlist .FeedListRSS{
	display:block;
	width:16px;
	height:16px;
	position:absolute;
	right:10px;
	top:0;
}
.FeedListDivider{
	margin-left:6px;
}	
.feedlist .MoreLink{
	text-transform:uppercase;
	font-size:10px;
	float:right;
	padding-right:15px;
}

.feedlist .col3{
	margin-top:14px;
}


/*_______________________________________________________
Footer styles
_______________________________________________________*/
#footer{
	text-align:center;
	padding:20px 0 20px 0;
	color:#999999;
}
#footer p{
	padding:0;
	margin:0 0 8px 0;
	line-height:100%;
	font-size:10px;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
	padding:0 5px 0 5px;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


/*_______________________________________________________
Columns
_______________________________________________________*/
.col1,.col2,.col3{
	border:0px solid #00FF00;
	width:320px;
	float:left;
}
.col1, .col2{
	margin-right:20px;
}
.redBucket{
	background-color:#C72812;
	color:#FFFFFF;
	margin:0 6px 0 5px;
	padding:32px 10px 2px 20px;
}
#content .col2 img, .redBucket p{
	margin:0;
	padding:0;
}
.redBucket .policyLinks{
	font-size:10px;
}
.redBucket .policyLinks a{
	color:#FFFFFF;
	text-decoration:none;
}
.redBucket .policyLinks a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.redBucket .Button{
	margin:13px 0 13px 0;
	font-size:16px;
	font-weight:bold;
	padding:6px 8px;
}
.redBucket .RegForm{
	border:1px solid #333333;
	padding:4px;
	font-size:14px;
}
.redBucket .RegInstructions{
	font-size:12px;
	margin:5px 20px 10px 52px;
	line-height:100%;
}

#content .col1{
	color:#5C5C5C;
	font-size:13px;
	line-height:130%;
}
#content .col1 img{
	margin-bottom:10px;
}
#content .col1 .leadin{
	font-size:16px;
}
#content .col3 img{
	margin-bottom:25px;
}


/*_______________________________________________________
twocol layout
_______________________________________________________*/

.twocol .SideBar{
	width:200px;
	float:left;
	margin-right:30px;
	padding-top:30px;
}
.twocol .ContentCol{
	width:750px;
	float:left;
}

.twocol .SideBar ul{
	margin:0;
	padding:0;
	list-style-type:none;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#666666;
}

.twocol .SideBar li{
	padding:0px;
	display:block;

}
.twocol .SideBar li a{
	padding:6px;
	display:block;
	color:#333333;
	font-size:12px;
	background-color:#EEEEEE;
	border-bottom:1px solid #666666;
	text-decoration:none;
	background: #ffffff url(../../v1/images/input_bg.jpg) repeat-x;
}
.twocol .SideBar li a:hover{
	color:#FF0000;
}

.JumboButton{
	display:block;
	width:200px;
	height:120px;
	background-color:#CCCCCC;
	padding:80px 0 0 0;
	text-align:center;
	float:left;
	margin-right:20px;
}


/*____________________________________________________________
Message Box
____________________________________________________________*/
.MessageBox{
	width: 713px;
	background-image: url(../images/MesageBox_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px auto 20px auto;
}
.MessageBox2{
	background-image: url(../images/MessageBox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.MessageBoxContent{
	width: 600px;
	padding: 20px;
	
	margin: 0 0 0 0px ;
	float: left;
}
/*____________________________________________________________
48 x 48 Icons
____________________________________________________________*/
.Icon{
	width: 48px;
	height: 48px;
	float: left;
	margin: 20px 0 0 20px;
}
.ExclamYellow {
	background-image: url(../images/Icon_ExclamYellow.gif);
}
.Exclam{
	background-image: url(../images/Icon_Exclam.gif);
}


/*____________________________________________________________
Member home page
____________________________________________________________*/
#MemberActions{
	float:left;
	width:420px;
}
#MemberData{
	float:left;
}
