/*/ GENERAL //////////////////////*/
body {
   background-color:#fff;
	 background-image: url(../images/bgTile.gif);
	 font-family:Arial, Helvetica, Verdana, sans-serif;
	 font-size:12px;
	 color:#333;
	 line-height:18px;
	 margin:0;
	 padding:0;
	 border:0;
	 text-align:center;
}

#wrapper {
   width:720px;
	 background-color:#fff;
	 background-image: url(../images/top.gif);
	 background-repeat: no-repeat;
	 background-position:top center;
	 margin:0 auto;
	 passing:0;
	 border:0;
	 text-align:left;
}

.logo {
   margin:25px 0 0 20px;;
}

#adminBar {
  position:absolute;
  text-align:left;
  width: 400px;
  right:5px;
  top:5px;
  background-color:#ffffc9;
  border:1px solid #ccc;
  padding-left: 2px;
  z-index: 100;
}

#leftColumn {
   width:460px;
	 float:left;
	 border-right:1px dotted #ccc;
	 margin:0 0 10px 10px;
	 padding-right:10px;
}

#fullColumn {
   width:680px;
	 float:left;
	 margin:0 0 10px 10px;
	 padding-right:10px;
}

#rssColumn {
  float:right;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size:10px;
}

#qt {
  float:right;
  text-align: right;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size:9px;
}

#rightColumn {
   width:220px;
	 float:left;
	 padding-left:10px;
}

#rightColumn img {
   margin: 0 0 20px 0;
	 border:none;
}

#rightColumn  a.sponsor{
   border:none;
}

#eventwrapper {
}

#eventdetails {
  float:right;
  text-align:left;
  width: 315px;

}

#eventpic {
  float:left;
  width: 135px;

}

a {
   color:#666666;
	 text-decoration:none;
	 border-bottom:1px solid #F50C0D;
}

a:hover {
   border-bottom:1px solid #999;
}

/*/ NAVIGATION /////////////////////*/
#nav {
  position:relative;
   background-image: url(../images/navBar.gif);
	 background-repeat:no-repeat;
	 color:#ccc;
	 padding:3px 10px;
	 margin:10px 0 20px 10px;
	 
}
#translate {
  position:absolute;
  top:3px;
  right:20px;
  width:100px;
  text-align:right;
}
#navigation {
  color:#ccc;
}
#nav a {
   color:#fff;
	 text-decoration:none;
	 font-weight:bold;
	 border:none;
}

#nav a:hover {
   color:#F8C462;
	 border:none;
}

/*/ HEADLINES //////////////*/
h1 {
   font-family: Arial Narrow;
	 font-size:24px;
	 color:#F50C0D;
	 margin:0;
	 line-height:24px;
}

h2 {
     font-family: Arial Narrow;
	 font-size:16px;
	 color:#FABF4C;
	 line-height:16px;
}

h3 {
   font-family: Arial Narrow;
   font-size:20px;
   color:#F50C0D;
   margin-top:0;
}

h4 {
   font-family: Arial;
   font-size:14px;
   color:#000;
}

h5 {
     font-family: Arial;
	 font-size:11px;
	 color:#f6ab19;
	 margin:0;
}

h6 {
  font-family: Arial Narrow;
  font-size: 16px;
  color:#F50C0D;
  margin-top:0;
  margin-bottom:0;
}

p#eventheader {
   font-family: Arial;
   font-size:14px;
   font-weight: bold;
   color:#000;
   margin:0;
}
p#newsheader {
   font-family: Arial;
   font-size:12px;
   font-weight: bold;
   color:#000;
   margin:0;
}
p#eventdate {
  font-family: Arial;
   font-size:12px;
   font-weight: bold;
   color:#F50C0D;
   margin:0;
}
p#event {
  font-size:11px;
  margin-top:3px;
  margin-bottom:0;
}
/*/ OTHER STYLES /////////////////////////////*/
p#news {
    margin-top:5px;
    font-size:10px;
    border-bottom:1px dotted #ccc;
}
#na {
    text-align:right;
    margin-right: 5px;
    margin-bottom: 10px;
}
#na a {
    background-color:#F50C0D;
    padding-left:5px;
    padding-right:5px;
    font-size:12px;
    font-weight: bold;
    color:#FFF;
}
#na a:hover {
    border-bottom:1px solid #000;
}

/*/ CONTACT STYLING ///////////*/

#frmContact label.cssFormValidatorError{
	color:red;
}

#frmContact input.cssFormValidatorError{
	border: red solid 2px;
}

/*/ FOOTER /////////////////////////////*/
#footer {
   background-image: url(../images/footer.gif);
	 background-repeat: no-repeat;
	 color:#666666;
	 font-size:10px;
	 text-align:center;
	 font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	 padding:5px;
	 height:45px;
	 margin-left:10px;
	 clear:both;
}

html>body #footer {
   padding:1px;
	 height:50px;
}
