/* ----------------------------------------------------------------------*/
/* ---------->>> COLORS <<<-----------*/
/* ----------------------------------------------------------------------*/
.black { background-color:#000; }
.white { background-color:#FFF; }

/* ----------------------------------------------------------------------*/
/* ---------->>> TEXT COLORS <<<-----------*/
/* ----------------------------------------------------------------------*/
.txt_black { color:#000; }
.txt_white { color:#FFF; }

.dark_purple { color:#4e6791; }

/* ----------------------------------------------------------------------*/
/* ---------->>> COMMON CLASSES <<<-----------*/
/* ----------------------------------------------------------------------*/

.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.float_left { float: left; }
.float_right { float: right; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }
.clearfix { clear: both; display: block; }
.pad { padding: 10px; }
.pad_left { padding-left: 10px; }
.pad_right { padding-right: 10px; }
.pad_top { padding-top: 10px; }
.pad_btm { padding-bottom: 10px; }
.margin_left { margin-left: 10px; }
.margin_right { margin-right: 10px; }
.margin_top { margin-top: 10px; }
.margin_btm { margin-bottom: 10px; }
.border { border:solid 1px #000 }
.border_left { border-left:solid 1px #000 }
.border_right { border-right:solid 1px #000 }
.border_top { border-top:solid 1px #000 }
.border_btm { border-bottom:solid 1px #000 }
table.twocol td { width: 50%; }
table.threecol td { width: 33.333%; }
table.fourcol td { width: 25%; }
div.twocol { width: 50%; }
div.threecol { width: 33.333%; }
div.fourcol { width: 25%; }
table.pad_cel td { padding: 3px; }
.center { margin:0px auto }
.hide { display:none; position: absolute; top: -5000em; left: -5000em;}


/* ----------------------------------------------------------------------*/
/* ---------->>> BASIC HTML TAGS <<<-----------*/
/* ----------------------------------------------------------------------*/

body {
	background: #66676A url(../images/bg_pattern.gif) repeat-x scroll center 62px;
	color: #FFF;
	font-size: 72.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 1em;
	text-align: center;
	padding-bottom:20px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", "Trebuchet Ms", Arial, Verdana, Helvetica, sans-serif;
}

h1 {
	color: #FFF;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom:.5em;
}

h2 {
	color: #FFF;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8em;
}
h1 small, h2 small{
	display:block;
	color: #FFF;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
}
h3 {
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
}
h4 {
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}
h5 {
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
	text-transform: uppercase;
}
h6 {
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.4em;
	font-size:1em;
}
hr {
	background: #FFF;
	color: #FFF;
	height: 1px;
	border: 0px;
	margin: 0 0 10px 0;
}
td {
	vertical-align: top;
}
th {
	font-weight: bold;
	color: #FFF;
	background: #333;
	vertical-align:middle;
	border-left: 1px solid #FFF;
}
th:first-child {
	border-left: none;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> LINKS <<<-----------*/
/* ----------------------------------------------------------------------*/

/* Sets the style for unvisited links. */
a,  a:link {
	color: #4e6791;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #4e6791;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #333;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #333;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #333;
}

a.pdf, a.doc, a.folder { padding-left:15px; }
a.pdf { background: url(../images/bullet_pdf.gif) no-repeat; }
a.doc { background: url(../images/bullet_page.gif) no-repeat; }
a.folder { background: url(../images/bullet_folder.gif) no-repeat; }

/* ----------------------------------------------------------------------*/
/* ---------->>> FORMS <<<-----------*/
/* ----------------------------------------------------------------------*/

/* (en) reset monospaced elements to font size 16px in Gecko browsers */
textarea, pre, tt, code { font-family:"Courier New", Courier, monospace; }

input, select, label {
	vertical-align: middle;
}
input.btn_submit, input.btn_reset {
	background: url(../images/btn_submit.gif) no-repeat left top;
	display:block;
	float:left;
	height:30px;
	margin-right:1em;
	position:relative;
	width:75px;
	text-indent:-1000em;
	border:none;
	font-size: 0;
}
input.btn_reset {
	background: url(../images/btn_reset.gif) no-repeat left top;
}
input.btn_submit:hover, input.btn_reset:hover {
	background-position: left -30px;
}


/* ----------------------------------------------------------------------*/
/* ---------->>> LISTS <<<-----------*/
/* ----------------------------------------------------------------------*/

ul, ol, dl { margin: .5em 1em 1em 0px; }
#contentWrapper li {
	background: url(../images/bullet.gif) no-repeat right .3em;
	line-height: 1.5em;
	padding: 0px 15px 3px 0px;
	font-size:1em;
}
#contentWrapper li:first-child {
	border-top: none;
}

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

blockquote, cite { margin: 0 0 1em 1.5em; }

#contentWrapper .pdflist li, #contentWrapper li.pdflist {
	background: url(../images/bullet_pdf.gif) no-repeat left top;
}
#contentWrapper .doclist li, #contentWrapper li.doclist {
	background: url(../images/bullet_page.gif) no-repeat left top;
}
#contentWrapper .folderlist li, #contentWrapper li.folderlist {
	background: url(../images/bullet_folder.gif) no-repeat left top;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> PAGE STRUCTURE <<<-----------*/
/* ----------------------------------------------------------------------*/

#outerWrapper, #footer_container {
	margin: 0px auto;
	text-align: left;
	width: 770px;
}
#outerWrapper #header {
	background: #FFF url(../images/bg_header.gif) repeat-x left top;
	height: 185px;
	position:relative;
}
	#header #topnav { position:absolute; top: 10px; right: 10px; text-align:right; }

/* Added this div and set width to force IE 6 to display Background Image properly */
#outerWrapper #nav_container {
	background: url(../images/bg_nav.gif) repeat-x left top;
	height:62px;
}
#outerWrapper #nav {
	background: #666666 url(../images/bg_nav.gif) repeat-x left top;
	padding: 11px 0px 0px 81px;
}
#outerWrapper #contentWrapper {
	background: url(../images/bg_content.gif) repeat-y center top;
}
/* Col1 left column */
#outerWrapper #contentWrapper #col1 {
	background: url(../images/bg_col1.gif) repeat-x left top;
	float: left;
	width: 228px;
}
/* Col2 right column */
#outerWrapper #contentWrapper #col2 {
	background: url(../images/bg_col2.gif) repeat-x left top;
	float: right;
	width: 228px;
}
/* Col3 contains the main page content */
#outerWrapper #contentWrapper #col3 {
	background: url(../images/bg_col3.gif) repeat-x left top;
}
#outerWrapper #btm_content {
	background: url(../images/bg_btm_content.gif) no-repeat left top;
	height:42px;
}
#outerWrapper #footer {
	background: #CCC url(../images/bg_footer.gif) repeat-x left top;
	padding:10px;
}

#header, #nav, #contentWrapper, #footer { clear:both; }
#btm_info, #btm_info a { text-align:center; color:#FFF; font-weight:normal;}
#btm_info { line-height:2em; margin-top:10px;}

/* ----------------------------------------------------------------------*/
/* ---------->>> COLUMN CONTROLS <<<-----------*/
/* ----------------------------------------------------------------------*/

#col1 {z-index: 3}
#col2 {z-index: 5}
#col3 {z-index: 1}
#col1_content {z-index: 4; padding:10px;}
#col2_content {z-index: 6; padding:10px;}
#col3_content {z-index: 2;  padding:0px 40px;}
#col1_content, #col2_content, #col3_content { position:relative }

.showall { background: url(../images/bg_threecol.gif) repeat-y left top; }
.hidecol2 { background: url(../images/bg_leftcol.gif) repeat-y left top; }
.hidecol1 { background: url(../images/bg_rightcol.gif) repeat-y left top; }
.hideboth { background: url(../images/bg_nocolumn.gif) repeat-y left top;	}

/* Set the class of #contentWrapper for a 1, 2 or 3 column layout */
/* 3 col layout */
.showall #col3 {margin-left: 228px; margin-right: 228px}
/* 1 col layout */
.hideboth #col3 {margin-left: 0; margin-right: 0}
/* 2 col layout Right Sidebar */
.hidecol1 #col3 {margin-left: 0; margin-right: 228px}
/* 2 col layout Left Sidebar */
.hidecol2 #col3 {margin-left: 228px; margin-right: 0}

/* The following hides the unnecessary columns */
.hideboth #col1, .hideboth #col2 {display:none; position: absolute; top: -5000em; left: -5000em;}
.hidecol1 #col1 {display:none; position: absolute; top: -5000em; left: -5000em;}
.hidecol2 #col2 {display:none; position: absolute; top: -5000em; left: -5000em;}

/* ----------------------------------------------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* ----------------------------------------------------------------------*/



/* ----------------------------------------------------------------------*/
/* ---------->>> NAVIGATION <<<-----------*/
/* ----------------------------------------------------------------------*/

#nav ul, #nav li {
	margin:0px;
	padding:0px;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal {
	list-style-type: none;
	cursor: default;
	width: auto;
}
/* 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 {
	list-style-type: none;
	position: relative;
	text-align:center;
	cursor: pointer;
	/*width: 8em;*/
	float: left;
}
/* 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 {
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 12em;
	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: 12em;
	/*font-size: 1em;*/
	text-align:left;
	border-top: 1px solid #4e6791;
	
}
ul.MenuBarHorizontal ul li:first-child {
	border-top: none;
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
#nav ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: -1% 0 0 98%;
}
/* 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;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> NAV DESIGN INFO <<<-----------*/
/* ----------------------------------------------------------------------*/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul {
	border: 1px solid #4e6791;
	background-color:#CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a, ul.MenuBarHorizontal a:visited {
	display: block;
	cursor: pointer;
	/*font-size: 1.3em;*/
	font-weight:bold;
	padding: 1.1em 2em;
	color: #7194CE;
	text-decoration: none;
	background: url(none);
	vertical-align:middle;
}
ul.MenuBarHorizontal ul a, ul.MenuBarHorizontal ul a:visited {
	display: block;
	cursor: pointer;
	font-size: 1em;
	font-weight:normal;
	padding: 0.75em;
	color: #333;
	text-decoration: none;
	background: url(none);
}
/* First Level of Navigation Hover Style */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	color: #66676A;
	text-decoration: none;
	background: url(../images/nav_dot.gif) no-repeat center bottom;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible {
	color: #FFF!important;
	background: #4e6791 url(../images/spacer.gif) no-repeat center bottom!important;
}

ul.MenuBarHorizontal ul.featured, ul.MenuBarHorizontal ul.featured li {
	width:170px;
	
}

/* ----------------------------------------------------------------------*/
/* ---------->>> NAV SUB MENU <<<-----------*/
/* ----------------------------------------------------------------------*/

/* 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 {
	
}
/* 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 ul a.MenuBarItemSubmenu {
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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 a.MenuBarItemSubmenuHover {
	
}
/* 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(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> NAV BROWSER HACKS <<<-----------*/
/* ----------------------------------------------------------------------*/

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

/* ----------------------------------------------------------------------*/
/* ---------->>> COLUMN 1 LEFT COL <<<-----------*/
/* ----------------------------------------------------------------------*/

.paging {
	font-size:.9em;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> COLUMN 2 RIGHT COL <<<-----------*/
/* ----------------------------------------------------------------------*/



/* ----------------------------------------------------------------------*/
/* ---------->>> COLUMN 3 MIDDLE COL <<<-----------*/
/* ----------------------------------------------------------------------*/

#col3 p, #col3 h1, #col3 h2, #col3 h3, #col3 h4, #col3 h5, #col3 h6, #col3 li {
	text-align:right;
}

#logo {
	background: url(../images/bg_logo.gif) no-repeat left top;
	display: block;
	height: 76px;
	margin-bottom: 20px;	
}
.home .left {
	float:left;
	width:460px;
}
.home .right {
	float:right;
	width:200px;
}
.home .right img{
	margin-bottom:10px;
}

.event .left {
	float:left;
	width:360px;
}
.event .right {
	float:right;
	width:300px;
}
.event .right img{
	margin-bottom:10px;
	border:solid 1px #FFF;
}

.portfolio .left, .portfolio .right {
	/*margin-top:20px;*/
}
.portfolio .left {
	float:left;
	width:310px;
}
.portfolio .left img{
	/*background: url(../images/bg_img_thm.gif) no-repeat left top;*/
	border:1px solid #FFFFFF;
	margin:0 3px 5px;
}
#col3 .portfolio .left img:hover{
	background: url(../images/bg_img_thm_hi.gif) no-repeat left top;
	cursor:pointer;
}
.portfolio .right {
	float:right;
	height:387px;
	width:380px;
	text-align:center;
}
.portfolio .right img{
	/*background: url(../images/bg_img_lrg.gif) no-repeat left top;*/
}


/* ----------------------------------------------------------------------*/
/* ---------->>> JQUERY STRIPING <<<-----------*/
/* ----------------------------------------------------------------------*/

table.striped tr.row_gray, table.striped tr.row_gray td {
	background: #EAEBEC;
}

/* ----------------------------------------------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* ----------------------------------------------------------------------*/


#footer {
	text-align:center;
}
/* Sets the style for unvisited links. */
#footer a,  #footer a:link { color: #FFF; }
/* Sets the style for visited links. */
#footer a:visited { color: #FFF; }
/* Sets the style for links on mouseover. */
#footer a:hover {
	color: #FFF;
	text-decoration: underline;	
}
/* Sets the style for a link that has focus. */
#footer a:focus { color: #FFF; }
/* Sets the style for a link that is being activated/clicked. */
#footer a:active { color: #FFF; }

/* ----------------------------------------------------------------------*/
/* ---------->>> IE BACKGROUND FIX <<<-----------*/
/* ----------------------------------------------------------------------*/

/* divs that do not have a width set whose backgrounds do not display in IE 6*/
/* make sure these divs do not have margin or padding applied*/
#nav_container, #contentWrapper {
	width:100%;
}