@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: 254px;
}

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

#main {
	background: #fff url(../images/main1_bg.jpg) top center no-repeat;
	width: 980px;
	margin: 0 auto 0;
	padding: 30px 0px 20px;
}

#content {
	float: left;
	clear: left;
	width: 630px;
	padding: 20px 10px 20px 30px;
}

#rightCol {
	float: right;
	clear: right;
	width: 260px;
	padding: 20px 25px 20px;
}

/*#CTA {
	float: left;
	width: 427px;
	clear: left;
	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;
}



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

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

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


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: 4px;
}

.small {
	font-size: 10px;
	line-height: 12px;
}

.rss_items p {
	margin-top: 10px;
	}





/*---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;
	
}



/*---SLIDESHOW---*/
/*-----------------------------------------------------------------*/

#gallery {
	position: relative; width: 600px; margin: 15px auto 0; padding: 10px; border: 6px solid #fff; background: #AAA;
}
#images {
	border: 2px solid #9ac1c9; height: 225px; background: #eef5f6; margin-bottom: 20px;
}
#image {
	position: relative; width: 585px; height: 375px; padding: 5px; border: 2px solid #666; background: #FFF url(../images/loading.gif) center center no-repeat;
}
#image img {
	position: absolute; top: 5px; left: 5px;
}
#thumbwrapper {
	margin-top: 10px; padding: 5px 0; width: 595px; height: 100px; border: 2px solid #666; background: #FFF;
}
#thumbarea {
	position: relative; overflow: hidden; height: 100px; width: 595px;
}
#thumbs {
	position: absolute; list-style: none; margin-left: 5px; height: 100px; width: 10000px; border-right: 5px solid #FFF;
}
#thumbs li {
	float: left; margin-right: 5px; cursor: pointer;
}
.imgnav {
	position: absolute; height: 375px; width: 20%; z-index: 100; height: 375px; width: 20%; z-index: 100; outline: none; cursor: pointer;
}
#previmg {
	left: 0; background: url(../images/left.gif) left center no-repeat; border-left: 5px solid #FFF;
}
#previmg:hover {
	opacity: 1; filter: alpha(opacity=100);
	}
#nextimg {
	right: 0; background: url(../images/right.gif) right center no-repeat; border-right: 5px solid #FFF;
}
#nextimg:hover {
	opacity: 1; filter: alpha(opacity=100);
}