/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
h1 {
    font-family: Times New Roman, Arial, sans-serif;
    margin-bottom: 40px;
    font-style: italic;
}
body {
	font-family: Verdana, Times New Roman, Arial, sans-serif;
    font-size: 12pt;
	font-weight: normal;
}
#bg-image{
    position: fixed;
    top: 0px;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
}
#top-image{
    display: none;
}
nav {
    position: fixed;
    top: 130px;
    right: 50px;
	height: auto;
	width: 250px;
	font-size: 16pt;
}
nav ul {
	padding: 0;
	margin: 0 ;
	width: 150px;
}
nav li {
    margin-top:10px;
    background-color: white;
    opacity: 0.8;
    width: 250px;
    height: 30px;
}
nav a {
	color: #000000;
    margin:10px 0px 0px 10px;
	width: 230px;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
}
nav li:hover{
    opacity:0.9;
}
nav a#pull {
	display: none;
}
.image_left {
    float: left;
    margin: 0px 20px 10px 0px;
    border: 1px solid #ffffff;
    box-shadow: 8px 8px 3px #9f9e9e;
}
.image_center {
    float: center;
    margin: 0px 10px 10px 10px;
    border: 1px solid #ffffff;
}
.image_right {
    float: right;
    margin: 0px 0px 10px 20px;
    border: 1px solid #ffffff;
    box-shadow: 8px 8px 3px #9f9e9e;
}
#content-bg {
    position: fixed;
    top: 0px;
    left: 50px;
    left: 5%;
    height: 100%;
    width: 700px;
    width: 55%;
    background-color: white;
    opacity: 0.8;
}
#content {
    position: fixed;
    top: 50px;
    left: 100px;
    left: 10%;
    height: auto;
    width: 600px;
    width: 45%;
    padding-right: 10px;
    overflow-y: auto;
    max-height: 85%;
    margin-bottom: 20px;
}
#logo {
    position: fixed;
    top: 50px;
    right: 50px;
    width:250px;
    height: 70px;
    background-image: url(./images/logo1.gif);
    background-color: #ffffff;
    opacity: 0.8;
}
#footer{
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 25px;
    width: 100%;
    background-color: #452b21;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #301c15;
    font-size: 10pt;
}

/*Styles for screen 700px and lower*/
@media screen and (max-width: 700px) {
    #logo{
        position: relative;
        top: 5px;
        left: 10px;
    }
    #top-image{
        display:block;
        position: relative;
        width: 100%;
        margin-top: 10px;
    }	
    #bg-image{
        display: none;
    }
    nav { 
        position: absolute;
        top: 80px;
        right: 0px;
  	}
  	nav ul {
  	}
  	nav li {
   	}
  	nav li a {
	}
  	nav a {
 	}
    #content-bg{
        display: none;
        position: relative;
        margin-top: 20px;
    }
    #content{
        position: relative;
        left: 0px;
        top: 0px;
        margin: 5% 10px 50px 20px;
        width: 90%;
    }
    #footer{
        height: 50px;
    }
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {

}