/*
	Purpose:	Global CSS Document for Midas
	Site:		www.midas-eu.com
	Author:		Distinction Limited
	Version:	1.00 (July 2007)
	
	Revisions:	None
*/

/* --------------------------------- */
/* STANDARD TAGS ------------------- */
/* --------------------------------- */


body {
	margin: 0; 
	padding: 0; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: center;
	height: 100%;
	width: 100%;
	background: #373737 url("../images/bg-header-wrap.jpg") repeat-x center top;
	}
	
#header-wrap {
	position: relative;
	text-align: center;
	background: #fff url("../images/bg-header-wrap.jpg") repeat-x center top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 200px;
	}

#header {
	position: relative;
	text-align: left;
	background: url("../images/bg-header.jpg") no-repeat left bottom;
	margin: 0px auto;
	width: 760px;
	height: 200px;
	}

#content-wrap {
	position: relative;
	text-align: center;
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
}

#content {
	position: relative;
	text-align: left;
	margin: 0px auto;
	width: 760px;
	}

#content-left {
	position: relative;
	width: 228px;
	text-align: left;
	float: left;
	}

#content-right {
	position: relative;
	width: 532px;
	text-align: left;
	float: right;
	}
	
#footer-wrap {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer {
	position: relative;
	text-align: left;
	margin: 10px auto;
	width: 760px;
	color: #fff
	}


/* --------------------------------- */
/* NAVIGATION TAGS ----------------- */
/* --------------------------------- */
	
#nav {
	margin: 0px;
	padding: 0px 0px 0px 245px;
	position: relative;
	top: 32px; 
	height: 35px;
	overflow: visible;
}

#nav ul,
#nav li {
	list-style: none;
	overflow: visible;
	}

#nav li {
	float: left; 
	padding: 0px 7px;
	margin: 12px auto; 
	height: 30px;
}
#nav li a {
	float: left; 
	height: 30px;
}

/* --------------------------------- */
/* FORMATTING TAGS ----------------- */
/* --------------------------------- */

#header h2 {
	background: url("../images/logo.gif") no-repeat 0px 0px;
	top: 31px; 
	left: 0px; 
	margin: 0px; 
	width: 246px; 
	height: 90px;
	position: absolute; 
	}
	
#header h2 a {
	display: block; 
	top: 0px; 
	left: 0px; 
	float: left; 
	overflow: hidden; 
	width: 246px; 
	height: 90px;
	color: #fff; 
	text-indent: -9000em; 
	position: absolute; 
	text-decoration: none;
	}
	
#nav,
#nav li,
#nav li a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
	
#nav li a:link,
#nav li a:visited {
	color: #0064a5;
	text-decoration: none;
	}
	
#nav li a:hover {
	color: #00942c;
	text-decoration: none;
	}
	
.hide {
	left: -9999px; 
	overflow: hidden; 
	width: 0px; 
	position: absolute;
}

.clear {
	clear: both;
	display: block;
	}
	
#content img { 
	border: 0px;
	}

#content h1 {
	color: #0064a5;
	}
	
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0064a5;
	font-size: 1.1em;
	}
	
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0064a5;
	}
	
#content p,
#content li {
	font-size: 1em;
	}
	
#content p.support {
	text-align: center;
	}
	
#content p.support img {
	vertical-align: middle;
	}
	
#content acronym,
#footer acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
	}
	
#footer p {
	font-size: 0.8em;
	}
	
#footer p em {
	font-size: 0.85em;
	}
	
#footer a:link,
#footer a:visited {
 	color: #fff;
	text-decoration: underline;
 	}
	
#footer a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#content th {
	text-align: left;
	font-weight: bold;
	}
	
#content a:link {
	color: #0064a5;
	text-decoration: underline;
	}
#content a:visited {
	color: #0064a5;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #00942c;
	text-decoration: none;
	}

#content ol li ul {
	padding-bottom: 15px;
	}