/*
--------------------------------------------------------
globalteenager-zm.org CSS Stylesheet
Author:   Mulumba M Lwatula
Website: zedspotmedia.com
Version:  10 July 2007
------------------------------------------------------- */

/* Body Styles
----------------------------------------------- */

body.sub {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #fff url(images/bgrsub.png) repeat-x;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.6em;
	line-height: 2em;
	color: #333;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
}
	
h1,h2,h3,h4 {
	font-weight: normal;
	margin: 0;
}

a:link, a:hover, a:focus, a:active {
	outline: none;
	color: #006ab3;
}

a:hover {
	text-decoration: underline;
}

p.showcase {
	margin-left: 2em;
}

/* Wrapper Styles
----------------------------------------------- */

#wrap {
	margin: 0 auto;
	width: 760px;
	background-color: #fff;
	border: 0;
}

/* Header Styles
----------------------------------------------- */

#header {
	width: 760px;
	height: 296px;
	padding: 0;
	margin: 0;
	background: transparent;
}

#headersub {
	width: 760px;
	height: 108px;
	padding: 0;
	margin: 0;
	background: transparent;
}

#logo {
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 72px;
	margin-bottom: 0px;
	margin-top: 5px;
	cursor: pointer;
}

#banner {
	background: url(images/bnr.jpg) no-repeat;
	margin: 0 auto;
	width: 760px;
	height: 188px;
	background-color: #fff;
}

#nav {
	margin:0; 
	padding:0; 
	font-size: 12px;
	width: 760px;
	height: 28px;
	background: #b6c367;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, "Times New Roman", Times, serif;
}

#contentmain {
	font-size: 1em;
	font-weight: normal;
	color: #333;
	margin-top: 15px;
}

/* Content Styles
----------------------------------------------- */

#contentmain h1 {
	color: #b6c367;
	margin-bottom: 15px;
	font-size: 18px;
	font-family: "Trebuchet MS", Georgia;
}

#contentmain h2 {
	color: #b6c367;
	margin-bottom: 4px;
	font-size: 14px;
	font-family: "Trebuchet MS", Georgia;
}

#contentmain #mainleft {
	float: left;
	width: 460px;
	padding-right: 10px;
}

#contentmain #mainright {
	float: right;
	width: 270px;
}

.leftflt {
	float: left;
	padding: 4px;
}

.rightflt {
	float: right;
	padding: 4px 0 4px;
}

.clearinghs {
	clear: both;
}

#contentmain #mainleft img {
	border: 3px solid #f4f4f4;
	/*float: left;*/
	padding: 0px;
	margin-right: 5px;
}

#contentmain #mainleft img.nobdr {
	border: 0;
}

#sidebar select {
	margin-left: 5px;
	margin-top: 5px;
	width: 80%;
}


#contentmain #mainright p {
	font-size: 9px;
	margin-left: 10px;
	padding-right: 8px;
}

#contentmain #mainright h3 {
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 8px;
	color: #E87830;
	font-size: 12px;
}


/* Primary Navigation Styles
---------------------------------------------- */

#nav ul {
	list-style-type:none; 
	/*font-weight:bold;*/ 
	display:inline;

	margin:0; 
	padding:0; 
	width:auto;
	float:left;
}

#nav ul li {
	display: inline; 
	background:transparent; 
	padding:0;
}

#nav ul li a:link, #nav ul li a:visited {
	padding:4px 12px 5px 12px;
	color:white;
	text-decoration:none;
	float:left;
	/*font-weight: bold;*/
	/*background:#2D282E;*/
	border-right: 1px #aaa dashed;
}

#nav ul li a:hover {
	float:left;
	/*margin-top: 2px;*/
	background:#f07f06;
	color:#fff;
}


/* Footer Style
----------------------------------------------- */

#footer {
	margin-bottom: 20px;
	margin-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 1px solid #ccc;
	color: #aaa;
	font-size: 10px;
	height: 30px;
}

.ddsg-wrapper {
	margin-top: 10px;
}

/* Form Styles
----------------------------------------------- */


.fieldset {
  width:420px;
  border: none;
}
  
.fieldset label {
text-align:right;
width:70px;
float:left;
padding:0.2em;
margin:0;
margin-top:0.3em;
}

.fieldset .nobr {display:none;}  

.fieldset .textfield {
margin:3px;
height:20px;
width:300px;
}

.fieldset .selfield {
margin:3px;
height:20px;
width:300px;
}

.fieldset .textarea {
margin:3px;
height:165px;
width:300px;
}