﻿@import "OutputMenuSettings.css";

/************************************************************/
/* Base Styles                                              */
/************************************************************/
body
{
    background-color: #ddd;
    font-family: Arial, Tahoma;
}

#BaseRegion
{
	width:960px;
	margin:auto;
	background-color: #fff;
} 

#BaseRegion blockquote
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 15px !important;
}

#BaseRegion h1
{
	font-family: Arial, Tahoma;
	font-size: 180%;
	font-weight: normal;
	color:#003366;
	margin:0px;
}

#BaseRegion h2
{
	font-family: Arial, Tahoma;
	font-size: 160%;
	font-weight: normal;
	color:#003366;
	margin:0px;
}

#BaseRegion h3
{
	font-family: Arial, Tahoma.;
	font-size: 145%;
	font-weight: normal;
	color:#003366;
	margin:0px;
}

#BaseRegion h4
{
	font-family: Arial, Tahoma;
	font-size: 125%;
	font-weight: normal;
	color:#003366;
	margin:0px;
}

#BaseRegion h5
{
	font-family: Arial, Tahoma;
	font-size: 110%;
	font-weight: normal;
	color:#003366;
	margin:0px;
}

#BaseRegion h6
{
	font-family: Arial, Tahoma;
	font-size: 90%;
	font-weight: normal;
	color:#003366;
	margin:0px;
}

.LeftShadow
{
	display: none;
}

.RightShadow
{
    display: none;
}

/************************************************************/
/* HeaderRgn Styles											*/
/************************************************************/
#HeaderRgn td
{

}

#HeaderRgn
{
	background-color: #333580;
	background-image: url("img/header.jpg");
	background-repeat: no-repeat;

	width:100%;
	max-height:77px;
	height:77px;
	_height:77px;
	overflow:hidden;
}

#HeaderRgn .HeaderPanelWrapper
{
	max-height:57px;
	height:57px;
	_height:57px;
	overflow:hidden;
	padding:10px;
	width: 50%;
	max-width: 50%;
}

#HeaderRgn .EditorPanel
{
	font-family: "Myriad Pro Bold", Helvetica, Arial;
	color: #FC0;
	font-size: 12px;
	text-transform:uppercase;
   	height:57px;
	_height:57px;
	min-height:57px;
	overflow:hidden;
}

#HeaderRgn .EditorPanel ul, #HeaderRgn .EditorPanel ul li,
#HeaderRgn .EditorPanel ol, #HeaderRgn .EditorPanel ol li
{
    padding: 0px !important;
    margin: 0px 0px 0px 15px !important;
}

/* END: HeaderRgn Styles */


/************************************************************/
/* MenuRgn Styles											*/
/************************************************************/


#MenuRgn
{
	width:100%;
	height:24px;
	_height:24px;
	vertical-align:middle;
	background-color: #032266;
}

#MenuRgn .EditorPanel
{
	height:24px;
	vertical-align:middle;
}

/************************************************************/
/* BodyRgn Styles											*/
/************************************************************/

#BodyRgn
{
	width:100%;
	height: 396px; 
	min-height: 396px;
}

#BodyRgn.Homepage
{
	background-image: url('img/Home_Page_Background.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

.SalesPage /* This form was not used: #BodyRgn.SalesPage because it does not work on IE6. */
{
    background-image: url('img/Sales_Page_Background.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

#BodyRgn.Homepage .fullWidth,
#BodyRgn.SalesPage .fullWidth 
{
    width: 100%;
}

#BodyRgn td
{
	font-family:Arial, Tahoma;
	font-size:12px;
	color:#000000;
}

#BodyRgn .EditorPanel
{
	font-family: Arial, Tahoma;
	font-size:12px;
}

#BodyRgn .EditorPanel a
{
	color:#032366;
	text-decoration:none;
}

#BodyRgn .EditorPanel a:hover
{
	text-decoration:underline;
}

#BodyRgn .EditorPanel ul, #BodyRgn .EditorPanel ul li,
#BodyRgn .EditorPanel ol, #BodyRgn .EditorPanel ol li
{
    padding: 0px !important;
    margin: 0px 0px 0px 15px !important;
}

.MainPanelWrapper 
{
    padding: 20px 0 20px 0;
}

#InteriorWide .MainPanelWrapper 
{
    padding: 0px 0 0px 0;
}


.MainPanelWrapper .container 
{
    margin: auto;
}

/* for the template with the single panel */
.Central  .MainPanelWrapper .container 
{
    margin: auto;
    width: 95%;
}

/* for the template with the single wide panel */
#InteriorWide .Central  .MainPanelWrapper .container 
{
    width: 100%;
}

#InteriorWide .Internal .MiddleSection 
{
    padding: 0 0 0 0px;         /* reset the padding */
}

#InteriorWide .EditorPanel 
{
	_height: 396px; 
	min-height: 396px;
}



.Central .MiddleSection 
{
    width: 100% !important;
}

/* for the template with two columns */
.BigLeft .MiddleSection 
{
    width: 700px !important;
}

/* for the template with left column */
.BigRight .MiddleSection 
{
    width: 750px !important;
}


/* for the home page, we can't set margin to 20 */
.Homepage .MainPanelWrapper,
.SalesPage .MainPanelWrapper
{
    padding: 0 0 10px 0;
}



/* END: BodyRgn Styles */

/************************************************************/
/* FooterRgn Styles											*/
/************************************************************/

#FooterRgn
{
	width:960px;
	margin: auto;
	height:auto;
	min-height:60px;
	_height:60px;
}

#FooterRgn .FooterPanelWrapper
{
	height: auto;
	_height: 40px;
	min-height: 40px;
	padding:10px;
}

#FooterRgn .EditorPanel
{
	height:auto; 
	_height:40px;
	min-height:40px;		
	font-family: Arial, Tahoma;
	font-size:11px;
}

#FooterRgn .EditorPanel a
{
	color:#3054ca;
	text-decoration:none;
}

#FooterRgn .EditorPanel a:hover
{
	text-decoration:underline;
}

#FooterRgn .EditorPanel ul, #FooterRgn .EditorPanel ul li,
#FooterRgn .EditorPanel ol, #FooterRgn .EditorPanel ol li
{
    padding: 0px !important;
    margin: 0px 0px 0px 15px !important;
}

/* END: FooterRgn Styles */

#LoginLink,
#LoginLink a
{
	width: 900px;
	margin:auto;
	margin-top: 10px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color:#000;
	text-decoration: none;
}

#LoginLink a:hover
{
	text-decoration: underline;
	color:#c0c0c0;
}

/************************************************************/
/* WTPPowerByLink Styles                                    */
/************************************************************/

#WTPPowerByLink
{
	width:900px;
	margin:auto;
	color: #000000;
	font-size:10px;
	font-family:Arial;
	margin-top: 10px;
	text-align: right;
	display:none;
}

#WTPPowerByLink a
{
	color: #000000;
	font-size:10px;
	font-family: Arial;
	text-decoration: underline;
}

#WTPPowerByLink a:hover
{
	text-decoration: underline;
}


/************************************************************/
/* Middle fields */
/************************************************************/
.upperPanelContainer
{
    padding: 20px 20px 0px 20px;
    overflow: hidden;
}

.upperPanelSalesContainer
{
    padding: 20px 20px 0px 20px;
    overflow: hidden;
}

.bottomPanels 
{
    overflow: hidden;
    padding: 0px 20px 0px 20px;
}

.upperPanels
{
    overflow: hidden;
}

.upperPanels .EditorPanel 
{
    height: 160px;
    min-height: 160px;
    max-height: 160px;
    overflow: hidden;
}

.upperPanelsSalesRight .EditorPanel 
{
    margin-top: 20px;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    overflow: hidden;
}

.upperPanelsSalesLeft .EditorPanel 
{
    height: 170px;
    min-height: 170px;
    max-height: 170px;
    overflow: hidden;
}

.upperPanels H1 ,
.upperPanesSales,
.upperPanelRight H1
{
    font-family: Myriad Pro Regular, Helvetica, Arial;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.upperPanelRight 
{
    overflow: hidden;
}

.upperPanelRight .EditorPanel 
{
    height: 180px;
    min-height: 180px;
    max-width: 100%;
    width: 100%;
}

.bottomPanels .EditorPanel 
{
    height: 176px;
    min-height: 176px;
    max-height: 176px;
}

.LeftSection
{
    width: 300px;
}

.MiddleSection
{
    width: 230px;
    padding: 0px 5px 0px 10px;
}

.RightSection 
{
    width: 300px;   
    padding: 0px 5px 0px 5px;
}

.RightSection .EditorPanel {
    overflow: hidden;
}

.upSep 
{
    width: 40px;
}

.rowSep 
{
    height: 20px;
    _height: 10px;
}

.rowSepSales
{
    height: 15px;
    _height: 15px;
}

/* BOTTOM */
.Bottom1Section,
.Bottom2Section,
.Bottom3Section,
.Bottom4Section
{
    width: 215px;
    height: 175px;
    min-height: 175px;
}

.Bottom1Section .EditorPanel,
.Bottom2Section .EditorPanel,
.Bottom3Section .EditorPanel,
.Bottom4Section .EditorPanel {
    overflow: hidden;
}

.botSep 
{
    width: 20px;
}


/* IMAGE */

#ImageRgn 
{
    width: 100%;
}

/* ************************ */
body 
{
    background-image: url('img/Background_Image.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-color: White;
}

.Internal 
{
    background-image: url('img/internal_bg.gif');    
    background-repeat: repeat-x;
    background-color: #B3C7E7;
}

.Internal .LeftSection 
{   
    width: 160px;
    background-color: Transparent;
}

.Internal .MiddleSection 
{
    width: 530px;
    padding: 0 0 0 10px;         /* reset the padding */
    
}

.Internal .MiddleSection .EditorPanel,
.Internal .RightSection .EditorPanel,
.Internal .LeftSection .EditorPanel 
{
    min-height: 375px;
    _height: 375px;
}

.Internal .RightSection 
{
    width: 200px;
    padding: 0;         /* reset the padding */
}

.Internal .upSep 
{
    width: 20px;
}

/* FONTS */
.Internal .LeftSection .EditorPanel 
{
    color: #032366;
    font-size: 20px;
    font-family: "Myriad Pro Regular", Helvetica, Arial;
}

.Internal a,
.Internal a:link,
.Internal a:visited,
.Internal a:active 
{
    color: #032366; 
}

.FooterDivision, .FooterFinalizer
{
    display: none;   
}

.ImageHeader 
{
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.ImageHeader .EditorPanel 
{
    min-height: 100px;
    _height: 100px;
}
