@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);

* {
    margin: 0;
    padding: 0;
}

body {
	background: #5574aa url(../images/bg.gif) repeat-x;
	color: #333;
	font: 13px/1.5 verdana, helvetica, sans-serif;
	text-align: center;
}
body.admin {
	background: #5574aa url(../images/bg.gif) 0 20px repeat-x;
}

#wrap {
    margin: 0 auto;
	width: 760px;
	text-align: left;
	position: relative;
}

#header {
    position: relative;
	height: 117px;
	margin: 0 -9px;
    background: #fff url(../images/header.jpg) no-repeat;
}

#logo {
	position: absolute;
	left: 22px;
	top: 17px;
	width: 311px;
	height: 44px;
    background: transparent url(../images/logo.gif) no-repeat;
}

#logo a {
    display: block;
    padding-top: 117px;
    height: 0 !important;
    overflow: hidden;
}

#tagline {
	position: absolute;
	left: 97px;
	top: 73px;
	width: 280px;
	height: 39px;
    background: transparent url(../images/tagline.gif) no-repeat;
}

#tagline h2 {
    padding-top: 39px;
    height: 0 !important;
    overflow: hidden;
}

#printlogo{
	display: none;
	height: 15px;
	color: #000;
	font-size: 12px;
}

#banner{

    position: absolute;
	z-index: 2;
	top: 185px;
	left: 10px;
	width: 740px;
    height: 60px;
    margin: 0 0 0 0;
    background: #fff url(../images/menuh3.gif) no-repeat;

	text-transform: uppercase;
}

#banner h1{
		color: #fff;
		 padding-left: 25px;
	margin: 0 0 0 0;
    margin-right: 58px;
    line-height: 52px;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
}



#tabs {
    position: relative;
	margin: 0 -9px;
	height: 30px;
    background: transparent url(../images/tabs.gif) no-repeat;
}

#nav ul {
	margin:0;padding:0;
    position: relative;
	height: 30px;
	text-indent:0;
}

#nav li {
    list-style: none;
    height: 30px;
    float: left;
}

#nav a {
    padding-top: 30px;
    height: 0 !important;
    overflow: hidden;
    display: block;
    position: absolute;
    background-image: url(../images/tabs.gif);
    background-repeat: no-repeat;
}

    #nav ul li#t37173 {
        display: none;
    }
    
    /* Tab0 */
    #nav ul li#t38047 a {
        background-position: -36px 0;
        width: 146px;
        left: 36px;
    }

    #nav ul li#t38047 a:hover, #nav ul li#t38047 a.active {
        background-position: -36px -30px;
    }

    /* Tab1 */
    #nav ul li#t38048 a {
        background-position: -182px 0;
        width: 76px;
        left: 182px;
    }

    #nav ul li#t38048 a:hover, #nav ul li#t38048 a.active {
        background-position: -182px -30px;
    }

    /* Tab2 */
    #nav ul li#t38049 a {
        background-position: -258px 0;
        width: 124px;
        left: 258px;
    }

    #nav ul li#t38049 a:hover, #nav ul li#t38049 a.active {
        background-position: -258px -30px;
    }

    /* Tab4 */
    #nav ul li#t38050 a {
        background-position: -382px 0;
        width: 120px;
        left: 382px;
    }

    #nav ul li#t38050 a:hover, #nav ul li#t38050 a.active {
        background-position: -382px -30px;
    }

    /* Tab5 */
    #nav ul li#t38051 a {
        background-position: -502px 0;
        width: 100px;
        left: 502px;
    }

    #nav ul li#t38051 a:hover, #nav ul li#t38051 a.active {
        background-position: -502px -30px;
    }

    /* Tab6 */
    #nav ul li#t38052 a {
        background-position: -602px 0;
        width: 86px;
        left: 602px;
    }

    #nav ul li#t38052 a:hover, #nav ul li#t38052 a.active {
        background-position: -602px -30px;
    }

    /* Tab7 */
    #nav ul li#t38053 a {
        background-position: -688px 0;
        width: 46px;
        left: 688px;
    }

    #nav ul li#t38053 a:hover, #nav ul li#t38053 a.active {
        background-position: -688px -30px;
    }

#main-body {
    position: relative;
    background: #fff url(../images/mainbg.gif) repeat-y;
    margin: 0 -9px;
    padding: 0 21px 24px;
    width: 736px;
}

#main-table-body {
    width: 736px;
    clear: both;
    border-collapse: separate;
}

#main-table-body-leftcell {
    width: 172px;
    vertical-align: top;
	padding: 75px 0 0 0;
}

#main-table-body-rightcell {
    padding-top: 15px;
	vertical-align: top;
	padding: 75px 0 0 0;
}

#menu a:link, #menu a:visited {
    text-decoration: none;
}

#menu a:hover, #menu a:active {
    text-decoration: none;
}

#menu h3 {
    display: none;
}



#menu ul {
    margin: 12px 0 0 0;padding:0;
	text-indent:0;
}

#menu li {
    list-style: none;
    display: block;
    width: 100%;
    margin-top: 2px;
}

#menu li a {
    width: 160px;
    display: block;
    padding: 6px 0 6px 12px;
    line-height: 15px;
    background: #e5e5e5;
    font-size: 11px;
    font-weight: bold;
}

#menu ul ul {
    margin-top: 0;
	text-indent: 0;
}

#menu ul ul li a {
    border-left: 12px solid #5574aa;
    width: 148px;
}

#menu li a {
    color: #5574aa;
}

#menu li a:hover, #menu li a:active {
    background: #d1d16f;
    border-color: #000;
    color: #000;
}

#menu li a.current {
    background: #27427C;
	color:#FFF;
}
#menu li a.subcurrent {
	background:#5574AA;
	color:#FFF;
}
#menu ul ul li a.subcurrent {
    border-left: 12px solid #27427C;
}

#menu-footer {
    margin-top: 5px;
    height: 55px;
    background: #d1d16f url(../images/menufooter.gif);
}



#menu-footer a {
    padding-top: 55px;
    height: 0 !important;
    overflow: hidden;
}

#breadcrumbbar {
    margin-top: 7px;
    width: 100%;
    float: left;
    color: #333;
    font-size: 11px;
    line-height: 31px;
}

#breadcrumblist {
    padding-left: 4px;
    float: left;
}

#breadcrumbbar a:link, #breadcrumbbar a:visited {
    text-decoration: none;
}

#breadcrumbbar a:hover, #breadcrumbbar a:active {
    text-decoration: underline;
}

#breadcrumblist a {
    color: #27427c;
}

#breadcrumbemail, #breadcrumbprint {
    float: right;
    font-size: 10px;
    text-transform: uppercase;
}

#breadcrumbemail a, #breadcrumbprint a {
    padding-left: 15px;
    color: #999;
    text-transform: lowercase;
}

#breadcrumbemail {
	background: url(../images/email.gif) left no-repeat;
}

#breadcrumbprint {
    margin-right: 33px;
	background: url(../images/printer.gif) left no-repeat;
}

#content {
    margin: 0px 5px 0 20px;
}

#content ul, #content ol {
}

#content-header {
	display: none;
}

#pagetitle{
	position:relative;
	top:-68px;
	left:-222px;
}

#pagetitletext h1 {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: normal;
    color: #27427c;
	display:none;
}

#pagetitle + br {
    display: none;
}

#content-footer {
    display: none;
}

#footer {
    position: relative;
    background: #fff url(../images/mainbg.gif) repeat-y;
    margin: 0 -9px;
    padding: 0 21px;
    width: 736px;
}

#footer a:link, #footer a:visited {
    text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #27427c;
}

#footerwrap {
    font-size: 9px;
    background: #e5e5e5;
}

#footernav {
    line-height: 26px;
    background: #fff;
    float: left;
    width: 100%;
}

#footernav ul {
    text-align: center;
	margin:0;padding:0;
	text-indent:0;
}

#footernav li {
    height: 26px;
    list-style: none;
    display: inline;
    padding: 0 12px;
}

#footernav li a {
    font-weight: bold;
    text-transform: uppercase;
    color: #27427c;
}

#footernav li a:hover, #footernav li a:active {
    text-decoration: none;
    color: #5574aa;
}

#copyright, #poweredby {
    font-size: 10px;
    line-height: 1;
    margin: 0 19px;
    color: #999;
}

#copyright {
    padding-top: 15px;
    clear: both;
}

#poweredby {
    padding-top: 5px;
    padding-bottom: 10px;
}

#poweredby a {
	color: #999;
}

#poweredby a:hover, #poweredby a:active {
    color: #27427c;
}
