/* --------=======--------
  || Body & Placeholders ||
   --------=======--------   */
   
body {
text-align: center;
background-color: #f1f1f3;
background-image:  url(../layout1/background-shadow.gif);
background-position: center;
background-repeat: repeat-y;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

a {
color: #000000;
text-decoration: none;}

a:hover {
	color: #F26522;
}

#site {
	text-align: left;
	background-color: #ffffff;
	margin: auto;
	width: 850px;
	height: 600px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#site td {vertical-align:top; text-align:left;}
/* --------=======---------
  || Banner Image & Menus ||
   --------=======---------  */
#site #banner {
	margin-top: 0px;
	margin-bottom: 15px;
	width:850px;
}
#site #banner td {vertical-align:middle;}

#site #content {
	background-color: #ffffff;
	width:850px;
}
#content #menubox td {
	background-color: #f26522;
	padding-top: 4px;
	padding-bottom:4px;	
}


/* ----====----
  || Menu A's ||
   ----====----    */

#content #menubox a, #content #menubox a:visited {
font-size: 10px;
color: #ffffff;
padding-right: 6px;
padding-left: 3px;
text-decoration: none;
}

#content #menubox a:hover {
color: #331100;
}

/* -----=======-----
  || Search Button ||
   -----=======----- */
#content #menubox td #searchbox #button {
	background-color: #f26522;
	font-size: 9px;
	height: 18px;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}

/* ----======----
  || Search Box ||
   ----======----    */
#content #menubox #searchbox  #search4 {
	background-color: #ffffff;
	font-size: 11px;
	border: 1px solid #BE1018;
	width: 150px;
}

/* ------======----
  || Main Body BOX ||
   ------======----    */
   
#content #mainbox {
	padding-top: 15px;
	padding-right: 10px;
}

/* ----------========----------
  || News Box, Divs & Classes ||
   ----------========----------    */
.news {
	background-color: #fef2f2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.news h2 {
	font-size: 12px;
	margin: 0px;
	line-height: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #F26522;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.news h3 a {font-size: 11px; font-weight: normal;
}



.news h3 a:hover {
font-weight: bold;
}


.news ul {
	list-style-image:none;
	list-style-position:outside;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

.news li {
	padding-bottom: 5px;
	padding-top: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	background-image: url(../layout1/news_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	padding-left: 20px;
}
.news li ul li  {
	font-size: 10px;

}

/* -------======-------
  || Bottom Text Links ||
   -------======-------    */
.bottommenu {
margin-top: 20px;

}
   
.bottommenu a {
	font-weight: bold;
	font-size: 10px;
	background-image: url(../layout1/subnav_orange.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}

