@import "OutputMenuSettings.css";

/************************************************************/
/* Base Styles                                              */
/************************************************************/
body
{
    font-family: Arial, Tahoma;
	background-color: #F1F1F2 !important;
	/*background-image: url('img/topbg.gif');*/
	background-repeat: no-repeat;
	background-position: center top;
}



#BaseRegion
{
	width:880px;
	margin:auto;
	background-color: #fff;
} 

.Home #BaseRegion 
{
	margin-top: 20px;
}

#BaseRegion.Inside 
{
    background-color: transparent !important;
}

#BaseRegion blockquote
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 15px !important;
}

#BaseRegion h1
{
	font-family: Arial, Tahoma !important;
	font-size: 180% !important;
	font-weight: normal;
	color:#003366 !important;
	margin:0px;
}

#BaseRegion h2
{
	font-family: Arial, Tahoma !important;
	font-size: 160% !important;
	font-weight: normal;
	color:#003366 !important;
	margin:0px;
}

#BaseRegion h3
{
	font-family: Arial, Tahoma !important;
	font-size: 145% !important;
	font-weight: normal;
	color:#003366 !important;
	margin:0px;
}

#BaseRegion h4
{
	font-family: Arial, Tahoma !important;
	font-size: 125% !important;
	font-weight: normal;
	color:#003366 !important;
	margin:0px;
}

#BaseRegion h5
{
	font-family: Arial, Tahoma !important;
	font-size: 110% !important;
	font-weight: normal;
	color:#003366 !important;
	margin:0px;
}

#BaseRegion h6
{
	font-family: Arial, Tahoma !important;
	font-size: 90% !important;
	font-weight: normal;
	color:#003366 !important;
	margin:0px;
}

.LeftShadow
{
	display: none;
}

.RightShadow
{
    display: none;
}

/************************************************************/
/* HeaderRgn Styles											*/
/************************************************************/
#HeaderRgn td
{

}

#HeaderRgn
{
	width:100%;
	overflow:hidden;
}

#HeaderRgn .HeaderPanelWrapper
{
	max-height:57px;
	height:57px;
	_height:57px;
	overflow:hidden;
	padding:10px;
	width: 50%;
	max-width: 50%;
}

/* interior pages */

.Inside #HeaderRgn 
{
    border-left: 2px solid white;
    border-right: 2px solid white;
    height: 220px !important;
}
.Inside #HeaderRgn .HeaderPanelWrapper 
{
    width: auto;
    padding:0px;
    padding-left: 3px;
}

.Inside #HeaderRgn .EditorPanel 
{
    height: 192px;
}

#HeaderRgn .EditorPanel
{
	font-size: 12px;
   	height:57px;
	_height:57px;
	min-height:57px;
}

#HeaderRgn .EditorPanel a 
{
    color: White;
}

#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%;
	vertical-align:middle;
	background-color: #467E3B;
}

#MenuRgn .EditorPanel
{
	height:200px;
	vertical-align:middle;
}

#MenuRgn .EditorPanel table 
{
	width: 100%;    
}

#MenuWrapper 
{
    overflow: hidden;
}


/************************************************************/
/* BodyRgn Styles											*/
/************************************************************/

#BodyRgn
{
	width:100%;
	height: 376px; 
	min-height: 376px;
}


#BodyRgn.Homepage
{
	background-position: center center;
	background-repeat: no-repeat;
}

.Inside #BodyRgn.Homepage 
{
    border: 2px solid #467E3B;
    border-top: 0px;
}

#BodyRgn.Homepage .fullWidth 
{
    width: 100%;
}


#BodyRgn td
{
	font-family:Arial, Tahoma !important;
	font-size:12px !important;
	color:#000000;
}

#BodyRgn .EditorPanel
{
	font-family: Arial, Tahoma;
	font-size:12px;
}

#BodyRgn .EditorPanel a
{
	color:#2C5A26;
	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;
}

/* for the menu, we don't set the margin */
#MenuRgn .EditorPanel ul, #MenuRgn .EditorPanel ul li,
#MenuRgn .EditorPanel ol, #MenuRgn .EditorPanel ol li
{
    padding: 0px !important;
    margin: 0px 0px 0px 0px !important;
    text-align: center;
}


.MainPanelWrapper 
{
    /* padding: 20px 0 20px 0; */
    width: 100%;
    height: 100%;
}

.HomePage .MainPanelWrapper 
{
    background-image: url('img/home_bg.jpg');
    background-repeat: no-repeat;
}


.MainPanelWrapper > table 
{
    width: 100%;
    margin: auto;
}

/* inside page contains white background */
.Inside .MainPanelWrapper

{
    background-color: #fff !important;
}

.Inside #FooterRgn,
.FooterTD 
{
    background-color: #214C1E !important;
}

.Inside .MainPanelWrapper 
{
    padding-top: 12px !important;
}

.MainPanelWrapper .container 
{
    margin: auto;
}

.Central .MiddleSection 
{
    width: 100% !important;
}


#MainLeftWrapper 
{   
    width: 20%;
    background-color: #467E3B;
}

/* for the interior pages, fix the width to 300px */
#MenuWrapper 
{
    width: 200px;   
}

#OfficeLocator 
{
    height: 200px;
    min-height: 200px;
    overflow: hidden;
    border-top: 2px solid white !important;
    background-image: url('img/worldbg.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
}


.Homepage .MainPanelWrapper  
{
    padding: 0 0 10px 0;
    width: 80%;
}



/* END: BodyRgn Styles */

/************************************************************/
/* FooterRgn Styles											*/
/************************************************************/

#FooterRgn
{
	width:880px;
	margin: auto;
	height:auto;
	min-height:60px;
	_height:60px;
}

.FooterPanelWrapper .Left 
{
    width: 40% !important;
}

.FooterPanelWrapper .Right 
{
    width: 60% !important;
}

#FooterRgn .FooterPanelWrapper
{
	height: auto;
	_height: 40px;
	min-height: 40px;
	padding:10px;
}

#FooterRgn .EditorPanel
{
	height:40px; 
	_height:40px;
	min-height:40px;		
	font-family: Arial, Tahoma;
	color: #C1C1C1;
	font-size:11px;
	overflow: hidden;
}

#FooterRgn .EditorPanel a
{
	color:white;
	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 !important;
	font-family: Arial, Tahoma, Verdana !important;
	color:#ddd !important;
	text-decoration: none !important;
}

#LoginLink a:hover
{
	text-decoration: underline !important;
	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 !important;
}

#WTPPowerByLink a:hover
{
	text-decoration: underline !important;
}


/************************************************************/
/* Middle fields */
/************************************************************/
.upperPanelContainer
{
    padding: 20px 20px 0 20px;
}

.bottomPanels 
{
    overflow: hidden;
    padding: 2px 20px 0px 20px;
}

.upperPanels
{
    overflow: hidden;
}

.upperPanels .EditorPanel 
{
    height: 140px;
    min-height: 140px;
    max-height: 140px;
}

.upperPanels H1 ,
.upperPanelRight H1
{
    font-family: Myriad Pro Regular, Helvetica, Arial;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.upperPanelRight 
{
    overflow: hidden;
}

.upperPanelRight .EditorPanel 
{
    height: 160px;
    min-height: 160px;
    max-width: 100%;
    width: 100%;
}

.bottomPanels .EditorPanel 
{
    height: 175px;
    min-height: 175px;
    max-height: 175px;
}

.LeftSection
{
    width: 200px;
}

.MiddleSection
{
    width: 200px;
    padding: 0px 5px 0px 10px;
}

.Inside .MiddleSection 
{
    width: 644px;
}

.RightSection 
{
    width: 300px;   
    padding: 0px 5px 0px 5px;
}


.upSep 
{
    width: 55px;
}

.rowSep 
{
    height: 20px;
}

/* BOTTOM */
.Bottom1Section,
.Bottom2Section,
.Bottom3Section,
.Bottom4Section
{
    width: 215px;
    height: 175px;
    min-height: 175px;
}


.botSep 
{
    width: 20px;
}


/* IMAGE */

#ImageRgn 
{
    width: 100%;
}

/* ************************ */
.Internal 
{
    background-image: url('img/internal_bg.gif');    
    background-repeat: repeat-x;
    background-color: #B3C7E7;
}

.Internal .LeftSection 
{   
    width: 140px;
    background-color: Transparent;
}


.Internal .MiddleSection 
{
    width: 560px;
    padding: 0;         /* reset the padding */
}

.Internal .MiddleSection .EditorPanel,
.Internal .RightSection .EditorPanel,
.Internal .LeftSection .EditorPanel 
{
    min-height: 375px;
    height: 375;
}

.Internal .RightSection 
{
    width: 200px;
    padding: 0;         /* reset the padding */
}

.Internal .upSep 
{
    width: 20px;
}

/* FONTS */
.Internal .LeftSection .EditorPanel 
{
    color: #032366 !important;
    font-size: 20px;
    font-family: "Myriad Pro Regular", Helvetica, Arial !important;
}

.Internal a,
.Internal a:link,
.Internal a:visited,
.Internal a:active 
{
    color: #032366 !important;
}

.FooterDivision, .FooterFinalizer
{
    display: none;   
}

.tagLinePanel 
{
    margin-top: 40px;
    margin-left: 350px;
    background-color: #150F5C;
    width: 300px;
    height: 300px;
    color: White;
    border: 2px solid white;
    opacity:.85;
    filter: alpha(opacity=85); 
    -moz-opacity: 0.85;
}

.tagLinePanel .EditorPanel 
{
    height: 300px;
    padding: 5px;
    color: White !important;
    font-family: Tahoma, Verdana, Helvetica, Arial !important;
    font-size: 14px !important;
}

.ImageHeader 
{
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.ImageHeader .EditorPanel 
{
    min-height: 100px;
    _height: 100px;
}

.LeftSection .EditorPanel,
.MiddleSection .EditorPanel
{
    min-height: 200px;
    _height: 200px;
}
