/* Named layout divisions in the Drake Template */
/* Created 1-10-07 */

/* Right column navigation */
#page {
	width:90%;
	min-width:780px;
	text-align:left;
	background-color:#ffffff;
	
}

/* masthead at top of page that shows Drake building */
#masthead {
	background:url(../images/tdc_masthead_reg.png) left top no-repeat;
	height:132px;
	text-align:right;
	vertical-align:top;
	padding-right:30px;
}

#masthead h1 {
	display:none;
}

#globalNav {
	background:url(../images/globalnav.gif) top right no-repeat;
	width:340px;
	height:57px;
	overflow:visible;
	text-align:right;
	padding-right:15px;
	float:right;
}

/* Title Bar */
#titleBar {
	background:#30458f;
	clear:both;
	padding-left:14px;
}

/* Right column Navigation */
#nav {
	float:right; 
}

/* Secondary Navigation */
#navSecondary {
	background:#eaedf4;
	line-height:1.1em;
	text-align:right;
	width:123px;
	padding:3px;
	border:dotted #999999 1px;
	border-right:none;
}
#navSecondary ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}
#navSecondary li {
	margin-bottom:4px;
}

/* Tertiary Navigation, sometimes appears to the left of the main navigation */
#navTertiary {
	text-align:right;
	float:right;
	width:108px;
	margin:0px 7px 0px 5px;
}
#navTertiary ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}
#navTertiary li {
	margin-bottom:5px;
}
#navTertiary h3 {
	color:#333333;
	margin:6px 0 3px 0;
}
#navTertiary h3 a, #navTertiary h3 a:link, #navTertiary h3 a:active, #navTertiary h3 a:visited {
	text-decoration:none;
	color:#333333;
	font-weight:bold;
} 

/* main image in the content zone */
#contentImage {
	float:right;
	margin-left:20px;
}

/* Common Page Footer */
#footer {
	text-align:right; 
	clear:both;
	padding:20px 10px 10px 10px;
}



/* Main Text/Content area */
#contentText {
	padding:20px 280px 20px 30px;
}
#contentText li { 
	padding-bottom:7px;
}


	
/* health alliance navigation bar */
#hNav {
	background-color:#EFECE3;
	border-top:#C8C6BF 1px solid;
	text-align:center;
	padding-bottom:3px;
}
#hNav .inner {
	text-align:center;
}
#hNav .noborder {
	border-left:none;
}
#hNav a, #hNav a:link, #hNav a:visited, #hNav a:active {
	padding:0 5px 0 10px;
	margin-bottom:10px;
	border-left:1px solid #C8C6BF;
	color:#8C8B87;
	text-decoration:none;
	font-size:.8em;
}
#hNav a:hover {
	text-decoration:underline;
}

/* horizontal rule with a "top" link */
#topLink {
	width:100%;
	background-color:#fff;
	/*background-image:url(../images/topctrl_rulebg.gif);*/
	text-align:center;
}
