/*Main*/
body {
    background-image: url("../Images/main_bg_grad.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #adb6c1;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #333333;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

.raise_user_error {
    width: 603px;
    color: #990000;
    background-color: #fae1e3;
	border: 1px solid #dd1a22;
    padding-left: 30px;
    float: left;
    padding-top: 8px;
    font-size: 11px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

h1, h6 {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #db870f;
}

/*END Main*/

/*Main Container*/
#main_container {
    width: 875px;
    margin-left: auto;
    margin-right: auto;
}

#header_container {
    width: 875px;
    height: 102px;
    float: left;
}

#slide_container {
    width: 875px;
    height: 330px;
    float: left;
    position: relative;
    margin-bottom: 30px;
    margin-top: 15px;
}

#body_container {
    width: 867px;
    float: left;
    padding-left: 4px;
    padding-right: 5px;
    margin-bottom: 36px;
}
/*END Main Container*/

/*Header*/
#header_left {
    background-image: url("../Images/heading_bg_left.png");
    background-position: top left;
    background-repeat: repeat-x;
    width: 27px;
    height: 102px;
    float: left;
}

#header_right {
    background-image: url("../Images/heading_bg_right.png");
    background-position: top left;
    background-repeat: repeat-x;
    width: 27px;
    height: 102px;
    float: left;
}

#header_center {
    background-image: url("../Images/heading_bg_grad.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    width: 821px;
    height: 102px;
    float: left;
}

#logo {
    background-image: url("../Images/logo.png");
    background-position: left center;
    background-repeat: no-repeat;
    width: 291px;
    height: 102px;
    float: left;
}

#header_menu {
    /*background-image: url("../Images/header_sep.jpg");
    background-position: left center;
    background-repeat: no-repeat; */
    width: 400px;
    height: 62px;
    padding-top: 40px;
    float: right;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

#header_menu ul {
    list-style-image: url("../Images/list_bullet.png");
}

#header_menu ul li {
    width: 120px;
    height: 22px;
    font-size: 12px;
    float: left;
}

#header_menu ul li a, #header_menu ul li a:visited {
    color: #484848;
    font-size: 14px;
}

/*END Header*/

/*Slides*/
#slide_left {
    background-image: url("../Images/slide_bg_left.png");
    background-position: top left;
    background-repeat: repeat-x;
    width: 28px;
    height: 330px;
    float: left;
    z-index: -1;
}

#slide_right {
    background-image: url("../Images/slide_bg_right.png");
    background-position: top left;
    background-repeat: repeat-x;
    width: 28px;
    height: 330px;
    float: left;
    z-index: -1;
}

#slide_center {
    background-image: url("../Images/slide_bg_grad.png");
    background-position: top left;
    background-repeat: repeat-x;
    width: 819px;
    height: 330px;
    float: left;
    z-index: -1;
}

#slide_logo {
    background-image: url("../Images/slide_logo_full_height.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 212px;
    height: 324px;
    position: absolute;
    bottom: 2px;
    left: 8px;
    z-index: 0;
}

.slide_text {
    width: 250px;
    height: 315px;
    float: left;
    padding-top: 15px;
}

.slide_text_enlarge {
    width: 250px;
    height: 25px;
    line-height: 25px;
    float: left;
    padding-top: 15px;
    font-weight: bold;
}

.slide_image {
    width: 395px;
    height: 315px;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 15px;
    float: left;
    overflow: hidden;
    text-align: center;
}
/*END Slides*/

/*Body Container*/
#top_nav_container {
    width: 875px;
    height: 62px;
    float: left;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

#top_nav_container ul {
    list-style-image: url("../Images/content_heading_list_bullet.png");
    padding: 0;
    margin: 0;
}

#top_nav_container ul li {
    width: 164px;
    height: 62px;
    line-height: 62px;
    float: left;
    text-align: center;
}

#top_nav_container ul li a, #top_nav_container ul li a:visited {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

#top_nav_left {
    background-image: url("../Images/top_nav_bg_left.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    width: 27px;
    height: 62px;
    float: left;
}

#top_nav_right {
    background-image: url("../Images/top_nav_bg_right.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    width: 27px;
    height: 62px;
    float: left;
}

#top_nav_center {
    background-image: url("../Images/top_nav_bg_grad.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    width: 821px;
    height: 62px;
    float: left;
}
/*END Body Container*/

/*Left Nav*/
#left_nav_container {
    width: 202px;
    height: 100%;
    float: left;
}

#left_nav {
    background-color: #79889b;
    width: 180px;
    padding-left: 22px;
    float: left;
}

.left_nav_heading {
    background-image: url("../Images/main_list_bullet.png");
    background-position: left center;
    background-repeat: no-repeat;
    width: 155px;
    padding-left: 15px;
    height: 50px;
    float: left;
    line-height: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.left_nav_sep {
    background-image: url("../Images/main_nav_sep.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    width: 158px;
    height: 1px;
    float: left;
}

#left_nav ul {
    list-style-image: url("../Images/main_nav_arrow.png");
}

#left_nav ul li {
    width: 145px;
    height: 22px;
    float: left;
}

#left_nav ul li a, #left_nav ul li a:visited {
    color: #ffffff;
    font-size: 11px;
}
/*END Left Nav*/

/*Main Content*/
#main_content_container {
    background-image: url("../Images/body_bg_grad.jpg");
    background-position: top left;
    background-repeat: repeat-y;
    width 867px;
    float: left;
}

#main_content {
    width: 635px;
    float: left;
    background-color: #ffffff;
    padding: 15px;
}

#main_content_footer {
    background-image: url("../Images/body_bottom.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 867px;
    height: 30px;
    float: left;
}
/*END Main Content*/

/*Form Fields*/
.form_container {
    width: 640px;
    float: left;
    padding-top: 9px;
}

.form_container table {
    border: 0;
}

.form_container table a, .form_container table a:visited {
    color: #666666;
    font-weight: bold;
}

.form_text {
    width: 39%;
    height: 22px;
    line-height: 22px;
    float: left;
    text-align: right;
    padding-right: 1%;
    margin-top: 3px;
}

.form_box {
    width: 60%;
    height: 20px;
    padding-top: 2px;
    float: left;
    margin-top: 3px;
}

.form_box_textarea {
    width: 60%;
    height: 117px;
    padding-top: 2px;
    float: left;
    margin-top: 3px;
}

.form_box_captcha {
    width: 60%;
    height: 135px;
    padding-top: 2px;
    float: left;
    margin-top: 3px;
}

.form_box_link {
    width: 60%;
    height: 20px;
    padding-top: 2px;
    float: left;
    margin-top: 3px;
}

.form_box_link a, .form_box_link a:visited {
    color: #666666;
}

.form_box_notice {
    width: 99%;
    height: 22px;
    line-height: 22px;
    float: left;
    color: #666666;
    font-style: italic;
    font-size: 10px;
    padding-left: 1%;
}

.form_box_third {
    width: 33%;
    height: 25px;
    text-align: center;
    float: left;
    margin-top: 3px;
}
/*END Form Fields*/

/*Portfolio*/
.pf_container {
    width: 640px;
    float: left;
    padding-bottom: 10px;
}

.pf_title {
    width: 640px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-weight: bold;
}

.pf_image_container {
    width: 250px;
    height: 280px;
    float: left;
    overflow: hidden;
}

.pf_image {
    width: 250px;
    float: left;
    text-align: center;
    overflow: hidden;
}

.pf_link {
    width: 250px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
}

.pf_link a, .pf_link a:visited {
    color: #b4151a;
}

.pf_content {
    width: 370px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    float: left;
}
/*END Portfolio*/

.khaos_footer {
    width: 867px;
    height: 100px;
    background-color: #ffffff;
    text-align: center;
    float: left;
    margin-left: 4px;
    position: relative;
    margin-bottom: 10px;
}

.khaos_footer img {
    padding: 0;
    margin: 0;
}

.tr {
    background-image: url(../Images/tr.png);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.br {
    background-image: url(../Images/br.png);
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.tl {
    background-image: url(../Images/tl.png);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.bl {
    background-image: url(../Images/bl.png);
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}

