/*General***************************************************************************/
body {
	background: url(images/bg.jpg) repeat-x center top #080808;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 160%;
}

img
{
    border:none;   
}
/***********************************************************************************/

/*Layout Template*******************************************************************/
.FrameTable
{
    width:980px;
    margin: 0 auto;
    text-align:center; 
}

/*HeaderSection*/
.FrameTable .HeaderSection td
{
    vertical-align:middle;   
}
.FrameTable .HeaderSection .Logo
{
    float:left;
    display:block;
    margin-top:-10px;
    
}

.FrameTable .HeaderSection .LanguageSelector
{
    float:left;
    height:25px;
    width:90px;
    clear:both;
        font-family: Arial;
    color: gray!important;
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: bold;

    margin-top:-30px;
    margin-left:40px;


}
.FrameTable .HeaderSection .LanguageSelector a
{
	text-decoration:none;

        color: gray!important;
    
}
.FrameTable .HeaderSection .LanguageSelector a:hover
{
    text-decoration:underline;
	color: white !important;

}

.FrameTable .HeaderSection .TopMenu
{
  float:right;

}


/*BannerSection*/


/*ContentSection*/
.FrameTable .ContentSection 
{    
	
	padding:35px 0 15px 0;
	vertical-align:top;
}

/*FooterSection*/
.FrameTable .FooterSection 
{    
	border-top: 3px double #222;
	padding-top: 5px;
	font-size: 13px;
	color: #5e5e5e;
	margin: 10px auto;
	text-align: center;
	padding-bottom:15px;
}

.FrameTable .FooterSection a
{
    color: #888;   
}
/***********************************************************************************/

/*FrontPage Template****************************************************************/
.FrontPageLayout
{
    width:100%;   
}

/*BannerSection*/
.BannerImage
{
    float:left;
}
.TextOverlayDiv
{
    background-position: left top;
    cursor: pointer;
    width: 342px;
    height: 83px;
    float: right;
    margin-top: -160px;
    margin-right: 70px;
    background: url(images/roundedbox.gif) no-repeat left top;
    filter: alpha(opacity=75);
    opacity: 0.75;    
}


.TextOverlayDiv h2
{
    margin-top:15px;
    color: white;
    font-weight: bold !important;
    font-family:MS UI Gothic !important;
    font-size: 27px !important;  
    margin-bottom:0; 
}
.TextOverlayDiv .Paragraph1
{
    margin:0;
}
.TextOverlayDiv:hover .Paragraph1
{
    text-decoration:underline;       
}

/*LeftBox*/
.FrontPageLayout .LeftBox
{
    width:61%;
    float:left;
    text-align:left;    
}
.FrontPageLayout .LeftBox .TopBox
{
    width:100%;
    float:left;
    clear:right;
    border-bottom: 3px double #222;
    padding-bottom:8px;
}
.FrontPageLayout .LeftBox .LeftBottomBox
{
    width:55%;
    float:left;
    margin-top:18px;
}
.FrontPageLayout .LeftBox .RightBottomBox
{
    width:40%;
    float:right;
    margin-top:18px;
}

/*RightBox*/
.FrontPageLayout .RightBox
{
    width:35%;
    float:right;
    text-align:left;    
}
/***********************************************************************************/

/*ContentLayout Template************************************************************/
.BannerBgPicture
{
    float:left;
}

.PageNameDiv
{
    font-family: "Felbridge Std", Arial, sans-serif;
    line-height: 35px;
    font-size: 35px;   
    color:White;
    float:left;
    margin-top:-75px;
    margin-left:10px;
    font-weight:bold;
}

/*WideContent Template*/
.WideContent .SideMenuBox
{
    width:150px;
    float:left;   
}
.WideContent .MainContentBox
{
    width:80%;
    float:left;
    text-align:left;
    margin-left:30px;
}


/*ContentWithRightSide Template*/
.ContentWithRightSide .SideMenuBox
{
    width:150px;
    float:left;
}
.ContentWithRightSide .MainContentBox
{
    width:60%;
    float:left;
    text-align:left;
    margin-left:30px;
}
.ContentWithRightSide .RightSideContentBox
{
    width:190px;
    float:right;
}


/*AlternativeContent Template*/
.AlternativeContent .LeftSideContentBox
{
    width:55%;
    float:left;   
    text-align:left;
}
.AlternativeContent .RightSideContentBox
{
    width:40%;
    float:right;   
    text-align:right;
}

/*ErrorPage Template*/
.ErrorPage .MainContentBox
{
    width:80%;
    float:left;   
    text-align:left;
}
/***********************************************************************************/





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
