/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */
* {
	margin: 0; padding: 0;
}
body {
	margin: 0; padding: 0;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: url(headerbg.gif) repeat-x;
	color: #666666;
	text-align: center;
}

/* links */
a {
	color: #EC981F;
    background-image: none;
    text-decoration: none;
}
a:hover {
	text-decoration:underline
}

#main h1, #rightbar h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
}

#content-wrap p.sidehead {
    font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
    font-size: 1.5em;
	padding: 10px 0px 5px 30px;
	background: url(square_arrow.gif) no-repeat 2px 12px;
	margin: 0;
	text-transform: uppercase;
}

#content-wrap p.sidehead a {
    color: #555;
    background-image: none;
    text-decoration: none;
}

#content-wrap p.sidehead a:hover { text-decoration:underline }

p, h1, h2, h3 {
	margin: 10px 15px;
}

/* images */
img {
	/*border: 2px solid #CCC;*/
    padding: 6px;
}
img.float-right {
  margin: 5px 0px 5px 15px;
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {
  border: 2px solid transparent;
}

h5 {
	margin: 15px;
 	padding: 0 0 0 10px;
  	font-weight: bold;
  	vertical-align: middle;
}

li {
    margin: 15px;
  	font-weight: bold;
  	vertical-align: middle;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
    width: 100%;
	text-align: left;
	background: #FFF;
}
#content-wrap {
	clear:both;
    margin: 0; padding:0;
    margin-left: 6%;
    margin-right: 6%;
    width: 88%;
}

/* header */
#header {
	position: relative;
	background: url(headerbg2.gif) repeat-x 0% 0%;
	height: 84px;
}
#header #logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.0em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
    width: 600px;
    height: 54px;
    text-transform: none;
    background: transparent url(logo.png) no-repeat 8px center;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 6%;
}

#header #sf {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.0em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
    width: 225px;
    height: 80px;
    text-transform: none;
    background: transparent url(sourceforgeBig.png) no-repeat 8px center;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 75%;
}

#header #slogan {
	position: absolute;
	margin: 0; padding: 0;
    letter-spacing: 1px;
    padding-top: 5px;
	font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left:6%;
}

#content-wrap ul a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;
}

#Discover #discover a, #Explore #explore a, #Participate #participate a, #Download #download a, #FAQ #faq a, #Services #services a {
	color: #333;
	background-color: #F3F3F3;
	border-bottom: 4px solid #FFA600;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }
.orange { color: #FFA600; }

/* footer */
#footer {
	clear: both;
	background: #FFF url(footerbg.gif) repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;
	height: 50px;
}

#content-wrap table tr td {
    vertical-align : top;
}