/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  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; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

body {
  font-size: 10px;
  font-family: Helvetica, arial, sans-serif;
  color: #0c0c0c; }

h1, h2, h3 {
  color: #1c1c1c;
  font-weight: bold;
  margin: 30px 0; }

h1 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1px; }
  h1.sc {
    font-variant: small-caps; }
  h1.sub {
    border-bottom: 1px solid #114574;
    padding-bottom: 20px; }
  h1.blue {
    margin-top: 0;
    color: #114574; }

h2 {
  font-size: 21px;
  line-height: 26px; }

h3 {
  font-size: 19px;
  margin-bottom: 0px; }  

h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0px; }

h5 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold; }

.guestInfo h2 {font-family: georgia !important;
    font-style: italic;
	font-size:27px;
	font-weight:normal;
	color:#114574;}

p, li {
  font-size: 15px;
  line-height: 23px;
  margin: 0 0 30px 0; }

li {
  font-size: 15px;
  line-height: 25px;
  margin: 5px 0; }

a:link, a:visited {
  color: #fc2a6f; }
 
a:hover {
  text-decoration: none;} 

em {
  font-style: italic; }

strong {
  font-weight: bold; }

blockquote {
  margin: 0; }
  blockquote p {
    font-size: 19px;
    line-height: 25px;
    font-family: georgia;
    font-style: italic;
    margin-top: 0; }
    blockquote p span.quote {
      font-weight: bold;
      font-family: Helvetica, arial, sans-serif;
      display: inline-block; }

/*a.btn {
  padding: 15px 20px;
  color: #fff;
  font-size: 17px;
  display: inline-block;
  text-shadow: 0px -1px 1px #555;
  font-weight: bold; }
  a.btn.pink {
    background-color: #f93071; }
  a.btn.navy {
    background-color: #114574;
    width: 300px;
    font-size: 18px; }
  a.btn:hover {
    text-decoration: underline; }*/

a.butn {
  /*height: 50px;*/
  display: inline-block;
  padding: 15px;
  color: #fff;
  font-size: 17px;
  position: relative;
  left: 0;
  text-decoration: none; 
  }



a.butn {
  -webkit-transition: all  0.5s ease, padding 0.8s linear;
  -moz-transition: all 0.5s ease, padding 0.8s linear;
  -o-transition: all 0.5s ease, padding 0.8s linear;
  transition: all  0.5s ease, padding 0.8s linear; }

a.butn:hover {
  border-left: 0px solid #3b3935;
  text-decoration: none;
  color: #fff;
  background: #333; }

.greenText {
  color: #5eb762; }

.pink {
  background: #fc2a6f; }

.pinkSide {
  background: #fc2a6f;
  width: 300px!important;}
 
.navy {
    background-color: #114574; 
	width: 300px!important;}

header {
  background-color: #c3e2f6; }
  header #banner {
    width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 60px;
    box-sizing: border-box;
    position: relative; }
    header #banner h1#logo a {
      background: url(../images/nnn-logo.jpg) no-repeat;
      width: 222px;
      height: 159px;
      position: absolute;
      top: 0px;
      right: 0;
      z-index: 10;
      text-indent: -9999px;
      display: block; }
    header #banner p {
      width: 940px;
      margin: 0 auto;
      box-sizing: border-box;
      padding-top: 20px;
      height: 60px;
      font-family: Georgia, times, sans-serif;
      font-size: 23px;
      color: #114574; }
  header nav {
    background-color: #fc2a6f;
    height: 60px; }
    header nav ul {
      width: 940px;
      margin: 0 auto;
      box-sizing: border-box; }
      header nav ul li {
        display: inline-block;
        margin-top: 0; }
        header nav ul li a:link, header nav ul li a:visited {
          color: #fff;
          font-size: 18px;
          line-height: 25px;
          font-weight: bold;
          text-decoration: none;
          display: inline-block;
          height: 60px;
          padding: 20px 0px;
          margin-right: 25px;
          box-sizing: border-box; }
          header nav ul li a:link:hover, header nav ul li a:visited:hover {
            background: url(../images/active.png) no-repeat 50% 101%; }
        header nav ul li a.active {
          background: url(../images/active.png) no-repeat 50% 101%; }

#wrapper {
  width: 940px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden; }

.bxslider {
  margin: 0 0 20px 0; }
  .bxslider li {
    margin: 0; }

#leftCol {
  width: 600px;
  float: left;
  margin-bottom: 40px; }

#sideBar {
  width: 300px;
  float: right; }
  #sideBar #sideBarBtns li {
	margin: 15px 0; }
  #sideBar #twitter_feed {
    margin-bottom: 30px; }
    #sideBar #twitter_feed iframe {
      height: 300px; }
  #sideBar #aboutEi p {
    margin: 10px 0;
    font-size: 13px;
    line-height: 17px; }
    #sideBar #aboutEi p a {
      color: #114574;
      text-decoration: underline; }

#sponsors {
  width: 100%;
  clear: both;
  text-align: center; }
  #sponsors ul li {
    display: inline-block;
    width: 120px;
	margin-right: 60px; }

#sponsors h5 {
  margin-bottom: 10px;}

footer {
  background-color: #114574;
  height: 45px;
  margin-top: 30px; }
  footer p {
    width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 10px;
    font-size: 11px;
    color: #fff; }
    footer p a:link, footer p a:visited {
      color: #fff;
	  text-decoration: none; }
    footer p a:hover {
      text-decoration: underline; }
    footer p span.sn-links {
      float: right; }
      footer p span.sn-links a {
        margin: 0 10px; }
