/*
	Default Styles
*/
body, form {
	padding: 0px;
	margin: 0px;
}

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2c4b55;
	margin: 0px;
	padding: 22px 0px 0px 0px;
	font-weight: bold;
	height: 33px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2c4b55;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	font-weight: bold;
	height: 23px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;		
}

a:hover {
	color: #2c4b55;
}

/*
	************************************************************************
*/

/*
	Main Design
	Table and Container definitions
*/
body {
	background-color: #000000;
}

#MDMainContent {
	line-height: 18px;
}

#MDMainTable {
	background-color: #FFFFFF;
	width: 963px;
	height: 600px;
	vertical-align: top;
}

/*
	************************************************************************
*/

/*
	Main Design
	PageHeader Utilities
*/
#MDPageHeader {
	width: 963px;
	height: 78px;
	background-image: url(/images/Templates/Circ/PageHeader.jpg);
}

#MDPageHeader a
{
	color: #63999f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 15px 17px 0px 32px;
	background-image: url(/images/Templates/Circ/bullet-header.gif);
	background-position: 22px 20px;
	background-repeat: no-repeat;
	float: right;
}
/*
	************************************************************************
*/

/*
	Main Design
	MainNavigation
*/
#MDMainNavigation {
	width: 863px;
	height: 24px;
	background-image: url(/images/Templates/Circ/MainNavigation.jpg);
	padding: 0px 0px 0px 100px;
}

#MDMainNavigationLinks {
	margin: 0px 0px 0px 134px;
	padding: 0px;
	height: 24px;
	line-height: 24px;
}

#MDMainNavigation a
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}
#MDMainNavigation a:hover
{
	color: #63999f;
}
/*
	************************************************************************
*/

/*
	Main Design
	Bread Crump
*/
#MDBreadCrump {
	width: 963px;
	height: 23px;
	background-image: url(/images/Templates/Circ/BreadCrumpBlock.gif);
}

#MDBreadCrumpLinks {
	margin: 0px 9px 0px 0px;
	float: right;
	height: 23px;
	line-height: 22px;
}

#MDBreadCrump a
{
	color: #63999f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 0px;
}
#MDBreadCrump a.pointer
{
	color: #63999f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	background-image: url(/images/Templates/Circ/bullet-breadcrump.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
}
/*
	************************************************************************
*/

/*
	Main Design
	Main Content
*/
#MDMainContent {
	background-image: url(/images/Templates/Circ/BackgroundContent.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

.MDSubNavigationCell {
	width: 245px;
}

.MDTeaserCell {
	width: 235px;
	padding: 22px 0px 0px 0px;
	margin: 0px;
}
.MDMainContentContainer {
	padding: 0px 16px 0px 0px;
}
/*
	************************************************************************
*/

/*
	Main Design
	Sub Navigation
*/
#MDSubNavigation {
	background-image: url(/images/Templates/Circ/BackgroundSubNavigation.jpg);
	width: 199px;
	padding: 15px 0px 15px 0px;
	margin: 58px 0px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e9eced;
	border-right-color: #e9eced;
	border-bottom-color: #e9eced;
}

#MDSubNavigation a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px 0px 3px 16px;
	text-decoration: none;
	color: #2c4b55;
	font-weight: bold;
}
#MDSubNavigation a:hover {
	color: #000000
}

#MDSubNavigation a.isActive {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px 0px 3px 16px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#MDSubNavigation a.L2 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px 0px 1px 16px;
	margin: 0px 0px 0px 14px;
	text-decoration: none;
	color: #2c4b55;
	font-weight: bold;
	background-image: url(/images/Templates/Circ/bullet-subnavigation.gif);
	background-position: 3px 6px;
	background-repeat: no-repeat;
}
#MDSubNavigation a:hover.L2 {
	color: #000000;
}

#MDSubNavigation a.L2isActive {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px 0px 1px 16px;
	margin: 0px 0px 0px 14px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-image: url(/images/Templates/Circ/bullet-subnavigation.gif);
	background-position: 3px 6px;
	background-repeat: no-repeat;
}

/*
	************************************************************************
*/

/*
	Main Design
	Teasers
*/
.MDTeaserBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	width: 217px;
	background-image: url(/images/Templates/Circ/BackgroundTeaser.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	line-height: 16px;
}
.MDTeaserBox a.More {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #63999f;
	text-decoration: none;
	display: block;
	text-align: right;
}
.MDTeaserTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	color: #000000;
	font-weight: bold;
	margin: 10px 0px 3px 5px;
}
img.MDMsLogo {
    float: right;
    padding: 48px 30px 16px 0;
}

/*
	************************************************************************
*/

/*
	Main Design
	Footer
*/
.MDFooterBox {
	width: 315px;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8dabb5;
	margin: 30px 0px 16px 75px;
	text-align: center;
	clear: both;
}
.MDFooterBox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.MDFooterBox .MDFooterDelimiter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 0px 8px 0px 8px;
}

/*
	************************************************************************
*/

/*
	Main Design
	Dropdown
*/
.MDDropDown {
	width: 400px;
	display: none;
	position: absolute;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}
.MDDropDown a {
	display: block;
	height: 22px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #6f9eae;
}
.MDDropDown a:hover {
	background-color: #2d4b55;
}

.MDDropDownSub {
	width: 155px;
	float: left;
}
.MDDropDownSub a {
	display: block;
	height: 22px;
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #6f9eae;
}

/*
	************************************************************************
*/

/*
	Main Design
	SiteMap
*/

.SitemapL1 {
	padding: 2px 0px 2px 10px;
	background-image: url(/images/Templates/Circ/bullet-subnavigation.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
}
.SitemapL2 {
	padding: 1px 0px 1px 26px;
	background-image: url(/images/Templates/Circ/bullet-subnavigation.gif);
	background-position: 16px 6px;
	background-repeat: no-repeat;
}
.SitemapL3 {
	padding: 1px 0px 1px 42px;
	background-image: url(/images/Templates/Circ/bullet-subnavigation.gif);
	background-position: 32px 6px;
	background-repeat: no-repeat;
}
/*
	************************************************************************
*/
