body {
	margin:0px;
	padding:0px;
	background-image:url(images/bg_pattern2.gif);
}

ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#containerContent {
	width:100%;
}

/* =========================================================== CSS Header ======================================================================= */

#containerHeader {
	width:100%;
	height:180px;
	background-image:url(images/bg_header.gif);
	background-repeat:repeat-x;
}
.topImgLR {
	width:36px;
	height:180px;
	float:left;
}

/* ----- Header image CSS ----- */
.headIMG{
	background-repeat:no-repeat;
	width:285px;
	height:180px;
	overflow:hidden;
	float:left;
}
#index {
	background-image: url(images/index.jpg);
}
#geography {
	background-image: url(images/geography.jpg);
}
#history {
	background-image: url(images/history.jpg);
}
#culture {
	background-image: url(images/culture.jpg);
}
#religion {
	background-image: url(images/religion.jpg);
}
#dance {
	background-image: url(images/dance.jpg);
}
#music {
	background-image: url(images/music.jpg);
}
#literature {
	background-image: url(images/literature.jpg);
}
#arts {
	background-image: url(images/arts.jpg);
}
#cuisine {
	background-image: url(images/cuisine.jpg);
}
#festivals {
	background-image: url(images/festivals.jpg);
}
#majorcities {
	background-image: url(images/major_cities.jpg);
}
#travelinfo {
	background-image: url(images/travel_info.jpg);
}
#forums {
	background-image: url(images/forums.jpg);
}
#sitemap {
	background-image: url(images/site_map.jpg);
}
#contactus {
	background-image: url(images/contact_us.jpg);
}

/* --------------------------- */

#logo {
	float:left;
	width:172px;
	height:180px;
	background-color:#D4880D;
}

#smallMenu {
	margin-top:12px;
	width:100px;
	height:13px;
	margin-left:36px;
}

#divLogo{
	width:140px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	height:40px;
	margin-top:53px;
	margin-left:16px;
}

.borderNone {
	border:none;
	padding:0px 7px 0px 8px;
}

#bgMenu {
	float:left;
	width:214px;
	height:180px;
	background-color:#C1B377;
}

#menuTop {
	width: 129px;
	margin: 10px 0px 0px 45px;
}
	
#menuTop li a {
	height: 19px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 19px;
	text-decoration: none;
}	
	
#menuTop li a:link, #menuTop li a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #232715;
	text-decoration: none;
	display: block;
	background: url(images/menu.gif);
	padding: 7px 0 0 36px;
}
	
#menuTop li a:hover, #menuTop li a:active, #menuTop li a:focus {
	color: #FFFFFF;
	background:  url(images/menu.gif) 0 -27px;
	padding: 7px 0 0 36px;
	text-decoration:underline;
}

/* =========================================================== CSS Breadcrumb ======================================================================= */

#breadcrumb {
	width:924px;
	height:25px;
	background-image: url(images/breadcrumb.gif);
	background-repeat:no-repeat;
	padding-top:10px;
	overflow:hidden;
}

.textCrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin-left:248px;
}

.textCrumb a, .textCrumb a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.textCrumb a:hover {
	text-decoration:none;
}

/* =========================================================== CSS Content ======================================================================= */

#content {
	width:924px;
	background-image:url(images/bg_body2.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}

/* ----- Left Column CSS ----- */

#leftCol {
	float:left;
	width:162px;
	margin:10px 0px 0px 36px;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
}
#leftCol ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
	list-style-position: inside;
	list-style-image: url(images/list1.gif);
}
#leftCol a, #leftCol a:visited {
	color:#FFFFCC;
	text-decoration:underline;
}
#leftCol a:hover{
	text-decoration:none;
	color:#6F0015;
}

#submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #232715;
	text-decoration: none;
	text-align:center;
}
#submenu a, #submenu a:visited {
	text-decoration:none;
	color: #232715;
}
#submenu a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
/* rss feed*/
#feedControl {
  font-size: 10px;

}
.gfc-resultsHeader {
border-bottom:none !important;
}
/* Suppress everything except for title */
#feedControl .gf-snippet{
color:#232715 !important;
}
#feedControl .gf-author,
#feedControl .gf-spacer,
#feedControl .gf-relativePublishedDate {
display : none;
}
.gfc-result {
  margin-bottom: 1em !important;
  }

/* decent padding at the bottom of each set of entries */
#feedControl .gfc-results {
  padding-bottom : 1em;
}

/* no padding between entries */
#feedControl .gfc-result {
  margin-bottom : 0px;
}

/* slightly larger section header title */
#feedControl .gfc-resultsHeader  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	color: #232715;
	text-decoration: none;
	background-image:url(images/bg_submenu.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:10px;
	margin-top:10px;
}
.gfc-resultsHeader .gfc-title{
  color: #232715 !important;
  display: inline;
  }
/* ---------------------------- */

/* ----- Right Column CSS ----- */

#rightCol {
	float:left;
	width:620px;
	margin:10px 36px 0px 50px;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow:hidden;
}

#rightCol ul {
	list-style-position: inside;
	list-style-image: url(images/list2.gif);
}

#rightCol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	text-decoration: underline;
}
.boldText {
	font-weight: bold;
}
.boldTextUnder {
	font-weight: bold;
	text-decoration:underline;
}
.darkGreen {
	color:#2C4112;
	font-weight:bold;
}
.grena {
	color:#700018;
	font-weight:bold;/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;*/
}

.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.note a {
	color:#990000;
}
.note a:hover {
	text-decoration:none;
}

/* ---------------------------- */

/* =========================================================== CSS Footer ======================================================================= */

#footer {
	height:35px;
	background-image:url(images/bg_footer.gif);
	background-repeat:repeat-x;
	overflow:hidden;
	padding: 30px 0px 0px 20px;
}

.footerTextLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #5A2711;
	padding:0px 5px 0px 5px;
	width:205px;
	float:left;
}
.footerTextRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #2C4112;
	padding:0px 5px 0px 5px;
	width:644px;
	float:left;
}

.footerTextRight a, .footerTextRight a:visited {
	color: #2C4112;
	padding:0px 5px 0px 5px;
}

.footerTextRight a:hover {
	color: #5A2711;
	padding:0px 5px 0px 5px;
	text-decoration:none;
}

.error{
	background:#FFCCCC url('images/attention.gif') no-repeat;
	color:#C00;
	border:1px solid #C00;
	font-weight:bold;
	padding-left:50px;
}
.success{
	background:#33CC33 url('images/success.gif') no-repeat;
	color:#000000;
	border:1px solid #33CC33;
	font-weight:bold;
	padding-left:50px;
}

a{color:#710119;}
a:hover{color:#D4880D}
a:visited{color:#710119}
TR.heading{
background-color: #710119;
color:#FFFFFF;
padding:10px;
font-style:Verdana;
font-weight:bold;
}
TR.odd {
background-color : #FCFCFC;
}
TR.even {
background-color : #CFCFCF;
}
TR.Over {
color : #666666;
background-color : #f0f0f0;
}
