@charset "iso-8859-1";

html
{
	scrollbar-3dlight-color:#d6dfe8;
	scrollbar-arrow-color:#1e435e;
	scrollbar-base-color:#ffcc66;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#d6dfe8;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	line-height: 16px;
 }
 
 .menuText
 {
 	font-size:11px;
	color:#ffffff;
	font-weight:normal;
	line-height:20px;
 }

 .menuDivider
 {
	width:10px;
	color:#FFFFFF; 
	text-align:center;
 }
 
 .menuText a
 {
 	font-size:11px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
 }

 .menuText a:hover
 {
 	font-size:11px;
	color:#ffcc66;
	font-weight:normal;
	text-decoration:underline;
 }
 
 .menuBG
 {
 	background-image:url(images/menuBG.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:25px;
	width:100%;
 }
 
 .contact
 {
 	background-color:#e3d4cb;
 	font-size:11px;
	color:#660000;
	font-weight:normal;
	line-height:15px;
 }

 .contact a
 {
 	font-size:11px;
	color:#660000;
	font-weight:normal;
	text-decoration:none;
 }

 .contact a:hover
 {
 	font-size:11px;
	color:#660000;
	font-weight:normal;
	text-decoration:underline;
 }
  
 .mainBG
 {
 	background-image:url(images/mainBG.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:577px;
	height:294px;
 }
 
 .subMenuBG
 {
	background-position:bottom left;
	background-repeat:no-repeat;
	width:190px;
	height:199px;
 }
 
 .subMenu
 {
 	padding-left:10px;
	padding-right:10px;
 }

 .subMenu a
 {
 	font-size:14px;
	color:#1e435e;
	font-weight:bold;
	text-decoration:none;
 }

 .subMenu a:hover
 {
 	font-size:14px;
	color:#1e435e;
	font-weight:bold;
	text-decoration:underline;
 }
  
 .mainPadding
 {
 	padding-top:7px;
 }
 
 .buttonBlue
 {
 	background-image:url(images/buttonBlue.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:245px;
	height:29px;
	text-indent:32px;
	line-height:26px;
 }
 
  .buttonRed
 {
 	background-image:url(images/buttonRed.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:245px;
	height:29px;
	text-indent:32px;
	line-height:26px;
 }
 
 .mainButtons
 {
 	font-size:12px;
	color:#ffffff;
	font-weight:normal;
 }
 
 .mainButtons a
 {
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
 }

 .mainButtons a:hover
 {
 	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
 }
 
 .menuBottom
 {
 	font-size:10px;
	color:#333366;
	font-weight:normal;
	line-height:20px;
 }

 .menuBottom a
 {
 	font-size:10px;
	color:#333366;
	font-weight:normal;
	text-decoration:none;
 }

 .menuBottom a:hover
 {
 	font-size:10px;
	color:#333366;
	font-weight:normal;
	text-decoration:underline;
 }
 
  .text1
 {
	font-size:11px;
	color:#000000;
	font-weight:normal;
	line-height:20px;
	font-family: Verdana, Geneva, sans-serif;
 }

 .text1 a
 {
 	font-size:13px;
	color:#7D007D;
	font-weight:normal;
	text-decoration:none;
 }

 .text1 a:hover
 {
 	font-size:13px;
	color:#edb23d;
	font-weight:normal;
	text-decoration:underline;
 }
 
 H1
 {
 	font-size:22px;
	color:#ed2120;
	font-weight:bold;
	/*display:none;*/
 }
 
 H2
 {
 	display:inline;
	line-height:22px;
 	font-size:14px;
	color:#1e435e;
	font-weight:bold;
	text-decoration:underline;
 }
 
 HR
 {
	 
	height:1px;
	
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	
	border-bottom-color:#B2B2B2;
 }
 
 .border {
	border-top-color: #198D40;
	border-right-color: #198D40;
	border-bottom-color: #198D40;
	border-left-color: #198D40;
}

.suggest_link {
	background-color: #FFFFFF;
	color:#000000;
	padding: 2px 6px;
	width:100%;
}
.suggest_link_over {
	background-color: #3366cc;
	color:#FFFFFF;
	padding: 2px 6px;
	cursor:default;
	width:100%;
}
#search_suggest {
	position: absolute;
	display:none;
	z-index:10000;
	overflow:hidden;
	font-size:11px;
	font-family:Tahoma;

	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #c5cbcb;
}

#search_suggest_cat {
	position: absolute;
	display:none;
	z-index:10000;
	overflow:hidden;
	font-size:11px;
	font-family:Tahoma;

	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #c5cbcb;
}

.page_navigator {
	text-decoration:none;
	color:#CC3333; 
	font-size:14px; 
	font-weight:bold; 
	font-family:Tahoma, Geneva, sans-serif;
}

.page_navigator#current {
	color:#9D9D9D; 
}

.page_navigator:visited {
	color: #CC3333;
}

.breadcrumb {
	text-decoration:none;
	/*color:#8080C0; */
	color: #000;
	font-size:14px; 
	font-weight:bold; 
	font-family:Tahoma, Geneva, sans-serif;
}

a.breadcrumbs {
	text-decoration:none;
	/*color:#8080C0; */
	color: #FF3333;
	font-size:14px; 
	font-weight:bold; 
	font-family:Tahoma, Geneva, sans-serif;
}

a:hover.breadcrumbs  {
	text-decoration: underline;
}

.breadcrumbs:visited {
	color: #39F;
}

.found_str {
	background-color:#FED65F;
}

.expand_search {
	font-size:11px;
	text-decoration:none;
	color:#39F;
}

.tail {
	text-decoration:none;
	color: #000;
	font-size:18px;
	font-weight:bold;
}

#categories_toggler {
	font-size:14px;
}

#keywords_toggler {
	font-size:14px;
}

/* Big box with list of options */
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:350px;	/* Width of box */
	height:250px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #999999;	
	background-color:#FFFFFF;
	text-align:left;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	cursor:pointer;
	color:#606060;
	font-size:12px;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#CCCCCC;
	color: #000000;
}

.matched_letters {
	font-weight:bold;
	color:#7D007D;
}

.strip {
	background-color: rgb(254, 214, 95); 
	background-image: url(images/searchBg.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	width: 778px;
}

.main_layout {
	width: 778px;
	height: 100%;
	text-align: center;
	background: white url(images/body_bg.gif) repeat-y; 
	padding: 0 13px 0 13px;
	margin: auto;
}

.search_box {
	background-color: #FED65F; 
	background-image: url(images/searchBg.png); 
	background-position: left top; 
	background-repeat: no-repeat; 
	width: 778px;
}

body {
	margin:0px;
}
