@charset "utf-8";
/* start layout style here */
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: url(assets/small_vines_bk.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #594021;
}
/* neutralize browser spacing for verticle elements */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}
.twoColSmSide  #container, .twoColLgSide  #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F2E7C5;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColSmSide  #mainContent  h3, .twoColLgSide  #mainContent  h3 {
	text-align: center;
}
.twoColSmSide  #header, .twoColLgSide  #header {
	background: url(assets/TVM_header.gif) no-repeat;
	padding: 0 10px 0 20px;
	height: 161px;
	position:relative;
} 
.twoColLgSide   #header   h1      {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColLgSide  #sidebar1   {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 10px 15px 15px;
}
.twoColLgSide #news {
	background: url(assets/news_bkgd.gif) no-repeat;
	width: 215px;
	padding: 10px 0 0 10px;
	height: 328px;
}
.twoColLgSide #highlight {
	padding: 20px 0 0 0;
	text-align: center;
}


.twoColLgSide #news h3 {
	font-size: large;
	text-align: center;
}


.twoColLgSide  #mainContent   {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColLgSide #focus {
	background: url(assets/focus_bkgd.gif) no-repeat;
	height: 236px;
	padding-top: 5px;
}
.twoColLgSide #widows {
	padding-top: 15px;
	margin-top: 10px;
}
 #mainContent #boardTbl {
	font-size: 0.75em;
	text-align: center;
}
.twoColSmSide  #footer, .twoColLgSide  #footer {
	padding: 0 10px 0 20px;
	font-size: 12px;
	text-align: right;
} 
.twoColSmSide  #footer  p, .twoColLgSide  #footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sidebar1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar1   a:link, a:visited{
	color: #ffffff;
	text-decoration: none;
}
#highlight     a:link,a:visited  ,{
	font-weight: bolder;
	color: #CC0000;
	text-decoration: none;
}


/* navigation specific styles */
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#highlight  a:link, #highlight a:visited {
	text-decoration: none;
	color: #66110A;
	font-weight: bolder;
}

#navbar li {
	list-style: none;
	float: left;
}
#navbar li a:link, #navbar li a:visited {
	display: block;
	background: url(assets/off_tab.gif) no-repeat;
	padding: .4em .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-decoration: none;
	color: #594021;
	line-height: 1.75em;
	height: 15px;
	text-align: center;
	width: 113px;
}
#navbar li ol{
	display: none;
	width: 10em; /*Width to help Opera out*/
	background-color: #cba02c;
	width: 113px;
}

#navbar li a.current, #navbar li a.current:hover, #navbar li a.current:active {
	color: #78320E;
	background: url(assets/on_tab.gif) no-repeat;
	cursor: default;
}
#navbar li:hover ol {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}
#navbar li:hover li {
	float: none; 
}
#navbar li:hover li a {
	border-bottom: 1px solid #fff;
	color: #594021;
	background-image: none;
}
#navbar li li a:hover {
	background-color: #cba02c;
}

#focus  a:link, a:visited {
	color: #FFFFFF;
	border-style: none;
	text-decoration: none;
}

.twoColSmSide  #closeUp  {
	margin: 10px;
	float: left;
}

.twoColSmSide  #sidebar1   {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	color: #fff;
	background: #80671A;
}
.twoColSmSide #sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.twoColSmSide #sidebar1 ul li {
	margin: 0;
	padding: 0;
}
.twoColSmSide #sidebar1 ul a{
	font: 1em/30px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px solid #fff;
	width: 120px;
	padding-left: 30px;
	display: block;
	background: url(assets/widows_bkg.gif) no-repeat left center;
}
.twoColSmSide #sidebar1 ul a.last {
	border-bottom: none;
}
.twoColSmSide #sidebar1 ul a:hover {
	background-position: -150px 0px;
	color: #80671A;
}
.twoColSmSide #sidebar1 ul a.current {
	background-position: top right;
	color: #594021;
	cursor: default;
}

.twoColSmSide  #mainContent   {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColSmSide #mainContent a {
	color: #594021;
	text-decoration: underline;
}

.twoColSmSide    #sidebar1    h3    {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
.twoColLgSide #quick {
}
