/* TeleMed-Africa Style Sheet */
/* Last revision: 06.08.09 */
/*------------------------------------------*/


/* NOTES */
/* -------------------------------------- */

/*

*/


/* GLOBAL ESSENTIALS */
/* -------------------------------------- */


* {
	margin: 0px;
	padding: 0px;
}
	
html {
	width: 100%;
}

body {
	width: 100%;
	font-family: "Arial", "Verdana", "Sans-serif";
	font-size: 62.5%;
	color:#666;
	background-color: #FFF;
	background-image: url(../images/cube.gif);
	background-repeat: repeat;
}

a {
	color: #D31145;
	text-decoration: none;
	outline:none;
}

a:hover {
	color: #000;
}

img, a img {
	border-style: none;
}


/* STRUCTURE */
/* -------------------------------------- */

#head {
	width: 209px;
	height: 95px;
	padding: 55px 0 0 781px;
}

#nav {
	width: 100%;
	height: 46px;
	background-image: url(../images/nav_back.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

#content {
	width: 910px;
	height: 325px;
	margin-left: 48px;
	padding: 50px 37px 38px 37px;
	background-color: #FFF;
}

#copy {
	width: 520px;
	padding-right: 50px;
	float:left;
}

#support {
	width: 340px;
	float:left;
}

/* H1 - H6 */
/* -------------------------------------- */

h1 {
	font-size: 1.6em;
	line-height: 1.0em;
	margin-bottom: 0.5em;
	color: #D31145;
}

/* NAVIGATION */
/* -------------------------------------- */

#nav ul {
	list-style: none;
	width: 583px;
	height: 46px;
	margin-left: 50px;
}

#nav ul li {
	float: left;
	display: inline;
}

#nav ul li a {
	height: 46px;
	display: block;
	background-image: url(../images/telemed_nav.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
}

li#what a { width: 136px; }
li#how a { width: 135px; background-position: -136px 0; }
li#who a { width: 125px; background-position: -271px 0; }
li#news a { width: 84px; background-position: -396px 0; }
li#contact a { width: 103px; background-position: -480px 0; }

li#what a:hover, li#what a.on { background-position: 0 -46px; }
li#how a:hover, li#how a.on { background-position: -136px -46px; }
li#who a.on { width: 125px; background-position: -271px -46px;; }
li#news a.on { width: 84px; background-position: -396px -46px;; }
li#contact a:hover, li#contact a.on { background-position: -480px -46px; }

#nav ul.secondary {
	list-style: none;
	background-color: #FFF;
	display: none;
	position: absolute;
	top: 187px;
	width: 145px;
}

#whoList {
	left: 297px;
}

#newsList {
	left: 422px;
}

#nav ul.secondary li {
	height: 24px;
	line-height: 24px;
	font-size: 1.0em;
	width: 145px;
	color: #D31145;
	background-color: #FFF;
	font-weight: bold;
	border-right: 1px solid #D31145;
	border-left: 1px solid #D31145;
}

#nav ul.secondary li.last {
	float: left;
	display: inline;
	border-bottom: 1px solid #D31145;
}

#nav ul.secondary li.noLink {
	width: 138px;
	padding: 0 0 0 7px;
}

#nav ul.secondary li a {
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	font-size: 1.0em;
	text-indent: 0px;
	color: #000;
	background-color: #FFF;
	background-image: none;
	width: 138px;
	padding: 0 0 0 7px;
}

#nav ul.secondary li a:hover {
	background-color: #E0EEFA;
}


/* CONTENT STYLES */
/* -------------------------------------- */

p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 1.0em;
}

p.numbered {
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 35px;
}

#support img {
	border:4px solid #E0EEFA;
}


/* FORM */
/* -------------------------------------- */

label {
	font-size: 1.1em;
	display: block;
	padding-bottom: 2px;
}

label.error {
	padding: 3px 0 0 0;
	color: #D31145;
}

input.error, textarea.error {
	background-color: #F99;
}

td {
	padding-bottom: 10px;
	vertical-align: top;
}

input, textarea {
	border: 1px solid #999;
	padding: 2px;
	background-color: #EFF6FC;
	font-family: "Arial", "Sans-Serif";
	font-size: 11px;
	color: #333;
}