/* includes */
@import url("autocomplete.css");
@import url("header.css");
@import url("menu.css");
@import url("content.css");
@import url("forms.css");
@import url("footer.css");


/* Reset */
* { margin:0; padding:0; }

body,html{
  height: 100%;
}

h1{
  font-weight: 200;
}

h2{
  font-weight: 200;
}

h3{
  font-weight: 200;
}

h4{
  font-weight: 200;
}

h5{
  font-weight: 200;
}

h6{
  font-weight: 200;
}

body{
	background-color: #FFFFFF;
	background-image: url(../images/header_background.gif);
  background-repeat: repeat-x;
	font-family: 'Lucida Sans Unicode',sans-serif;
	font-size: 13px;
	color: #122333;
}

.container_width{
  margin: 0 auto;
  width: 950px;
}

#container{
  margin-top: 20px;
  min-height: 400px;
}

#page_content{
  width: 910px;
  padding-left: 25px;
}

#search_results{
	background-color: #000000;
	display: none;
	overflow: hidden;
	color: #63ABC7;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#search_result_close{
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	display: none;
	cursor: pointer;
	font-weight: 600;
}

.clear_body{
  clear: both;
}

h2{
  margin-left: 15px;
  font-style: italic;
  color: #333333;
}
