/***********************************************/
/* middle_tn_css.css                            */
/***********************************************/

/*********** HTML tag styles *********************/

html {
  height: 100%;
  margin-bottom: 1px;
}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3C4A4F;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #AABFC1;
	height: 100%;
}

td,tr,p,div {
}

a:link, a:visited, a:hover {
	color: #0B252B;
	
}

a:hover {
	color: #7A2042
}


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1 {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 120%;
 color: #CC0000;
}

.h1_form {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 120%;
 color: #CC0000;
 font-weight: bold;
 text-align: center;
}

h2{
	font-size: 120%;
	font-weight: bold;
}

h3{
	font-size: 114%;
	font-weight: bold; 
	color: #FCFCFA;
	background-color: #0B252B;
	padding-left: 5px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 
}

h5{
 font-size: 100%;
 
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li
{
	line-height: 20px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(/images/blog_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}



label{
 font: bold 100% Georgia, "Times New Roman", Times, serif;
 
}
				

/**************** layout *************************/
#page_bg {
  height: 100%;
	background: #4d5639;
	padding: 0;
	margin: 0;
	border: 0;
}

.center {
	text-align: center;
}

#main_bg {
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	background: url(/images/background.jpg) repeat-y;
	text-align: left;
}
#content_bg {
	margin: 0px ;
}

#header {
	width: 840px;
	background-image: url(/images/header.jpg);
	height: 235px;
}

#nav {
	float: right;
	margin-right: 25px;
	margin-top: 10px;
	
}


#content {
	width: 778px;
	border: 0px solid #c00;
	margin: auto;
	background-color: #FCFCFA;
	margin-bottom: 20px;
	margin-top: 10px;
	
}

.padding {
	width: auto !important;
	width: 100%;
	padding: 5px 15px 20px 15px;
}

#footer {
	clear: both;
	height: 30px;
	line-height: normal;
	width: 840px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #AABFC1;
	color: #5C5C5C;
	font-size: 80%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
/******** site name image replacement ************/
#header h1{
	text-indent: -999em;
}

/***********  links style ***********/
#nav a:link, #nav a:visited {
	color: #990000;
	text-decoration: none;
	
}

#footer a {
	color: #0B252B;
	
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#nav li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #nav li {border-bottom: none;}

/****************** MISC ******************/
.clr {
	clear: both;
}

/************* LISTINGS LAYOUT *************/
.listing_holder {
	border: 1px solid #000000;
	margin-bottom: 15px;
}

.image_holder {
	padding: 5px;
	width: 250px;
	text-align: center;
	float: left;
}

.details_holder {
	padding: 5px;
	width: 475px;
	float: right;
}

/**************** ADMIN ******************/

.admin_tbl {
	border: 1px solid #0B252B;
	border-collapse: collapse;
}

.admin_tbl td {
	padding: 5px;
}

.admin_tbl_header {
	background: #0B252B;
	color: #FCFCFA;
	text-align: center;
}

.image_links {
	font-size: 11px;
}
