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;
}

html{font-family: Arial, Helvetica, sans-serif;
	background-image: url("../images/general/main_wrapper_home.png");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f9f9f9;}

a{
	text-decoration: none;
	color: #000;
}
h1{}
h2{font-size: 17px; letter-spacing: 0.03em;}

.wrapper{
top:0px;
width: 960px;
left: 50%;
margin-left: -480px;
position: absolute;
text-align: left;
}

.logo{width: 120px; height: 120px; position: absolute;}

/* topNav */
.topNav{width: 960px; height: 85px; font-size: 17px;}
.topNav ul{ margin-left: 120px;}
.topNav ul li{list-style-type: none; display: inline;}
.topNav ul li a{padding: 28px 20px 28px 20px;border-top: 3px solid #333333; line-height: 82px; color: #fff;}
.topNav ul li a:hover{border-top: 3px solid #c20044; color: #c20044;}
.topNav .contactinfo{color: #fff; position: absolute; top: 30px; right: 0px; font-size: 13px; text-align: right;}

/* Slider */
.sliderContainer{width: 960px; height: 370px; margin-top: 50px; overflow: hidden;}
.sliderShadow{width: 960px; height: 50px; background-image: url("../images/general/shadow_slider.png");
	background-repeat: repeat-x;
	background-position: top;}

.welcomeQuote{width: 940px; padding: 10px; background-color: #ededed; margin-bottom: 20px; text-align: center;}
.welcomeQuote p{font-size: 14px; color: #333; font-style: italic; letter-spacing: 0.03em;}

/* Three boxes */
.threeBoxes{width: 960px; height: 275px;}
.boxOne, .boxTwo, .boxThree{width: 310px; height: 275px; float: left;}
.boxOne, .boxTwo{margin-right: 15px;}
.threeBoxes p{color: #333; font-size: 14px; padding: 10px 0 0 0;}
.threeBoxes img{width:288px; height: 83px;  border: 1px solid #fff;}
.threeBoxes .image{width:290px; height: 85px; margin-top: 10px; border: 10px solid #ededed;}

p.readMore a{color: #c20044;}

/* Footer */
.footer{margin-top: 15px; width: 100%; text-align: center; color: #666; font-size: 12px; border-top: 1px solid #ededed; padding: 5px 0 0 0;}

.nivo-controlNav {
    width:251px;
    height:40px;
    position:absolute;
    left:360px; /* Manually position in centre. Not perfect */
    bottom:-12px;
    padding:8px 0 0 82px;
    z-index:20; /* Make sure it is visible above the slides */
}

.nivo-controlNav a {
    display:block;
    width:22px;
    height:22px;
    background:url(../images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}

.nivo-controlNav a.active {
    background-position:0 -22px; /* Selected bullet */
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}.wrapper .threeBoxes .boxThree p strong {
	color: #F00;
}
