﻿body 
{
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #CCCCCC;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*old h1 color:#FE9C03*/
h1 
{
	color: #663300;
	font-size: 24px;
}
h2 
{
	color: #663300;
}
h3
{
	color: #BE5C00;
}
.header 
{
}
.header-row1 
{
	background-image: url(images/header_1_bg.jpg);
	background-repeat: no-repeat;
	height: 80px;
}
.nav 
{
	height: 32px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
}
.nav-btn 
{
	float: left; 

	background-image: url(images/nav_btn_bg.jpg);
	background-repeat: repeat-x;
	margin: 2px 0px 2px 2px;
	padding: 5px;

}
a.nav-link 
{
	
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
	
	
}
.content 
{
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 10px;
}
.left-Col 
{
	background-image: url(images/colL_bg.jpg);
	background-repeat: repeat-x;
	height: 150px;
	padding: 5px;
	font-size: 0.8em;
}
.grey-box 
{
	background-image: url(images/gray_box_bg.jpg);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
	color: #000000;
	width: 80%;
	text-align: left;
	padding: 10px;
	margin-top: 10px;
}
.footer 
{
	margin-left: 230px;
}
/****** Styles ******/
div.drk-grey 
{
	margin: 0;
	padding: 2px;
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
}
div.content-column 
{

	margin: 0;
	padding: 0;
}
div.gutter-margin-left 
{
	margin-left: 10px!important;
}
div.gutter-margin-right 
{
	margin-right: 10px!important;
}
div.drk-grey h2,
div.content-column h2 
{
	background-image: url(images/orange_title_bg.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	
	margin: 0!important;
	padding: 7px;
}
div.img 
{
	padding: 2px;
}
div.img,
img.photo 
{
	border: 1px solid #000000!important;
}
div.content-column p 
{
	margin: 3px 0 5px;
	padding: 5px;
}
div.content-column a
{
	color: #DE7C03;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
div.content-column a:hover
{
	color: #FE9C03;
}
.more-lnk 
{
	margin-left: 5px;
}
.more-row 
{
	background-image: url(images/more_bg.gif);
	background-repeat: repeat-x;
	text-align: right;
}





/****** BREADCRUMB STYLES ******/
.breadcrumb-sep 
{
	font-size: 8px;
	color: #CCCCCC;
}
.breadcrumb-current 
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
a.breadcrumb-link , a.breadcrumb-link:link, a.breadcrumb-link:active, a.breadcrumb-link:visited
{
	color: #DE7C03;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.breadcrumb-link:hover 
{
	color: #FE9C03;
}
a.breadcrumb-root, a.breadcrumb-root:link, a.breadcrumb-root:active, a.breadcrumb-root:visited
{
	color: #DE7C03;	
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.breadcrumb-root:hover 
{
	color: #FE9C03;
}
/****** ImageCallery Styles ******/
.caption-label 
{
	font-weight: bold;
}
.error 
{
	color: #990000 !important;
	font-weight: bold;
}
div.affiliation 
{
	padding: 2px;
	margin: 1px;
	border: 1px solid #202020;
}

a.contact-link
{
    text-decoration:none;
    color:#FFF;
    font-weight:bold;
    font-size:10px;
}

