﻿@import url(layout.css);
html {
    overflow-y: scroll; /*this might fix the page shift problem*/
}
body {
	margin: 0px;
	background-color: #2F2F30;
	font-family: Verdana, Arial, sans-serif;
	padding: 10px 0 30px 0;
	font-size: small;
	color: #FFFFFF;
	line-height: 150%;
}


/* Styles for DIV tags */
#container {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #000000; 
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#masthead {
	background-color: #FFFFFF;
	
}
#navigation {
	
}
#navigation ul {
   list-style: none;
   /*margin: 0;*/ 
   padding: 0;
   margin-left: 35px
}

#navigation li {
   float: left;
}
#navigation li a {
   display: block;
   background: black;
   /*width: 160px;*/
   text-align: center;
   color: #fff;
   padding: 5px 10px 5px 10px;
   text-decoration: none;
}
#navigation li a:hover {
   background: black;
   color: #919191;
}

#navigation a {
	outline: none; /*this gets rid of the dotted outline round elements*/
}

#navigation a.activetab {
	background: #606060;
}


html>body #navigation {
	overflow: hidden;
}




	
#content {
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 70px;
	border: thin;
	border-color: white;
	margin-top: 25px;
}
#content p {
	color: white;
	font-weight: normal;
}
#radio {
	margin-left: 28px;
	margin-bottom: 10px;
	margin-top: 28px;
}
#radio p  {
	text-align: right;
	font-style: italic;
	margin-right: 10px;
}

#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer {
	background-color: #666666;
	color: #FFFFFF;
}


/* Styles for links content*/

/*#links_text*/  
h3 {
	color: white;
	font-style: normal;
	font-weight: lighter;
	font-size: medium;
	line-height: 200%;
	background-color: #262626;
}
#links_text a {
	color: #794580;
	text-decoration: none;
}
	
#links_text a:hover {
	color: #919191;
	text-decoration: none;
}

.grey_background {
	background-color: #262626;
}
.links {
list-style-type: no;ne;
	}
#tm_recentimage{
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-top: 10px;
}
#content-bottom {
	padding-top: 35px;
}
#content_bottom h3 {
	font-weight: lighter;
	color: gray;
	margin-top: 20px;
}
#content_bottom  a{
	color: gray;
	text-decoration: underline;
	font-weight: normal;
}

#content_bottom  a:hover{
	color: gray;
	text-decoration: none;
	
}
#clear {
	clear: both;
}
#tm_oldimage{
	
	border: thin #C0C0C0 solid;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 20px
	}
}
#clear_right {
	clear: right;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
	margin-left: 35px;
}
#copyright {
	float: right;
	text-align: right;
	margin-right: 35px;
}
#copyright p {
	font-size: x-small;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.float_left {
	
	float: left;
}	
.float_right {
	border-color: #998866;
	border-width: medium;
	float: right;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 100px;
}


