/***********************************************/
/* HTML tag styles                             */
/***********************************************/

	
body{
	xfont-family: Arial,sans-serif;
	font-family: "Trebuchet MS", Arial, san-serif;
	line-height: 1.166;	
	padding: 0px;	
	color:#000000;
	background-color:#414141;
	background-image:url('images/orange/BG_Grad.jpg') ;
	background-attachment: fixed;
	background-repeat:repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	border-collapse: collapse;
	width: 800px;
	margin: auto;
}
#masthead{
	position: absolute;
	width: 100%;
	margin: auto;
	min-width: 800px;
	max-width: 800px;
	background-color: #ED873F	
	z-index: 3600;
*/
}

#menu_right{
	position:absolute;
	height: 32px;
	top: 144px;
	width: 100%;
	margin: auto;
	float: right:
	min-width: 800px;
	max-width: 800px;
	z-index: 3500;
	background: #000000;

}
#pagecell1{
	position:absolute;
	top: 176px;/* 120 */	
	width: 100%;	
	margin: auto;	
	min-width: 800px;
	xwidth:auto !important;
  	xwidth:800px;	
	max-width: 800px;
	background-color: #ffffff;
	
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	
 font: bold 140% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 120% Arial,sans-serif;
 color: #000; 
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 110% Arial,sans-serif;
 color: #555;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#xpagecell1{
	position:absolute;
	top: 195px;/* 120 */
	left: 4%;
	right: 4%;
	width: 91.6%;
	margin: auto;
	
	min-width: 800px;
	max-width: 1200px;
	background-color: #ffffff;
	
}


#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

	
/* Page Nav */
#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #ededed;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	font-family: "Trebuchet MS", Arial, san-serif;
}

#content{
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
	
	
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
	font-family: arial, tahoma, sans-serif;
}


/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 10px 0px 04px 192px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	text-align: center;
	
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
	
	
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	
}



/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/


.backlinks{
	padding: 8px 0px 0px 0px;
	position: absolute;
	font-size: 80%;
	font-family: Verdana, Arial, san-serif;
	z-index: 4001;
	min-height: 10px;
	color: #888888;
}

.backlinks a{
	color: #888888;
	text-decoration: none;
}

.backlinks a:link{
	color: #888888;
	text-decoration: none;
}

.backlinks a:hover{
	color: #AAAAAA;
	text-decoration: underline;
}



/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 20px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	width:90%;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 150% Arial,sans-serif;
	color: #000;
	padding: 20px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 20px 15px 0px 0px;
}

/*************** gallery one column styles ******************/

.gallery1 {
	padding: 10px 10px 0px 20px;
	font-size: 80%;
	min-height: 100px;
	height: 100px;
	width:90%;
	/**background: #005FA9;**/
}
.gallery2 {
	padding: 0px 0px 0px 0px;
	width:45%;
	float: right;
	background: #333;
	position: relative;
}
.event {
	padding: 10px 0 0 0;	
	min-height: 100px;	
	/**background: #777;**/
}
.gallery1 h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
	
}

.gallery1 p {
	padding: 0px 0px 10px 0px;
}

.gallery1 img{
	float: left;
	padding: 0px 15px 0px 0px;
}

.gallery1 a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.gallery1 a.capsule:hover{
	text-decoration: underline;
}

td.gallery1Left{
	padding-right: 12px;
	width: 50%;
}
/*****
/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 20px;
	font-size: 80%;
	width:90%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
	width: 50%;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #9999cc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align:center;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}




/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/**************** Navbar Style *****************/


.clear{
height:40px;
clear:both;
width:100%;
margin:0;
margin-left:240px;
}

#mastlogo{
	top: 0px;
	position:relative;
	/*background-image: url('XXimages/orange/header_bg.gif'); 
	background-repeat: repeat; 
	background-position: left top; */
	padding-top:0px ;
	min-width: 100%;
	background-color: #555;
	z-index: 900;
}


#pickit{
	font-family:verdana, arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#666;
	margin:5px 5px 0px 0px;
	clear:none;
	position:relative;
	float:right;
	z-index: 2000;
}

#nav {
	
	position: absolute;
	top: 0px;
	left: 00%;
	right: 0%;	
	width: 100%;
	min-width: 800px;
	height: 32px;	
	background: transparent;
	margin: 0px 0 0 0;	
	z-index: 1100;
	
}

	
/* -- Orange Menu -- */
.menu {
	font-family: "Trebuchet MS", Arial, san-serif;
	width:492px;
	height:42px;
	position:relative;
	font-size:11px;
	margin:0px 0px 0px 0px;
	z-index:1000;
	float: right;
}
.menu ul li a {
	display:block;
	text-decoration:none;
	color:#f0f0f0;
	font-weight:bold;
	width:81px; 
	height:42px; 
	text-align:center;
	border-bottom: 0;
	background-image:url('images/orange/center.png');
	line-height:48px; 
	font-size:11px; 
	overflow:hidden;
	padding-left: 1px;
}
/* End Caps Styling */
.menu .left_nosub {
	background-image:url('images/orange/left.png');
	padding-left: 1px;
	margin-right: -1px;
}


.menu .right_hassub {
	background-image:url('images/orange/right.png');
}
.menu .right_nosub {
	background-image:url('images/orange/right.png');
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* Button ":hover" Styling */
.menu ul li:hover a {color:#000; background:url('images/orange/center_hassub.png');}
.menu ul li:hover ul {display:block; position:absolute; top:42px; left:0; width:152px; margin: 0; padding: 0;}
.menu ul li:hover ul li a.center_hassub {background:#6a3; color:#000;}
.menu ul li:hover ul li:hover a.center_hassub {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}

.menu ul li:hover .left_nosub {color:#000; background:url('images/orange/left_nosub.png');}
.menu ul li:hover .right_hassub {color:#000; background:url('images/orange/right_hassub.png') ;}
.menu ul li:hover .right_nosub {color:#000; background:url('images/orange/right_nosub.png') ;}

/* DropDown Styling */
.menu ul li:hover ul li a {background-image: none; display:block;height: 28px; line-height: 26px; color:#000; width:142px; text-align:left; margin: 0; padding:0 0 0 11px;font-weight:normal;}
.menu ul li:hover ul {
	margin: 0 0 0 3px;
	padding: 0;
	background-image:url('images/orange/dropdown.png');
	background-repeat:no-repeat;
	background-position:bottom left; 
}

/* DropDown Menus ":active" or "Selected" Styling */
.menu ul li:hover ul .sub_active {
	background-image:url('images/orange/sub_active.png');
	margin-right: 1px;
}

/* DropDown Menus ":hover" Styling */
.menu ul li:hover ul li a:hover {color:#000 !important; background-image:url('images/orange/sub_hover.png');}

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}


.wrap{
position:relative;
top:20px;
left:20px;
float:left;
width:700px;
height:750px;
background:#101010 url('images/presentation/black-licorice.png') no-repeat center 120px;
border:3px solid #f0f0f0;
padding:0;
padding-left:10px;

}

/* -- End Orange Menu -- */


/**************** SIDEBAR MENUS ******************/
.sidebarmenu ul{
font-family: "Trebuchet MS", Arial, san-serif;
font-size:12px;
font-style: bold;
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;

}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #000000;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #F5f7f7; /*background of tabs (default state)*/
color: #000000;
}

.sidebarmenu ul li a:visited{
color: #21536A;
}

.sidebarmenu ul li a:hover{
background-color: #333333;
background-color: #000;
color: orange
}

/*Sub level menu items */

.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;

}

.sidebarmenu a.subfolderstyle{
background: url(images/orange/arrow_right.gif) no-repeat 97% 50%;

}
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }


/********************* end **********************/

.myStyle {
  text-indent: 120px;  
}
 .galleryfloatleft
{
float: left;

font-size:80%;
font-weight:normal;
color:#669933;
margin: 20px 20px 10px 10px;
border: 1px solid #666;
padding: 2px;
background-color: #ddd;
width: 94px;
text-align: center;


font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 2.4em;
	
border: 10px solid #fff;
border-top-style: none;


}
.gallery_feature
{
float: left;
font-size:80%;
font-weight:normal;
color:#669933;
margin: 20px 10px 0px 0px;
padding: 0px 0px 0px 0px;
background-color: #ddd;
width: 132px;
text-align: center;

font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 2.em;
min-height: 190px;
height: 190px;
border: 0px solid #fff;
border-top-style: none;

}
.gallery_feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	border: 6px solid #ddd;
	
}
