/* global */

body, html {
height: 100%;
padding: 0;
margin: 0;
text-align: center;
font-family: Lucida Grande, Verdana, Arial, sans-serif;
font-size: 13px;
line-height: 23px;
color: #545454;
background-color: #fff;
}

a:link, a:visited {
color: #D2450B;
text-decoration: none;
}

a:hover {
color: #D2450B;
text-decoration: none;
border-bottom: 1px solid #D2450B;
}

a.navigation:link, a.navigation:visited, a.navigation:hover {
text-decoration: none;
border: none;
} 

h1  {
font-size : 22px;
line-height : 27px;
font-weight : bold;
color : #D2450B;
padding : 0;
margin : 0;
}

h2  {
font-size : 17px;
line-height : 22px;
font-weight : bold;
color : #D2450B;
padding : 0;
margin : 0;
}

h3  {
font-size : 14px;
line-height : 19px;
font-weight : bold;
color : #718fc9;
padding : 0;
margin : 0;
}

ul.square  {
list-style-type : square;
}

img {
border: 0;
}

.spacer {
width: 10px;
height: 10px;
}

.spacer_1x1 {
height: 1px;
background: url(../images/spacer_1x1.gif) repeat-x;
margin: 10px 0 10px 0;
}


/* header */

#header_wrap {
background: url(../images/bg_header.gif) repeat-x;
width: 100%;
height: 152px;
}

#header {
width: 950px;
margin: 0 auto; 
}

#logo {
background: url(../images/header.jpg) no-repeat;
width: 950px;
height: 92px;
}

/* body */

#navigation {
width: 950px;
height: 50px;
}

.body_wrap {
width: 100%;
background-color: #fff;
}

.body {
width: 950px;
height: 100%;
margin: 0 auto; 
}

.main_content {
width: 950px;
height: 100%;
}

.content_left {
background: url(../images/bg_left_navigation.gif) repeat-y;
float: left;
text-align: left;
width : 151px;
height: auto;
margin: 0;
}

.content_left_text {
font-size: 11px;
line-height: 15px;
padding: 10px;
}

.content_right {
width: 789px;
vertical-align: top;
}

/* home page */

.home {
width: 789px;
}

.home_content {
background: url(../images/bg_body_home.gif) repeat-y;
text-align: left;
padding: 10px;
}

.home_tab_01 {
background: url(../images/sh_right_navigation_cord.gif) no-repeat;
width: 296px;
height: 92px;

}

.home_tab_02 {
background: url(../images/sh_right_navigation.gif) no-repeat;
width: 296px;
height: 92px;
}

.home_tab_pad {
text-align: left;
padding: 20px 0 0 10px;
}

.home_tab {
background: url(../images/bg_right_navigation.gif) repeat-y;
width: 296px;
height: 100%;
text-align: left;
}

.home_tab_text {
margin: 0 10px 0 10px;
padding-top: 5px;
}

/*secondary */
.secondary {
width: 789px;
}

.secondary_content {
background: url(../images/bg_body_secondary.gif) repeat-y;
text-align: left;
padding: 10px;
}

.checker-header {
background-color: #d2450b;
color: #fff;
padding: 2px 4px;
margin-right: 10px;
font-size: 11px;
line-height: 15px;
text-align: center;
}

.checker-header-green {
background-color: #99cc00;
color: #fff;
padding: 2px 4px;
margin-right: 10px;
font-size: 11px;
line-height: 15px;
text-align: center;
}

.checker-header-orange {
background-color: #ff6600;
color: #fff;
padding: 2px 4px;
margin-right: 10px;
font-size: 11px;
line-height: 15px;
text-align: center;
}

.checker-header-blue {
background-color: #6666ff;
color: #fff;
padding: 2px 4px;
margin-right: 10px;
font-size: 11px;
line-height: 15px;
text-align: center;
}

.checker-header-purple {
background-color: #660066;
color: #fff;
padding: 2px 4px;
margin-right: 10px;
font-size: 11px;
line-height: 15px;
text-align: center;
}

.checker-header-green1 {
background-color: #339966;
color: #fff;
padding: 2px 4px;
margin-right: 10px;
font-size: 11px;
line-height: 15px;
text-align: center;
}

.checker-left {
font-size: 11px;
line-height: 17px;
margin-right: 10px;
text-align: left;
border-bottom: 1px dashed #dbdbdb;
}

.checker {
font-size: 11px;
line-height: 17px;
margin-right: 10px;
text-align: center;
border-bottom: 1px dashed #dbdbdb;
}

.check-large {
background: url(../images/check-large.gif) no-repeat;
width: 9px;
height: 10px;
}

.check-small {
background: url(../images/check-small.gif) no-repeat;
width: 8px;
height: 8px;
margin: 0 auto;
}

.x-small {
background: url(../images/x-small.gif) no-repeat;
width: 8px;
height: 8px;
margin: 0 auto;
}

/* form */

.form_desc {
width : 100px;
}

.form_desc2 {
width : 300px;
}


.form {
margin-top : 5px;
border : 1px solid #CCCCCC;
padding : 4px;
vertical-align : middle;
color : #545454;
font-family : lucida sans, arial, helvetica, sans-serif;
font-size : 11px;
width : 215px;
}


.form2 {
margin-top : 5px;
border : 1px solid #CCCCCC;
padding : 4px;
vertical-align : middle;
color : #545454;
font-family : lucida sans, arial, helvetica, sans-serif;
font-size : 11px;
width : 50px;
}

.form:hover {
border : 1px solid #D2450B;
color : #737578;
}

.form:focus {
border : 1px solid #D2450B;
color : #ffffff;
background-color : #D2450B;
}



/* footer */

#footer_wrap {
margin-top: 10px;
width: 100%;
clear: both;
}

#footer {
background: url(../images/bg_footer.gif) no-repeat;
width: 950px;
height: 1px;
margin: 0 auto; 
}

#footer_nav {
width: 950px;
margin: 0 auto; 
text-align: left;
}

#footer_nav ul li {
color: #545454;
font-size: 11px;
display : inline;
padding : 0 0 20px 280px;
}

#footer_nav a {
color : #545454;
text-decoration : none;
}

#footer_nav a:hover {
color : #D2450B;
border-bottom : 1px solid #D2450B;
} 
