@import url(controls.css);

/****************************************
			SCREEN
****************************************/	
	
a#zz2_SiteActionsMenu {color:white !important} 	

#MasterHeader
{
    height:80px !important;
}

#container 
{
	color:#606060;
	margin:25px auto 0px;
	width:977px;
}
#contentArea 
{
    background:#f4f3f3;
	clear: both;
}		
.sectionContent
{		
	overflow: hidden;
}

.section-Meta .sectionContent 
{
	padding: 15px 4px 0px;
}

.noMargin
{
	margin-right: 0;		
}
	
.hidden
{
	display:none !important;
}

p.bottomSpace
{
	padding-bottom: 15px;
}

	
/****************************************
			Site Actions
****************************************/		

	.SiteAction
	{
		margin: auto;
		width: 960px;
		margin-top: 5px;
		margin-bottom:-20px;
	}

	.SiteAction .ms-siteaction a:link,
	.SiteAction .ms-siteaction a:visited,
	.SiteAction .ms-siteaction a:active
	{
		color: #ffffff;
	}

	.SiteAction .ms-siteaction a:hover
	{
		color: #ffffff !important;
	}

	.SiteAction .ms-siteaction
	{
		float: right;
	}

	.userWelcome
	{
		float:right;
	}


/****************************************
		  Header Search
****************************************/

	.searchBox .ms-sbcell 
	{
		border-color: #ffffff;
		padding: 0px;
	}
	
	.searchBox .ms-sbrow
	{
		border-color: #ffffff;
		padding: 0px;
	}
	
	.searchBox input.ms-sbplain 
	{
		border: solid 1px #7f9db9;						
		font-size: 1.5em;		
		margin-top: -2px;
		padding: 3px;
		height: 15px;
	}
	
	.searchBox td.ms-sbgo 
	{
		background-color: #ffffff;
		vertical-align: middle;
	}
	
	.searchBox .ms-sbLastcell
	{
		display: none;
		visibility: hidden;
	}
	

/****************************************
		Properties WebParts
****************************************/

	.ms-WPBody, .ms-WPBody td
	{
		font-family: Arial, Helvetica, Sans-Serif !important;
		font-size:12px !important;
		line-height:17px !important;
	}

/****************************************
			  Edit Mode
****************************************/
	
	.clear
	{
		clear: both;
		font-size:1px;
		height:1px;
		margin:0;
		margin-bottom:-1px;
		padding:0;
	}

	.spaceZone-Title
	{
		height: 10px;	
	}

	.spaceZone
	{
		height: 25px;
	}
	
	.edit-secondaryNav
	{
		overflow: auto;
		width: 100%;
		padding-bottom: 40px;
	}

	.edit-WPZone
	{
		overflow: auto;
		padding-bottom: 40px;
		width: 100%;		
	}

	.edit-WPZone-noBottom
	{
		overflow: auto;
		width: 100%;
	}
	
	.edit-boxMeta
	{
		clear: none;
		float: left;
		margin: 10px 0 10px 8px;
		width: 225px;		
	}
	

/****************************************
			  Home Page
****************************************/

	/* homePage panels */
	.homePagePanels
	{
		/*background: url(../images/hpPanelsBG.png) repeat-y left top;*/
		clear: both;
		margin-bottom: 10px;		
		overflow: hidden;
		width: 940px;
	}

	.homePagePanels .panelsContainer
	{		
		/*background: url(../images/hpPanelsBottomBorder.png) no-repeat left bottom;*/
		overflow:hidden;		
		width:940px;
	}

	.homePagePanels .panelsContainer .A03,
	.homePagePanels .panelsContainer .A04
	{
		font-size: 1.1em;
	}
	
	.homePagePanels .panelsContainer h3
	{
		font-weight: normal;
	}

	.homePagePanels .panelsContainer h4
	{
		font-size: 1.4em;
	}

	.bgImg
	{
		background: url(../images/hpPanelsBG.png) repeat-y -190px top;
	}
	
	
	/* hero img */
	.hero
	{
		position:relative;
		height:190px;
	}
    	
	.hero .heroFrame
	{
		background: transparent url(../images/heroFrame.png) no-repeat 0px bottom;
		display: block;
		height: 196px;
		left: 0px;
		position: absolute;
		top: -9px;
		width: 100%;
		z-index: 2;	
	}
	
	.hero .heroFrame span
	{
		display:none;
	}
	
	.hero img
	{
		position: absolute;
		top: 0px;
		z-index: 1;	
	}	
		
	.hero h2
	{
		font-size: 2.5em;	
	}
	
	/* hero A02 */
	.hero .A02
	{
		left: 10px;		
		position: relative;
		top: 10px;
		width: 170px;
		z-index: 2;	
	}	
	
	.hero .A02 .content 
	{
		font-size: 1.1em;
		
		overflow: hidden;		
	}
	
	.hero .A02 h3
	{
		background-color: #7e8c63;
		color: #ffffff;
		line-height: 1.2em;
		font-size: 1.5em;		
		font-weight: normal;
		padding: 5px 10px;
	}
		
	.hero .A02 .content .links
	{
		background-color: #9EA98A;
		border: none;		
		height: 100%;
	}
	
	.hero .A02 .content .links li 
	{
		background: url(../images/whiteChevron.png) no-repeat 10px 9px;
		border-bottom: solid 1px #d5d3d0;
		padding: 8px 0 7px 18px;	
		position: relative;
	}
	
	.hero .A02 .content .links li a {
		color:#FFFFFF;
	}
		
	/* A03 */
	.A03 
	{
		overflow: hidden;
	}

	.A03 h3, 
	div.linkModules h3
	{
		background-color: #756C63;
		color: #ffffff;		
		font-size: 1.4em;
		line-height: 1em;
		padding: 5px 10px;
	}

	.A03 h4
	{
		color: #724c68;		
		line-height: 1em;
	}	
	
	.A03 .content
	{				
		padding: 10px;
	}
	
	.A03 p
	{		
		padding-bottom: 10px;		
	}	
	
	.A03 a
	{		
		background-position: 5px 4px;
	}
	
	.A03 img.left
	{
		float: left;		
		padding-bottom: 10px;
		margin-right: 10px;		
		position: relative;		
	}
	
	.A03 img.right
	{
		float: right;
		padding-bottom: 10px;
		margin-left: 10px;		
		position: relative;		
	}
		
	/* A04 */
	.A04 
	{
		overflow: hidden;	
	}
	
	.A04 h3
	{
		background-color: #756c63;
		color: #ffffff;
		font-size: 1.4em;
		font-weight: normal;		
		line-height: 1em;
		padding: 5px 10px;
	}
	
	.A04 h4
	{
		color: #724c68;
		font-size: 1.2em;
		line-height: 1em;
	}	
	
	.A04 .content
	{		
		padding: 10px;			
	}
	
	.A04 p
	{		
		padding-bottom: 10px;		
	}	
	
	.A04 a
	{		
		background-position: 5px 4px;
	}
	
	.A04 img.left
	{
		float: left;		
		padding-bottom: 10px;
		margin-right: 10px;		
		position: relative;		
	}
	
	.A04 img.right
	{
		float: right;
		padding-bottom: 10px;
		margin-left: 10px;		
		position: relative;		
	}	
				
/* --  End. Home Page -- */
		
		
/****************************************
		Site Page RIGHT CONTENT
****************************************/
		
	.textContainerRight
	{
		font-size: 1.1em;		
		font-weight: normal;
		padding: 0;
	}
		
	.textContainerRight p
	{
		margin-bottom: 10px;
	}
	
	.rightColPanel
	{
		border-bottom: solid 1px #f1f0ef;		
		margin-bottom: 15px;	
		padding-bottom: 10px;			
	}
	
	.noBorder
	{
		border-bottom: none 0px #ffffff;		
	}
		
	.rightColPanel h3
	{
		background-color: #98918a;
		color: #ffffff;
		font-size: 1.3em;
		font-weight: normal;
		line-height: 1.2em;
		margin-bottom: 10px;
		padding: 6px 10px;	
	}


	.rightColPanel p
	{
		margin: 0 10px 10px;
		color: #756C63;		
	}
	
	.rightColPanel a.link
	{
		background-position: 10px 4px;
		padding-left: 20px;
	}	
	
	.rightColPanel li 
	{
		clear: both;
		overflow: hidden;
	}
	
	.rightColPanel li.link
	{
		background-image: none;
		padding-left: 0;	
	}
	
	.rightColPanel li.image
	{
		margin-top: 10px;		
	}
		
	.rightColPanel li.image a
	{
		display: block;		
		padding-left: 0;
	}
			
	.rightColPanel li img
	{
		float: left;
		margin-right: 8px;
		padding-top: 0px;
	}
	
	.rightColPanel .links li
	{
		background: url(../images/redChevron.png) no-repeat 10px 8px;
		padding: 8px 5px 8px 20px;
	}	
			
	/* roundedPanel */
	.roundedPanel
	{
		background: #8a6d83 url(../images/roundedPanelTop.png) no-repeat left top;
		margin-bottom: 15px;
		padding-top: 5px;				
	}	

	.roundedPanel .content
	{
		background: url(../images/roundedPanelBottom.png) no-repeat left bottom;
		padding: 10px 10px;
		color: #ffffff;		
	}	
	
	.roundedPanel .content h3
	{	
		font-size: 1.4em;		
		margin-bottom: 10px;	
	}	
					
	/* A05 */
	.A05 h3
	{
		background-color: #7692A3;
		color:#ffffff;
		font-size: 1.4em;
		font-weight: normal;
		line-height: 1.4em;				
		padding: 5px 10px;
	}
	
	.A05 .content .links
	{
		position: relative;		
		margin-top: -5px;
	}
	
	.A05 .content .links li
	{
		background: url(../images/redChevron.png) no-repeat 10px 8px;
		border-bottom: solid 1px #F4F3F1;		
		padding: 6px 0;
	}

	.A05 .content .links a
	{
		margin-left: 20px;		
	}
	
			
/****************************************
	   Site Page PRIMARY CONTENT
****************************************/
			
	.Box
	{
		background-color: #756c63;
		border: solid 1px #756c63;
		color: #ffffff;
		font-size: 1.3em;
		font-weight: normal;
		margin: 5px -10px 10px;
		padding: 7px 10px;		
	}
			
	/* textContainer */

	/* activitySectors */
	.activitySectors
	{
		margin: 5px -10px 10px;
		overflow: hidden;
	}
		
	.activitySectors .content
	{		
		font-weight: bold;				
	}
	
	.activitySectors .content .links
	{
		padding-bottom: 0px;
	}
	
	.activitySectors .links li
	{
		background: url(../images/redChevron.png) no-repeat 5px 7px;
		border-bottom: solid 1px #d5d3d0;
		list-style: none;
		padding: 4px 0 4px 15px;	
		position: relative;
	}
	
	.activitySectors .content .links li a
	{
		color:#4C7189;		
		text-decoration:none;
	}	

/* -- End. Site Page PRIMARY CONTENT -- */

/* Custom classes / definitions */

body
{
    background:#f4f3f3;
}

body, table
{
    color:#606060;
    font-size:12px;
    line-height:normal;
    font-family:Arial,Helvetica,Sans-Serif;
}

table td, table th
{
	border:0 !important;
	vertical-align:top;
}

textarea
{
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:12px;
    padding:3px;
}

body.iframe
{
    background:transparent;
    padding:0;
}

/*:focus, :focus *, a, a:link, a:visited, a:active
{
    color:#000000;
}*/

h1, h2, h3, h4
{
    line-height:normal !important;
    color:#004275 !important;
    font-size:22px;
}

h1 a, h2 a, h3 a, h4 a
{
    color:#004275 !important;
}

h3
{
    font-size:15px;
}

h3 a
{
    color:#00356F !important;
    background:transparent;
}
h3 a:hover
{
    color:#00356F !important;
    background:transparent url(../images/green.gif) bottom left repeat-x;
}
h3 a:visited
{
    color:#00356F !important;
    background:transparent;
}

iframe
{
    padding:0;
    margin:0;
    border:0;
    background:transparent;
}

.printOnly
{
    display:none;
}

.noPrint
{
}

p
{
    line-height:17px;
    margin-bottom:12px;
}

a
{
    color:#004275 !important;
    background:transparent url(../images/green.gif) bottom left repeat-x;
    text-decoration:none !important;
}
a:hover,
a:focus
{
    color:#004275 !important;
    background:transparent url(../images/blue.gif) bottom left repeat-x;
    text-decoration:none !important;
}
a:visited
{
    color:#000000 !important;
    text-decoration:none !important;
}

input, textarea
{
    color:#a5a5a5;
}

h1, h2, h3, h4
{
    color:#00356f;
    line-height:normal;
}

.text img
{
    display:block;
}

.sIFR-Blau20px
{
    font-size:20px;
}

.userInput
{
    color:#505050 !important;
}

li p
{
    margin:0;
}

.ie_7 li p
{
    position:absolute;
}

/* Home Layout */

#home
{
	width: 1000px;
	overflow:hidden;
}

#home #top
{
    height:317px;
    overflow:hidden;
}

#home #topLeft
{
    height:317px;
    width:656px;
    float:left;
    overflow:hidden;
}

#home #topRight
{
    height:317px;
    width:322px;
    float:left;
    background:#a2dd30 url(../images/headerSideRightHome.png) right top no-repeat;
    overflow:hidden;
}

#home #bottom
{
    background:#ffffff;
}

#home #bottomLeft
{
    width:230px;
    float:left;
}

#home #bottomLeft .innerContainer
{
    margin:38px 10px 10px;
}

#home #bottomCenter
{
    width:472px;
    float:left;
}

#home #bottomCenter .innerContainer
{
    margin:37px 0;
}

#home #bottomCenter iframe
{
    height:80px;
}

#home #bottomRight
{
    width:275px;
    float:left;
}

#home #bottomRight .innerContainer
{
    margin:10px;
}

/* Home Layout End */

/* Three Column Layout */

#content
{
    background:#ffffff;
}

#contentArea
{
    background:#ffffff;
}

#content #top
{
    background:#a2dd30 url(../images/headerSideRightContent.png) top right no-repeat;
    height:163px;
    margin-left:11px;
    margin-right:9px;
    margin-bottom:28px;
    overflow:hidden;
}

#content #left
{
    float:left;
    width:230px;
}

#content #middle
{
    float:left;
    width:500px;
}

#content #right
{
    float:left;
    width:247px;
    min-height:180px;
}

#content #right .innerContainer
{
    margin:10px;
}

#content #webpartZoneLeftBottom .innerContainer
{
    margin:11px;
}
#content #bottom #middle iframe
{
    height:200px;
}
#content #bottom #right iframe
{
    height:70px;
    margin-bottom:18px;
}



/* Three Column Layout End */


/* Two Column Layout */
#contentTwoColumns #top
{
    width:957px;
    background:#A2DD30 url(../images/headerSideRightContent.png) no-repeat scroll right top;
    height:163px;
    margin-bottom:28px;
    margin-left:11px;
    margin-right:9px;
    overflow:hidden;   
}
#contentTwoColumns #bottom
{
    width:1000px;
}
#contentTwoColumns #bottom .innerContainer
{
    margin:11px;
}
#contentTwoColumns #left
{
    float:left;
    width:217px;
}
#contentTwoColumns #middle
{
    float:left;
    width:760px;
}
#contentTwoColumns #right
{
    float:left;
}

/* Two Column Layout End */
