/* CSS Document */
html, body{
	margin:0;
	padding:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-image:url(/web/Templates/home_template_files/greyGradient.jpg);
	background-repeat:repeat-x;
}

#navLinks ul:after, #functionsBar:after, #box1Content:after, #contentArea:after, #box2Content:after, #box3Content:after,  #box4Content:after, #functionBoxes:after{
	content:"&nbsp;";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}

#native{
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
}

#native p{
	margin:5px 0;
	text-align:right;
	color:#000000;
	font-size:0.85em;
}

#native a{
	color:#ED7921;
}

/*---------------------------------------------------------logo area*/
#logoContainer{
	background-color:#FFFFFF;
}

#logo{
	/*width:960px;*/
	min-width:960px;
	padding:10px 0 10px 25px;
	/*margin:0 auto;
	min-width:760px;*/
}

#logo a img{
	border:none;
}

/*-----------------------------------------------------------navigation styles*/
#nav{
	border-top:1px solid #A30420;
	border-bottom:1px solid #A30420;
}

#navSpacerTop{
	background-image:url(/web/Templates/home_template_files/gradientRight.jpg);
	background-repeat:repeat-y;
	background-color:#DC001A;
	height:8px;
	margin-top:1px;
	background-position:right;
}

#navSpacerBottom{
	background-image:url(/web/Templates/home_template_files/gradientLeft.jpg);
	background-repeat:repeat-y;
	background-color:#DC001A;
	height:8px;
	margin-Bottom:1px;
}

#navLinks{
	background-color:#DC001A;
	padding-left:10px;
}

#navLinks ul{
	/*margin:0 auto;
	width:960px;*/
	min-width:960px;
	margin-top:0;
	margin-bottom:0;
	border-left:1px solid #ffffff;
	list-style:none;
	padding:0;
}

#navLinks ul li{
	float:left;
}

#navLinks ul li a{
	float:left;
	padding:8px 28px;
	border-right:1px solid #ffffff;
	color:#FFFFFF;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
}

#navLinks ul li a.last{
	padding:8px 28px;
}

#navLinks ul li a:hover{
	background-image:url(/web/Templates/home_template_files/hoverBack.jpg);
	background-repeat:repeat-x;
}

/*-------------------------------------------------------content stucture*/

#contentContainer{
	background-color:#FFFFFF;
	/*width:940px;
	margin:0 auto;*/
	min-width:960px;
	padding:15px 10px 0 10px;
}

#functionsBar{
	min-height:20px;
	background-color:#A0A2A4;
	margin-bottom:20px;
	padding:1px 0;
}

#functionsSpacer{
	height:5px;
	background-color:#E5E6E7;
	margin-bottom:10px;
}

#search{
	float:right;
	position:relative;
	padding:0 70px 0 60px;
	border-left:1px solid #ffffff;
}

#search img{
	position:absolute;
	left:10px;
	top:-8px;
}

#search .goButton{
	position:absolute;
	right:0px;
	top:-15px;
}

#search .textInput{
	font-size:0.9em;
	border:1px solid #666666;
	background-image:url(/web/Templates/home_template_files/textInputBack.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:2px 3px;
	width:13em;
}

#breadcrumb{
	color:#FFFFFF;
	float:left;
	padding-left:10px;
}

#breadcrumb p{
	margin:0;
	font-size:0.9em;
}

#breadcrumb a{
	color:#FFFFFF;
}

#textCol{
	float:left;
	/*width:600px;*/
	width:70%;
	font-size:0.9em;
	line-height:1.6em;
	color:#333333;
	min-height:350px;
}

#contentArea.threeCol #textCol{
	/*width:500px;*/
	margin:0 330px 0 200px;
	float:none;
	width:auto;
}

#contentArea.twoCol #textCol{
	/*width:700px;*/
	width:auto;
	margin:0 0 0 200px;
	float:none;
}

#textCol h1{
	font-size:1.5em;
}

#textCol h2{
	background-color:#E3001B;
	color:#FFFFFF;
	font-size:1.3em;
}

#textCol h3{
	font-size:1.3em;
}

#textCol h4, #textCol h5, #textCol h6{
	font-size:1.1em;
}

#textCol a{
	color:#A8041F;
}

#textCol h2 a{
color:#ffffff;
text-decoration:none;
}

#textCol a:hover{
	text-decoration:none;
}

#textCol table{
	border-collapse:collapse;
}

#textCol table td{
	border-color:#666666;
}

#textCol table td p{
	margin:0;
}

#textCol table th{
	border-color:#666666;
	background-color:#E3001B;
	color:#FFFFFF;
}

#imageCol{
	float:right;
	width:300px;
}

#imageCol img{
	display:block;
	margin:0 auto;
}

#contentArea.threeCol #imageCol{
	width:220px;
	margin-left:20px;
}

#rightTextCol{
	background-color:#E3001B;
	color:#ffffff;
	width:220px;
	margin-left:20px;
	float:right;
	padding:10px;
	font-size:0.85em;
}

#rightTextCol h1, #rightTextCol h2, #rightTextCol h3, #rightTextCol h4, #rightTextCol h5, #rightTextCol h6{
	font-size:1.2em;
	
}

#functionBoxes{
	width:940px;
	margin:15px 0;
}

.functionBox{
	width:233px;
	float:left;
	margin:0 1px;
}
 
/*----------------------------------------------------------------submenu styles*/

#submenu{
	width:180px;
	float:left;
	margin-right:20px;
}

#submenuLinks{
	background-image:url(/web/Templates/home_template_files/submenu.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	min-height:200px;
}

#submenuLinks ul{
	margin:0;
	padding:0;
	list-style:none;
}

#submenuLinks ul li{
	padding:3px 10px;
	border-bottom:1px solid #e5e5e5;
	
}

#submenuLinks ul li a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

#submenuLinks ul li img{
	display:none;
}

#submenuLinks ul li.ae_open, #submenuLinks ul li.ae_menuopen{
	color:#E3001B;
	font-weight:bold;
}

#submenuLinks ul li ul li{
	border-bottom:none;
	font-size:0.85em;
}

#submenuLinks ul li a:hover{
	color:#E3001B;
}

#submenuFooter{
	height:22px;
	background-image:url(/web/Templates/home_template_files/submenufooter.jpg);
	background-repeat:no-repeat;
}
/*-----------------------------------------------------------------------box1 styles*/

#box1SpacerTop{
	background-color:#EBECEE;
	background-image:url(/web/Templates/home_template_files/box1GradientRight.jpg);
	background-repeat:repeat-y;
	background-position:right;
	height:8px;
}

#box1SpacerBottom{
	background-color:#EBECEE;
	background-image:url(/web/Templates/home_template_files/box1GradientLeft.jpg);
	background-repeat:repeat-y;
	height:8px;
}

#box1Content{
	background-color:#BBBDBF;
	min-height:30px;
}

#box1LeftCol{
	background-color:#D9DADC;
	min-height:50px;
	width:39%;
	float:left;
	position:relative;
}

#box1RightCol{
	background-color:#EAEBEC;
	width:60%;
	float:right;
	min-height:50px;
}	

/*-----------------------------------------------------------------------box2 styles*/

#box2SpacerTop{
	background-color:#BBBCBE;
	background-image:url(/web/Templates/home_template_files/box2GradientRight.jpg);
	background-repeat:repeat-y;
	background-position:right;
	height:8px;
}

#box2SpacerBottom{
	background-color:#BBBCBE;
	background-image:url(/web/Templates/home_template_files/box2GradientLeft.jpg);
	background-repeat:repeat-y;
	background-position:left;
	height:8px;
}

#box2Content{
	background-color:#626366;
}

#box2LeftCol{
	background-color:#96979A;
	min-height:50px;
	width:39%;
	float:left;
	position:relative;
}

#box2RightCol{
	background-color:#BBBDBF;
	width:60%;
	float:right;
	min-height:50px;
}

/*-----------------------------------------------------------------------box3 styles*/

#box3SpacerTop{
	background-color:#9B9D9F;
	background-image:url(/web/Templates/home_template_files/box3GradientRight.jpg);
	background-repeat:repeat-y;
	background-position:right;
	height:8px;
}

#box3SpacerBottom{
	background-color:#9B9D9F;
	background-image:url(/web/Templates/home_template_files/box3GradientLeft.jpg);
	background-repeat:repeat-y;
	background-position:left;
	height:8px;
}

#box3Content{
	background-color:#626366;
}

#box3LeftCol{
	background-color:#727475;
	min-height:50px;
	width:39%;
	float:left;
	position:relative;
}

#box3RightCol{
	background-color:#9C9EA0;
	width:60%;
	float:right;
	min-height:50px;
}

/*-----------------------------------------------------------------------box4 styles*/

#box4SpacerTop{
	background-color:#616164;
	background-image:url(/web/Templates/home_template_files/box4GradientRight.jpg);
	background-repeat:repeat-y;
	background-position:right;
	height:8px;
}

#box4SpacerBottom{
	background-color:#616164;
	background-image:url(/web/Templates/home_template_files/box4GradientLeft.jpg);
	background-repeat:repeat-y;
	background-position:left;
	height:8px;
}

#box4Content{
	background-color:#231F20;
}

#box4LeftCol{
	background-color:#464547;
	min-height:50px;
	width:39%;
	float:left;
	position:relative;
}

#box4RightCol{
	background-color:#626366;
	width:60%;
	float:right;
	min-height:50px;
}

/*------------------------------------------------------------------footer styles*/

#footer{
	border-top:1px solid #CDCECF;
	/*width:960px;
	margin:0 auto;*/
	min-width:960px;
	font-size:0.85em;
}

#footerSpacer{
	height:8px;
	background-image:url(/web/Templates/home_template_files/footerGradient.jpg);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#EDEEEF;
	margin-top:2px;
}

#footerLinks{
	background-image:url(/web/Templates/home_template_files/footerBack.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	text-align:center;
	padding-bottom:20px;
	background-color:#EDEEF0;
}

#footerLinks ul{
	margin:0;
	padding:0;
}

#footerLinks ul li{
	display:inline;
	color:#666666;
}

#footerLinks ul li a{
	padding:0 5px;
	color:#666666;
}

/*---------------------------------------------------------------box content*/

#box1LeftCol img, #box2LeftCol img, #box3LeftCol img, #box4LeftCol img{
	position:absolute;
	top:-22px;
	left:25px;
}

#box1LeftCol, #box2LeftCol, #box3LeftCol, #box4LeftCol{
	text-align:center;
	padding:10px 0;
}

#box1LeftCol a, #box2LeftCol a, #box1RightCol a, #box2RightCol a{
	color:#333333;
}

#box3LeftCol a, #box4LeftCol a, #box3RightCol a, #box4RightCol a{
	color:#FFFFFF;
}

#box1RightCol, #box2RightCol{
	color:#333333;
	font-size:0.85em;
}

#box3RightCol, #box4RightCol{
	color:#FFFFFF;
	font-size:0.85em;
}

#box1RightCol p, #box2RightCol p, #box3RightCol p, #box4RightCol p{
	margin:10px;
}


#box1RightCol .textInput, #box2RightCol .textInput, #box3RightCol .textInput, #box4RightCol .textInput{
	font-size:0.85em;
	margin:5px auto;
	display:block;
}

#box1RightCol .textInput, #box2RightCol .textInput{
	border:1px solid #666666;
	background-image:url(/web/Templates/home_template_files/textInputBack.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:2px 3px;
}

#box3RightCol .textInput, #box4RightCol .textInput{
	border:1px solid #666666;
	background-image:url(/web/Templates/home_template_files/textInputBackDark.jpg);
	background-color:#9B9D9F;
	background-repeat:repeat-x;
	background-position:bottom;
	padding:2px 3px;
	color:#FFFFFF;
}

#box1RightCol .goButton, #box2RightCol .goButton, #box3RightCol .goButton, #box4RightCol .goButton{
	float:right;
	border:none;
	background:none;
	cursor:pointer;
}

#box3RightCol .goButton, #box4RightCol .goButton{
	color:#FFFFFF;
}	

/*----------------------------------------------------------------------text styles*/


.AE_editor{
	border:1px dashed blue;
}

.AE_editorActive{
	border:1px dashed red;
}

#native{
	width:960px;
	margin:0 auto;
	text-align:right;
	font-size:0.85em;
}

#native p{
	margin:0;
}

#native a{
	color:#ED7921;
}

.floatright{
float:right;
margin-left:10px;
}

a img{
border:none;
}

.highlight { background: #FFFF40; }
		.searchheading { font-size: 130%; font-weight: bold; }
		.summary {  font-style: italic; }
		.suggestion { font-size: 100%; }
		.results { font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 100%; }		
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline {  font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 100%; }
		.zoom_results_per_page {  margin-left: 10px; }
		.zoom_match {  margin-left: 10px;}				
		.zoom_categories {  }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 100%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline {  font-style: normal; color: #808080;}