/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top elements */
* { margin:0; padding: 0; }

body {
	background: #ADCEE2 url(/us/images/home/sambackground.png) repeat-x top;
	font: 70%/1.5  Arial, 'Trebuchet MS', arial, sans-serif; */
 	text-align: center; 
 	margin-top: 15px;
 	margin-left: 0px;
 	margin-right: 0px;
 	margin-bottom: 15px;
}  

/*****************************
      LAYOUT 
******************************/
#wrap {
		margin: 0 auto ;
		text-align: left;
		display : block;
		width: 975px;  	
		background-color: #FEFEFE;
}

#content-wrap {
		background-color: #FEFEFE;
		display : block;
		text-align: left;
		margin:0; padding: 0;
		width: 975px;		
}

/* links */
a	{ 
	color: #800000;
	background: inherit;
	text-decoration: underline;
}
a:hover { 
	color: #FF9933;
	background: inherit; 	 
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	background: inherit;
}
h1 {
	font-size: 2em;
	font-family: 'Arial';
	color: #800000;	
	background: inherit;
}
h2 {
	font-size: 1.3em;
	color: #800000;
}
h3 {
	font-size: 1.2em;
	color: #800000;
	letter-spacing: 1px;
}

h1, h2, h3, p { 
	padding: 5px 8px; 
}

ul, ol {
	margin: 10px 10px;
	padding-left: 15px; 
	padding-bottom: 3px; 
	padding-top: 3px; 
	padding-right: 3px;
	color: #800000;	
}

li {
	padding-top: 6px; 
}

ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

table { clear:both; }
.caltable { border-width: 1px;
	border-spacing: 0;
	border-style: none;
	border-color: #CCCCCC;
	background-color: #EEEEEE;
	border-collapse: separate; }
.mtable-calendar { border: 2  #D2B48C; border-style:outset; background: inherit; border-collapse: collapse;}
.mtable-border { border: 1 solid #CCCCCC; background: inherit; border-collapse: collapse;}
.mtable { border: 0; background:inherit; border-collapse: collapse;}
.tcb { background-color: #005CB9; }
/* table header column */
.tch { background-color: #800000;
       color: #dbdbdb;
       font-size: 0.9em;
       font-weight: normal;
       padding-left: 15px; padding-bottom: 3px; padding-top: 3px; padding-right: 3px; 
       font-family: 'Arial', sans-serif; }
.tclb { background-color: #9FCFFF; }
.tcllb { background-color: #D0E8FF; }
.tcw { background-color: #FFFFFF; }
.tcg { background-color: #EBEBEB; }
.tclg { background-color: #FCFCFC; }
.tcbl { background-color: #000; }
.timage { background: url(/us/images/home/table_bg.jpg) repeat-x; }
.tcy { background-color: #FFF8C6; }
/* table cells */
.icell { padding-left: 15px; padding-bottom: 3px; padding-top: 3px; padding-right: 3px;  }
.icell-large { padding-left: 15px; padding-bottom: 3px; padding-top: 3px; padding-right: 3px; font-family: Arial, Arial, sans-serif;	font-size: 0.8em; }
.icaption { font-family: Arial, sans-serif; font-weight: bold; padding-left: 0px; font-size: 1.2em; padding-bottom: 3px; padding-top: 10px; padding-right: 0px; }
.iborder { border-right-color: #800000; border-right-width: 1 px; } 

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Trebuchet MS', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border-left: 5px solid #5E767E;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px;
	font-size: 1.0em;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(/us/images/home/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border-left: 5px solid #5E767E;  
	font-weight: bold; 
}

/* form elements */
form {
	margin:0; padding: 0;
}


span.label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

span.small {
	display:block;
	font-family: Arial, 'Trebuchet MS', Arial, sans-serif;
	font-size: 0.9em;
	margin:5px 0;
	font-style: italic;

}

input {
	padding:2px;
	border:1px solid #DDD;
	font: normal 1em Arial, sans-serif;
	color:#000;
	height: 2em; /* replace 2em with your chosen value, in px or whatever */
	vertical-align: middle;
}


textarea {
}


textarea.festAddDesc { 
	width:200px;
	padding:4px;
	font: normal 1em Arial, sans-serif;
	border:1px solid #222;
	height:70px;
	display:block;
	color:#777;
}

/**** Header Links ****/

/* links */
#menuheader a	{ 
	color: #FFCC99;
	background: inherit;
	text-decoration: none;
}

#menuheader a:hover { 
	color: #FF9933;
	background: inherit;
	text-decoration: none;
}


/* header */
#header {
	position: relative;
   	clear:left;
   	width: 975px;
	height: 25px; 
	margin: 0; padding: 0;
}

#header-img {
	position: relative;
   	clear:left;
   	width: 975px;
	height: 100px; 
	margin: 0; padding: 0;
}


#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and right to adjust the position of the logo*/
	top: 36px; right: 35px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #FFF;
	
	/* change the values of top and right to adjust the position of the slogan*/
	top: 85px; right:35px;		
}

/* menu tabs */
#header #header-tabs {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 25px;
	background: #555555;
   font: 0.9em Arial, Tahoma, 'Trebuchet MS',  Sans-serif;  
} 

#header-img #frameid {
	position: absolute;
	top: 26; left: 0;
	width: 100%;
	height: 25px;
} 

#header-tabs ul {		
	margin:0;
   padding:2px 0px 0px 7px;
   list-style:none;
}
#header-tabs li {
	display:inline;
   margin:0;
   padding:0;
}
#header-tabs a {
	float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
   font-weight: bold;	

}
#header-tabs a span {
   float:left;
   display:block;
   background: url(/us/images/home/tabright.gif) no-repeat right top;
   padding:5px 8px 3px 8px;
   color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}

/* main content */
#main {
	float: right;
	width: 824px;
	margin: 0; padding: 0;
	background-color: inherit;
}
#main h1 {
	text-transform: none;
	border-bottom: 2px solid #E2E2E2;	
	color: #000022;	
	display: block;
	font-weight: bold;
	font: 2.5em Arial, Tahoma, 'Trebuchet MS',  Sans-serif; 
}	

/* main content */

#announcements {
	float: left;
	margin: 0; padding: 0;
	background-color: inherit;
}

#announcements h1 {
	text-transform: none;
	color: #000022;	
	text-align: left;
}	

#announcements h2 {
	background-color : #F8C055;
	border-bottom : #F8C055 1px solid;
}


/* sidebar */
#sidebar {
	float: left;
	width: 200px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;	
}
#sidebar h1 {
	padding: 0px 0px 3px 25px;
	background: url(/us/images/home/square_arrow.gif) no-repeat 0% .7em;
	text-transform: none;	
	color: #000022;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #E2E2E2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #444444;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #E2E2E2;
	border-left: 5px solid #BBBBBB;	
	font: Sans-serif, Tahoma, 'Trebuchet MS',  Sans-serif; 
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #770000;
	color: #FFFFFF;
	border-left:5px solid #ff8040;
	font-weight: bold;
	font: Sans-serif, Tahoma, 'Trebuchet MS',  Sans-serif; 
}

/* header-menu */
#header-menu { 
	clear: both;
	height: 30px;
	color: #CCC;
	background: #000;
	margin: 0;	
	font-size: 92%;			
}
#header-menu a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}
#header-menu #footer-left {
	width: 68%;
	float: left;
	text-align: left;
	margin: 0; padding: 10px;
}
#header-menu #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}

/* search */
#header-menu #search {
	background: #000000;
	float: right;
	margin: 4 0px;
	padding: 0px 0;	
}
#header-menu #search img {
	vertical-align: center;
}
#header-menu #search .textbox {
	background: #FFF url(/us/images/home/input.png) no-repeat top left; 
	border: 1px solid #000000;
	font-size: 12px;
	padding: 3px;	
	width: 110px;
	height: 20px;
}
#header-menu #search input.searchbutton { 
	margin: 0 3; 
	font: bold 100% Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #CCC url(/us/images/home/buttonbg.gif) repeat-x left bottom; 
	padding: 1px; 
	height: 20px;
	color: #333;	
	width: 55px;
}


/* footer */
#footer { 
	clear: both;
	background: #CCC url(/us/images/home/footerbackground.png); 
	margin: 0;	
	height: 30px;
	font-size: 92%;			
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}
#footer #footer-left {
	width: 68%;
	float: left;
	text-align: left;
	padding-top: 7px;
	padding-left: 7px;
}
#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	padding-top: 7px;
	padding-right: 7px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-top: 20px;
}

.divider {
    background: #1a508c;
    height: 3px;
    margin: 1px 0;
    padding: 0;
    font-size: 1px;
}

.col .divider {
    background: none;
    border-top: 1px solid #999;
}


/********************************************
   Added by Ashok
********************************************/ 


#leftcol {
	margin-left : 15px;
	margin-right : 5px;
	margin-top	: 10px;
	margin-bottom : 5px;
	width : 275px;
	float : left;


}

#maincol {
	margin-left : 5px;
	margin-right : 5px;
	margin-top	: 10px;
	margin-bottom : 5px;
	width : 375px;
	float : left;

}

#rightcol {
	margin-left : 5px;
	margin-right : 7px;
	margin-top	: 10px;
	margin-bottom : 5px;
	width : 275px;
	float : left;
}

#spaces {
}


.borderbox {
	clear : both;
	float : none;	
}


#tabmenu {
		color: #000;
		border-bottom: 2px solid black;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: #DEDECF;
		background: #898B5E;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		border: 2px solid black;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }

	#tabmenu a.active {
		background: #ABAD85;
		border-bottom: 3px solid #ABAD85; }

	#tabmenu a:hover {
		color: #fff;
		background: #ADC09F; }

	#tabmenu a:visited {
		color: #E8E9BE; }

	#tabmenu a.active:hover {
		background: #ABAD85;
		color: #DEDECF; }


#calendar {
	height: auto;
	margin: 0; padding: 0;
	background:#EEEEEE; 
	text-align: left;

}

#calendar h2 {
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	color: #EEEEEE;	
	text-align: center;
	font-family: Arial, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
	background: url(/us/images/home/title_bg.jpg);
}

#calendar #h2 img {
	vertical-align: middle;
}

#events {
	text-align: left;
	height: auto;
	margin: 0; padding: 0;
	background:#EEEEEE; 
	border-style: dotted;
	border-color: 9EBACE;
	border-width: 1;
}

#events h2 {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;	
	font-family: Arial, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
	background: url(/us/images/home/title_bg.jpg);
}

#sponsorship {
	text-align: left;
	height: auto;
	margin: 0; padding: 0;
	background:#EEEEEE; 
	border-style: dotted;
	border-color: 9EBACE;
	border-width: 1;
}

#sponsorship h2 {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;	
	font-family: Arial, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
	background: url(/us/images/home/title_bg.jpg);
}


#quiz {
	text-align: left;
	height: auto;
	margin: 0; padding: 0;
	background:#EEEEEE; 
	border-style: dotted;
	border-color: 9EBACE;
	border-width: 1;
}

#quiz h2 {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;	
	font-family: Arial, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
	background: url(/us/images/home/title_bg.jpg);
}

#searchtab {
	text-align: center;
	height: 70;
	margin: 0; padding: 0;
	background:#EEEEEE; 
	border-style: dotted;
	border-color: 9EBACE;
	border-width: 1;
}

#searchtab h2 {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;	
	font-family: Arial, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
	background: url(/us/images/home/title_bg.jpg);
}

#featured {
	text-align: left;
	margin: 0; padding: 0;
	background:#EEEEEE; 
	border-style: dotted;
	border-color: 9EBACE;
	border-width: 1;
}

#featured h2 {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;	
	font-family: Arial, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
	background: url(/us/images/home/title_bg.jpg);
}

/*****SELECT*****/
select.months {
	padding:2px;
	font: normal 1em Arial, sans-serif;
	color:#777;
     	border-right: red 2px solid;
	border-top: red 2px solid; 
     	border-left: red 2px solid; 
     	border-bottom: red 2px solid; 
     	background-color: #fffffe;
}

/*---------- bubble tooltip -----------*/
a.tt{
	position:relative;
	z-index:24;
	color:#800000;
	font-weight:bold;
	text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
	text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
	background: url(/us/images/services/calendar/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/us/images/services/calendar/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
	background: url(/us/images/services/calendar/bubble.gif) no-repeat bottom;
}


/********************************** rounded div element *******************************************/

.roundcont {
	width: 150px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/us/images/home/table_top_right.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(/us/images/home/table_bottom_right.jpg) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

