@charset "UTF-8";
/* CSS Document */

/* Style Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 15px;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background: #F6F6F6;
    background-image: url(assets/background.png);
}

html {
    height: 100%;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
    background:  
}

a {
    text-decoration: none;
}

b {
   font-weight:600;
}

em {
  font-style:italic;
  letter-spacing: 1px;
  font-weight: 100;
}



/*Styles */
#wrap {
    width: 850px;
    margin: auto;
    background: #B8CFE1;
    overflow: hidden;
    box-shadow: 0px 0px 30px #4A535A;
}

p, h1, h2, h3, a, li, pre, label, td{
    font-family:"Gill Sans", Helvetica, sans-serif;
    color: #005A91;
}

.main_title {
    font-size: 35px;
    font-weight:100;
    letter-spacing: 1px;
}

a {
    color:#611BA4;
}

a:hover {
    color: #8D5FC7;
}

/* Header */
#header {
    height: 170px; 
    padding: 20px 10px 0 10px;
 
}

#header p {
    font-family: cursive;
    color: #8C001B;
    font-size: 1.7em;
    padding: 10px 0 0 0;
    text-align: center;
    font-weight: 600;
}

img.photo {
    height: 145px;
    border: 1px solid #282A41;
    margin-right: 25px;
    float: left;
}

img.title {
    width: 430px;
    margin-left: 100px;
}




/* Aside */

#side {
    width: 200px;
    float: left;
    background: #DBE4EF;
    margin-top: 30px;
}
#aside {
    float: left;
    height: 100px;
    text-align: center;
    padding: 0 15px 10px 15px;
    border-radius: 0 0 11px 0;
    background: #B8CFE1;
}

#aside p {
    color: #8C001B;
    font-family: garamond, Georgia, serif;
    font-size: 25px;
    font-weight: 600;
}




/* Navigation */
#nav {
    height: 680px;
    background: #DBE4EF;
    float: left;
    width: 200px
}

#nav li {
  text-align: center;
}

#nav ul {
   padding-top: 10px;
}

#nav li:first-child a{
    border-top: 1px dotted #B8CFE1;
}

#nav a {
    display: block;
    width: 100%;
    margin-left: 10px;
    padding: 20px 0 20px 0;
    border-bottom: 1px dotted #B8CFE1;
    font-size: 20px;
    color: #005A91;
}

#nav a:hover {
    background:#B8CFE1;
    box-shadow: 0px 0px 15px #B8CFE1;
    color:#494B6B;
}

#nav a:active, #nav a.selected {
    background: #EEE;
    box-shadow: 1px 1px 5px #B8CFE1 inset;
}
    
   


/* Main Content */
#main {
    width: 570px;
    height: 830px;
    background: #FDFDFD;
    float:left;
    border-left: 20px solid #DBE4EF;
    border-radius: 130px 0 0 0;
    padding-left: 60px;
}

#main h2 {
 margin: 0 20px 5px 0px;
 padding-bottom: 5px;
 font-size: 30px;
 padding-top: 45px;
 border-bottom: 1px dotted #B8CFE1;
}

#main li {
   padding-top: 7px;
   font-size: 14px;
}

#main p {
    padding: 20px 50px 0 0;
    line-height: 1.2;
}

/* Registration Styles */


.info_block {
    padding: 10px 0 10px 0;
    margin-right: 20px;
    border-bottom: 1px dotted #B8CFE1;
}

.info_block h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.info_block td {
    padding: 5px 0 5px 10px;
}

.info_block td:first-child {
    width: 150px;
}

.info_block textarea {
    width: 100%;
    height: 80px;
}

#other_info td:first-child {
    width: 250px;
}

#other_info td{
    padding-top: 10px;
}

#other_info table {
    width: 95%;
}

.hidden {
    display: none;
}

input[type=submit] {
    background: #B8CFE1;
    height:40px;
    width: 90px;
    margin-top: 10px;
    font-size: 18px;
    font-family:"Gill Sans", Tahoma, Helvetica, sans-serif;
    color: #005A91;
}

input[type=submit]:hover {
    background: #CCDEE9;
    cursor:pointer;
}

#upload, #banquet_info {
    background: white;
    border: 1px solid #CCC;
}

/* Footer */
#footer img{
    float: left;
    margin-top: -200px;
    height: 632px;
    width: 100%;
    background-image: url('building.png');
    border: none;

}

#footer .sponsors img {
   height: 87px;
   margin-top: -60px;
}

.footnote {
    font-style: italic;
    padding-top: 5px;
    font-size: small;
}
