@import "reset.css";


body {
    font-family:  Arial;
    font-size: 100%;
    color: #222;
}
div#page-wrapper {
    width: 100%
}
header, nav, section, footer, hgroup {
    display: block;
}
/*common styles*/
.clear {
    clear: both;
}
p {
    margin-bottom:  10px;
   line-height: 1.2em;
}
a {
    text-decoration:  none;
    color:  #a50a00;
}
.image-container {
    position: relative;
}
section a:hover {
    text-decoration: underline;
}
h1,h2,h3,h4,h5 {
    font-weight:  normal;
}
h3 {
    color: #a50a00;
    margin-bottom: 10px;
    margin-top: 15px;
}
h4 {
    color: #a50a00;
}
li {
    list-style-image: url('../images/bullet.png');
    margin-left: 20px;
    margin-bottom: 5px;
}/*header  bar*/
div#header-bar-wrap {
    width:  100%;
    position:  fixed;
    padding: 8px 0 2px 0;
    top:  0;
    background: #a50a00;
    z-index: 400;
}
div#header-bar {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}
div#header-bar a {
    color: #fff;
}
div#header-bar p {
    float: right;
    text-align: right;
    display: inline;
    font-size: 1.1em;
    margin-top: 4px;
    line-height: 0.7em;
    color: #fff;
    z-index: 10;
    letter-spacing: 1px;
}
div#header-bar ul {
    display: inline;
    float:  left;
}
div#header-bar ul li {
    display:  inline;
    text-transform: uppercase;
    font-size: 0.9em;
    padding-right: 20px;
    margin-left: 0;
    list-style:  none;
    color: #fff;
    letter-spacing:  1px;
}
div#header-bar ul li a {
    display: inline-block;
}


/* general section styles*/
section {
    padding-top: 70px;
    margin-bottom: 20px; 
}
section div.section-inside {
    width: 900px;
    margin: 0 auto;
    background: url('../images/header-border-red.png') no-repeat;
}
section.grey div.section-inside {
    background: url('../images/header-border-red.png') no-repeat;
}

section h2 {
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 0.9em;
    color: #a50a00;
    width: 220px;
    background: #fff;
    text-align: center;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
section.grey {
    background-color: #eee;
    margin-bottom: 0px;
    padding-bottom: 20px;
    
}
section.grey h2 {
    color: #a50a00;
    background: #eee;
}
div.no-border {
    background: none!important;
}
/*home section styles*/
section#home {
    font-size: 17px;
    padding-bottom:  20px;
}
section#home p {
    line-height: 1.3em;
}
section#home img {
    width: 340px;
}
section#home div#home-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #a50a00;
}
section#home div#home-header img {
    width: 325px;
}
section#home img {
    padding: 4px 4px 0 4px;
}
section#home div#home-image {
    float: right;
    margin-left: 15px;
    margin-bottom: 20px;
}
section#home h1#slogan {
    float:  right;
    display:  inline;
    font-size: 22px;
    font-weight: normal;
    text-align:  right;
    text-transform: none;
    margin-top: 70px;
    line-height: 1em;
    color: #a50a00;
}
section#home div.section-inside {
    background:  none;
}
section#contact-form h1 {
    color: #a50a00;
    font-size: 22px;
}

/*reporters section styles*/

section#reporters tr {
    width: 900px;
}
section#reporters td {
    width: 180px;
    height: 220px;
    vertical-align: top;
    text-align: center;
    }
section#reporters td h2 {
    width: 180px;
}
section#reporters td div.image-container {
    width: 98px;
    height: 117px;
    margin: 0 auto;
}

section#reporters td div.image-container img {
    border: 2px solid #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
section#reporters td h3 {
    text-align: center;
    line-height: 0.5em;
    font-size: 16px;
}
section#reporters td p {
    text-align:  center;
    line-height: 0.5em;
    font-size: 14px;
}
section#reporters td a {
    color: #222;
}
section#reporters td a:hover {
    color: #a50a00;
}
section#reporters h4 {
    margin-bottom: 40px;
    text-align: center;
}
/*faq's section styles*/
section#faq h2 {
    width: 80px;
}

/*bookings section styles*/
section#bookings h2 {
    width: 180px;
}
/*bookings section styles*/
section#contact h2 {
    width: 110px;
}

.box:after {
	z-index: -1;
	position: absolute;
	background: transparent;
	width: 60%;
	height: 40%;
	content: '';
	right: 15px;
	bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: skew(15deg) rotate(5deg);
	-webkit-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.3);
	-moz-transform: skew(15deg) rotate(5deg);
	-moz-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.3); 
	box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.6);}
        

/*box*/
.box {
	position: relative;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#sian img {
    padding: 4px 4px 0 4px;
}
div#sian {
    float: right;
    margin-left: 20px;
}
div#show-para {
    height: 42px;
    overflow: hidden;
    -moz-transition: height 0.4s linear;
    -webkit-transition: height 0.4s linear;
    transition: height 0.4s linear;
}
div#show-para:hover {
    height: 220px;
    -moz-transition: height 0.4s linear;
    -webkit-transition: height 0.4s linear;
    transition: height 0.4s linear;
}
div#show-para div {
    color: #fff;
    background: #a50a00;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
}
div#show-para div a {
    color: #fff;
    text-decoration: underline;
}
div#show-para div a:hover {
    text-decoration: none;
}
span.highlight-text {
    color: #a50a00;
	padding-bottom:9px;
    cursor: pointer;
}
div#disclaimer {
    font-size: 12px;
}
div.links-image img {
    height: 70px;
    margin-right: 20px;
}
div.links-image {
    margin-bottom: 20px;
}
footer {
    margin: auto;
}
.para-push {
    height: 14px;
}

/*forms*/
form {
    margin: 20px 0;
}
label {
    display:  block;
    color: #a50a00;
    margin-bottom: 3px;     
}

input#date, input#start, input#end {
    width: 150px;
}
input#submit {
    width: 150px;
    background: #a50a00;
    border: none;
    padding: 4px 0;
    color: #fff;
    font-family:  Flexo-Light;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 18px;
}
input#submit:hover {
    cursor: pointer;

}
textarea {
    width: 450px;
    margin-bottom: 20px;
}
