/*@charset "utf-8";*/
/* CSS Document */

/* OVERALL STYLES */
* {
	margin:0px;
	padding:0px;
	}

img {
	border:none;
	}

input {
	margin:0px;
	padding:0px;
}


body {
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	background-color:#d8d9d9;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	}	

.Bold {
	font-weight:bold;
	}

.FloatLeft {
	float:left;
	}

.button {
	margin: 0;
	padding: 0 5px;
	border: 1px solid #CCCCCC;
	background-color: #e2e9ff;
	color: #445daa;
	height: 20px;
	width: 0;
	overflow:visible;
	width:auto;
}
	
/* USED COLORS */
/* BLUE: #445daa*/

/* MAIN PLACE HOLDER */
#MainPlaceHolder {
	width:924px;
	height:auto;
	float:left;
	padding-left:20px;
	}

/* HEADER */
#HeaderHolder {
	width:912px;
	float:left;
	border-bottom:dotted 1px #445daa;
	}

#HeaderLogo {
	width:247px;
	height:88px;
	float:left;
	}

.HeaderMenuTop {
	width:630px;
	height:54px;
	float:right;
	padding:35px 30px 0 0;
	}

.HeaderMenuTop ul {
	float:right;
	border-bottom:dotted 1px #445daa;
	padding:0 0 5px 0;
	font-size:11px;
	width:auto;
	}
	
.HeaderMenuTop ul li {

	list-style-type:none;
	display:inline;
	padding-left:5px;
	padding-right:5px;
	}
	
/* BREAD CRUMS*/
#BreadCrums {
	width:875px;
	height:auto;
	float:left;
	padding:10px 0 10px 30px;
	font-size:11px;
	}

/* MAIN CONTENT HOLDER ( SEARCH AND ARCHIVE BLOCK AT THE HOME PAGE */
#HomeSearchHolder {
	width:912px;
	height:auto;
	float:left;
	padding:0 0 30px 0;
	}

/* SEARCH RESULTS */
#SearchResultHolder {
	width:912px;
	height:auto;
	float:left;
	padding:0 0 30px 20px;
	}
	
/* HOME SEARCH FIELD */
#SearchBlueBlock {
	width:531px;
	height:auto;
	float:left;
	background-image:url(../images/blueBlock_back.jpg);
	background-repeat:repeat-y;
	}

#SearchBlueBlockHolder {
	width:531px;
	height:auto;
	float:left;	
	}

#SearchBlueBlock h1 {
	float:left;
	font-size:23px;
	padding:4px 0 0 20px;
	font-family:Arial, Verdana;
	/*font-family: "Futura Lt BT", Arial, Verdana;*/
	width:400px;
	}

#SearchBlueBlockTable {
	float:left;
	padding:10px 0 0 40px;
	width:490px;
		}
	
#SearchBlueBlockTable table td {	
	font-size:12px;
	padding:0 0 4px 0; 
	}

.SearchFieldInput {
	float:left;
	padding:0px 5px 0px 0px;
	}

.SearchFieldInput label {
  margin:0 0 0 3px;
  }

.SearchFieldInput select {
	width:150px;
	font-size:11px;
	}

.SearchFieldInputText {
	float:left;
	padding:0px 5px 0 5px;
	}

.InputLength {
	width:146px;
	font-size:11px;
	padding:1px;
	}

.RedBorder {
	width:1px;
	font-size:1px;
	float:left;
	}

/* HOME ARCHIVE FIELD */

#ArchiveBlock {
	width:375px;
	height:auto;/*MM244px;*/
	float:left;
	}

#ArchiveBlock h1 {
	float:left;
	font-size:23px;
	padding:20px 0 0 20px;
	font-family:Arial, Verdana;
	/*font-family: "Futura Lt BT", Arial, Verdana;*/
	width:335px;
	}

#HomeWideImage {
	width:925px;
	height:auto;/*MM230px;*/
	float:left;
	}

#ArchiveBlock ul {
	width:335px;
	float:left;
	padding:10px 0 0 40px;
	list-style-image:url(../images/bulletArrowRed.gif);
	}

#ArchiveBlock ul li {
	padding:0 0 5px 5px;
	font-size:12px;
	}

#Footer {
	margin-top:10px;
	padding:5px 20px 0 0;
	width:895px;
	height:auto;
	float:left;
	border-top:dotted 1px #445daa;
	text-align:right;
	font-size:10px;
	}

.List {
  border:none;
  font-family:Arial;
  font-size:12px;
  padding:3px 0 3px 15px;
  }
  
 .List a,
 .List a:link,
 .List a:visited,
 .List a:active {
  color:#445daa;
  text-decoration:none;
  } 
 
.List a:hover 
  {
  color:#aa445d;
  text-decoration:underline;
} 
.ListHeader {
  border:none;
  font-family:Arial;
  font-size:12px;
  padding:3px 0 10px 15px;  
  border-bottom:dotted 1px #a3c5f8;
  }
 
 .ListHeader a,
 .ListHeader a:link,
 .ListHeader a:visited,
 .ListHeader a:hover,
 .ListHeader a:active {
  color:#445daa;
  text-decoration:none;
  }
 
 .PagerStyle {
  font-size:11px;
  padding:5px 0 5px 0;
  border-top:dotted 1px #a3c5f8;
  border-bottom:dotted 1px #a3c5f8;
  }

.PagerStyle a:link {
  color:#aa445d;
  }

.DetailItems {
  float:left;
  font-size:12px;
  margin:0 0 0 20px;
  
  }

.textPage
{
	font-size:11px;
	padding:0 25px 0 30px;
	color:#445daa;
}
