body
{
border:2px dashed black;
width:80%;
margin:60px auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

h1
{
display: none;
}

a
{
color: #870A0A;
font-weight:bold;
text-decoration:underline;
}

a:hover
{
color: #f29018;
}

#header {
margin:10px auto;
width:90%;
text-align: center;
}

ul#nav 
{
padding:20px 0 0;
}

#nav li
{
display:inline;
margin:0 30px;
font-size: 20pt;
}

}
#logo {
height:125px;
margin:0 auto 10px;
}

#bottomLogo
{
text-align:center;
background:black none repeat scroll 0 0;
margin:5px auto 0;
padding:9px 0;
width: 100%;
}

#intro
{
width:75%;
margin:10px auto;
font-size: 14pt;
text-align: justify;
padding: 5px;
color:#555555;
}

#reasonList
{
margin-bottom:50px;

}

.linkButtons a {
   border-top: 1px solid #000000;
   background: #870a0a;
   background: -webkit-gradient(linear, left top, left bottom, from(#e31c1c), to(#870a0a));
   background: -moz-linear-gradient(top, #e31c1c, #870a0a);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;   
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.linkButtons a:hover {
   border-top-color: #f29018;
   background: #f29018;
   color: #fff7ff;
   }
.linkButtons a:active {
   border-top-color: #820050;
   background: #820050;
   }

.linkButtons
{
margin:0px auto 35px;
width:70%;
text-align: center;
}

.reason
{
border: 4px dashed #dd0000;
width: 70%;
margin: 20px auto;
padding:0 0 20px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#reasonList dt
{
background:#FF0000 none repeat scroll 0 0;
color:white;
padding-left: 20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size:19pt;
font-weight:bold;
margin:5px auto 20px;
text-transform: uppercase;
}

#reasonList dd
{
text-align: justify;
color: #dd0000;
font-size: 11pt;
padding:0 60px 0 20px;
}

#factCheck
{
text-align: center;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #222;
background:rgba(0, 0, 20, 0.9) none repeat scroll 0 0;
font-size:11pt;
margin:10px auto;
padding:10px;
text-align:center;
width:80%;
}

#factCheck h4
{
border-top:2px dotted white;
padding:10px 0 0;
}

#factCheck a
{
color:white;
}

#factCheck a:hover
{
color: #aa2323;
}

#contactDetails
{
font-size:18pt;
margin-bottom:40px;
text-align:center;
text-transform:lowercase;
}

#email
{
font-weight: bold;
}

#aboutUs
{
font-size:11pt;
margin:5px auto 30px;
text-align:justify;
width:65%;
}

.facebookLink
{
text-align: center;
margin-bottom: 10px;
clear:both;
}

.facebookLink img
{
border: none;
}

.facebookText
{
color:#222222;
display:block;
font-size:9pt;
}

/* LIVE */

#upcomingEvents
{
border:3px dashed red;
margin: 20px 8% 30px;
padding:0 10%;
}

#upcomingEvents h3
{
font-size:17pt;
font-weight:bold;
letter-spacing:0.1em;
}

#upcomingEvents ul
{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#upcomingEvents ul li
{
margin:15px 0;
font-style: italic;
}

#pastEvents
{
margin:0 8%;
padding:0 10%;
}

#pastEvents dl
{
border:2px dotted black;
padding:20px;
}

#pastEvents dl dt
{
font-weight:bold;
margin:0 0 10px;
}

#pastEvents dl dd
{
border-bottom:1px dotted black;
font-size:11pt;
margin-bottom:25px;
padding:0 0 12px;
}