/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; color: #666666; }
body { font: 67% Arial, sans-serif; background: #cccccc; }
ul { list-style: none inside; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a { outline: none; color: #f7931e; text-decoration: none;}
a:hover { color: #f7931e; text-decoration: underline;}
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; height: 1px; overflow: hidden; margin-top: -1px; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#outside_container {
	width: 1039px;
	min-height:600px;
	height:auto !important;
	height:600px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/shadowrepeat.gif) repeat-y;
}

#main {
  width: 801px;
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
}

#header {
  width: 801px;
  height: 72px;
}

#header a {
	color: #ffffff;
}

#nav {
	width: 801px;
	height: 36px;
	background: #f7931e;
}

#nav ul {
height:35px;
padding-left: 0;
margin-left: 0;
background: #f7931e;
color: #000000;
float: left;
width: 100%;
font-family: Times New Roman;
}

#nav li {
display: inline;
}

#nav li a {
padding: 8px 15px 8px 15px;
background: #f7931e;
color: #000000;
text-decoration: none;
float: left;
text-align: center;
font-size: 160%;
}

#nav li a:hover {
  background-color: #b2b2b2;
  color: #ffffff;
  text-decoration: underline;
}

#banner1 {
  width: 801px;
  height: 299px;
}

#breadsandsearch {
	width: 801px;
background: #ffffff;
height: 60px;
}

.breadcrumbs {
	width: 535px;
	float: left;
	margin-right: 33px;
padding: 10px 0px 10px 10px;
}

.breadcrumbs a{
	padding-right: 10px;
	padding-left: 10px;
}

#breadsandsearch a {
	color: #666666;
	text-decoration: none;
}

#breadsandsearch a:hover {
	color: #666666;
	text-decoration: underline;
}

.searcharea {
  width: 190px;
  float: left;
padding: 10px 0px 0px 10px;
}

.Search_Link { display: none; }

#content {
  width: 761px;
  min-height:300px;
	height:auto !important;
	height:300px;
	background: #ffffff;
	padding: 0px 20px 0px 20px;
	font-family: "Times New Roman";
	font-size: 120%
}

#content p {
color: #666666;
}

#content a {
color: #f7931e;
text-decoration: none;
}

#content a:hover {
color: #f7931e;
text-decoration: underline;
}

#content h1 {
color: #f7931e;
font-size: 140%;
font-weight: bold;
font-family: "Times New Roman";
}

#content h2 {
color: #666666;
font-size: 140%;
font-weight: bold;
font-family: "Times New Roman";
text-align: center;
}

span[id$='PostedInfo1'] {
display: block;
margin-left: 18px;
margin-bottom: 7px;
}

.ArticleSection_ListTitle {
color: #f7931e;
font-size: 140%;
font-weight: bold;
font-family: "Times New Roman";
}

.Article_Title {
color: #f7931e;
font-size: 140%;
font-weight: bold;
font-family: "Times New Roman";
}

.itemLinkTitle {
color: #f7931e;
font-size: 140%;
font-weight: bold;
font-family: "Times New Roman";
padding-left: 15px;
}

.ParentSection_ListTitleLink {
color: #f7931e;
font-size: 140%;
font-weight: bold;
display: block;
padding-bottom: 10px;
font-family: "Times New Roman";
}

.itemBriefDescription {
margin-left: 18px;
display: block;
}

.itemReadMoreLink {
display: block;
margin-left: 18px;
}

.H1 {
margin-bottom: 10px;
color: #666666;
display: none;
}

#footer {
  width: 781px;
  height: 60px;
  background: url(../images/footer.gif) no-repeat #754c24;
  padding: 10px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.banner2 {
  float: left;
  padding: 40px 0px 0px 20px;
}

.login {
  float: right;
  padding: 50px 10px 0px 10px;
}

#ads {
  display: none;
}

#welcome {
  display: none;
}

/* END STRUCTURE */
