@charset "utf-8";
/* CSS Document */

* {
	outline: none;
	border: none;
}

img {
	border: none;	
}

/* base overrides */
html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #666666;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

p {
	margin: 0.5em 0 1em 0;
	line-height: 1.45em;
	font-size: 0.875em;
}

a, a:link, a:active, a:visited, a:hover {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #e51b24;
}

a.active, span.active {
	color: #e51b24;
}

* html a.active, span.active {
	color: #e51b24 !important;
}

h2 {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	font-size: 1.333em;
	font-weight: normal;
}

h3 {
	font-weight: normal;
}


/* custom ids and classes */

#main-wrapper {
	width: 940px;
	margin: 0 auto;
}

#header-wrapper {
	width: 940px;
	height: 169px;
	background: url(../images/mdf-header-logo.jpg) no-repeat top left;
}

#header-wrapper h1 {
	margin: 0;
	padding: 0;
	display: none;
}

#left-nav {
	float: left;
	width: 569px;
	border-bottom: 1px solid #C2D6EB;
}


#right-nav {
	float: right;
	margin: 0.5em 3em 0.5em 0em;
	width: auto;
}

* html #right-nav {
	margin: 0.5em 0em 0.5em 0em;
}

.nav-wrapper a {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.nav-wrapper a:hover, .nav-wrapper a.active {
	color: #e51b24;
}

.nav-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left-nav li {
	float: left;
	padding: 0.5em 1.225em;
	border-right: 1px solid #C2D6EB;
	width: auto;
}

#left-nav li.last {
	border-right: none;
}

#right-nav li {
	float: right;
	padding: 0em 0.25em;
	width: auto;
}

#right-nav li span {
	color: #336699;
	position: relative;
	top: -1px;
}

#body-wrapper {
	width: 100%;
	background: #ffffff;
}

#body-footer {
	background: #ffffff url(../images/mdf-footer-curve.png) bottom left no-repeat;
	height: 98px;
	font-size: 0.75em;
}

.footer-search {
	color:#E51B24;
	font-size: 1.25em;
	line-height: 1.45em;
	font-weight:bold;	
}

.search-button {
	color:#fffffb;
	background:#5778ad;
	height:1.6em;	
	padding-bottom:1.25px;
}

#footer-left {
	float: left;
	/*margin-top: 9.25em;*/
	margin-top: 5.5em;
	margin-left: 4em;
	width: auto;
}

#footer-right {
	float: right;
	margin-top: 9.25em;
	margin-right: 4em;
	width: auto;
}

#left-col {
	float: left;
	width: 569px;
}

#right-col {
	min-height: 600px;
	float: right;
	width: 370px;
}

#right-col .nav-wrapper {
	background: url(../images/mdf-right-nav-bg.jpg) top right no-repeat #ffffff;
}

#left-col .content {
	float: left;
	margin-top: 2em;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
	width: 479px;
}

* html #left-col .content {
	margin: 1em;
}

* html #right-col .content {
	margin: 1em;
}

#right-col-bg {
	background: url(../images/mdf-right-col-bg.jpg) top left no-repeat;
	min-height: 500px;
}

* html #right-col-bg {
	width: 100%;
}

* html #right-col-bg-sub {
	width: 100%;
}

#right-col-bg-sub {
	background: url(../images/mdf-right-col-sub-gradient.png) top left no-repeat;	
	min-height: 500px;
}

#hp-buttons {
	width: 475px;
	margin: 0 0 0 4px;
	padding: 2em 0;
	text-align: center;
}

#hp-buttons img {
	margin: 0;
}

#copyright-footer {
	width: 940px;
	margin: 0 auto;
	text-align: right;
	font-size: 0.75em;
	padding: 2em 0;
	color: #fff;
}

#copyright-footer a {
	color: #ccc;
}

#right-col .content {
	margin: 2em;
	float: left;
	width: 320px;
}

#right-col-two-col-wrapper {
}

#right-col-two-col-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
}

#right-col-two-col-wrapper li {
	margin: 0 0 0.5em 0;
}

#champion-circle {
	width: 320px;
}

#champion-circle img {
	margin: 0 0.5em 0 0;
}

#sub-page-headings h1 {
	color: #e51b24;
	margin: 0;
	padding: 0;
	font-weight: normal;	
}

#sub-page-headings h3 {
	font-size: 1.333em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#breadcrumbs {
	margin: 3em 1em 0em 1.25em;
}

* html #breadcrumbs {
	margin: 1em 0.5em 0em 1.25em;
}

.right-col-left-col {
	margin: 0 0 2em 0;
}

.right-col-right-col {
	margin: 0 0 2em 2em;	
}

.right-col-left-col-float {
	float: left;
	width: 49%;
}

.right-col-right-col-float {
	float: right;
	width: 47%;	
}

.right-col-right-col img {
	margin: 0 0 2em 0;
}




.hp-repeating-wrapper {
	margin: 2em 0em;
}

.hp-repeating-left-col { 
	margin: 0.5em 1em 0.5em 0;
	width: 85px;
	height: 76px;
	overflow: hidden;
}

.hp-repeating-left-col img {
	border: 1px solid #ccc;
	width: 75px;
	height: 75px;	
}

.hp-repeating-right-col { 
	width: 379px;
}






.right-col-two-col-section {
	padding: 0 0.5em 0 0;
	margin: 0 0 1em 0;
}

.light-border-right {
	border-right: 1px solid #D1E1F0;
}

.hidden-anchor {
	display: none;
	font-size: 0em;
	width: 0;
	height: 0;
}

.clear-both {
	clear: both;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

.extra-line-spacing {
	line-height: 1.65em;
}

.extra-margin {
	margin: 1em 0 2em 0;
}

.light-border-bottom {
	border-bottom: 1px solid #D1E1F0;
}

.third-box {
	border-bottom: 1px solid #D1E1F0;
}

.third-box-hide {
	display: none;
}

.blue-text {
	color: #336699;
}

p.twelve-point-font-size {
	font-size: 1em;
}

#lowest-content p {
	font-size: 1em;
	line-height: 1.65em;	
	margin: 0.5em 0 1.5em 0;
}

#lowest-content h2 {
	font-size: 1.2em;
	color: #000000;
	margin: 0;
	padding-top: .7em;
	font-weight: bold;
	display: block;
}

#lowest-content h3 {
	margin: 0;
	padding-top: .5em;
}

#lowest-content ul {
	font-size: 1em;
	list-style-image:url(../images/square_bullet.gif);
	line-height: 1.65em;	
}

#lowest-content ol {
	font-size: 1em;
	line-height: 1.65em;	
	margin: 0.5em 0 1.5em 0;
}

#lowest-content ol ol {
	font-size: 1em;
	line-height: 1.65em;
	list-style-type:lower-alpha;
}

#lowest-content table.in_content {
	border:solid 1px;
	bordercolor:#cccccc;
	border-collapse:collapse;
}

#lowest-content table.in_content th {
	border:solid 1px;
	bordercolor:#cccccc;
	background-color:#5475AA;
	color:#FFF;	
	padding:5px;
}

#lowest-content table.in_content td {
	border:solid 1px;	
	text-align:center;
	background-color:#EFF1CE;
	border-color:#D1E1F0;
	padding:5px;
}

strong.twelve-point-font-size {
	font-size: 1.1425em;
}

.tiny-triangle-link-style {
	padding: 0 0.75em 0 0;
	background: url(../images/mdf-tiny-triangle-blue.gif) 100% 65% no-repeat;
}

.image-right {
	float: right;
	margin: 0 0 1em 1em;
	width: auto;
}

.image-left {
	float: left;
	margin: 0 1em 1em 0em;
	width: auto;
}

table.image-right,table.image-left {
	width: 1%;
}

table.image-right img, table.image-left img {
	border: 1px solid #5577ac;
}

* html .image-right {
	margin: 0 0 0.5em 0.5em;
}

.caption {
	font-size: 0.875em;
}

.caption p {
	float: right;
	width: auto;
}

.sub-listing-heading {

}

/* add this for ie7 */
* html .sub-listing-heading {
	margin: -1.65em 0 -0em 0 !important;
	padding: 0 !important;
}


.sub-listing-wrapper {

}

.sub-listing {
	margin: 0 0 2em 0;
}

ul.sub-nav {
}

ul.sub-nav li {
	padding-left: 1em;
}

ul.sub-nav li.active {
	background: url(../images/mdf-tiny-triangle-red.gif) 0% 60% no-repeat;
}

ul.sub-nav li.active a {
	color: #e51b24;
}


.light-gray {
	color: #666666;
}

.right {
	float: right;
	width: auto;
}

.left {
	float: left;
	width: auto;
}

.small_social {
	padding: 0px 15px 0px 15px;
	float: left;
	width: auto;
}

.small_social img {
	vertical-align:text-bottom;
}

.red-text {
	color: #e51b24;
}

.gallery-container {
	float: left;
	border: 1px solid #ccc;
	width: 100%;
}

* html .gallery-container {
	height: 83px !important;
	overflow: hidden;
}

.gallery-item {
	float: right;
	height: 75px;
	width: 75px;
	margin: 0.35em 0 0.35em 0.35em;
	text-align: center;
	color: #999999;
}

* html .gallery-item {
	height: 75px !important;
	line-height: 1em !important;
	margin: 0 !important;	
}
.gallery-item p {
	line-height: 1.7em;
}

.gallery-item span {
	font-size: 1.35em;
}

.testimonial {
	float: right;
	margin: 2em 0;
	font-size: 1.1em;
	width: auto;
}

.testimonial em {
	float: right;
	font-size: 0.8575em;
	width: auto;
}

.sub-right-button {
	float: left;
	border: 1px solid #ccc;
	width: 100%;
	text-align: center;
	margin: 0 0 1em 0;
	font-weight: bold;
	color: #666666;
}

.sub-right-button .left {
	width: 142px;
	float: left;
	margin: 1em 0em 0.5em 1em;
}

* html .sub-right-button .left {
	margin: 0.5em 0em 0.5em 0.5em;
}

.sub-right-button .right {
	float: right;
	width: 154px;
	margin: 1em 1em 0.5em 0em;	
}

* html .sub-right-button .right {
	margin: 0.5em 0.5em 0.5em 0em;
}

.sub-right-button a {
	text-decoration: underline;
}

.listing-container {
	padding: 1em 0;	
}

#sub-listing-nav {
	float: right;
	border: 1px solid #5577ac;
	padding: 0;
	margin: 1em 0 0 1em;
	position: relative;
	right: -40px;
	clear: right;
	width: auto;
}

#sub-listing-nav ul {
	margin: 1em 1em 1em 2em !important;
	padding: 0 !important;
}

#sub-listing-nav ul li {
	margin: 0 0 0.25em 0 !important;
	padding: 0 !important;	
}

.sub-listing-nav-header {
	display: block;
	margin: 1em 1em -0.5em 0.8em !important;
	padding: 0 !important;		
	font-weight: bold;
}

.icon {
	margin: 0 0.25em 0 0;
	position: relative;
	top: 5px;
}

.related-others ul, .related-others li {
	list-style: none !important;
	list-style-image: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.date-time-location-table {
	margin: 0.75em 0 0.25em 0;
}

.date-time-location-table td p {
	padding: 0.25em 0.5em 0.5em 0;
	margin: 0 !important;
}

.event_register_now {
	padding: 0.5em 0;	
}

.related-right {
	float: right;
	border: 1px solid #5577ac;
	padding: 1em;
	margin: 1em 0 1em 1em;
	position: relative;
	clear: right;
	width: auto;
}

.paging-sorting-form {
	display: none;
}

.alumni-listing {
	margin-top: 1em;
}

.hover div {
	width: 100%;
	padding: 0.5em; 
	border: 1px solid #fff;
}

.alternate {
	background-color: #D1E1F0;
	border: 1px solid #D1E1F0;
}

.more_info {
	display: none;
	clear: both;
	background: #f3f1e1;
}

.alternate .more_info {
	background: #bfd6eb;	
}

.order-by, .paging-div {
	border: 1px solid #ccc;	
	width: 100%;
	padding: 0.5em;
	background: #EFF1CE;
	
}

.order-by span {
	float: left;
	padding: 0.25em 0.25em 0.25em 0;	
}

.legend {
	padding: 0.25em 0.5em 0.25em 0;
	font-weight: bold;
	float: left;
}
span.left-col {
	float: left;	
	width: 42%;
}

span.right-col {
	float: left;	
	width: 42%;
}

.clearme {
	border: none !important;
	height: 0px !important;
	clear: both;
}

#lmasearchform form input, #lmasearchform form select, #loginform input {
	border: 1px solid #ccc;
}

#lmasearchform, .export{
	margin: 0.5em 0;
}

#lmasearchform form {
	display: none;
	margin: 1em 0em;
}

a.exportlink {
	background:url(../images/icons/Icon_csv.gif) top left no-repeat;
	display: block;
	height: 20px;
	text-indent: 25px;
	margin: 2.5em 0 !important;
}
