/* Common Module Elements */
.categoryTitleBar {

	width : 100%;
	font-weight: bold;
   	color: black;
   	text-decoration: none;
	background-color: #E4ECEF;
	padding:3px 3px 3px 8px;
	margin:15px 0px 5px 0px;
	font-size: larger;
	border-bottom: 2px solid ThreedShadow;
	border-right: 2px solid ThreedShadow;
	border-left: 2px solid ThreedLightShadow;
	border-top: 2px solid ThreedLightShadow;
}
.categoryDescription {
	padding: 3px 5px 5px 5px;
	/*border: 1px solid blue;*/
}
a.MoreInfoLink {
	color: navy;
	display:block;	  
	font-size : 9px;
	text-decoration : none;
}	  
a.ReturnLink {
	color: navy;
	display:block;	  
	font-size : 11px;
	text-decoration : none;
}	  
/* End of Common Module Elements */


/* Links Module Elements */
.linkContainer{
	margin: 2px 0px 10px 5px;
	/*border: 1px solid red;*/
}
.linkContent{
	margin: 2px 0px 5px 15px;
	/*border: 1px solid red;*/
}
.linkTitle{
    color : navy;
    font-size : 12px;
    font-weight : bold;
}
.linkURL{
	margin: 2px 0px 10px 15px;
	color: #333333;
}
/* End of Links Module Elements */


/* News Module Elements */
.storyContainer {
	margin: 2px 0px 10px 5px;
}
.storyHeadline, .storyHeadline a {
	font-size: 16px;
	text-decoration: none;
	font-weight:bold;
	margin: 2px 0px 2px 0px;
	/*border: 1px dashed red;*/
}

.storyHeadline a:hover{

}

.storyHeadlineHolder{
	padding-bottom:10px;
    
}

.storyHeadlineNav {
	color:black;
	font-size:11px;
	text-decoration:none;
}
.storyHeadlineNav {
	color:white;
}


.storySubtitle {
	font-size:12px;
	margin: 2px 0px 2px 20px;
}
.storyTimestamp{	
	font-size: 9px;
	margin: 2px 0px 2px 0px;
	/*border: 1px dotted red;*/
}

.storyTimestampNav{
        color:gray;
        margin-bottom:5px;
    }   
    
.storySummary {
	margin: 10px 0px 5px 20px;
	/*border: 1px dotted red;*/
}

#navNews{
	height:140px;
	width:305px;
	overflow:auto;
	padding:5px;
}

#navNewsHeader{
	font-size:18px;
	font-weight:bold;
	line-height:1.5
}

#moreNav{
	text-decoration:none;
	color:#487092;
	font-weight:bold;
	
}

.WebPanelMiddleNews a {color:white;text-decoration:none;}

#pscroller1{
width: 305px;
height: 100px;
padding: 5px;
background-color: lightyellow;

}

/*.someclass{ //class to apply to your scroller(s) if desired
}
 End of News Module Elements */


/* FAQ Module Elements */
.FAQCategoryList {
	list-style: square;
}
.FAQList {
	list-style: circle;
}
.FAQListItem {
	margin: 5px 0px 5px 0px;
	background : #eeeeee;
}
.FAQCategoryCount {
	padding-left: 10px;
}
.FAQFrame {
	padding:5px;
   margin:5px;
	border : thin solid Gray;
	background : #eeeeee;
	width:545px;
}
.FAQQuestion{
	font-size: 13px; 
	color:black;
	font-weight:bold;
}
.FAQAnswer {
	font-size: 13px; 
	color:black;
	font-weight:normal;
	padding-left: 15px;
}
.FAQImageFrame {
   padding:5px;
   margin:5px;
	border : thin solid black;
	background : #eeeeee;
}

/* Classes to support the FAQ Related Questions */
.FAQRelatedItemsCategoryTitle {
	
}
.FAQRelatedListItem {
	list-style: disc;
	margin: 5px 0px 5px 0px;
	background : #eeeeee;
}
.FAQRelatedItem {
	
}

/* Classes to support the FAQ View Summary and Rating div tags */
.FAQSummaryBox {
	padding:5px;
   margin:6px;
	border : thin solid Gray;
	background : #eeeeee;
	width:260px;
   height:165px;
}
.FAQSummaryLabel {
	font-weight:bold;
}
.FAQSummaryData {
	font-weight:normal;
}
/* End of FAQ Module Elements */


/* Events Modules */
    .eventNavURL{
        color:navy;
        font-size:11px;
		font-weight:bold;
    }
    
    .eventTimestamp{
        color:gray;
    }   
/* End Events Module */


.QuickList{
    width:155px;
    font-size:10px;
    background-color:#d6d9bd;
}
.QuickListLabel{
    text-align:left;
    font-weight:bold;
    font-size:10px;
    padding:3px;
}
.WebPanelHeaderBlue{
    background: url(/webimgs/webpanelheader.jpg) repeat-y;
    height:20; 
    text-align:left;
    color:white;
    font-weight:bold;
	 padding-left:4px;
}

.WebPanelHeaderGold{
    background: url(/webimgs/webpanelheader2.jpg) repeat-y;
    height:20; 
    text-align:left;
    color:white;
    font-weight:bold;
	padding-left:4px;
}

.WebPanelMiddle{
    background-color: #CC5801;
    padding:9px;
}

.WebPanelHeaderNews{
	 background: url(/webimgs/webpanelnews.jpg) repeat-y;
	  height:20; 
    text-align:left;
    color:white;
    font-weight:bold;
	 padding-left:4px;
}
.WebPanelMiddleNews{
	background-color: #4A8EBD;
	
	 padding:9px;
	 color:black;
}
.WebPanelFooternews{
	background-color: #4A8EBD;
}
.WebPanelFooter{
   /* background: url(/webimgs/sideBoxFooter.gif) no-repeat;*/
        background-color: #CC5801;
	 height:20;
}

.WebPanelHeader155Blue{
    background: url(/webimgs/side155BoxHeader.gif) no-repeat;
    height:29; 
    text-align:center;
    color:white;
    font-weight:bold;
	 margin-left:4px;
}

.WebPanelHeader155Gold{
    background: url(/webimgs/webpanelheader.jpg) no-repeat;
    height:29; 
    text-align:center;
    color:black;
    font-weight:bold;
	 padding-left:4px;
}

.WebPanelMiddle155{
    background: url(/webimgs/side155BoxMiddle.gif) repeat-y;
    padding:9px;
}


.WebPanelFooter155{
    background: url(/webimgs/side155BoxFooter.gif) no-repeat;
    height:27;
}

/* Portfolio List */
	#projectCategories {
		width:99%;
	}
	
	#projectCategories .projectCategory {
		font-size:12px;
		font-weight:bold;
		color: #014370;
		margin:5px 0px 0px 0px;
		letter-spacing: 5px;
		text-transform: uppercase;
	}
	#projectCategories img {
		width:150px;
		margin-right:15px;
	}
	
/* End Portfolio List */

/* Porfolio Detail */

span#ProjectName {
	font-size:20px;
	color: #00426F;
	font-weight:bold;
	margin:15px 0px 0px 0px;
}

#ProjectFeaturesTitle {
	font-size:12px;
	font-weight:bold;
	color: #014370;
	margin:5px 0px 0px 0px;
	letter-spacing: 5px;
	text-transform: uppercase;
}
	
.Features {
	width:99%;
	margin:5px 0px 5px 0px;
}
	.ProjectLabel {
		color: #c65601;
		float:left;
		font-weight: bold;
		font-size: 110%;
		width: 150px;
		text-align: left;
		margin-right: 10px;
	}
#ProjectFeatureDesc {
	width:99%;
	margin:5px 0px 5px 0px;
}

#OtherProjectViews{
	width:99%;
}
	#OtherProjectViews .ProjectLabel {
		
	}
#RelatedProjectList {
	width:99%;
}
	#RelatedProjectList #RelatedProjectStrip a {
		margin-right:15px;
	}

#CategoryProjects {
	width:99%;
}
	#CategoryProjects #ProjectThumbnailTitle {
		font-size:12px;
		font-weight:bold;
		color: #014370;
		margin:5px 0px 0px 0px;
		letter-spacing: 5px;
		text-transform: uppercase;
	}
	
	#CategoryProjects #ImageStrip {
		float:left;
	}
	
	#CategoryProjects #ImageStrip a {
		margin-right:15px;
	}
/* End Projects */