@import url("reset.css");

/*Background Info*/
html {
    height:100%; /* fix height to 100% for IE */
    max-height:100%; /* fix height for other browsers */
    padding:0; /*remove padding */
    margin:0; /* remove margins */
    border:0; /* remove borders */
}
body {
	background: url(images/mainpic.jpg) left bottom no-repeat;
	background-size:cover;

	height:100%; /* fix height to 100% for IE */
    max-height:100%; /* fix height for other browsers */
    padding:0; /*remove padding */
    margin:0; /* remove margins */
    border:0; /* remove borders */
}

#nobg {
	background:none;
}

#logo {
	width:340px;
    margin-top:8px;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:50px;
}
h1 {
	font-family:Calibri;
	font-size:30px;
	font-weight:bold;
	padding:10px;
}
h2 {
	font-family:Calibri;
	font-size:20px;
	font-weight:bold;
	padding:20px;
}
h2 a {
    font-style:normal;
    color:inherit;
    text-decoration:none;
}
td {
    vertical-align: top;
}

/*Main*/
#wrapper {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 170px;
}
#content {
    padding: 20px;
    background-color:rgba(255,255,255,0.8);
    position:absolute;
    max-height:100%;
    left:410px;
    right:0px;
    overflow:auto;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/*NavBar*/
#navbar {
    position:absolute;
    width:380px;
    max-height:100%;
    overflow:hidden;
    
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.spacer {
    background-color:rgba(255,255,255,0.7);
    width:380px;
    height:30px;
}
.spacertop {
    width: 380px;
    height: 100px;
}
.spacervoid {
    width:380px;
    height:30px;
}
#navbar table {
    width:380px;
}
.primary {
	font-family:Calibri;
	text-decoration:none;
	letter-spacing:2px;
	position: static;
	margin-left:40px;
    margin-right:40px;
	font-size:24px;
	color:black;
    line-height:40px;
}
.secondary {
	font-family:Calibri;
	text-decoration:none;
	letter-spacing:2px;
	position: static;
	margin-left:40px;
    margin-right:40px;
	font-size:24px;
	color:black;
    line-height:40px;
}
#navbar a {
	display:block;
    text-decoration:none;
}
#navbar td {
    background-color:rgba(255,255,255,0.7);
}
#navbar td:hover {
    background-color:rgba(200,200,200,0.7);
}


/*Contact Info*/
#contactinfo {
    position:absolute;
    bottom: 30px;
    overflow:hidden;
    width: 360px;
    height:110px;
    position: fixed;
    left: 50%;
    margin-left: -180px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#contactinfo table {
    background-color:rgba(255,255,255,0.7);
    width:360px;
}
#contactinfo h2 {
    font-family:Calibri;
	font-size:20px;
	font-weight:bold;
    color:black;
    margin:0px;
    padding:10px;
    text-align:center;
}
#contactinfo p {
    margin-left:30px;
    margin-bottom:10px;
    font-family:Calibri;
	font-size:15px;
}

.details {
	font-family:Calibri;
	font-size:15px;
	margin:20px;
}