@charset "UTF-8";
/* CSS Document */

/*------- STARTING POINT ----------*/

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

p  {
	line-height: 22px;

}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/*--------- LISTS ---------*/

ul, a, a:hover{
	list-style-image: url(../images/bullet.gif);
	padding-top: 0px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

/*------- END STARTING POINT ----------*/

body {
	background: #666600 url(../images/bkg.gif) top center repeat;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
}

#mainwrap {
	background: #666600 url(../images/tile.jpg) top repeat-x;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 35px;
	width: 894px;
	height: auto;
	border: #9b9b37 solid 4px;
}

#header {
	float: left;
	width: 894px;
	height:100px;
	/*height: 126px;*/
	/*background: url(../images/shiloh_header.gif) center no-repeat;*/
	background: url(../images/New-header.gif) center no-repeat;
	margin-top: 20px;
}

/*#menu_box {
	float: left;
	width: 894px;
	height: 45px;
}*/

#menu_holder {
	float: left;
	width: 894px;
	/*height: 45px;*/
	height: 38px;
	
}

#menu_holder ul {
	margin: 0;
	padding: 0;
	/*padding-top: 12px;*/
	padding-top: 5px;
	list-style-type: none;
	text-align: center;
}

#menu_holder ul li{
	display: inline;
}


#menu_holder ul li a {
	text-decoration: none;
	padding: .2em .7em;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

#menu_holder ul li a:hover {
	color: #9b9b37;
}



/*--------- CONTENT AREAS -----------*/

#content_holder {
	float: left;
	overflow: hidden;
	width: 894px;
	height: auto;
}

#left_container {
	float: left;
	width: 362px;
	height: auto;
	padding: 0 0 0 34px;
}
#g_left_container {
	float: left;
	width: 165px;
	height: auto;
	padding: 0 0 0 34px;
}

#top_frame {
	width: 362px;
	height: 28px;
	background: url(../images/frame_top.gif) top center no-repeat;
}
#g_top_frame {
	width: 165px;
	height: 29px;
	background: url(../images/g_side_top.gif) top center no-repeat;
}

#middle_frame {
	width: 362px;
	height: auto;
	padding: 5px 0 3px 0;
	background: url(../images/frame_tile.gif) repeat-y;
}

#middle_content {
	width: 255px;
	height: auto;
	text-align: center;
	padding: 0 55px;
}

#bottom_frame {
	width: 362px;
	height: 28px;
	background: url(../images/frame_bottom.gif) top center no-repeat;
}

#g_bottom_frame {
	width: 165px;
	height: 28px;
	background: url(../images/g_side_bot.gif) top center no-repeat;
}

#right_container {
	float: left;
	width: 456px;
	height: 374px;
	margin: 0 0 0 10px;
	background: #9b9b37;
}

#right_container2 {
	float: left;
	width: 362px;
	height: auto;
	margin: 0 0 0 10px;
}

#right_container3 {
	float: left;
	width: 456px;
	height: auto;
	margin: 0 0 0 10px;
}
#g_right_container3 {
	float: left;
	width: 650px;
	height: auto;
	margin: 0 0 0 10px;
}

#left_container2 {
	float: left;
	width: 456px;
	height: auto;
	margin: 0 0 0 34px;
}

#image_holder {
	float: left;
	width: 456px;
	height: auto;
	margin: 0;
	background: #303000;
}

#title_box {
	float: left;
	width: 416px;
	height: auto;
	margin: 8px 0;
	padding: 20px 20px;
	font-style: italic;
	text-align: center;
	background: url(../images/green_box.gif) repeat-y;
	color: #cccc66;
}

#g_title_box {
	float: left;
	width: 610px;
	height: auto;
	margin: 0 auto;
	padding: 20px 20px;
	font-style: italic;
	text-align: center;
	background: url(../images/green_box.gif);
	background-repeat:repeat;
	color: #cccc66;
}

#title_box2 {
	float: left;
	width: 416px;
	height: auto;
	margin: 8px 0 8px 10px;
	padding: 20px 20px;
	font-style: italic;
	text-align: center;
	background: url(../images/green_box.gif) repeat-y;
	color: #cccc66;
	font-size:16px;
}

#middle_frame_2 {
	width: 362px;
	height: auto;
	padding: 10px 0 8px 0;
	background: url(../images/frame_tile.gif) repeat-y;
}

#middle_content_wide {
	width: 275px;
	height: auto;
	text-align: left;
	padding: 0 40px;
}

#middle_content_left {
	width: 242px;
	height: auto;
	text-align: left;
	padding: 0 60px;
}
#g_middle_content_left {
	
	height: auto;
	text-align: left;
	padding: 0 30px;
}

#g_middle_content_left a:link{
	color:white;
}

#g_middle_content_left a:hover{
	color:#CCCC66;
}

#middle_frame_left {
	width: 362px;
	height: auto;
	padding: 10px 0px 80px 0px;
	background: url(../images/frame_tile.gif) repeat-y;
}
#g_middle_frame_left {
	width: 165px;
	height: auto;
	padding: 10px 0px 80px 0px;
	background: url(../images/g_side_mid.gif) repeat-y;
}

#lower_link {
	float: left;
	width: 320px;
	text-align: left;
	font-size: 14px;
	color: #cccc66;
}



/*--------- CLASSES ---------*/

.cen_p_box  {
	margin-left:52px;


}
.content_head {
	padding: 3px 0px 10px 0px;
}

.std_em {
	line-height: 1.7em;
}

.top_pad {
	padding-top: 10px;
	padding-bottom: 2px;
}

.caps {
	text-transform: uppercase;
	font-size: 14px;
	color: #9b9b37;
}

.small_text {
	font-size: 10px;
}

.h2_top_pad {
	color: #9b9b37;
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
}

.home_title {
	color: #9b9b37;
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 16px;
	font-style: italic;	
}

.green {
	color: #9b9b37;
}

h2 {
	color: #9b9b37;
	padding: 0;
	margin: 0;
	font-size: 13px;
}

h3 {
	color: #9b9b37;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

/*--------------FORMS-----------------*/

#form_container  {
height:auto;
}

.inputs  {

}

.button  {

}

table   {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.phone3  {
	width:30px;
}

.phone4  {
	width:50px;
}
