﻿* {

    margin: 0;

    padding: 0;

}



html, body {

    height: 100%;

}



body {

    background-color: white;

}



#full_page {

    height: 100%;

}



#content_wrapper {

  display: table;

  height: 100%;

  position: absolute;

  overflow: hidden;

  width: 100%;

}



#main_content {

    background-image: url(assets/homepage_fullsize.jpg);

    height: 719px;

    width: 1150px;

    border-radius: 5px;

    margin: 0 auto;

}



#main_content1 {

    background-image: url(assets/homepage_fullsize.jpg);

    height: 719px;

    width: 1150px;

    border-radius: 5px;

    margin: 0 auto;

}



#main_content2 {

    display: none;

}



#main {

    overflow: auto;

}



#body_content {

    margin: 0px 0px 0px 300px;

    background-color: white;

}



#body_wrapper {

    overflow: hidden;

    height: 100%;

}



#banner {

    height: 239px;

    width: 100%;

    background-image: url(assets/banner2.jpg);

    padding: 20px;

    border: 0px;

    top: 0px;

    position: fixed;

}



#banner_wrap {

    height: 239px;

}



#sidebar {

    background-image: url(assets/sidebar4.jpg);

    background-repeat:no-repeat;

    float: left;

    padding: 20px;

    width: 298px;

    padding-bottom: 32767px;

    margin-bottom: -32767px;

    position: fixed;

}



.helper {

  display: table-cell;

  vertical-align: middle;

}



.button {

    height: 110px;

    width: 110px;

    float: left;

}



    .button:hover {

        -webkit-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.88);

        -moz-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.88);

        box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.88);

    }



#b1 {

    height: 110px;

    width: 110px;

    float: left;



    margin-top: 465px;

    margin-left: 271px;

}



#b1:hover {

        -webkit-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.88);

        -moz-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.88);

        box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.88);

    }



#b2 {

    margin-top: 465px;

    margin-left: 151px;

}



#b3 {

    margin-top: 465px;

    margin-left: 147px;

}



a:hover {
	text-decoration: none;
	color: #8A8A8A;

}



.link {
	padding-bottom: 45px;
	text-decoration: none;
	font-size: 20px;
	color: #d5a6f7;
	vertical-align: middle;
	border-radius: 5px;

}





#link_menu {

    float: left;

    margin-right: 45px;

    text-align: left;

}



    #link_menu li {

        list-style-type: none;

            margin-top: 40px;

    }



    #link_menu li a {

        color: red;

        text-decoration: none;

    }



        #link_menu li a:hover {

            text-shadow: 0 0 10px #fff;

        }



p {
	font-size: medium;

}



#text_wrapper {

    padding: 20px;

    min-height: 700px;

}



#table_wrapper {

    text-align: center;

}



    #table_wrapper li {

        list-style-type: none;

        margin-top: 20px;

    }



    #table_wrapper li a {

        font-size: 25px;

        color: red;

    }



#table_wrapper li a:hover {

    color: #e35757;

}



.navbar-fixed-top {

    display: none;

}



.nav-collapse {

    border: 2px solid black;

    width: 200px;

    margin: 0 auto;

    background-color: white;

}



#mobile_banner {

    display: none;

}
