/* Utils */
.clear {
	clear: both;
}

.floatRight {
	float: right;
}

.floatLeft	{
	float: left;	
}

.borderNone {
	border: 0px;
}

/* End Of Utils */

body{
	font:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#b4b3b3;
}
div#wrapper {
	height: 100%;
	width: 100%;
}

#cc{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
#data{
	width:990px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
}
.text{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#b4b3b3;
	text-decoration:none;
	text-align:center;
	width:990px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	}
.im{
	width:775px;
	background-image:url(../yellow.gif);
	background-repeat:no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
	text-align:center;
	height:67px;
	float:left;
	}
.sw{
	margin-top:5px;
	width:200px;
	float:left;
	}
.footerswf{
	width:200px;
	float:left;
	}
.footertxt{
	width:570px;
	padding-top:14px;
	float:left;
	}
.footertxt1{
	width:560px;
	padding-top:10px;
	float:left;
	}
.footer_links{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	padding-top:10px;
	text-decoration:none;
	}
.footer_links:hover{
	color:#2D4B9C;
	padding-top:10px;
	text-decoration:none;
	}
	
.footer_links1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	padding-top:10px;
	text-decoration:none;
	}
.footer_links1:hover{
	color:#2D4B9C;
	padding-top:10px;
	text-decoration:none;
	}
	
.con_links{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	padding-top:5px;
	text-decoration:none;
	}
.con_links:hover{
	color:#2D4B9C;
	padding-top:5px;
	text-decoration:none;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

:focus {
	outline: 0;
}

#cardwrapper {
	margin: 0 auto;
	width: 450px;
}

#player1 {
	background-color: #ffcf06;
	height: 100px;
	margin: 15px auto;
	padding-top: 10px;
	width: 380px;
}

.hmebutton {
	margin-top: 15px;
	text-align: left;
}

#maincardwrapper {
	margin: 0 auto;
	width: 980px;
}

#leftside {
	color: #636161;
	font: 11px Tahoma, Geneva, sans-serif;
	float: left;
	margin: 20px 100px 0 20px;
	width: 400px;
}

#rightside {
	color: #2d2c2c;
	font: 14px Tahoma, Geneva, sans-serif;
	float: left;
	margin: 20px 20px 0 20px;
	width: 380px;
}

.cmtlink {
	color: #a7a6a6;
}

#cmtbox {
	background: #f0f0f0;
	border: 1px solid #c9c9c9;
	color: #575757;
	margin-top: 20px;
	width:380px;
	
}


#cmttt input[type=text] {
	border: 1px solid #bebebe;
	clear: both;
	height: 24px;
	width:350px;
}

#cmttt textarea {
	border: 1px solid #bebebe;
	clear: both;
	height: 204px;
	width:350px;
}
.cmtbutton {
	width:100px;
}

#cardheader {
	color: #9e9e9e;
	font: 16px Tahoma, Geneva, sans-serif;
	margin: 10px 0px 10px 10px;
	text-decoration:none;
}

#cardheader a{
	color: #9e9e9e;
	font: 16px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin: 30px 0px 10px 10px;
	text-decoration:none;
}

#cardheader a:hover{
	color: #3e3e3e;
	text-decoration:none;
}

.highlighted {
	color: #3e3e3e;
	font: 16px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin: 30px 0px 10px 10px;
	text-decoration:none;
}

.bar {
	color: #9e9e9e;
	font: 14px Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.textfield {
	border: 1px solid #bebebe;
	height: 24px;
	width:350px;
}

.textarea {
	border: 1px solid #bebebe;
	height: 124px;
	width:350px;
}

.replies {
	margin-left: 30px; 
	background-color: #f0f0f0;
	padding: 5px;
	border-bottom: 2px solid white;
}
/* Gallery */
#gallery {
		background-color: #fff;
		padding: 5px;
		width: 980px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li {  display: inline; }
	#gallery ul img {
		margin: 10px;
		border: 3px solid #ccc;
	}
	#gallery ul a:hover img {
		border: 3px solid #444;
		color: #fff;
	}
	#gallery ul a:hover { color: #444; }
	
	
/* Gallery Ends */

/* Jquery Styles */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Jquery Styles Ends */


/* start of menu css*/

/*Top level list items*/
.jquerycssmenu {
padding-bottom: 80px;
_padding-bottom: 115px;
}
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding: 5px 7px 4px 7px;
_padding: 5px 2px 4px 2px;
margin-right: 2px; /*spacing between tabs*/
color: #2d2b2b;
text-decoration: none;
float:left;
}

.jquerycssmenu ul li span{
display: block;
padding: 5px 7px 4px 7px;
_padding: 5px 2px 4px 2px;
margin-right: 3px; /*spacing between tabs*/
color: #2d2b2b;
text-decoration: none;
float:left;
}

.jquerycssmenu ul li a:hover{

}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
display: block;
visibility: hidden;
margin:-30px 0 0 0;
_margin:-15px 0 0 0;
_margin-left: 15px;
float: left;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: block;
float: left;
width: 420px;
_width: 450px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
    top: 0;
    
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a {
font: normal 12px Verdana;
/*width of sub menus*/
background: white;
color: black;
margin: 0;
padding: 0 10px 0 0;
top:0;

}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

/*end of menu  */

/*Logo Pages  */


#logowrappermain {
	margin: 0 auto;
	width: 990px;
}
.logoheading {
	color:#bebdbd;
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0 0 30px;
}
   
   #logogallery {
	   width: 990px;
   }
  
   .logogalleryimages {
	   color: #666;
	   margin-top:15px;
	   margin-left: 35px;
	   float: left;
	   font-weight:bold;
	   line-height:25px;
	   text-align:center;
   }
   .logogalleryimageborder {
	   border: 1px solid #d5d5d5;
	   padding: 5px;
   }
  
  
  /*end of logo page  */

