@charset "utf-8";
/* CSS Document */

HTML  {
	margin: 				0;
	padding:				0;
	width: 					100%;
	height: 				100%;
}
BODY  {
	width: 					100%;
	height: 				100%;
	margin: 				0;
	padding:				0;
	font-family:  			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				0.71em;
	line-height: 			1.6em;
	font-weight: 			normal;
}

H1	{
	color:					#006faf;
	font-size:				1.2em;
	font-weight:			bold;
	margin-bottom:			5px;
}
.headerInline	{
	display: 				inline;
}
H2	{
	color:					#fff;
	font-size:				1.2em;
	font-weight:			bold;
	margin-bottom:			5px;
}
a.orangeLinkRight {
	color: 					#ff790e;
	text-decoration:		none;
	float:					right;
	margin-right:			1px;
}
a.orangeLinkRight:HOVER {
	color: 					#E3E3E3;
}
a.whiteLinkRight {
	color: 					#fff;
	text-decoration:		none;
	float:					right;
	margin-right:			1px;
}
a.whiteLinkRight:HOVER {
	color: 					#aebac5;
}
a.blueLinkRight {
	color: 					#006faf;
	text-decoration:		none;
	float:					right;
	margin-right:			1px;
}
a.blueLinkRight:HOVER {
	color: 					#006faf;
	text-decoration:		none;
	float:					right;
	margin-right:			1px;
	font-weight:			strong;
}
a.languageLink {
	color: 					#0053a0;
	text-decoration:		none;
}
a.languageLink:HOVER {
	color: 					#000;
}
a.languageLinkSelected {
	color: 					#000;
	text-decoration:		none;
}
a.languageLinkSelected:HOVER {
	color: 					#000;
}
A.adminLink {
	color:					#CC0000;
	TEXT-DECORATION: 		none;
	font-size:				0.9em;
	font-weight:			normal;
}
A.adminLinkOrange {
	color:					#ff801a;
	TEXT-DECORATION: 		none;
	font-size:				0.9em;
	font-weight:			normal;
}
A.adminLinkWhite {
	color:					#fff;
	TEXT-DECORATION: 		none;
	font-size:				0.9em;
	font-weight:			normal;
}
A.linkLanguageTop {
	color:					#006faf;
	TEXT-DECORATION: 		none;
	font-size:				1.0em;
	font-weight:			normal;
}
#mainContent {
	width:					906px;
	text-align:				left;
}
#languageSelect {
	width:					906px;
	height:					40px;
	margin-top:				5px;
	float:					right;
	text-align:				right;
	color: 					#0053a0;
}

#header {
	width:					906px;
	height:					70px;
	clear:					both;
	overflow:				hidden;
}
#headerSubSide {
	width:					906px;
	height:					70px;
	clear:					both;
	overflow:				hidden;
	background-image:		url(../images/gui/mainMenuLine.gif);
	background-repeat:		repeat-x;
}
#logo {
	width:					200px;
	float:					left;
	clear:					both;
	margin-top:				12px;
}
#main	{
	margin-top:				50px;
	width:					500px;
	float:					left;
	border-left:			solid 1px #cececf;
	padding-left:			100px;
}
#mainBottomImage	{
	margin-top:				20px;
	width:					906px;
	height:					44px;
	background-repeat:		no-repeat;
	background-position:	right;
	clear:					both;
}


#mainMenu {
	margin-top:				15px;
	width:					610px;
	float:					right;
	font-size:				1.2em;

}
#mainMenu ul.menu { /* top level ul */
	margin: 				0;
	padding: 				0;
	list-style: 			none;
	float: 					right;
} 
#mainMenu li {
	display: 				inline;
	float: 					left;
	margin: 				0;
	padding: 				0;
	height:					55px;
}
#mainMenu li.choosen {
	display: 				inline;
	float: 					left;
	margin: 				0;
	padding: 				0;
	height:					55px;
	background-image:		url(../images/gui/menuLineChoosen.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}
#mainMenu a {
	display: 			block;
	margin: 			0;
	padding-left:		20px;
	padding-right:		20px;
	color: 				#006faf;
	text-decoration: 	none;
	border-right:		1px solid #006faf;
}
#mainMenu a:hover {
	color: 				#aebac5;
	text-decoration: 	none;
}

#mainMenu ul li a.choosenLink  {
	display: 			block;
	margin: 			0;
	padding-left:		20px;
	padding-right:		20px;
	color: 				#aebac5;
	text-decoration: 	none;
	border-right:		1px solid #0053a0;
}
#mainMenu ul li a.choosenLink:HOVER {
	color: 				#aebac5;
}

#mainMenu ul li a.lastLeafChoosenLink  {
	display: 			block;
	margin: 			0;
	padding-left:		20px;
	padding-right:		0px;
	color: 				#aebac5;
	border-right:		1px solid #FFF;
	text-decoration: 	none;
}
#mainMenu ul li a.lastLeafChoosenLink:HOVER {
	color: 				#aebac5;
}
#mainMenu ul li a.lastLeaf  {
	display: 			block;
	margin: 			0;
	padding-left:		20px;
	padding-right:		0px;
	border-right:		1px solid #FFF;
	text-decoration: 	none;
}
#mainMenu ul li a.lastLeaf:HOVER {
	color: 				#aebac5;
}

#flashHolder {
	width:					906px;
	height:					308px;
	clear:					both;
}

#moduleHolder {
	width:					906px;
	height:					187px;
	background-image:		url(../images/gui/moduleBg.gif);
	background-repeat:		no-repeat;
}
.module {
	width:					250px;
	height:					157px;
	margin-top:				25px;
	margin-left:			37px;
	float:					left;
	color:					#FFF;
	overflow:				auto;
}

#bottom {
	width:				906px;
	border-top:			1px solid #FFF;
}
#bottomLeft {
	width:				400px;
	float:				left;
	font-size:			0.9em;
	color:				#FFF;
}
#bottomRight {
	width:				400px;
	float:				right;
	text-align:			right;
	font-size:			0.9em;
	color:				#FFF;
}
#bottomBlue {
	width:				906px;
	margin-top:			20px;
	border-top:			1px solid #006faf;
	clear:				both;
}
a.bottomLink {
	color: 					#FFF;
	text-decoration:		none;
	color:					#FFF;
	font-size:				0.9em;
}
a.bottomLink:HOVER {
	color: 					#E3E3E3;
}
#bottomBlueLeft {
	width:				400px;
	float:				left;
	font-size:			0.9em;
	color:				#006faf;
}
#bottomBlueRight {
	width:				400px;
	float:				right;
	text-align:			right;
	font-size:			0.9em;
	color:				#006faf;
}
a.bottomBlueLink {
	color: 					#006faf;
	text-decoration:		none;
	font-size:				0.9em;
}
a.bottomBlueLink:HOVER {
	color: 					#aebac5;
}
A.sitemapHead {
	color:					#333;
	TEXT-DECORATION: 		none;
	font-size:				1.35em;
	font-weight:			bold;
	width:					500px;
	clear:					both;
	display:				block;
	padding-top:			10px;
	padding-bottom:			10px;
}
A.sitemapSub {
	color:					#333;
	TEXT-DECORATION: 		none;
	font-size:				1.1em;
	font-weight:			bold;
	padding-left:			85px;
	padding-top:			14px;
	padding-bottom:			10px;
	background-image:		url(../images/gui/siteMapStep.gif);
	background-repeat:		no-repeat;
	width:					500px;
	clear:					both;
	display:				block;
}
A.sitemapSubLast {
	color:					#333;
	TEXT-DECORATION: 		none;
	font-size:				1.1em;
	font-weight:			bold;
	padding-left:			85px;
	padding-top:			14px;
	padding-bottom:			10px;
	background-image:		url(../images/gui/siteMapStepLastLeaf.gif);
	background-repeat:		no-repeat;
	width:					500px;
	clear:					both;
	display:				block;
}
A.sitemapSub2 {
	color:					#333;
	TEXT-DECORATION: 		none;
	font-size:				1.1em;
	font-weight:			bold;
	padding-left:			150px;
	padding-top:			14px;
	padding-bottom:			10px;
	background-image:		url(../images/gui/siteMapStepTwo.gif);
	background-repeat:		no-repeat;
	width:					400px;
	clear:					both;
	display:				block;
}
A.sitemapSub2Last {
	color:					#333;
	TEXT-DECORATION: 		none;
	font-size:				1.1em;
	font-weight:			bold;
	padding-left:			150px;
	padding-top:			14px;
	padding-bottom:			10px;
	background-image:		url(../images/gui/siteMapStepTwoLastLeaf.gif);
	background-repeat:		no-repeat;
	width:					400px;
	clear:					both;
	display:				block;
}
A.sitemapSub3 {
	color:					#333;
	TEXT-DECORATION: 		none;
	font-size:				1.1em;
	font-weight:			bold;
	padding-left:			225px;
	padding-top:			14px;
	padding-bottom:			10px;
	background-image:		url(../images/gui/siteMapStepThree.gif);
	background-repeat:		no-repeat;
	width:					500px;
	clear:					both;
	display:				block;
}
A.sitemapSub3Last {
	color:					#333;
	TEXT-DECORATION: 		none;
	font-size:				1.1em;
	font-weight:			bold;
	padding-left:			225px;
	padding-top:			14px;
	padding-bottom:			10px;
	background-image:		url(../images/gui/siteMapStepThreeLastLeaf.gif);
	background-repeat:		no-repeat;
	width:					500px;
	clear:					both;
	display:				block;
}
#leftMenu {
	text-align:				left;
	width:					190px;
	margin-top:				40px;
	float:					left;
}
#leftMenu li{
	list-style-type:		none;
	margin-bottom:			10px;
	padding:				0px;
	
}
#leftMenu li.selectedNav{
	list-style-type:		none;
	margin-bottom:			10px;
	padding:				0px;
	background-image:		url(../images/gui/leftMenuLine.gif);
	background-repeat:		repeat-x;
}
#leftMenu ul{
	margin-left:			0px;
	margin-top:				10px;
	padding:				0px;
}
#leftMenu ul li ul{
	margin-left:			20px;
	margin-bottom:			0px;
	padding:				0px;
}

#leftMenu li a.leftNavLink {
	text-decoration:		none;
	color:					#455560;
	font-weight:			bold;
	padding-right:			10px;
	background-color:		#FFF;	
}
#leftMenu li a.leftNavLinkSel {
	text-decoration:		none;
	color:					#006faf;
	font-weight:			bold;
	padding-right:			10px;
	background-color:		#FFF;	
}
#leftMenu li a.leftNavLinkSub {
	text-decoration:		none;
	color:					#455560;
	padding-right:			10px;
	margin-bottom:			10px;
}
#leftMenu li a.leftNavLinkSubSel {
	text-decoration:		none;
	color:					#006faf;
	margin-bottom:			10px;
	padding-right:			10px;
	background-color:		#FFF;
}
#adminLinks {
	float:					left;
	margin-top:				6px;
	padding-left:			6px;
	padding-right:			6px;
	color: 					#FF0000;
}
#pageEditField {
	width:					250px;
	height:					15px;
	border:					solid 1px #666;
}
#pageModuleField {
	width:					229px;
	height:					15px;
	border:					solid 1px #666;
}
.pageFormField {
	width:					400px;
	border:					1px solid #666;
}
.pageFormArea {
	width:					400px;
	height:					100px;
	font-family:  			Arial, Verdana, Helvetica, sans-serif;
	font-size: 				1.0em;
	line-height: 			1.0em;
	font-weight: 			normal;
	padding:				2px;
	border:					1px solid #666;
}
