﻿body 
{
	margin-top:0px;
	font-family:/*Myriad Pro*/,Tahoma, Arial;
	background-color:#E3E7ED;
	background-image: url('../Images/bgg_body.jpg');
	background-repeat:repeat-x;
	
	font-size:12px;
}

#main
{
	width: 820px;
	margin-left:auto; margin-right:auto;
	background-image: url('../Images/bg_main_shadow.jpg');
	background-repeat:repeat-y
}

#banner
{
	width: 800px;
	height:300px;
	background-image: url('../Images/banner_2.jpg');
	background-repeat: no-repeat;
	margin-left:10px;
}

#banner_ky
{
	width: 800px;
	height:300px;
	background-image: url('../Images/kentucky_banner.jpg');
	background-repeat: no-repeat;
	margin-left:10px;
}

#outside
{
	width:100%;
	/*border:solid 1px black;*/
	margin-top:0px;
}

#top
{
	/*background-color:White;
	border:solid 1px black;*/
}

#top_banner
{
	/*height:250px;*/
	/*background-color:yellow;
	border:solid 1px black;*/
}

#tagline
{
	height:30px;
	/*background-color:Yellow;
	border:solid 1px black;*/
}

#main_content
{
	/*background-color:#FFFFFF;*/
	width:800px;
	padding-left:10px;
	/*padding:10px;*/
	/*height:300px;*/
	
	/*border-left:solid 1px #E1E1E1;
	border-right:solid 1px #E1E1E1;*/
	/*background-color:Yellow;
	border:solid 1px black;*/
	
}

#content_container
{
	width:700px;
	padding:5px;
}

#titlesub
{
	padding-left:0px;
	padding-bottom:10px;
	padding-top:5px;
	color: #023848;
	font-weight:500;
	font-size:20px;
	
	background-image: url('../images/img07.gif'); 
	background-repeat:no-repeat;
	width:550px;
	height:59px;
	/*margin-bottom: 15px;
	/*border-bottom:solid 1px #CCCCCC;*/
}

.subtitle
{
	font-size:14px;
	/*font-weight:bold;*/
	color: #023848;
}



.interior_paragraph
{
	background: url(../images/img08.gif);/* no-repeat left top;*/
	background-repeat:repeat-y;
	/*padding: 0px 0px 20px 0px;*/
	padding-bottom: 20px;
	/*text-align: justify;*/
	width:500px;
}

#footer
{
	width: 800px;
	height:56px;
	margin-left:10px;
	background-image: url('../Images/footer.gif');
	background-repeat: no-repeat;
	
}

.footer_shadow
{
	width:820px;
	height:8px;
		background-image: url('../Images/bg_footer_shadow.jpg');
	background-repeat: no-repeat;
}

#menu
{
	height:50px;
	width:800px;
	background-image: url('../Images/menu_bg.gif');
	background-repeat: no-repeat;
	margin-left:10px;
	/*background-color:#9C958D;*/
	
}

/*begin creating the tabs */
.menu {
	margin-left: 10px;
	/*background: url(../images/top_menu_bg.jpg);*/
	width:800px;
	height:40;
	font-size: 14px;
	font-weight:500;
	/*color: #89AB9E;*/
	/*background-color:Red;*/
}

/* set tab1 as top level container table, then target TDs inside*/
.menuItem td 
{
	padding-left:3px;
	/*color: #333333;*/
	height: 40px;
	/*background: url(../images/tab2.jpg) no-repeat;*/
	width: 100px;
	text-align: left;
	/*background-color:Orange;*/
	text-align:center;
}

/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	/*background: url(../images/tab2.jpg) no-repeat;*/
}

/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited  {
	/*color: #333333;*/
	color:#FFFFFF;
	text-decoration: none;
	/*background-color:Yellow;*/
}

.menuPopupItem a:link, .menuPopupItem a:visited
{
	color: #ffffff;
	
}

.menuPopupItem a:hover
{
	color:#ffffff;
	
}

/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
	/*background: url(../images/background_drop_menu.jpg) repeat #8C9FB4;*/
	/*width: 180px;*/
	border-left: solid 1px #E1E1E1;
	margin-left:-10px;
	/*border-right: solid 1px #E1E1E1;
	border-bottom: none;*/
	font-size:12px;
	text-align:left;
}

/* make drop down menu item style */
.menuPopupItem {
	border-bottom: solid 1px #E1E1E1;
	width: 180px;
	height:25px;
	padding: 3px;
	background-color:#9C958D;

}

/* Grid Style */

.gridrow
{
	font-size:13px;

}

.gridfooter
{
	border-top:solid 1px #737373;
	/*background-color:#737373;*/
}

.gridheaderleft
{
    background: url(images/grid_top.gif) no-repeat #737373;
    height:5px;
    padding-left:5px;
    padding-top:10px;
    line-height:12px;
    vertical-align:bottom;
    text-align:left;
}

.gridheadermiddle
{
    padding-left:5px;
    line-height:12px;
    vertical-align:bottom;
    text-align:left;
}

.gridheaderright
{
    background: url(images/grid_top_right.gif) no-repeat #737373;
    height:5px;
    line-height:12px;
    vertical-align:bottom;
    text-align:left;
}

.griditemleft
{
	border-left:solid 1px #737373;
	padding-left:10px;
	
}

.griditemright
{
	border-right:solid 1px #737373;
}

.gridpageslinks
{
	color:#4E6F3C;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;

}
/* End Grid Style */

.roundedPanel
{	
	/*width:600px;*/
	background-color:#737373;
}

/*Text styles*/

.title{}
.subtitle{}
.heading
{
	font-weight:bold;
	color:#4E6F3C;
	font-size:14px;
}
.emphasis
{
	font-weight:bold;
	
}
.subtleemphasis
{
	font-style:italic;
	}
.normal{}



