@charset "utf-8";
/* CSS Document */
/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	overflow: visible;
}

.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width: 40px;
}

.container_16 .grid_2 {
	width: 100px;
}

.container_16 .grid_3 {
	width: 160px;
}

.container_16 .grid_5 {
	width: 280px;
}

.container_16 .grid_6 {
	width: 340px;
}

.container_16 .grid_7 {
	width: 400px;
}

.container_16 .grid_9 {
	width: 520px;
}

.container_16 .grid_10 {
	width: 580px;
}

.container_16 .grid_11 {
	width: 640px;
}

.container_16 .grid_13 {
	width: 760px;
}

.container_16 .grid_14 {
	width: 820px;
}

.container_16 .grid_15 {
	width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left: 60px;
}

.container_16 .prefix_2 {
	padding-left: 120px;
}

.container_16 .prefix_3 {
	padding-left: 180px;
}

.container_16 .prefix_5 {
	padding-left: 300px;
}

.container_16 .prefix_6 {
	padding-left: 360px;
}

.container_16 .prefix_7 {
	padding-left: 420px;
}

.container_16 .prefix_9 {
	padding-left: 540px;
}

.container_16 .prefix_10 {
	padding-left: 600px;
}

.container_16 .prefix_11 {
	padding-left: 660px;
}

.container_16 .prefix_13 {
	padding-left: 780px;
}

.container_16 .prefix_14 {
	padding-left: 840px;
}

.container_16 .prefix_15 {
	padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right: 60px;
}

.container_16 .suffix_2 {
	padding-right: 120px;
}

.container_16 .suffix_3 {
	padding-right: 180px;
}

.container_16 .suffix_5 {
	padding-right: 300px;
}

.container_16 .suffix_6 {
	padding-right: 360px;
}

.container_16 .suffix_7 {
	padding-right: 420px;
}

.container_16 .suffix_9 {
	padding-right: 540px;
}

.container_16 .suffix_10 {
	padding-right: 600px;
}

.container_16 .suffix_11 {
	padding-right: 660px;
}

.container_16 .suffix_13 {
	padding-right: 780px;
}

.container_16 .suffix_14 {
	padding-right: 840px;
}

.container_16 .suffix_15 {
	padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
	left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
	left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
	left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}

.container_12 .push_2 {
	left: 160px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .push_5 {
	left: 400px;
}

.container_12 .push_7 {
	left: 560px;
}

.container_12 .push_8 {
	left: 640px;
}

.container_12 .push_10 {
	left: 800px;
}

.container_12 .push_11 {
	left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left: 60px;
}

.container_16 .push_2 {
	left: 120px;
}

.container_16 .push_3 {
	left: 180px;
}

.container_16 .push_5 {
	left: 300px;
}

.container_16 .push_6 {
	left: 360px;
}

.container_16 .push_7 {
	left: 420px;
}

.container_16 .push_9 {
	left: 540px;
}

.container_16 .push_10 {
	left: 600px;
}

.container_16 .push_11 {
	left: 660px;
}

.container_16 .push_13 {
	left: 780px;
}

.container_16 .push_14 {
	left: 840px;
}

.container_16 .push_15 {
	left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
	left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
	left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
	left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left: -60px;
}

.container_16 .pull_2 {
	left: -120px;
}

.container_16 .pull_3 {
	left: -180px;
}

.container_16 .pull_5 {
	left: -300px;
}

.container_16 .pull_6 {
	left: -360px;
}

.container_16 .pull_7 {
	left: -420px;
}

.container_16 .pull_9 {
	left: -540px;
}

.container_16 .pull_10 {
	left: -600px;
}

.container_16 .pull_11 {
	left: -660px;
}

.container_16 .pull_13 {
	left: -780px;
}

.container_16 .pull_14 {
	left: -840px;
}

.container_16 .pull_15 {
	left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

 
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */




/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}




/* `Custom
----------------------------------------------------------------------------------------------------*/
body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;

          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.8);

          z-index: 100;
}



img {
	
	border: 0px;	
}

a:link {
	 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Droid Sans", Arial, "Lucida Grande", sans-serif;
	
	text-decoration:none;
	
	
}
a:visited {
	 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Droid Sans", Arial, "Lucida Grande", sans-serif;
	
	
	
}
a:hover {
	 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Droid Sans", Arial, "Lucida Grande", sans-serif;
	text-decoration:underline;
	
	
	
}
a:active {
	 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Droid Sans", Arial, "Lucida Grande", sans-serif;
	text-decoration:underline;
	
	
}


#masthead {
	height: 43px;
	width: 940px;
	padding-top: 20px;
	
	padding-right: 0px;
	
	
}

#masthead img {
vertical-align: top;	
border: 0px;
margin: 0px;

}

#audienceMenu {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	margin-top: 7px;
}

#audienceMenu a:link {
	
	
	color: #999;
	text-decoration: none;
	margin-right: 17px;
	
	
	
}
#audienceMenu  a:visited {
	
	
	color: #999;
	text-decoration: none;
	margin-right: 17px;
	
	
	
}

#audienceMenu a:hover {
	
	color: #999;
	text-decoration: underline;
	margin-right: 17px;
	
	
	
	
}
#audienceMenu  a:active {
	
	color: #999;
	text-decoration: underline;
	margin-right: 17px;
	
	
	
	
}

#menu {
	height: 317px;
	margin-top: 10px;
	color: #FFF;
	background-image: url(/images/template/menu_bg.jpg);
	background-repeat:no-repeat;
	
}
#menu ul {
	margin-top: 20px;
	margin-left: 0px;
}
#menu li {
	list-style-type: none;
	margin-bottom: 8px;
	margin-top: 12px;
	margin-left: 0px;
	margin-right: 10px;

	
}

#menu a:link  {
	
	color: #FFF;
	text-decoration: none;
	font-weight:normal;
	
}

#menu a:visited{
	color: #FFF;
	text-decoration: none;
	font-weight:normal;
	
	
}
#menu a:hover, a:active {
	
	color: #FFF;
	text-decoration: underline;
	font-weight:normal;
	
	
}

#side {
	z-index: 20;
	margin-top: 0px;
	padding: 0px;
		background-image: url(/images/template/menu_background.png);
		min-height: 320px;
	
}
#menuLocal {
	
	
	font-family: Arial, Helvetica, sans-serif;
	
	
		
	
	
}
#menuLocal a:link  {
	
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	
}

#menuLocal a:visited{
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	
}
#menuLocal a:hover {
	
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	
}
#menuLocal  a:active {
	
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	
}
/*#menuLocal ul {
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 20px;
}
#menuLocal li {
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 8px;
	margin-left: 0px;
	
	
	font-family: Arial, Helvetica, sans-serif;

}*/

#news {
	margin-top: 10px;
	
	
}

#newsHeader {
	
	
}

#events {
	margin-top: 10px;
	
}
#promo {
	margin-top: 10px;
	height: 175px;
	
}
#promoText {
	height: 150px;
	font-size: 11px;
	color: #666;
	
}

#promoText img{
	vertical-align:middle;
}
#connect {
	margin-top: 10px;
	font-size: 11px;
	
	
	
}


#connect img{
	margin-right: 5px;
	
	
}
#mainImage {
	margin-top: 10px;
	
	
}

#sidebarIndex {
	margin-top: 10px;
	color:#666

	
}
#sidebarIndex a:link{
	color: #903;
	text-decoration: none;	
	font-weight: bold;
}

#sidebarIndex  a:visited {
	color: #903;
	text-decoration: none;	
	font-weight: bold;
	
}
#sidebarIndex a:hover{
	color: #903;
	text-decoration: underline;	
	font-weight: bold;
}

#sidebarIndex  a:active {
	color: #903;
	text-decoration: underline;
	font-weight: bold;
	
}


#sidebarIndex a:hover, a:active{
	color: #000;
	text-decoration: underline;	
}

#sidebarIndex li {
	list-style-type: none;
	margin-bottom: 14px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


#newsText {
	height: 105px;
	font-size: 11px;
	color: #666;
	
}

#newsText div {
	
	margin-top: 12px;
}


#newsText a:link, a:visited {
	
	color: #666;
	text-decoration:none;
	font-weight: bold;
	margin-right: 0px;
}

#newsText a:hover, a:active {
	font-weight: bold;
	color: #666;
	text-decoration:underline;
	margin-right: 0px;
}

#newsText img {
	vertical-align:middle;
		
	
}




#eventText {
	color: #666;
	font-size: 11px;
	height:105px;

}

#eventText div {
	
	margin-top: 12px;
}



.eventItem img {
	vertical-align:middle;
		
	
}

#eventText a:link, a:visited {
	
	color: #666;
	text-decoration:none;
	font-weight: bold;
}

#eventText a:hover, a:active {
	font-weight: bold;
	color: #666;
	text-decoration:underline;
}

#eventText ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: none;	
}
#eventText li {
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:0px;
	line-height: 22px;
}


#connectText {
	
	color: #666;
	line-height: 32px;
	margin-top: 5px;
	
}

#connectText img{
	margin-right:5px;
	margin-left:10px;
	
}

#connectText a:link, a:visited {
	margin-top: 15px;
	color: #666;
	text-decoration:none;
	font-weight: bold;
}

#connectText a:hover, a:active {
	font-weight: bold;
	color: #666;
	text-decoration:underline;
}

#myStephens {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	
	margin-top: 10px;
	
}

#colophon {
	line-height: 30px;
	margin-top:20px;
	margin-bottom:20px;
	
	font-size: 12px;
	color: #666;
	text-align: center;
}

#colophon img {
	
	vertical-align: middle;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	
}

#colophon a:link {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0px;
	
	
	
}

#colophon  a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0px;
	
	
}

#colophon a:hover {
	
	color: #666;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 0px;
	
}
#colophon a:active {
	
	color: #666;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 0px;
	
}
#search {
	
	margin-top: 5px;
	
}




#secondaryMainImage {
	z-index: 1;
	position: relative;
	
	
}

#contentSecondaryPage {
	

	
}
#optionalNav {
	 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Droid Sans", Arial, "Lucida Grande", sans-serif;
	color: #666;	
	
}
#optionalNav a:link, a:visited  {
	color: #666;
	text-decoration:none;
	font-weight:bold;
}

#optionalNav a:hover, a:active {
	color: #666;
	text-decoration:underline;
	font-weight:bold;
}

#optionalNav ul{
	font-size: 11px;
	margin: 0px;
	padding-left: 15px;
}

#optionalNav li{
	list-style-type: none;	
	margin-bottom: 7px;
	margin-left:0px;
}


#optionalNav img{
	margin-bottom: 10px;
}

#optional {
	color: #666;
	margin-top: 20px;
	margin-left: 0px;
	}
	
#optional a:link {
	color: #903;
	font-weight: bold;
	
	}
#optional a:visited {
	color: #903;
	font-weight: bold;
	
	}
#optional a:hover {
	color: #903;
	font-weight: bold;
	text-decoration: underline;
	
	}
#optional a:active {
	color: #903;
	font-weight: bold;
	}

#mainBodyCopy {
	 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Droid Sans", Arial, "Lucida Grande", sans-serif;
	color: #666;
	margin-top: 10px;
	
}

#mainBodyCopy h1 {
	margin-top: 0px;
	color: #903;	
}

#mainBodyCopy a:link {
	 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Droid Sans", Arial, "Lucida Grande", sans-serif;
	color: #900;
	text-decoration: none;
	font-weight:bold;
}
#mainBodyCopy a:visited {
	 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Droid Sans", Arial, "Lucida Grande", sans-serif;
	color: #900;
	text-decoration: none;	
	font-weight:bold;
	
}
#mainBodyCopy a:hover {
	 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Droid Sans", Arial, "Lucida Grande", sans-serif;
	color: #900;
	text-decoration: underline;	
	font-weight:bold;
}
#mainBodyCopy a:active {
	 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Droid Sans", Arial, "Lucida Grande", sans-serif;
	font-weight:bold;
	color: #900;
	text-decoration: none;		
	
}




#supplementInfo {
	font-size: 11px;
	font-weight: bold;	
	
}

#supplementInfo img {
		margin-top:10px;
}

#supplementInfoBlue {
	background-color:#9CF;
	color: #06C;
	padding: 10px;
}

#supplementInfoOrange {
	background-color:#FC6;
	color: #F60;
	padding: 10px;
}

#supplementInfoGreen {
	
	background-color:#9CF;
	color: #06C;
	padding: 10px;
}



#primaryNav {
	
	margin-top: 5px;
	margin-bottom: 5px;
	
	
}

#primaryNav a {
	margin-left: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #903;
}

#quickLinks {
	margin-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #903;
	border-bottom-color: #903;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	
	
	
}

#quickLinks img {
	vertical-align:middle;
		
	
}

#quickLinks a {

	line-height: 20px;
	
}

#quickLinks a:link {
	
	margin-left: 15px;
	margin-right: 0px;
	color: #666;
	text-decoration:none;
	font-weight:normal;	
}

#quickLinks a:visited {
	
	margin-left: 15px;
	margin-right: 0px;
	color: #666;
	text-decoration:none;
	font-weight:normal;	
}

#quickLinks a:hover {
	
	margin-left: 15px;
	margin-right: 0px;
	color: #666;
	text-decoration:underline;
	font-weight:normal;	
}

#quickLinks a:active {
	
	
	margin-right: 0px;
	color: #666;
	text-decoration:underline;
	font-weight:normal;	
}


#sidebar {
	margin-top: 20px;
	
}


#slider ul {
	
	margin: 0px;
	padding: 0px;
	
	
}

#slider li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* Legacy Text Styles */

.pr_headline {
	text-transform: uppercase;	
}

.sectitle {
	font-size: 19px;
	font-weight: bold;
	color: #900;
}
.sectitle-gray {
	
	font-size: 19px;
	font-weight: bold;
	color: #333333;
}
.cutline {
	 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Droid Sans", Arial, "Lucida Grande", sans-serif;
	
	color: #000000;	
}

.headline {
	color:#903;
	font-size: 25px;
	

}
.headline p {
	margin-top:0px;

}

p:first-child {

margin-top:0px;
}

fieldset {
	margin-bottom: 10px;
	
	padding: 10px;
	

	border: 1px solid #900;
	background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#bfbfbf), color-stop(3%, #f7f7f7), color-stop(12%, #f2f2f2), color-stop(90%, #d9d9d9));
	box-shadow: 4px 5px 4px rgba(0,0,0,0.55);
}




hr {
	height:0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #999;
	text-align: left;
	width: 100%;
}
legend {
	color:#990033;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	
	padding-right: 2px;
	
	font-weight: bold;	
	background-color:#FFF;
	height: 20px;
	
	
}



 Addthis Styles 

.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
.addthis_toolbox.addthis_pill_combo a.addthis_counter {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}   
   
