/*** Normalized ***/


#main_body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-position: top;
    background-repeat: repeat-x;
}

#container {
    margin: 0 auto 0 0;
    width: 900px;
    background-position: left top;
    background-repeat: repeat;
}

#header {
    height: 140px;
    padding: 0;
}

#key_visual {
    width: 900px;
    height: 140px;
}

#logo {
    position: absolute;
    z-index: 1;
    left: 650px;
    top: 0;
    width: 250px;
    height: 50px;
}

#slogan {
    font-family: arial, tahoma, verdana;
    font-size: 16px;
    padding: 0 0 10px 0;
}

#main_container {
    background-position: left top;
    background-repeat: no-repeat;
}

#content_container {
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    width: 100%;
    overflow: hidden;
}

/* Begin Menu */

#main_nav_container {
	overflow: hidden;	
    background-position: left top;
    background-repeat: repeat;
    margin-top: 1px;
    padding: 0 0 0 5px;
}

#main_nav_list {
    height: 24px;
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-left: 2px;
    background-repeat: no-repeat;
    background-position: left top;
}

#main_nav_list li {
    float: left;
    padding: 0;
    padding-right: 2px;
    background-repeat: no-repeat;
    background-position: right top;
}

#main_nav_list a {
	overflow: hidden;
    float: left;
    text-align: left;
    height: 18px;
    line-height: 16px;
    width: 70px;
    padding: 6px 0 0 10px;
    display: block;
    background-repeat: repeat-x;
    background-position: left top;
}

#main_nav_list a.main_nav_item {
    font-family: arial, verdana, tahoma;
    text-decoration: none;
    font-size: 11px;
}

#main_nav_list a.main_nav_item:hover {
    font-family: arial, verdana, tahoma;
    text-decoration: none;
    font-size: 11px;
}

#main_nav_list a.main_nav_active_item {
    font-family: arial, verdana, tahoma;
    text-decoration: none;
    font-size: 11px;
}

/* Begin SubMenu */

#sub_nav_container {
	overflow: hidden;
	clear: both;
    background-position: left top;
    background-repeat: repeat;
    margin-top: 1px;
    padding: 0 0px 0 5px;
}

.sub_nav_list {
    height: 24px;	
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-left: 2px;
    background-repeat: no-repeat;
    background-position: left top;
}

.sub_nav_list li {
    float: left;
    text-transform: capitalize;
    padding: 0;
    padding-right: 2px;
    background-repeat: no-repeat;
    background-position: right top;
}

.sub_nav_list a {
	overflow: hidden;	
    float: left;
    text-align: left;
    height: 18px;
    line-height: 16px;    
    width: 70px;
    padding: 6px 0 0 10px;
    display: block;
    background-repeat: repeat-x;
    background-position: left top;
}

.sub_nav_list a.sub_nav_item {
    font-family: arial, verdana, tahoma;
    text-decoration: none;
    font-size: 11px;
}

.sub_nav_list a.sub_nav_item:hover {
    font-family: arial, verdana, tahoma;
    text-decoration: none;
    font-size: 11px;
}

.sub_nav_list a.sub_nav_active_item {
    font-family: arial, verdana, tahoma;
    text-decoration: none;
    font-size: 11px;
}

/**/

#sub_container1 {
    width: 148px;
    float: left;
    display: none;
}

#sub_container2 {
    /*	margin: 0 148px 0 0;*/

    padding: 30px 30px 10px 30px;
}

#sub_container3 {
    clear: both;
}

#footer_text {
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 20px;
    padding: 15px 0 0 30px;
    font-family: verdana, arial, tahoma;
    font-size: 8pt;
}

/* Begin Content */

.content table { margin-left: 1px; width: 99.8%; border-collapse: collapse; border-spacing: 0; font-size: 11px; border-top-style: solid; border-left-style: solid; }

.content th { padding: 3px 5px; text-align: left; font-weight: bold; font-family: tahoma, verdana, arial; border-right-style: solid; border-bottom-style: solid; }

.content td { padding: 3px 5px; }

/* End Content */

/* Begin Search */

/* End Search */

.content button {
    height: 23px;
    font-weight: bold;
    font-size: 8pt;
    text-transform: uppercase;
    border: 1px solid;
}

.content textarea {
    border: 1px solid;
}

.content input {
    border: 1px solid;
}

.content fieldset {
    border: 1px solid;
}

/* Begin Pager */

#pager {
    width: 373px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left top;
    font-family: arial, tahoma, verdana;
    padding: 3px 0 0 0;
    margin: 15px 0 15px 0;
    text-align: center;
    font-size: 9pt;
}

#pager a {
    text-decoration: none;
}

#pager #current_page {
    padding: 0 30px 0 30px;
    font-weight: bold;
}

#pager #previous_page {
    margin: 0 30px 0 0;
}

#pager #next_page {
    margin: 0 0 0 30px;
}

/* End Pager */

.content {
    font-family: arial, verdana, tahoma;
    font-size: 12px;
    margin: 5px 0 15px 0;
    padding: 0;
}

.content p {
    font-family: arial, verdana, tahoma;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.content a {
    font-family: arial, verdana, tahoma;
    font-size: 12px;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
    font-family: arial, verdana, tahoma;
    font-size: 12px;
}

.content h1 {
    font-size: 27px;
    font-family: arial, verdana, tahoma;
}

.content h2 {
    font-size: 20px;
    font-family: arial, verdana, tahoma;
}

.content h3 {
    font-family: arial, verdana, tahoma;
    font-size: 17px;
}


