/* Typefaces */

@font-face {
    font-family: 'Museo300';
    src: url('fonts/Museo300-Regular-webfont.eot');
    src: url('fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Museo300-Regular-webfont.woff') format('woff'),
         url('fonts/Museo300-Regular-webfont.ttf') format('truetype'),
         url('fonts/Museo300-Regular-webfont.svg#Museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo500';
    src: url('fonts/Museo500-Regular-webfont.eot');
    src: url('fonts/Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Museo500-Regular-webfont.woff') format('woff'),
         url('fonts/Museo500-Regular-webfont.ttf') format('truetype'),
         url('fonts/Museo500-Regular-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo700';
    src: url('fonts/Museo700-Regular-webfont.eot');
    src: url('fonts/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Museo700-Regular-webfont.woff') format('woff'),
         url('fonts/Museo700-Regular-webfont.ttf') format('truetype'),
         url('fonts/Museo700-Regular-webfont.svg#Museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#333;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

#page{
	width:100%;
	margin:0;
	padding:0;
	background: #e6e6e6 url(images/mdgi_bg.gif) repeat-x;
	height:100% !important;
}

.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {display:block;
height:0px;
}
/* Hide from IE Mac \*/

.clear{display:block;
	height:0px;
	content:'.';
	clear:both;
	}
/* End hide from IE Mac */

/*.clear{
	clear:both;
}*/

h1, h2 {
	font-family: "Museo300", Times, serif;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 400%;
}

h2 {
	font-size: 250%;
}
h3 {
	font-family: Helvetica;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color:#999999;
}	

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #52c8f6;
}

a:active {
	text-decoration: none;
	color: #52c8f6;
}

a:visited {
	text-decoration: none;
	color: #52c8f6;
}

a:hover {
	text-decoration: none;
	color: #8ad9f7;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 940px;
	height: 150px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	margin: 63px 0 0 0;
	padding: 25px 30px 0px 0px;
	font-family: Helvetica, sans-serif; 
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	color: #c5ecfb;
}

#menu a:hover {
	/* background: #0000FF; */
	color: #FFF;
}

#menu .active a {
	background: url(images/nav-donut.png);
	background-repeat:no-repeat;
	color: #FFF;
}

#logo {
	margin: 69px 0 0 0;
	width: 300px;	
	height: 48px;
	background: url(images/mdgi-logo-tag_ko-white.png);
	float: right;
}

/* Header */

#content {
	width: 940px;
	/*height: 150px;*/
	margin: 0 auto;
}

#content #main {
	float: left;
	width: 872px;
	margin: 0;
	padding: 34px;
	background-color:#fff;
	text-align: left;
	font-size: 12px;
}
#content #sidebar {
	float: left;
	width: 268px;
	height:400px;
	margin-left: 20px;
	padding-left: 16px;
	background-color:#fff;
	text-align: left;
	font-size: 12px;
	border-left:1px #e9e9e9 solid;

	}

#content #sidebar ul {
	margin-left:0px;
	padding-left:0px;
	}

#content #sidebar li {
	list-style-type: none;
	font-weight:bold;
	padding-bottom:10px;
	}

#content a:link {
	text-decoration: none;
	color: #52c8f6;
}

#content a:active {
	text-decoration: none;
	color: #52c8f6;
}

#content a:visited {
	text-decoration: none;
	color: #52c8f6;
}

#content a:hover {
	text-decoration: none;
	color: #8ad9f7;
}

/* Footer */

#footer {
	padding: 25px 0;
	background: #333;
}

#footer p {
	width: 940px;
	height: 140px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color:#999999;
}

#footer a {
	color: #999999;
	float:right;
}


/*==== FLOATING MENU STYLES*/

body {
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	min-height:100px;
}
html { overflow-x:hidden; }
a.item {
	text-decoration:none;
	padding:0px
}
a:visited.item {
	color:black;
	text-decoration:none
}
a:hover.item {
	color:red
}
a:active.item {
	color:red
}
.bar {
	height:7px;
	margin:0px;
	border:0px;
	padding:0px
}
#frame {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
}
#items {
	background:#FFFFFF;
	font-size:10pt;
	list-style:none;
	white-space:nowrap;
	margin:0px;
	padding:13px;
	width:155px;
	margin-right:-25px;
	margin-left:-2px;
}
#pull {
	background:#019dd8;
	position:relative;
	width:20px;
	font-weight:normal;
	font-size:10pt;
	margin:0px;
	padding:0px;
	color:#CCCCCC;
}
/*-----------------*/