/******************************************************

 PAGE LAYOUT

*******************************************************/

body
{
    margin: 0; 
    padding: 0;
    text-align: center;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 9pt;
}

body form
{
    margin: 0;
    padding: 0;
}

#catelogue
{
	float: left; width: 191px; background-color: #c92f2e; height: 20px; text-align: center; padding-top: 6px;
}

div#page_holder
{
    margin: 0 auto 0 auto;
    width: 898px;
    text-align: left;
    display: block;
}

div#header 
{
    width: 898px;
    height: 217px;
    float: left;
    overflow: hidden;
}

div#header #flash
{
	width: 190px;
	height: 217px;
	float: left;
	margin-top: -217px;
}

div#left_navigation
{
    width: 177px;
    float: left;
    padding: 7px 0 0 0;
}

div#content
{
    margin-left: 7px;
    margin-top: 7px;
    width: 714px;
    float: left;
}

div#footer
{
    clear: both;
    width: 714px;
    float: right;        /* This should be fixed so that the footer resides truly inside the content div */
    margin-top: 15px;
    text-align: center;
    zoom: 1;
}

/******************************************************

 CONTROLS

*******************************************************/

/* HEADER */
#header div#header-title
{
    width: 898px;
    height: 74px;
    float: left;
    background: transparent url(../images/header-title.png) no-repeat;
}

#header div#top-menu
{
    clear: both;
    width: 898px;
    height: 26px;
    _height: 28px !important;
    float: left;
    background-color: #000;
}

#header div#top-menu div#top-navigation
{
    padding: 0;
    float: right;
    margin: auto;
    margin-right: 218px;
    _margin-left: 160px;
    height: 26px;
    _height: 28px !important;
}

#header div#image-title
{
    width: 898px;
    height: 117px;
    float: left;
    /*background: transparent url(../images/image-title.gif) no-repeat;*/
}

#header div#login-control
{
    width: 217px;
    height: 100px;
    float: right;
    margin-top: -217px;
    font-size: 8pt;
    border-left: dashed 1px #ffffff;
}

#header div#login-control #top
{
    width: 217px;
    _width: 227px;
    height: 74px;
    float: left;
    display: block;
}

#header div#login-control #bottom
{
    width: 207px;
    _width: 227px;
    height: 22px;
    padding-top: 4px;
    float: left;
    text-align: right;
    display: block;
}

#header div#login-control h1
{
    width: 217px;
    margin: 10px 0 5px 0;
    padding: 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 9pt;
}

#header div#login-control span.center
{
    width: 217px;
    margin: 10px 0 5px 0;
    padding: 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 9pt;
    display:block;
}

#header div#login-control #top label
{
    width: 60px;
    float: left;
    display: block;
    color: #fff;
    margin-bottom: 3px;
}

#header div#login-control #bottom span#forgotPw
{
    vertical-align: top;
    float:left;
    width:115px;
    padding-left: 10px;
}

#header div#login-control #bottom a
{
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
}

#header div#login-control #bottom .btnLoginControl
{
	padding-top:5px;
}

#header div#login-control #top input.textbox
{
    margin-left: 5px;
    width: 130px;
    height: 12px;
    float: left;
    display: block;
    margin-bottom: 3px;
}

#header div#login-control #top br
{
    clear: both;
}

/* LEFT NAVIGATION */
#left_navigation #search-control
{
    float: left;
    clear: left;
    width: 169px;
    background-color: #18568f;
    padding: 4px;
}

#search-control h1
{
    width: 169px;
    float: left;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0; padding: 0;
    color: #fff;
}

#search-control .textbox
{
    padding: 0;
    width: 165px;
    float: left;
    margin-top: 5px;
}

#search-control a, #search-control a:hover, #search-control a:active
{
    width: 100px;
    float: left;
    color: #fff;
    margin-top: 9px;
    font-size: 8pt;
}

#search-control .button
{
    width: 69px;
    float: right;
    margin-top: 5px;
}

#left_navigation #quick-links
{
    float: left;
    clear: left;
    width: 177px;
    margin-top: 5px;
}

#left_navigation #quick-links .button
{
    width: 170px;
    height: 21px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background: transparent url(../images/left_nav-sidelink_bg.gif) repeat-x;
    margin-top: 1px;
    padding-top: 7px;
    padding-left: 5px;
}

#left_navigation #quick-links .button:hover
{
    width: 170px;
    height: 21px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background: transparent url(../images/left_nav-sidelink_bg_hover.gif) repeat-x;
    margin-top: 1px;
    padding-top: 7px;
    padding-left: 5px;
}

#left_navigation #quick-links .button a
{
    color: #333;
    font-size: 8pt;
    text-transform: uppercase;
    font-weight: bolder;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

#left_navigation #category-list
{
    float: left;
    clear: left;
    width: 177px;
}

/* CONTENT */
#content #pageControls
{
    width: 714px;
    float: left;
    display: block;
    padding-bottom: 10px;
}

#content .page-heading
{
    font-size: 14pt;
}

.contentText
{
font-family: Arial, Tahoma, Verdana, Sans-Serif;
    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;
}

/* NEWS */
#content #plNewsList, #content #plNewsItem
{
    clear: both;
    width: 714px;
    float: left;
    display: block;
}

/* Sitemap */
#content #lblSitemap
{
    clear: both;
    width: 714px;
    float: left;
    display: block;
}

/* FOOTER */
#footer p
{
    clear: left;
    font-size: 8pt;
    font-weight: bolder;
    color: #18568f;
}

#footer #links
{
    margin-bottom: 10px;
    color: #888;
}

#footer #links a
{
    text-transform: uppercase;
    color: #888;
}

#footer a
{
    font-size: 8pt;
    font-weight: bolder;
    text-decoration: none;
}

#footer a.poweredby
{
    color: #000;
}

#footer a.designby
{
    padding-left: 25px;
    color: #18568f;
}

/******************************************************

 DEBUG CLASSES

*******************************************************/

img
{
    border: none;
}

a
{
    color: #000;
}

.right
{
    text-align: right;
}

.left
{
    text-align: left;
}

.center
{
    text-align: center;
}


