/* GENERAL STYLES */
/*-- Body --*/ 

body {
	background-color: #C6E0F0;
	background-image: url(/images/bggradient.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
}

/* -- General Styles -- */
a:link {
	text-decoration: underline;
	color: #36b91e;
} 

a:visited {
	text-decoration: none;
	color: #36b91e;
}

a:hover {
	text-decoration: underline;
	color: #36b91e;
}

a:active {
	color: #fb6f28;
}

a img{
	border:none;
}

H2 {
	text-decoration: none;
 	font-weight: bold;
	font-size: larger;
}

/* -- Page Images -- */
img.PageImage {
	margin-left: 10px;
	margin-bottom: 5px;
	padding-right: 1em;
	border: none;
	float: right; 
	z-index: 1;
}


/* --User Editor Available Styles --*/
.Quotation{
	font-style: italic;
	text-align: left;
}

.QuotationAuthor{
	font-weight: bold;
	text-align: right;
	margin-top: -1em;
}

.QuotationAuthorDescr{
	font-weight: normal;
	text-align: right;
	margin-top: -1em;
}

caption {
	font-size: smaller;
}

/* -- Special Content Styles --*/

blockquote {
  background: transparent url(/images/QuOpen.png) left top no-repeat;
}
blockquote div {
  padding: 0 40px;
  background: transparent url(/images/QuClose.png) right bottom no-repeat;
}

#bottomInfo{
	font-size: .7em;
	font-style: italic;
	clear: left;
	margin-top: -2em;
}

#textContent{
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
		text-align: justify;
}

#textContent ul{
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(/images/OrangeBullet.GIF);
}

#textContent ol{
	list-style-type: decimal;
	list-style-position: outside;
}

#textContent li{
	padding-bottom: .5em;
	display: list-item;
}

.readmore {
	background-image: url(/images/OrangeArrow.gif);
	background-repeat: no-repeat;
	background-position: 100% .25em;
	padding-right: 12px;
}

#readmore {
	background-image: url(/images/OrangeArrow.gif);
	background-repeat: no-repeat;
	background-position: 100% .25em;
	padding-right: 12px;
	position: relative;
	margin-top: .5em;
	font-weight: bold;
}

#PageText{
	
}

/*-- Print Visibility --*/ 

.PrintDisplay{
	visibility: hidden;
}

.PrintHide{
	visibility: visible;
}

/*-- HomePage Box Positions --*/ 

.BoxSpacer {
	height: 10px;
	min-height: 10px;
	clear: both;
} 

.HomePageBox {
	/*float: center;*/
}

#FooterBox {
	text-align: center;
	clear: both;
}

.HomePageCol1 {
	float: left;
	/*width: 49%;*/
	clear: left;
}

.HomePageCol2 {
	float: right;
	/*width: 49%;*/
	clear: right;
}

#HPCol1 {
	float: left;
	width: 50%;
}
#HPCol2 {
	float: right;
	width: 50%;
}

.HomePageBoxPosition {
	width: 98%; 
	float: left; 
	padding: 3px; 
	/*margin: 15px;*/
}

.BlurbPhotoCaption {
	font-size: .8em;
	text-align: center;
	padding-top: 3px;
}

.BlurbPhotoCaption br {
	line-height: 2em;
}

.inside-c p {
margin-top: 0;
}

/*-- Internal Page Box Positions --*/ 

#InPageBox{

}

#InPageCol1{
	float: left;
	width: 19%;
	clear: left;
}

#InPageCol2{
	float: right;
	width: 79%;
	clear: right;
}


/*-- Header --*/ 
table.Header{
	width: 100%;
	height: 126px;
	text-align: left;
}

.Tagline{
	padding-left: 5%;
	padding-right: 5%;
	font-size: 1.1em;
	font-style: italic;

}

/* -- Main Nav Menu -- */
.NavArea{
	margin-top: -40px;
	margin-bottom: -40px;
	z-index: 99;
	position: relative;
	top: 0px;
	bottom: 5px;
	left: 0px;
}

#MainNav {
	font-size: 1em;
	font-weight: bold;
	padding-left: 1%;
	padding-right: 1%;
}

#MainNav a:link{
	text-decoration: none;
	color: #ffffff;
} 

#MainNav a:visited{
	text-decoration: none;
	color: #ffffff;
}

#MainNav a.current:visited{
color: #42e123;
}

#MainNav a:hover {
	color: #fb6f28;
	text-decoration: none;
}

#MainNav a:active, a.current, a.current:visited {
	color: #36b91e;
}

/* -- Top Navigation --*/

#nav ul, #nav {
	list-style: none;
	margin-top: -10px;
	margin-bottom: -10px;
	z-index: 99;
}

#nav li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	font-size: 1em;
	font-weight: bold;
	padding-left: 1%;
	padding-right: 1%;
}

#nav a {
    padding: 8px 0;
    text-align: center;
    text-decoration:none;
    /*color:#ffffff;*/
    display: block;
}

#nav a:hover {
	color: #fb6f28;
	text-decoration: none;
}

#nav .current {
	color: #36b91e;
}

/* -- ##Second Level of Top Nav--*/

li>ul {
	top: auto;
	left: auto;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

#nav li li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 0.5em 0;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

/* -- Next/Prev Links -- */
#NextPrevContainer{
	text-align: center;
	padding: 10px;
}

.Previous{
	padding-right: 10px;
}

.Next{
	padding-left: 10px;
}

/* -- Footer -- */
.FooterArea{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -40px;
	margin-bottom: -40px;
	z-index: 99;
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	font-size: .8em;
	color: #ffffff;
	text-align: center;
	clear: both;
}

.FooterArea a:link {
	color: #ffffff;
	text-decoration: underline;
} 

.FooterArea a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.FooterArea a:hover {
	color: #fb6f28;
	text-decoration: underline;
}

.FooterArea a:active {
	color: #36b91e;
	text-decoration: underline;
}

/* -- Breadcrumbs Nav -- */
#umbBreadcrum {
    list-style:none;
    margin: 0;
    padding: 0;
	color: #aaa;
    font-size: smaller;
}


#umbBreadcrum li {
    float:left;
    margin: 0 3px 3px 0;  
    padding: 0;
}

/* -- Internal Second Level Nav -- */

#secondLevelNavigation {
    	list-style: none;
    	padding: 0;
    	margin: 0;  
    	border-top: 0; /*1px solid #ddd;*/
	display: compact;
}

#secondLevelNavigation li {
    	margin: 0;
    	border-bottom: 1px solid #ddd;
}

#secondLevelNavigation li .selected {
	font-weight: bold;
}

#secondLevelNavigation a {
    	display: block;
    	padding: 5px 0;
    	text-decoration: none;
}

#secondLevelNavigation a:hover {
    background-color: #eee;
}

#NavigationLevel_2 {
    	list-style: none;
    	padding: 0;
    	margin: 0;  
    	border-top: 0px; /*1px solid #ddd;*/
	display: compact;
}

#NavigationLevel_2 li {
    	margin: 0;
    	border-bottom: 1px solid #ddd;
}

#NavigationLevel_2 li .selected {
	font-weight: bold;
	background: #FED4BF;
}

#NavigationLevel_2 a {
    	display: block;
    	padding: 5px 0;
    	text-decoration: none;
}

#NavigationLevel_2 a:hover {
    background-color: #eee;
}

#NavigationLevel_3 {
    	list-style: none;
    	padding-left: 10%;
    	margin: 0;  
    	border-top: 0px; /*1px solid #ddd;*/
	display: compact;
}

#NavigationLevel_3 li {
    	margin: 0;
    	border-bottom: 1px solid #ddd;
}

#NavigationLevel_3 li .selected {
	font-weight: bold;
	background: #FED4BF;
}

#NavigationLevel_3 a {
    	display: block;
    	padding: 5px 0;
    	text-decoration: none;
}

#NavigationLevel_3 a:hover {
    background-color: #eee;
}

#NavigationLevel_4 {
    	list-style: none;
    	padding-left: 20%;
    	margin: 0;  
    	border-top: 0px; /*1px solid #ddd;*/
	display: compact;
}

#NavigationLevel_4 li {
    	margin: 0;
    	border-bottom: 1px solid #ddd;
}

#NavigationLevel_4 li .selected {
	font-weight: bold;
	background: #FED4BF;
}

#NavigationLevel_4 a {
    	display: block;
    	padding: 5px 0;
    	text-decoration: none;
}

#NavigationLevel_4 a:hover {
    background-color: #eee;
}

/* -- Sidebar Extras -- */
#UniversalSidebar {
	border-top: 1px solid #ddd;
	padding-top: 1em;
}


/* -- Projects Groups List  -- */

#ProjectsGroups{
	border:none;
}

#ProjectsGroups ul{
	border: none;
	margin-left: 10px;
}

#ProjectsGroups a:hover {
    background-color: #FFFFFF;
}

#ProjectsGroups #secondLevelNavigation li{
	border-bottom: none;
	margin-left: 10px;
}

/* -- Progams List  -- */

#ProgramsList {
	margin-left: -40px;
	margin-top: -36px;
	margin-bottom: -20px;
}

a.programtitle  {
	text-decoration: none;
/*	font-weight: bold;*/
}

a.programtitle:hover {
	text-decoration: underline;
/*	color: #36b91e;*/
}

#ProgramsList .programdesc {
	font-size:.8em;
}

#ProgramsList ul {	
	display: block;
}

#ProgramsList li {
	list-style-type: none;
	margin-top: 7px;
}

/* -- News Items Homepage-- */

#news{
/*	float: left;*/
	margin-left: -40px;
	/*margin-top: -36px;*/
	margin-bottom: -20px;
}

#news a{
	text-decoration: none;
}

#news a:hover {
	text-decoration: underline;
/*	color: #36b91e;*/
}

#news ul.newslist {
	display: block;
}


#news li.newslist {
	list-style-type: none;
	margin-top: 7px;
}

#news .newstitle  {
/*	font-weight: bold;*/
}

#news .newsdate {
	display:none;
	font-style: italic;
}

#news .newsteaser {
	font-size:.8em;
}

#news .readmore {
	font-size:.8em;
	background-image: url(/images/OrangeArrow.gif);
	background-repeat: no-repeat;
	background-position: 100% .25em;
	padding-right: 12px;
/*	position: relative;
	top: .5em;*/
}

/* -- News Items General-- */

h2.newstitle  {
	font-weight: bold;
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}

a.newstitle{
	text-decoration: none;
	font-size: 1em;
}

a.newstitle:hover {
	text-decoration: underline;
	font-size: 1em;
/*	color: #36b91e;*/
}

.newsdate {
	font-style: italic;
	font-size: .8em;
	margin-bottom: -.5em;
	padding-top: .7em;
}

.newsresume {
	font-style: normal;
	font-size: 1em;
	margin-top: -.5em;
	margin-bottom: .5em;
}



/* -- Photo Gallery -- */

#GalleryThumb{
	text-align: center; 
	width: 160px; 
	height: 180px; 
	float: left; 
	border: 1px solid #FB6F28; 
	/*background-color: #EDEDED; */
	padding: 5px; 
	margin: 15px;
}

#GalleryThumb a{
	text-decoration: none;

}

#GalleryThumb img{
	border: none;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

 .GalleryDate {
	font-style: italic;
}

 .GalleryDesc {
	font-size: 125%;
}

.GalleryCaptions{
	font-size: 85%;
}


/* -- Projects -- */

.ProjectTitle{
	font-size: 115%;
	text-decoration: none;
	font-weight: bold;
	margin-top: -20px;
}


/* -- Rich text editor styling -- */
#holderBody {
	background: #fffff;
}

#holder {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
}



/* EDITOR PROPERTIES */
.Quotation {
font-style: italic;
text-align: left;
}

.QuotationAuthor {
font-weight: bold;
text-align: right;
margin-top: -1em;

}

.QuotationAuthorDescr {

	font-weight: normal;
	text-align: right;
	margin-top: -1em;

}

H2 {
{
	text-decoration: none;
 	font-weight: bold;
	font-size: larger;
}
}

caption {

	font-size: smaller;

}


