* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #3A3030;
}

a {
	border: none;
	text-decoration: none;
}


/*Selection Colours:*/
::-webkit-selection  {
       background-color: #C42036;
       color: #FFF;
}
::-moz-selection {
       background-color: #C42036;
       color: #FFF;
}
::selection {
       background-color: #C42036;
       color: #FFF;
}
/*End of Selection Colours*/


#headerArea {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#header {
	height: 40px;
	width: 960px;
	margin: auto;
}
#headerLogo {
	height: 40px;
	width: 280px;
	background-image: url(../img/headerLogo.png);
	float: left;
	background-repeat: no-repeat;
	background-position: left;
}
#headerLinks {
	float: left;
	display: block;
	width: 300px;
}
#headerLinks a {
	height: 30px;
	padding: 10px 12px 0 12px;
	display: inline-block;
	text-decoration: none;
	
	-o-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in;
	-ms-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
}
#headerLinks a:hover {
	background-color: #EEE;
	color: #C42036;
}
#headerSocial a {
	width: auto;
	height: 40px;
	float: right;
}
#socialLink a {
	display: inline-block;
	float: right;
	height: 24px;
	width: 24px;
	padding: 8px;
}
#stripeArea {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 10px;
	background-color: #C42036;
}
#bannerArea {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom: 1px solid #EEE;
}
#banner {
	width: 960px;
	margin: auto;
	padding: 12px 0;
}

.banner { position: relative; overflow: auto; }
    .banner li { list-style: none; }
        .banner ul li { float: left; }

#bodyArea {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../img/bgLight.png);
	background-repeat: repeat;
}
#body {
	width: 960px;
	margin: auto;
	padding: 12px 0;
}
#body p {
	font-weight: 300;
	margin: 0 0 20px 0;
}
.quoteCred {
	font-style: italic;
	text-align: right;
}
h1 {
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 8px 0;
}
h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 8px 0;
}
h3 {
	font-size: 20px;
	margin: 0 0 8px 0;
}
h4 {
	font-size: 22px;
	font-weight: 300;
	margin: 0 0 8px 0;
	font-style: italic;
}
b {
	font-weight: 700;
	color: #C42036;
}
quote {
	font-size: 36px;
	font-weight: 800;
	font-style: italic;
	color: #B5B6B8;
}
#bodyHalf {
	width: 468px;
	padding: 12px 6px 12px 0;
	display: inline-block;
	float: left;
}
#bodyThird {
	width: 302px;
	padding: 12px 6px 12px 0;
	display: inline-block;
	float: left;
}
#bodyContact {
	width: 540px;
	padding: 12px 6px 12px 0;
	float: left;
}
#articlePicHeadline {
	width: 958px;
	margin: 6px 0 6px 0;
	display: inline-block;
	float: left;
	border: 1px solid #EEE;
}
#articlePicLeft {
	width: 302px;
	padding: 6px 12px 12px 0;
	display: inline-block;
	float: left;
}
#articlePicRight {
	width: 302px;
	padding: 6px 0 12px 12px;
	display: inline-block;
	float: right;
}
#articlePicLeft p {
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
#articlePicRight p {
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
#clear {
	clear: both;
}


#contactFormStyle {
	color: #3A3030;
	text-decoration: none;
	padding: 0px 8px 8px 8px;
}
#contactFormStyle input {
	font-size: 16px;
	width: 215px;
	display: inline-block;
	border: 1px solid #DBDBDC;
	height: 25px;
	margin: 4px 8px 4px 8px;
	padding: 6px 6px 6px 16px;
	outline: none;
	background-color: #DBDBDC;
	color: #3A3030;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
#contactFormStyle #comments {
	font-size: 16px;
	width: 465px;
	display: inline-block;
	border: 1px solid #DBDBDC;
	height: 200px;
	margin: 4px 8px 4px 8px;
	padding: 16px;
	outline: none;
	resize: none;
	overflow: auto;
	line-height: 22px;
	background-color: #DBDBDC;
	color: #3A3030;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
#contactFormStyle .submit {
	width: 100px;
	height: 50px;
	padding: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #C42036;
	border: 1px solid #C42036;
	cursor: pointer;
	
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}
#contactFormStyle .submit:hover {
	background-color: #3A3030;
}
#contactFormStyle #comments:focus, #contactFormStyle input:focus {
	background-color: #FFF;
	border-color: #FFF;
}
h7 {
	font-size: 10px;
}
#galleryThumb {
	float: left;
	height: 133px;
	width: 103px;
	margin: 0 12px 0 0;
	border: 1px solid #EEE;
}



#footerArea {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top: 1px solid #EEE;
}
#footer {
	height: 40px;
	width: 960px;
	margin: auto;
	padding: 12px 0 40px 0;
	text-align: center;
	font-size: 12px;
}
#galleryPic {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
a.redButton {
	font-size: 13px;
	font-weight: 800;
	color: #FFF;
	background-color: #C42036;
	padding: 6px 30px;
	margin: 12px 0 0 0;
	display: inline-block;
	
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
}
.centerText {
	text-align: center;
}
