@charset "utf-8";

/***********************
      Global
************************/

* {
    padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	background-color: #4D5E66 !important; /* for Firefox */
	background-color: #41525a;            /* for IE */
	background-image: url(../images/wp_bkgd.png);
	background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}


/***********************
      Container
************************/

#container { 
    margin: 0px auto;
    width: 1000px;
    /* border: 1px solid black; */
}


/***********************
      Header
************************/

#header {
    color: #333333;
    width: 1000px;
    float: left;
    /* border: 1px solid #ccc; */
    height: 130px;
	background: transparent;
	background-image: url(../images/wp_header.png);
	background-repeat: no-repeat;
}


/***********************
      Sub-header
************************/

#sub_header ul {
    list-style: none;
	float: right
	/* border: 1px solid #ccc; */
}

#sub_header ul li, 
#sub_header ul li a {
    float: left;
	display: block;
	height: 52px
}
	
#sub_header ul li a {
    text-indent: -8000px;
	position: relative;
}
	
#sub_header ul li.sub_header_btSAS a {
    background: url(../images/sub_header_btSAS.gif) no-repeat left top;
	/* border: 1px solid #ccc; */
	width: 124px;
	z-index: 1;
	margin-top: 0px; !important; /* for Firefox */
	margin-top: 15px;            /* for IE */
	margin-right: 12px;            /* for IE */
	outline: none;
}

#sub_header ul li, #sub_header ul li a:hover {
    background-position: left -52px;
}


/***********************
      Navigation
************************/

#left_navi { 
    color: #333333;
    /* border: 1px solid #ccc; */
    background: #E7DBD5;
	padding-left: 24px;
    height: 120px;
    width: 694px;
    float: left;
	background: transparent;
	background-image: url(../images/wp_menu_bkgd.png);
	background-repeat: no-repeat;
}

#right_navi { 
    float: right;
    color: #333333;
    /* border: 1px solid #ccc; */
    background: #F2F2E6;
    height: 120px;
    width: 282px;
    display: inline;
	background: transparent;
	background-image: url(../images/wp_menu_bkgd.png);
	background-position: -718px 0px;
	background-repeat: no-repeat;
}


/***********************
      Content
************************/

#content { 
    width: 1000px;
    clear: both;
    color: #333333;
    /* border: 1px solid #ccc; */
    background: #CD9C8C;
	background: transparent;
	background-image: url(../images/wp_content_bkgd.png);
	background-repeat: repeat-y;
}

#content_container {
   width: 900px;
   /* border: 1px solid #ccc; */
   margin: 0px auto;
}


/***********************
      Footer
************************/

#footer { 
    width: 1000px;
    clear: both;
    height: 140px;
    /* border: 1px solid #ccc; */
    background: transparent;
	background-image: url(../images/wp_footer_bkgd.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#footer p {
	padding-left: 296px;
	padding-top: 56px;
	margin: 0px; 
	color: #666666;
}

div#footer a {
	color: #666666;
	text-decoration: underline;
}

div#footer a:hover {
	color: #FF7200;
	text-decoration: underline;
}