/* the overall layout of the website */
* {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

a {
	text-decoration: none;
}

.spacer {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#wrapper {
	margin: 0px auto;
	width: 1050px;
	/*position: absolute; */
	/* top: 0px; */
	z-index:1;
}

#BannerPanel {
	background-color: #FFFFFF;
	width: 925px;
	padding: 10px;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	z-index:2;
}

#BannerPanel a img {
	float: left;
	z-index:3;
}

#MenuPanel {
	font-weight: normal;
	margin-top: 20px;
	padding: 0px;
	width: 900px;
	clear: both;
	z-index:2;
}

/* faux panels make sure that the three column layout is always height aligned (left and right columns have same heigts, no matter what */
#fauxPanel {
	margin-bottom: 5px;
	background-color: #FFFFFF;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
	z-index:2;
}

#LeftPanel {
	display: inline;
	margin-top: 5px;
	padding: 0px;
	float: left;
	/*width: 150px; */
	width: 0px;	
	/*border-right: 2px ridge #6395ff; */
	z-index:3;
}

#ContentPanel {
	display: inline;
	background-color: #FFFFFF;
	margin-top: 5px;	
	padding: 0px;
	float: left;
	/*width: 590px; */
	width: 600px;
	z-index:3;
}

#RightPanel {
	display: inline;
	margin-top: 5px;
	padding: 0px;
	width: 350px;
	float: left;
	position: relative;
	background-color: #ffffff;
	z-index:3;
}

#FooterPanel {
	width: 925px;
	clear: both;
	margin: 10px 0px;
	padding: 10px;
	z-index:3;
}

.contentBox {
	width: 95%;
	margin: 5px;
	padding: 0px;
	border: 0;
	float: left;
	position: relative;
	background-color: #309839;
	align: center;
	z-index:2;
}

.clear {
	clear: both;
	background: none;
}

.loginbar ul {
	list-style-type: none;
	margin-top: 50px;
}

.loginbar div {
	float: left;
}

.searchlist {
}


/*******************************************/
/************* Alpha Selector Menu *********/
.alphaSelectorMenu {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #272727;
	margin-top: 3px;
}

.alphaSelectorMenu ul {	
	list-style: none;
	text-align: center;	
	margin-bottom: 2px;
	height: 23px;	
	margin-right: auto;
	margin-left: auto;
}

.alphaSelectorMenu li {
	display: inline;
	background-color: #ececec;
	padding: 4px;
	/*line-height:23px;*/
}

.alphaSelectorMenu li a {
	color: #000000;
	text-decoration: none;	
}

.alphaSelectorMenu li a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;	
	font-size: 14px;
}

.alphaSelectorMenu li.tabactive{
	padding: 4px;
	background-color: #000000;
	font-size:14px;
	font-weight: bold;
	position: relative;
	color: #FFFFFF;
}

/**************************************************************/
/*** Main Menu *********/
.navy ul {
	float: left;
	list-style-type: none;
}

li.navy {
	float: left;
	margin-right: 1px;
	display: inline;
	background: #3b5998; /* url(/images/left-blue-corner.png) no-repeat;*/
}

.navy a {
	float: left;
	padding: 0 20px;
	color: #FFF;
	text-decoration: none;
	line-height: 2.5;
	/* background: url(/images/right-blue-corner.png) no-repeat top right; */
}

.navy a:hover {
	background: #6395ff;
}

li.navy_selected {
	background: #6395ff;
	float: left;
	margin-right: 1px;
	display: inline;
}

/*********************************************/
/********* Search button *********************/
	/* tutorial for reference: http://www.nimlok-louisiana.com/blog/create-custom-search-bars-with-image-replacement-using-css/ */
.search_button {
	float: left;
	border: 1px #3b5998 solid;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: 0;
	height: 20px;
	width: 20px;
	background-color: #CCDCFF;
}

.search_box {
	float: left; /* this will make the images line up */
	border: 1px #3b5998 solid;
	border-right: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 200px;
	/* the width of the actual search box, must be shorter than your image so it fits inside it. */
	height: 20px; /* again, must be slightly less than the image size */
	background-color: #CCDCFF;
	/* Makes the search field invisible so you can see the image we want underneath. This doesn’t work in Safari, so I may go back later and give them their own style sheet. For now, I’m not bothered by this small inconvenience. */
}

.search_bg {
	float: right;
	background-color: white;
	width: 300px;
	height: 28px;
	display: block;
	border: 0px #3b5998 solid;
	display: inline;
}

.search_select {
	float: left; /* this will make the images line up */
	border: 1px #3b5998 solid;
	border-left: 0;
	border-right: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 60px;
	height: 21.5px;
	background-color: white;
	scrollbar-face-color: #CCDCFF;
}

/*********************************************************/
/******* Thumb Pallette **********************************/
.thumbPallete {
	float: left;
	border: 0px;	
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 310px;	
	overflow: hidden;
	border: 0px;
	/*padding: 5px;*/
	padding-top: 0px;
	text-align: center;
}

.thumbPallete > ul {
	list-style: none;
	float:left;
}	

.thumbPallete > ul > li {
	float: left;
	margin: 1px;
}

.thumbPallete > ul > li > div {
	height: 75px;
	width: 75px;
	overflow: hidden;
}


/**********************************************************/
/******** header ************************************/
.header {
	float: left;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 0px;
	width: 250px;
	/*height: 400px;*/
}

h1.sectionTitle {
	width: 100%;
	color: #FFFFFF;	
	background-color: #3b5998;	
	font-size: 12px; 
	line-height: 18px;
	text-align: center;
	text-transform: capitalize;		
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;			
}


.header > a > img {
	float: left;
	padding: 10px;
	padding-left: 0px;	
}

.adminToolbar {
	width: 80%;
	float: left;
	margin-top: 5px;
	margin-bottom: 2px;
	padding-left: 20px;	
}

.adminToolbar > ul {
	list-style: none;
}

.adminToolbar > ul > li {
	float: left;	
	margin-right: 5px;
}


.itemList {
	float: left;
	width: 250px;	
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;		
}

.itemList > ul {
	list-style: none;	
}

.itemList > ul > li {
	width: 100%;
	text-transform: capitalize;
	font: helvetica;	
	font-size: 12px;	
	padding: 3px;
}

.itemList > ul > li > a:hover {
	background-color: #3b5998;
	color: #ffffff;
}	 


.videoScroll {
	float: left;
	width: 100%;
	height: 320px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.videoScroll > ul {
	list-style: none;
}

.videoScroll > ul > li {
	float: left;
	margin: 5px;
	width: 140px;
	height: 150px;
}


.featured {
	float: left;
	margin: 5px;
	width: 100%;	
}

.featuredThumb {
	float: left;
	margin: 5px;	
}


.websiteList {
	float: left;
	margin: 5px;
}

.formfieldset {
}

.formfieldset > ul {
	list-style: none;
}

.formfieldset > ul > li {
	padding-bottom: 5px;
}	


.websnippet {
	margin: 5px;
}

.webtitle {
	margin: 3px;
}	 

.webtitle > a {
	text-decoration: none;	
}

.webdesc {
	margin: 2px;
}


/**********************************************************/
/******** lists ************************************/
.MainListItem {
	background-color: #FFFFFF;
	float: left;
	width: 180px;
	margin: 2px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: capitalize;
}
.MainListColumn {
	background-color: #FFFFFF;
	width: 180px;
	float: left;
	margin: 2px;
}



/************* tabbed menu bar **/
/*- Menu Tabs H--------------------------- */

    .tabbedMenuBar {
      float:left;      
      width:100%;
      background:#FFF;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid;      
      }
    .tabbedMenuBar ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    .tabbedMenuBar li {
      display:inline;
      margin:0;
      padding:0;
      }
    .tabbedMenuBar a {
      float:left;
      background:url("/images/tabMenuBar/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    .tabbedMenuBar a span {
      float:left;
      display:block;
      background:url("/images/tabMenuBar/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabbedMenuBar a span {float:none;}
    /* End IE5-Mac hack */
    .tabbedMenuBar a:hover span {
      color:#FFF;
      }
    .tabbedMenuBar a:hover {
      background-position:0% -42px;
      }
    .tabbedMenuBar a:hover span {
      background-position:100% -42px;
      }
      
      
.vertlist ul {
	list-style: none;
}     

.horizlist ul {
	list-style: none;
	display: inline;
	float: left;
}

.vertlist li {
	display: block;
	padding-bottom: 3px;
}

.horizlist li {
	display: inline;
	padding-right: 3px;
}

.actiontools ul {
	list-style: none;
	display:block;	
}

.actiontools li {
	display:inline;
}