/* CSS Document */
body{
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color:#666666;
	font-size:12px;
	line-height:13px;
}

a{
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#66bd29;
	text-decoration:none;
}

#wrapper{
	margin:0 auto 0 auto;
	padding:0;
	width:1024px;
}

#header{
	width:1091px;
	float:left;
}

#nav-wrapper{
	background-image:url(../images/nav_back.gif);
	background-repeat:repeat-x;
	float:left;
	width:1091px;	
}

#logo-wrapper{
	padding: 0 0 0 60px;
	width:287px;
	float:left;
}

/*--NAVIGATION--*/
#main-nav{
	float:left;
	padding:20px 0 0px 80px;
	width:630px;
}

/*-----*/
.green{
	width:12px;
	height:22px;
	float:left;
	background-color:#66bd29;
	margin:7px 5px 0 0;	
}

.bottom-pics{
	float:left;
	width:64px;
	padding:0;
	margin:0;
}
/*-----*/
#flash-wrapper{}

#content{
	width:1091px;
	height:auto;
	float:left;
	background-image:url(../images/content_back.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#left-content{
	width:430px;
	height:auto;
	float:left;
	margin: 30px 0 0 62px;
}

#right-content{
	width:495px;
	height:auto;
	float:left;
	margin: 30px 0 0 38px;
}

#bottom-content{
	width:965px;
	float:left;
	margin:0 0 0 62px;
	padding:10px 0 0 0;
	border-top:dashed #848484 1px;
}

#bottom-content h2{
	margin-top: 15px;
}

#bottom-content-container-news{
	float:left;
	width:285px;
	margin:15px 15px 0 0;
	padding:0 0 0 15px;
	background-image:url(../images/newsletter_pics.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#bottom-content-container-twitter{
	float:left;
	width:340px;
	padding:0 0 0 15px;
	margin:15px 0 0 0;
	background-image:url(../images/twitter_logo.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	border-left:dashed #848484 1px;
}

#bottom-content-container-community{
	float:left;
	width:260px;
	margin:15px 0px 0 10px;
	padding:0 0 0 15px;
	background-image:url(../images/silicon_cape_logo.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	border-left:dashed #848484 1px;
}

.b-text{
	width:259px;
	float:left;
	margin:5px 0 0 0;
}

.date-title{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color:#848484;
	font-weight:normal;
	line-height:20px;
}

#footer{
	float:left;
	width:1091px;
	background-image:url(../images/foot_back.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:11px;
	color:#9d9d9d;
	padding:15px 0 15px 62px;
	margin:10px 0 0 0;
}