/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18 Nov, 2014, 3:42:06 PM
    Author     : Venkat Shesu R
*/

body {
margin: 0 auto;
padding: 0;
font: 75%  verdana, georgia, "Trebuchet MS",Arial, sans-serif;
line-height: 1.8em;
color: #000;
background: #fff url(images/bg.jpg) center repeat;
}
			/* WRAP */
#container {
width: 750px;
margin: 0 auto;
padding: 0;
border: 1px solid #eee;
color: #555;
background: #fff;
}
			/* TOP BAR CONTAINER */
#top {	
margin: 0 auto;
padding: 0;
color: #000;
/*background: #AC4B16;*/
background: #23b4ee;
}
			/* TOP BAR TITLE  */
#top h1 {
font-family: georgia, "Trebuchet MS", verdana, Arial, sans-serif;
margin: 00;
padding: 20px 0 20px 20px;
font-size: 170%;	
text-transform: uppercase;
letter-spacing: 3px;
color:  #000;
background: inherit;
text-align:center;
}
			/* BANNER */
#banner {
width: 750px;
/*height: 20px;*/
height: 0px;
margin: 0 auto;
padding: 0;
color: #000;
/*background: #ffcc66 url(images/banner.jpg) no-repeat;*/
background: #23b4ee;
}
			/* TOP NAV MENU */
.container {
margin: 0;
padding: 5px 0 0 0;
width: 100%;
border-top: 1px solid #000;
}
#navPyra {
margin: 0;
padding: 0 0 20px 0;
border-bottom: 1px solid #000;
}
#navPyra li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#navPyra a:link, #navPyra a:visited {
float: left;
padding: 0 20px 6px 20px;
font-size: 120%;
line-height: 1em;
font-weight: normal;
text-decoration: none;
color: #CB5C14;
background: inherit;
}
#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
color: #000;
background: transparent url(images/pyramid.gif) no-repeat bottom center;
}
			/* SIDE CONTENT */
#side-menu {
width: 200px;
float: left;
margin: 0 auto;
padding-left: 10px;
}
#side-menu p { 
margin: 1em; 
}
#side-menu h2 {
font-family: georgia, "Trebuchet MS", verdana, Arial, sans-serif;
width: 150px;
margin: 1em;
padding: 0.2em;
font-size: 130%;
letter-spacing: 3px;
color: #64382F;
background: inherit;
}
			/* SIDE NAV */		
#navcontainer ul {
margin-top: 30px;
list-style-type: none;
background: inherit;
color: #000;
}
#navcontainer ul li a {
padding: 15px;
color: #CB5C14;
background: transparent url(images/list-off.gif) left center no-repeat;
text-decoration: none;
}
#navcontainer ul li a:hover {
background: transparent url(images/list-on.gif) left center no-repeat;
color: #acaf2c;
}
#navcontainer ul li a#current {
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}
			

			/* FOOTER */
#footer {	
clear: both;
height: 50px;
margin-top: 60px;
padding: 0.5em;
font-size: 0.9em;
border-top: 0px solid #e89400;
text-align: center;
color: #333;
background: transparent url(images/footer.jpg) top center no-repeat;
}
#footer a {
color: #000;
background: transparent;
}
#footer a:hover {
background: transparent;
color: #64382F;
text-decoration: underline;
}
			/*LINKS*/
a {
color : #acaf2c;
font-weight : normal;
text-decoration : none;
background : inherit;
}
a:hover {
text-decoration : none;
color : #CB5C14;
background : inherit;
}
a img {
border: 0;
}
			/*CLASS*/
.myborder {
float:left;
border: 1px solid #eee;
padding: 10px;
margin-right: 10px;
}
			/* TYPOGRAPHY */
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
#tfheader{
		//background-color:#c3dfef;
	}
	#tfnewsearch{
		float:right;
		padding:20px;
	}
	.tftextinput{
		margin: 0;
		padding: 5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		border:1px solid #0076a3; border-right:0px;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;
	}
	.tfbutton {
		margin: 0;
		padding: 5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: solid 1px #0076a3; border-right:0px;
		background: #0095cd;
		background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
		background: -moz-linear-gradient(top,  #00adee,  #0078a5);
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
	}
        .rfbutton {
		margin: 0;
		padding: 5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: solid 1px #0076a3; border-right:0px;
		background: #0095cd;
		background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
		background: -moz-linear-gradient(top,  #00adee,  #0078a5);
                border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
	}
	.tfbutton:hover {
		text-decoration: none;
		background: #007ead;
		background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
		background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	}
	/* Fixes submit button height problem in Firefox */
	.tfbutton::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
        }


