﻿html {
 overflow-y: scroll !important;
}

img
{
	border: 0;
}

body
{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    font-family: Calibri, Verdana, Arial;
    font-size: 0.9em;

    color: Black;
}

.content
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    
    width: 900px;
    
    padding: 0;
}

#logoHolder
{
    text-align: center;
    margin: 15px;
    margin-bottom: 12px;  
    min-height: 50px;        
}

#bannerImageHolder
{
    text-align: center;
    background-color: Black;
    height: 228px;
    margin: 0px;
    border-right: solid 1px #EAEAEA;
    border-left: solid 1px #EAEAEA;
}

#menuHolder
{
    background-color: #EAEAEA;
    margin: 0;
    clear: both;
    height: 47px;
}

#rightMenuHolder
{
	float: right;
}

.titleText
{
    /*text-transform: uppercase;*/

  
}

#crossPageLink
{
	
	display: inline;
	float: right;
	margin: 5px;
	text-align: right;
}

#crossPageLink a { color: White; display: inline; }
#crossPageLink a:visited { color: White; }

.sectionTitle
{
    padding: 0.55em 0 0 0.8em;
    font-weight: bold;  
    color: Black;
    

}

.mainCorner
{
    width: 14px;
    height: 100%;
}

#menuLeftCorner
{
    float: left;
    background: transparent url( '../img/top_border_left.png' ) no-repeat top left;
}

#menuRightCorner
{
    float: right;
    background: transparent url( '../img/top_border_right.png' ) no-repeat top right;
}

#bottomLeftCorner
{
    float: left;
    background: transparent url( '../img/bottom_border_left.png' ) no-repeat bottom left;
}

#bottomRightCorner
{
    float: right;
    background: transparent url( '../img/bottom_border_right.png' ) no-repeat bottom right;
}

/* #menuHolder */
a
{
    text-decoration: none;
    color: #222;
}

a:hover
{
	text-decoration: underline;
}

#menuItems
{
    float: left;
}

/*
.dropdown li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
*/

 /*
#articleHolder
{
    position: relative;
    background-color: #EAEAEA;
    height: 250px;
    clear: both;
}
*/

#mainArticle
{
    position: relative;
    height: 250px;
    float: left;
    background-color: #EAEAEA;
    width: 70%;

}

#mainArticle a
{
	text-decoration: underline;
}

#articleFrame
{
    position: absolute;
    top: 0.5em;
    bottom: 0em;
    left: 0.5em;
    right: 0.5em;
}

.scrollingContent
{
	position: absolute;
    top: 2.2em;
    bottom: 1.2em;
    left: 0.8em;
    right: 0.3em;
    overflow: auto;    
    padding: 0em;     	
}

#extraDetailTitle
{
    padding: 1em 0 0 0.5em;
}

#extraDetail
{
    height: 250px;
    width: 30%;
    background-color: #EAEAEA;
    float: left;

}

#extraDetailContent
{
	position: relative;
    float: left;
    margin:  0.5em 0em  0.8em 0em;
    width: 94.5%;
}

#articleContent
{
	padding-left: 0.5em;
	padding-top: 0.5em;
	
}

#subArticleContent
{
	padding-left: 0.5em;
	padding-top: 0.5em;
}

#articleContent ul
{
		list-style: none;
    margin-left: 0;
    text-indent: 0;
    padding-left: 2em;

}

#articleContent li
{
	list-style: none;
	margin-bottom: 0.5em;
}

#articleContent p
{
	margin-top: 0;
}

#footer
{
    padding: 1em 1em;
    text-align: center;
    color: #333;
    float: left;
    width: 100%;
    clear: both;
    font-size: smaller;
}

.menuList
{
    margin: 0;
    padding: 16px 0 0 0;
    color: #4A4A4A;
}

.menuList a
{
	color: #4A4A4A;
}

li.inline
{
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    border-left: groove 2px #FDFDFD;
    padding-top: 5px;
    padding: 5px;
}

.menuList li[position="first"]
{
    border-left: none;
}

/*
.menuList li:hover
{
	background-color: #E97F41;
	color: Black;
}
*/           
.menuList a:hover
{
	/*color: White;*/
    text-decoration: none;
}

#currentPageTitle
{
	color: Black;
	border-bottom: solid 1.5px #EA602F;
	padding-bottom: 5px;
	font-weight: bold;
}

#mainMenuDropdown 
{
	margin-right: 5px;	
	border: none;
	border-top: none;
	background-color: #eaeaea;

}

#mainMenuDropdown .mainDropdownLink 
{
	border-style: none;
	color: #EA602F;
	color: black;
}




/* sub frame */


.subFrameTitle
{
    width: 100%;
    height: 30px;
    clear: both;
    background: transparent url( '../img/sub_border_top_background.png' ) repeat-x top;
}

.subCorner
{
    width: 16px;
    height: 30px;
}

.subFrameTitleCornerLeft
{
    float: left;
    background: transparent url( '../img/sub_border_top_left.png' ) no-repeat top left;
}

.subFrameTitleCornerRight
{
    float: right;
    background: transparent url( '../img/sub_border_top_right.png' ) no-repeat top right;
}

.subFrameContentHolder
{
    min-height: 190px;
    height: 190px;
    clear: both;
    padding-left: 1px;
    background: #EFEFEF url( '../img/sub_border_background.png' ) repeat-x;
    color: Black;
}

.subFrameContentHolder a
{
	color: Black;
}

.subFrameLeftBorder
{
    height: 100%;
    width: 5px;
    float: left;
    background: transparent url( '../img/sub_border_left.png' ) repeat-y left;
    min-height: 190px;
}

.subFrameContent
{
    float: left;
    width: 93%;
    padding: 5px;
    padding-bottom: 0px;
    heightt: 100%;
}

.subFrameRightBorder
{
    height: 100%;
    width: 5px;
    float: right;
    background: transparent url( '../img/sub_border_Right.png' ) repeat-y right;
    min-height: 190px;
}

.subFrameFooter
{
    width: 100%;
    height: 14px;
    clear: both;
    background: transparent url( '../img/sub_border_bottom.png' ) repeat-x bottom;
}

.subFrameFooterCornerLeft
{
    height: 13px;
    width: 12px;
    float: left;
    background: transparent url( '../img/sub_border_bottom_left.png' ) no-repeat bottom left;
}

.subFrameFooterCornerRight
{
    height: 13px;
    width: 12px;
    float: right;
    background: transparent url( '../img/sub_border_bottom_right.png' ) no-repeat bottom right;
}


/* News presentation */



#articleHeadline
{
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1em;
	border-bottom: solid 1px silver;
	width: 85%;
}

.newsHeadline
{
	margin-bottom: 0.5em;
	text-transform: none;
}

.newsDate
{
	font-size: smaller;
	
}

.newsTitle
{
	font-size: 1.1em;
}

.newsIntro
{
	text-transform: none;
	font-style: italic;
	margin-top: 0.3em;
	font-size: small;
}


#subSectionList
{
    list-style: none;	
    margin: 0;
    padding: 0;
}

.subSection
{
	margin-bottom: 0.5em;
}

.subSectionDescription
{
	margin-top: 0.3em;
	font-style: italic;

	font-weight: normal;
}


.errorHolder
{
	border: solid 4px red;
	padding: 1.5em;
	background-color: White;
	color: Red;
	margin: 1em 2em 1em 2em;
	
}
