/******************************************************

 PAGE LAYOUT

*******************************************************/

body
{
    margin: 0; 
    padding: 0;
    text-align: center;
    font-family: Arial, Sans-Serif, Tahoma;
    font-size: 9pt;
    z-index: 0;
    background-color: Black;
    
}

body form
{
    margin: 0;
    padding: 0;
  
}

div#page_holder
{
    margin: 0px auto 0px auto;
    width: 840px;
    text-align: center;
    border: solid 1px black;
    padding: 0;  
      background-color: White;
}

div#page_content
{
	width: 661px;
	text-align:left;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}




/******************************************************

 CONTROLS

*******************************************************/

/* HEADER */


#header div#top-menu
{
    clear: both;
    width: 540px;
    height: 22px;
    float:right;
	margin-top: 8.2em;
    background-color: transparent;  
    
}

div#header 
{
    width: 840px;
    height: 129px;
    overflow: hidden;
    /*background: transparent url('../images/header.gif') no-repeat;*/
    z-index: -1;
}

div#header-section2 {
	width: 840px;
	height: 34px;
	overflow: hidden;
	background: transparent url('../images/header-bottom.jpg') no-repeat;
	z-index: -1;
}

.pageTitle
{
	display: block;
	float: left;
	font-size: 14pt;
	font-weight: bold;
	width: 500px;
}

/* NAVIGATION */

div#left_navigation
{
	margin-top: 0px;
    *margin-top: 0px;
    width: 177px;
    float: left;
    padding: 0px 0 0 0;
    text-align: left;
    margin-bottom: 15px;
}

#left_navigation #category-list
{
    float: left;
    clear: left;
    width: 177px;
    
}

div#Top_content
{
    width: 640px;
    margin:  0px 0px 0px 10px;
}


/* SEARCH CONTROL */

#search-control
{
	margin-left: 15px;
	margin-top: 13px;
}

#search-control .textbox
{
   
}

#search-control .button
{
	border: none;
	width: 57px;
	height: 15px;
    background: transparent url('../images/searchn.gif') no-repeat;
    cursor: pointer;
}

.view-button {
	background: transparent url('../images/viewalln.gif') no-repeat;
	color: black; 
	font-weight: bold;
	float: right;
	font-size: 8pt;
	height: 16px;
	border: none;
	cursor: pointer;
	width: 57px;
	text-align: center;
	margin-top: -21px;
}

/* CONTENT */


.contentText
{
    font-size: 9pt;
} 

.contentHdrBlue {
	font-size: 14pt;
	color: #18568f;
}

#content .content-text
{
    width: 714px;
}

#content #column-1
{
    float: left;
    width: 498px;
}

#content #column-1 .content-text
{
    width: 490px;
}

#content #column-2
{
    float: right;
    width: 217px;
}

#content #column-1 .content-text
{
    width: 217px;
}

#content p
{
    padding: 0;
    margin: 0;
}

.PremierMenu_Header h1
{
	padding-top:0px !important;
}

/* Sitemap */
#content #lblSitemap
{
    clear: both;
    width: 714px;
    float: left;
    display: block;
}

/* FOOTER */

div#Footer
{
	color: black;
    clear: both;
    width: 840px;
    height: 25px;
    font-size:11px;   
    text-align: left;
    margin-left: auto;
    margin-right:auto;
    background: transparent url('../images/bg_footer.gif') no-repeat; 
}

div#Footer a
{
	color: White;
	font-weight:bold;
}



/******************************************************

 DEBUG CLASSES

*******************************************************/

img
{
    border: none;
}

a
{
    color: #000;
}

.right
{
    text-align: right;
}

.left
{
    text-align: left;
}

.center
{
    text-align: center;
}
