/*---------Body Begin---------*/

body {
	background-image: url(../images/back2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color : #FFFFFF;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-top : 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	line-height: 170%;
}

p {
	padding-top: 10px !important;
	padding-top: 3px;
	padding-bottom: 10px !important;
	padding-bottom: 3px;
}

.text {
  	font-family: Verdana;
	font-size: 10px;
	color: #777777;
}

a {
	color: #636C7B;
	font-weight : bold;
	text-decoration : none;
	
   /* Prevents dotted outline from link clicks */   
    outline: none;
    -moz-outline-style: none;   
    border: 0;
}

a:visited {
	color: #636C7B6;
	font-weight : bold;
	text-decoration : none;
}

a:hover {
	color: #000096;
	font-weight : bold;
	text-decoration : none;
}

input {
	width : 110px;
}

textarea {
	width : 720px;
}

select {
	border : 1px solid #CCCCCC;
	background-color : #EEEEEE;
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color : #636C7B;
	padding-left : 5px;
	width : 720px
}

input,
textarea {
	border : 1px solid #CCCCCC;
	background-color : #EEEEEE;
	padding: 1px 3px;
	margin: 5px 0;
	font-family: Verdana;
	font-size: 10px;
	color: #636C7B;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
	border : 1px solid #b6b71b;
	background-color : #ffffff;
	color: #636C7B;
}

h1 {
	clear: both;
	margin: 10px 0;
	font: 100 10px Verdana;
	text-transform: uppercase;
	font-weight : bold;
	color: #636C7B;
	background: #000000 url(../images/maincap.gif) no-repeat right;
}

h1 span {
	display: block;
	padding: 2px;
	background-color: #804040;
}

#sideBar h1 {
  text-align: right;
  background: #EEEEEE url(../images/rounded_tl.gif) no-repeat top left;
}

#sideBar h1 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}

#content ol li { 
  color: #b6b71b;
  text-align: left;
}

#content ol li span {
  color: #b6b71b;
  text-align: left;
}

#content ul {
  padding-bottom: 10px;
  text-align: left;
}

#content ul li {
  list-style-image: url(../images/li_bullet.gif);
  text-align: left;
}

blockquote {  
  margin: 0;
  background: #EEEEEE url(../images/rounded_tr.gif) no-repeat top right;
} 

blockquote span {
  display: block;
  padding: 5px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

/*---------Layout Element Style Begin---------*/

#header {  
  width: 100%;
  height: 3em;
  background: #EEEEEE url(../images/bg_header.gif) repeat-y top center;  
}

/*---------Header Menu Begin---------*/

#menu {
  width: 767px;
  margin: 0 auto;
  text-align: left;  
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
  width: 8em;
  display: inline;
  float: left;
  padding-top: 0.8em;  
  list-style: none;
  text-align: center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  color: #636C7B;
}

#menu ul li a:hover {
  font-weight: none;
  color: #ffffff;
  background: url(../images/menu_tab.gif) no-repeat bottom center;
}

#menu ul li a.active {
  font-weight: bold;
  color: #ffffff;
  background: url(../images/menu_tab.gif) no-repeat bottom center;
}

/*---------Site Title Begin---------*/

#title {
  padding: 0.8em 10px 0.8em 0;
  margin-right: 0.5em;
  float: right;
}

#title h1 {
  display: inline;
  color:  #ffffff;
  background-color: #000000;
  background-image: none;
}

/*---------Page Content---------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 -------------------------------*/

#content {  
  clear: both;
  width: 767px;
  margin: 0 auto;
  text-align: left;
}

#text {
  float: left;
  width: 730px !important;
  width: 730px;
  padding: 10px 5px 20px 20px !important;
  padding: 20px 5px 20px 20px;
}

#image {
  float: left;
  width: 170px;  
  vertical-align: top;
}

#sideBar {
  float: right;
  width: 145px !important;
  width: 160px;
  padding: 10px 15px 20px 0 !important;
  padding: 20px 15px 20px 0;
}

/*---------Sidemenu Styles Begin---------*/

.sideMenu {
  padding: 10px 0;
}

.sideMenu a {
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 1px;  
}

.sideMenu a span {
  display: block;
  padding: 1px;
}

.sideMenu a:hover {
  background: #EEEEEE url(../images/rounded_tl.gif) no-repeat top left;
}

.sideMenu a:hover span {
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}

/*---------Comment Styles Begin---------*/

#comments p {
  padding: 0 5px;
  margin-bottom: 0;
  background: #EEEEEE url(../images/rounded_tl.gif) no-repeat top left;
}

#comments p span.author {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 720;
}

#comments img {
  margin-top: -1px;
}

#comments a {
  color: #636C7B;
}

#comments a:visited {
  color: #636C7B;
}

#comments a:hover {
  color: #b6b71b;
}

/*---------Footer Begin---------*/

#footer {
  clear: both;
  float: left;
  width: 500px;
  padding: 10px 20px;
  color: #888;
}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #EEE;
}

a.talan {
  float: left;
  width: 50px;
  height: 29px;  
  margin-right: 10px;
  background: url(../images/logo_talan.gif) no-repeat top left;
}

/*---------Generic Display Classes Begin---------*/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 720;
}
#header #menu #title div {
	font-weight: bold;
}
#header #menu #title div {
	color: #FF0;
}
