@charset "UTF-8";
/* CSS Document */

html, body {
	background-image:url(../images/bg.jpg);
	background-position: top center;
	background-repeat:repeat-x;
	background-color:#222222;
	height: 100%;
	margin:0;
	padding:0;
	text-align:center;
}

h1 span, h2 span {
	display:none;
}

div#shim {
    visibility: hidden;
    width: 100%;
    height: 50%;          /* Bump #container down half the height of the screen. */
    margin-top: -300px;   /* Half the height of #container. */
    float: left;
}

div#container {
	text-align:left;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
     /*width: 801px;*/
	 width: 801px;
	 padding-left:10px;
     height: 601px;
     clear: both;

     /*
     *
     * Issue: IE4 doesn't allow a negative margin-top.
     *
     * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
     * The content will be centered but will crop if the window is not small enough to accommodate it.
     *
     */
     position: relative;
     top: -300px;
     /* IE4ever Hack: Hide from IE4 **/
     position: static;
     /** end hack */           
}


      /*
      *
      * Issue: IE5mac interprets negative values as positive.
      *
      * I haven't figured out a workaround for this yet. The content won't be vertically centered but it won't be messed up by the previous code either.
      *
      */

      /* Hide from IE5mac \*//*/
                div#shim {
                    display: none;
                }
                html, body {
                    height: auto;
                }
		*/

img { behavior: url(iepngfix.htc); }

#top {
	width:598px;
	height:180px;
	background-image: url(../images/logo_area_02.png);
	padding-top:10px;
}

img, #top, #lower, #middle, #right, #middle h2 { behavior: url(iepngfix.htc); }


#middle {
	width:598px;
	height:209px;
	background-image:url(../images/test_area_02.png);
}

#lower {
	width:573px;
	height:203px;
	background-image:url(../images/lower_area_04.png);
	padding-left:25px;
}

#right {
	width:168px;
	height:487px;
	background-image:url(../images/right_area_01.png);
	background-repeat:no-repeat;
	padding:115px 13px 0 25px;
}

#top h1 {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	height:136px;
	margin:0 0 0 25px;
}

#middle h2 {
	background-image:url(../images/test.png);
	height:170px;
	background-repeat:no-repeat;
	margin:0 0 0 25px;
}

#lower_heading {
	height:32px;
	width:100%;
	padding-top:12px;
}

#lower_heading h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	color:#FFFFFF;
	font-size:18px;
	margin:0 0 0 0;
}

#lower_text {
	padding:25px 25px 15px 0;
	width:548px;
}

#lower_text p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
	margin:0;
	padding-bottom:10px;
}

#right_heading1 {
	height:30px;
	padding-top:10px
}

#right_heading1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	color: #333333;
	font-size:18px;
	margin:0 0 0 0;
}

#right_content1 {
	height:145px;
	padding-top:20px;
}

#right_content1 p {
	margin:0;
	color: #666666;
	font-size: 12px;
	padding-bottom:8px;
}

#right_content1 a:link {
	margin:0;
	color: #666666;
	font-size: 12px;
	padding-bottom:8px;
	text-decoration:none;
}

#right_content1 a:visited {
	margin:0;
	color: #666666;
	font-size: 12px;
	padding-bottom:8px;
	text-decoration:none;
}

#right_content1 a:hover {
	margin:0;
	color: #666666;
	font-size: 12px;
	padding-bottom:8px;
	text-decoration:underline;
}

#right_content1 span {
	color:#bebb8f;
}

#right_heading2 {
	height:30px;
	padding-top:10px
}

#right_heading2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	color: #333333;
	font-size:18px;
	margin:0 0 0 0;
}

#right_content2 {
	height:217px;
	padding-top:23px;
}

#right_content2 p {
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:11px;
	padding-bottom:5px;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color: #666666;
	width:776px;
	text-align:right;
	margin-top:15px;
	margin-bottom:15px;
	padding-right:25px;
}

#footer a:link {
	color:#666666;
	text-decoration:none;
}

#footer a:visited {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
