
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.MenuBarItemIE 
	{
		position: static;
	}
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	

@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	color: #FFCC66;
	font-family: helvetica, arial;
	background-color: #25070D;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	background-color: #25070D;
	padding: 0 18px 0 20px;
	*padding: 0 18px 0 20px;
}

/* html>body ul.MenuBarHorizontal li {
padding-right: 30px;
padding-left: 30px;
} */

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	color:#FFCC66;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 135px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 135px;
	padding: 0px;
}
/* Submenus should appear to the right (100%) and up (0) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #25070D;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFCC66;
	font-family: helvetica, arial;
	text-decoration: none;
	font-size: 9pt;
	background-color: #25070D;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #5E1120;
	color: #FFCC66;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #5E1120;
	color: #FFCC66;
}

ul.MenuBarVertical li.MenuBarItemSubmenu ul li a {
	background-color: #25070D;
}

ul.MenuBarVertical li ul {
	border: 1px solid #25070D;
}

ul.MenuBarVertical li ul li a {
	background-color: #25070D;
}
	
ul.MenuBarVertical li ul li a:hover {
	background-color: #25070D;
}

ul.MenuBarVertical li ul li ul li a {
	background-color: #25070D;
}


/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: center right;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #25070D;
	}
}


.subpages-description {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #ffffff;
    font-size : 12px;
    text-decoration : none; }

.subpages-description:hover {
    color : #ffffff;
text-decoration: underline; }

body  {
	margin: 0px;
	padding: 0px;
	background-color: #25275C;
        color: #FFF;
}

a:link, a:visited {
	text-decoration: none;
	color: #FC6;
}

a:hover {
	text-decoration: underline;
}

.bottom_links {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    text-align : center; 
    color : #E69963; }

a.bottom_links {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    text-align : center; 
    color : #E69963; }

a.bottom_links:hover {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    text-align : center; 
    color : #E69963;
	text-decoration:underline;}

.footer {
    font-family : arial, helvetica, verdana;
    font-size : 8pt;
    color : #E69963;
    text-align : center; }

a.footer {
    font-family : arial, helvetica, verdana;
    color : #E69963; }

a.footer:hover {
    font-family : arial, helvetica, verdana;
    text-decoration: underline;
	color: #E69963;}
	
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
	color: #E69963;
	line-height: 24px;
}

h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #99CEDC;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
	color: #E69963;
	line-height: 24px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
	color: #FFF;
	line-height: 8px;
}

#container {
	width: 1024px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #1A1A32;
	overflow: hidden;
}

#Header {
	background-image: url(/site/1/template/CSC_Home3_01.png);
	height: 252px;
	width: 1024px;
	background-repeat: no-repeat;
}

#Header2 {
	width: 1024px;
	background-image: url(/site/1/template/CSC_Home3_03.png);
	height: 270px;
	background-repeat: no-repeat;
}

#Header3 {
	background-image: url(/site/1/template/CSC_Home3_03.png);
	height: 258px;
	width: 1024px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
}

#menu {
	width: 200px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
}

#menu ul {
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	color: #FFF;
	text-align: right;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
}

#menu li {
	border: 0px;
	list-style-type: none;
	padding: 0px;
	display: list-item;
	margin: 0px;
}

#menu li a {
	border: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
	display: list-item;
}

#menu ul li a:hover {
	text-decoration: underline blink;
	color: #E69963;
}



/* Child/Sibling articles nav */

.childpages, .siblingpages {
	width: 200px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
} 

.childpages ul, .siblingpages ul {
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	color: #FFF;
	text-align: right;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
}


.childpages li, .siblingpages li {
	border: 0px;
	list-style-type: none;
	padding: 0px;
	display: list-item;
	margin: 0px;
} 

.childpages li a, .siblingpages li a {
	border: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
	display: list-item;
}

.childpages li a:hover, .siblingpages li a:hover {
	text-decoration: underline blink;
	color: #E69963;
}

li.childpages_current a, li.siblingpages_current a {
	text-decoration: underline blink;
	color: #E69963;
}




#Content  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #CCC;
	text-align: left;
	width: 470px;
	float: left;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 40px;
}

#ContentColumn1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #CCC;
	text-align: left;
	width: 703px;
	float: left;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 40px;
}

#ContentAdmin  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #CCC;
	text-align: left;
	width: 950px;
	float: left;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 40px;
}

#Sidebar {
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #F93;
	width: 200px;
	text-align: left;
	line-height: 18px;
	padding-left: 8px;
padding-right: 18px;
}
#footer  {
	color: #E69963;
	width: 1024px;
	height: 50px;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 0px;
	background-color: #000;
	padding-bottom: 30px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5E1120;
}
#Nav {
	height: 30px;
	width: 1024px;
	background-color: #25070D;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
padding-top: 20px;
	border-top-style: solid;
	border-top-color: #844C35;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5E1120;
}

/* Navigation */

.navigation {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.navigation ul {
	color : #FC6;
	font-family: 'Trebuchet MS', arial, sans-serif;
	list-style: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
text-transform: uppercase;
}

.navigation li {
	list-style: none;
	display: inline;
	color : #FC6;
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 10px;
text-transform: uppercase;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
	
.navigation li a {
	color : #FC6;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 10px;
text-transform: uppercase;
	list-style: none;
	display: inline;
	margin: 0px;
	border: 0px;
	padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 0px;
	text-decoration: none;
	
}

.navigation li a:hover {
	color: #FC6;
	text-decoration: underline; }
	

li.navigation_separator {
	display: none;
}


.system {
	color : #ffffff;
        font-size : 10pt;
   	font-face : arial, helvetica, verdana; }

.syssmall {
	font-size : 8pt;
   	font-face : arial, helvetica, verdana;
   	color : #ffffff; }

.bodysmall {
	font-size : 8pt;
        color : #ffffff;
   	font-face : arial, helvetica, verdana; }

.bodysmallgrey {
	font-size: 8pt;
   	font-face: arial, helvetica, verdana;
   	color: #ffffff; }
table { 
    font-family:  arial, helvetica, sans-serif;
    font-size: 10pt; }


.GalleryPopupTitle {
    font-family : arial, helvetica, verdana;
    font-size : 11pt;
    font-weight: bold; 
    color : 555555; }

.GalleryPopupDescription {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #555555; }

.GalleryPopupDetails {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #555555; }

.GalleryExplainText {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #555555; }

.GalleryThumbnailTitle {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
    font-weight: bold;
	color : #555555; }

.GalleryThumbnailDescription {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #555555; }

.GalleryHeadline {
    font-family : arial, helvetica, verdana;
    font-size : 18px;
	font-weight: bold;
	color : #850b02; }

.GalleryIntro {
   font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #000000; }

.GalleryEditorLink {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #000000; }

.GalleryNavigation {
    font-family : arial, helvetica, verdana;
    font-size : 20pt;
	color : #db4700; }

.GalleryTitle {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
    font-weight: bold;
	color : #850b02; }

.GalleryDescription {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #555555; }

.GalleryNoPhotos {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #000000; }

.GalleryInactive {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
	color : #000000; }

a.forum:link {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:visited {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:hover {
        color : #555555;
        text-decoration : none;
        font-size: 10pt; }

a.forum:active {
        text-decoration : underline;
        color : #0a5593;
        font-size: 10pt; }

.forum_title {
    font-family: arial, helvetica, sans-serif;
    color: #850b02;
    font-size: 18px;
    font-weight: bold; }

.forum_intro {
    font-family:  arial, helvetica,
    sans-serif;
    font-weight:normal;
    font-size: 11pt; }

.forum_table {
    font-family:  arial, helvetica,
    sans-serif;
    font-size: 10pt; }

.forum_td {
     font-family:arial; font-size:9pt;
     color:#666666;
     background-color:#ffffff; }

.flat {
     background-color:#CCCCCC; }

.table_header {
     background-color:#850b02;
     color:#ffffff; font-family:arial;
     font-size: 10pt; }

.latest_post {
     font-family:arial;
     font-size:8pt;
     color:#000000; }

.latest_post_link {
      background-color:#ff9966;
      color:#000000;
      font-size:9pt;
      font-family:arial;
      border: solid 1px #000000;
      text-decoration:none; }

.new {
      font-family:verdana;
      font-size:7pt;
      color:#ff0000;
      font-weight:bold; }

.notnew {
      font-family:verdana;
      font-size:7pt;
      color:#555555; }

.message {
      border-bottom:solid 1px #000000;
      background-color:#CCCCCC;
      font-size : 10pt }

.highlight {
      background-color:#CCCCCC; }

.quote {
      padding:5px;
      border:solid 1px #000000;
      background-color:#e6e6e6;
      color:#000000; }

.alert {
 padding:5px;
      border:solid 1px #000000;
      background-color:#e6e6e6;
      color:#000000;}


.eventsnew-title { 
    font-family:  arial, helvetica, sans-serif;
    color : #E69963;
    font-size : 14px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.eventsnew {
    font-family:  arial, helvetica, sans-serif;
    color : #E69963;
    font-size : 12px;
    text-decoration : none; }

a.eventsnew-description {
    font-family:  arial, helvetica, sans-serif;
    color : #E69963;
    font-size : 12px;
    text-decoration : none; }

.eventsnew:hover {
    color : #E69963;
text-decoration: underline; }