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

/* Reset Styles */
/*-------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
}


body {
	background: #fff url(../images/bg.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}




/*---CONTAINERS---*/
/*-----------------------------------------------------------------*/

#shadow {
	width: 1000px;
	margin: 0 auto 0;
	background: url(../images/shadow.png) top center repeat-y;
}


#header {
	margin: 0 auto 0;
	width: 980px;
	height: 416px;
	background: url(../images/headerHome.jpg) top center no-repeat;
}

#news {
	width: 350px;
	height: 205px;
	float: left;
	margin: 180px 0 0 10px;
	background: url(../images/news_bg.png) top left no-repeat;
	padding: 15px 10px 10px 40px;
	color: #333 !important;
}

#navigation {
	width: 980px;
	margin: 0 auto 0;
	height: 47px;
}
	

#main {
	background: #fff url(../images/main_bg.jpg) top center no-repeat;
	width: 910px;
	margin: 0 auto 0;
	padding: 40px 35px 20px;
}

#CTA {
	float: left;
	width: 427px;
	clear: left;
	margin-bottom: 45px;
}

#video {
	width: 460px;
	height: 279px;
	float: left;
	clear: right;
	margin-left: 20px;
	margin-bottom: 45px;
}

#networking {
	width: 910px;
	height: 80px;
	clear: both;
}

#footer {
	width: 910px;
	height: 45px;
	margin: 0 auto 0;
	background: url(../images/footer_bg.jpg) top left repeat-x;
	clear: both;
	padding: 35px 35px 0;
	color: #7e7e7e;
}

#footer_left {
	width: 600px;
	text-align: left;
	clear: left;
	float: left;
}
#footer_right {
	width: 310px;
	text-align: right;
	clear: right;
	float: left;
}

#newsFlash {
	width: 427px;
	height: 89px;
	float: left;
	clear: both;
	background: url(../images/CTA_Tweets.jpg) top center no-repeat;
	margin-bottom: 7px;
}

#newsFlash_text {
	margin: 23px 10px 10px 88px;
}



/*---HTML---*/
/*-----------------------------------------------------------------*/

h1 {
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}


a:link, a:active, a:visited {color: #7a7160; text-decoration: underline;}
a:hover {color: #7a7160; text-decoration: none;}

#footer a:link, #footer a:active, #footer a:visited {color: #7e7e7e; text-decoration: none;}
#footer a:hover {color: #aeaeae; text-decoration: underline;}

.CTA {
	margin-bottom: 7px;
}

.NetSpace {
	padding-right: 15px;
}



/*---TWITTER---*/
/*-----------------------------------------------------------------*/

ul#twitter_update_list { 
	font-family: Arial, Helvetica, sans-serif;
	list-style: none; 
	font-size: 12px;
}
ul#twitter_update_list li { 
	margin-bottom: 0px;
	/*padding: 10px;*/
	color:#555;
	margin: 10px 0;
	
}

.clstd {
	background-color: transparent !important;
	border-color: none !important;
	color: #333 !important;
}


.rss_items p {
	margin-bottom: 7px;
}
