/*
Title:      MDCI content page specific styles
Author:     Backbone Media Inc.
Updated:    May 13th, 2008
Notes:	    
*/


#content{
margin:15px 0 15px 0;
}
	
	#secondaryNav{
	float:left;
	background:url(../images/bg_secondaryNav_top.jpg) no-repeat #cee0ec;
	width:169px;
	}
		#secondaryNav .inner{background:url(../images/bg_secondaryNav_bot.jpg) bottom no-repeat;}
		#secondaryNav ul{
		margin:0;
		padding:0;
		list-style:none;
		font-family:Helvetica, Verdana, Arial, sans-serif;
		font-weight:bold;
		font-size:11px;
		}
			#secondaryNav ul a{
			color:#545454;
			text-transform:uppercase;
			}
				#secondaryNav ul ul a{
				color:#868585;
				text-transform:none;
				}
			#secondaryNav ul li{
			padding:15px 10px;
			border-bottom:1px solid #f2f6fa;
			}
				#secondaryNav ul .last{border:none;}
				#secondaryNav ul ul li{
				border:none;
				padding:15px 10px 0 10px;
				}
	
	#main{
	width:533px;
	float:right;
	}
	
		#main .left{
		color:#363636;
		float:left;
		width:344px;
		line-height:160%;
		font-size:10px;
		}
			#breadcrumb{color:#366d9a;}
				#breadcrumb a{
				color:#366d9a;
				font-weight:bold;
				}
				
			#main .left h2{
			color:#366d9a;
			font-size:14px;
			text-transform:uppercase;
			margin:0;
			font-family:Helvetica, Verdana, Arial, sans-serif;
			}
			#main .left h3{
			color:#366d9a;
			font-size:12px;
			margin:0;
			font-family:Helvetica, Verdana, Arial, sans-serif;
			}
			#main p{
			line-height:160%;
			}
			#main ul{}
				#main li{}
				
			#main ol{
			padding-left:20px;
			}
			
			#main table{
			width:344px;
			}
				
			#main dl{}
				#main dt{
				margin:0 0 10px 0;
				color:#366d9a;
				font-weight:bold;
				}
				#main dd{
				margin:0 0 10px 30px;
				}
			
			#main .row{
			clear:both;
			padding:6px 0;
			}
				#main .row .rowL{
				width:120px;
				float:left;
				text-align:right;
				}
				#main .row .rowR{
				width:210px;
				float:right;
				}
			#contactForm{margin:10px 0 0 0;}
			.formInput{width:175px;}
		
		#main .right{
		width:177px;
		float:right;
		}
			#main .right a{color:#fff;text-decoration:underline;}
			#main .right ul{padding:0 0 0 15px; color:#fff;}
				#main .right li{margin:5px 0;}
			.moduleLBlue{
			background:url(../images/bg_module_lblue_top.jpg) no-repeat;
			margin:0 0 10px 0;
			}
				.moduleLBlue .inner{
				background:url(../images/bg_module_lblue_bot.jpg) bottom no-repeat;
				padding:0 15px 1px 15px;
				}
			.moduleGreen{
			background:url(../images/bg_module_green_top.jpg) no-repeat;
			margin:0 0 10px 0;
			}
				.moduleGreen .inner{
				background:url(../images/bg_module_green_bot.jpg) bottom no-repeat;
				padding:0 15px 1px 15px;
				}
			.moduleDBlue{
			background:url(../images/bg_module_dblue_top.jpg) no-repeat;
			margin:0 0 10px 0;
			}
				.moduleDBlue .inner{
				background:url(../images/bg_module_dblue_bot.jpg) bottom no-repeat;
				padding:0 15px 1px 15px;
				}
				.moduleLBlue h3, .moduleGreen h3, .moduleDBlue h3{
				color:#fff;
				text-transform:uppercase;
				margin:0;
				padding:15px 0 10px 0;
				font-size:11px;
				font-weight:bold;
				font-family:Helvetica, Verdana, Arial, sans-serif;
				}
				.moduleLBlue p, .moduleGreen p, .moduleDBlue p{
				color:#fff;
				line-height:160%;
				margin:5px 0;
				}
			.moduleWhite{
			background:url(../images/bg_module_white_top.jpg) no-repeat;
			margin:0 0 10px 0;
			}
				.moduleWhite .inner{
				background:url(../images/bg_module_white_bot.jpg) bottom no-repeat;
				padding:0 15px 1px 15px;
				height:173px;
				}
				.moduleWhite blockquote{
				margin:0;
				padding:20px 0 0 0;
				font-size:16px;
				line-height:160%;
				}
				.moduleWhite blockquote span{
				font-style:italic;
				padding:10px 0 0 0;
				display:block;
				}
		