@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);

body {
	background: #a5d6be;
	color: #000;
	font: 12px verdana, helvetica, sans-serif;
	text-align: center;
}

#wrap {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 744px;
	
}

#header {
	height: 183px;
	position: relative;
	background: #2773a2 url(../images/header.jpg) no-repeat;
}

#logo {
	background: transparent;
	position: absolute;
	top: 9px;
	left: 481px;
}

#logo a {
    display: block;
    width: 258px;
    height: 101px;
    text-indent: -9999px;
}

#printlogo {
	display: none;
	height: 15px;
	color: #000;
	font-size: 12px;
}

#tabs {
	position: absolute;
	height: 30px;
	top: 0;
	left: 80px;
	width: 444px;
    background: transparent url(../images/tabs.jpg) 0 0 no-repeat;
}

#nav {
}

#nav ul {
    margin: 0;
}

#nav li {
    list-style: none;
    float: left;
    height: 30px;
}

#nav a {
    padding-top: 30px;
    height: 0 !important;
    overflow: hidden;
    display: block;
    position: absolute;
	background: transparent url(../images/tabs.jpg) 0 0 no-repeat;
}

    /* Home */
    #nav ul li#t38820 a {
        background-position: 0 0;
        width: 52px;
        left: 0;
    }

    #nav ul li#t38820 a:hover, #nav ul li#t38820 a.active {
        background-position: 0 -30px;
    }

    /* About Us */
    #nav ul li#t39966 a {
        background-position: -52px 0;
        width: 83px;
        left: 52px;
    }

    #nav ul li#t39966 a:hover, #nav ul li#t39966 a.active {
        background-position: -52px -30px;
    }

    /* What We Do */
    #nav ul li#t39965 a {
        background-position: -135px 0;
        width: 103px;
        left: 135px;
    }

    #nav ul li#t39965 a:hover, #nav ul li#t39965 a.active {
        background-position: -135px -30px;
    }

    /* Contact Us */
    #nav ul li#t39964 a {
        background-position: -238px 0;
        width: 100px;
        left: 238px;
    }

    #nav ul li#t39964 a:hover, #nav ul li#t39964 a.active {
        background-position: -238px -30px;
    }

    /* Client Login */
    #nav ul li#t39963 a {
        background-position: -338px 0;
        width: 106px;
        left: 338px;
    }

    #nav ul li#t39963 a:hover, #nav ul li#t39963 a.active {
        background-position: -338px -30px;
    }

#main-body {

}

#main-table-body {
    background: #fff;
	border-collapse: separate;
	height: 400px;

}

#main-table-body-leftcell {
	vertical-align: top;
	width: 143px;
    border-right: 7px solid #a5d6be;
    background: transparent url(../images/sidebar.jpg) 0 0 no-repeat;
}

#main-table-body-rightcell {
    padding: 0 16px;
    width: 562px;
	vertical-align: top;
}

#sidebar {
    width: 143px;
}

#menu-header {
}

#menu {
    
}

#menu ul {
	margin: 63px 2px 0;
}

#menu ul ul {
}

#menu li {
	list-style: none;
	
	border: 1px solid #00a260;
	margin-bottom: 5px;
	font-size: 11px;
}

*html #menu li{
	
    margin: 0px 0 5px 1px;
}


#menu a {
    display: block;
	background: #a5d6be;
	color: #01643c;
	text-decoration: none;
	
	padding-left: 8px;
	line-height: 18px;
}
	
#menu a:hover, #menu a.subcurrent, #menu a.current {
    background: white;
	color: #01643c;
}

#menu-footer {
}

#banner {
	display: none;
}

#breadcrumbbar {
    width: 100%;
	color: #419e77;
	font-size: 11px;
    font-weight: bold;
	padding:10px 0 35px;
	line-height:135%;
}

#breadcrumbbar a:link, #breadcrumbbar a:visited {
	color: #419e77;
	text-decoration: none;
}

#breadcrumbbar a:hover, #breadcrumbbar a:active {
	color: #419e77;
	text-decoration: underline;
}

#breadcrumblist {
	width:369px;
    float: left;
}

#breadcrumblist a {
    font-weight: normal;
}

#breadcrumbemail, #breadcrumbprint {
	float: right;
	width: 90px;
}

#breadcrumbemail {
    background: transparent url(../images/email.gif) left no-repeat;
}

#breadcrumbprint {
    background: transparent url(../images/printer.gif) left no-repeat;
}

#breadcrumbemail a, #breadcrumbprint a {
    padding-left: 15px;
}

#content {
    clear: both;
}

#content-header {
	display: none;
}

#content-body {
	overflow: hidden;
}

#inset {
    border: 4px solid #377e84;
    margin-left: 16px;
    margin-bottom: 8px;
}

#pagetitle {
}

#pagetitletext h1 {
    font-weight: normal;
    line-height: 24px;
    height: 24px;
}

#pagetitle + br {
    display: none;
}

#content-footer {
	display: none;
}

#footer {
    padding: 0;
    font-size: 10px;
    line-height: 18px;
	background:#FFF url(../images/footer.gif) 0 0 repeat-y;
	
}

#footerwrap {
	
}

#copyright {
	float: left;
}

#poweredby {
	float: right;
}

#poweredby a {
    text-decoration: none;
}

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