@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------GLOBAL TAGS*/
*{
padding: 0px; 
margin: 0px;
color: #333333;
}

#contacts ul{
	margin-left: 20px;
	color: #333333;
}
#contacts li{
	padding-bottom: 10px;
	color: #333333;
}

body{
background-image:url(images/new-background.jpg);
background-repeat:repeat-x;
background-position:top;
padding-top:0px;
margin-top:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 22px;
	padding-bottom: 10px;
	color: #000000;
}

p{
	color: #333333;
	padding-bottom: 10px;
}
/*----------------------------------------------------END GLOBAL TAGS*/

/*----------------------------------------------------DIV POSITIONING*/

#everything{
width:780px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
padding-top:0px;
}

#header{
height:340px;
}

#words2{
margin-top:100px;
float:right;
}

#leftcolumn{
float:left;
height:340px;
width:275px;
}

#centercolumn{
float:left;
width:285px;
height:340px;
position:relative;
line-height:1em;
}

#introwords{
margin-top:110px;
padding-top:10px;
border-top:1px solid black;
border-bottom:1px solid black;
}

#rightcolumn{
float:right;
width:211px;
height:340px;
}

#rightcolumn img{
border:none;
}

#bodywrapper{
clear:both;
}

#bodybackground{
height:442px;
overflow:hidden;
background-color:#333333;
margin-top:10px;
margin-right:10px;
padding-bottom:0px;
border:1px solid white;
}

#navigation{
background-image:url(images/new-navigationbg.jpg);
background-repeat:no-repeat;
float:left;
width:276px;
height:442px;
}

#overview,
#resources,
#contacts,
#team,
#workshops,
#consulting,
#forum,
#newsletter,
#partners{
height:442px;
cursor: pointer;
}

#contentarea{
float:right;
height:442px;
width:472px;
background-color:#FFFFFF;
padding:10px;
overflow:hidden;
}

#picturearea{
background-color:#CCCCCC;
height:60px;
}

/*----------------------------------------------------END DIV POSITIONING AND BACKGROUNDS*/

/*----------------------------------------------------------VERTICAL NAVIGATION STYLE*/
#navigation ul{
margin-top:0px;
margin-left:0px;
padding-top:0px;
padding-left:0px;
}

#navigation ul li{
list-style:none;
margin-left:0px;
padding-left:0px;
}

.firstnav{
border:none;
}

#navigation ul li a{
text-decoration:none;
padding-left:10px;
border-top:1px white solid;
padding-top:15px;
height:33px;
display:block;
color:#fff;
font-size:14px;
}

#navigation ul li a:hover{
background-image:url(images/triangle.gif);
background-repeat:no-repeat;
background-position:100% 50%
/*text-decoration:underline;   */  /*UNCOMMENT FOR UNDERLINES*/
}

#morelink{
text-align:right;
}

#morelink a{
text-decoration:none;
}

#morelink a:hover{
text-decoration:underline;
}

#contentarea p{
margin-top:10px;
}

/*----------------------------------------------------------END OF VERT. NAV STYLE*/

/*----------------------------------------------------------CLASS DECLARATIONS*/


.name{
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-style:italic;
margin-bottom:7px;
}

.bordertop{
border-top:1px solid black;
}

.bottomlink a{
font-size:14px;
display:block;
color:#FF9900;
text-decoration:none;
text-align:right;
}

.bottomlink a:hover{
text-decoration:underline;
}

/*----------------------------------------------------------END CLASS DECLARATIONS*/
