/***********************************************************
This file contains all the Stylings for the Home page
************************************************************/

/******************************************************
Global settings
******************************************************/

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	/* need to keep the image before the color */
	background-color: #E0a400;
}
a {
	color: Red;	
}
a:hover {
	color: #FBBA04;	
}

/******************************************************
TAB Menu Parameters
******************************************************/

#tab_menu {
	position: absolute;
	left:735px;
	top: 13px;
}



/******************************************************
Side Quotes marquee 
******************************************************/

#quotes {
	position: absolute;
	top:310px;
	left:585px;
	background-color:#efcf60;
	height: 110px;
	width: 200px;
	border:double;
	border-color:white;
}
#quotes marquee {
	font-size: 10px;
	color: #660000; 
	scrollamount:2; */
	loop:true; 
}

#quotes marquee h4{
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
}

#quotes marquee .p1 {
  font-size: 12px;
  padding: 10px 0 10px 0;
  line-height: 11px;
  text-align: center;
}

/******************************************************
Main Generic Container Parameters
******************************************************/
#container {
	position: absolute;
	left: 5px;
	top : 5px;
	height: 480px;
	width: 780px;
	padding: 10px 0 0 10px ;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #E0B500;
}


/******************************************************
Page Logo Parameters
******************************************************/
#container #pageLogo {
	position: absolute;
	left: 05px;
	top : 5px;
	width: 300px;
	height: 160px;
}

#container #pageCaption {
	position: absolute;
	left: 305px;
	top : 120px;
	color:White;
  	font-family: Lucida Handwriting, cursive;
  	font-size: 17px;

}


#container #content {
	position: absolute;
	padding: 0px 0 0px 30px;
	left: 5px;
	top : 165px;
	width: 770px;
	height: 320px;
	overflow-y: scroll;
	scrollbar-face-color: #660000;
	scrollbar-shadow-color: #D07B02;
	scrollbar-darkshadow-color: #D07B02;
	scrollbar-track-color :#660000;
	scrollbar-highlight-color : #D07B02;
	scrollbar-3dlight-color : #D07B02;
	scrollbar-arrow-color : #D07B02;
}

#container #content h3{
	padding: 5px 0 0px 0px;
	Color: black;
  	font-size: 16px;
}

#container #content h4{
	color: black;
  	font-size: 14px;
}

#container #content h5{
	color: White;
  	font-size: 12px;
}

#container #pageFooter {
	position: absolute;
	left: 15px;
	top : 490px;
	width: 600px;
	height: 130px;
}

#container #pageFooter t1{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  	font-size: 11px;
  	}
  	
#container #pageFooter im1{
	padding: 0 5px 0 5px;
}
