*{
	margin: 0;
	padding: 0;
}

@font-face 
{
	font-family: 'adellebasic-webfont';
	src: url('assets/fonts/adellebasic-webfont.eot');
	src: local('☺'), url('assets/fonts/adellebasic-webfont.woff') format('woff'), url('assets/fonts/adellebasic-webfont.ttf') format('truetype'), url('assets/fonts/adellebasic-webfont.svg#webfontVtlMHM5N') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* get browser to render html5 elements as */
header, footer, aside, nav, article {  
	display: block;	 
}

body
{
	/*border-top: 10px solid #36b8ff;*/
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	background-image: url('assets/images/navbgcolour.gif');
	background-repeat: repeat-x;

}

#container
{
	width: 1000px;
	margin: 0 auto;
}

h1,h2,h3,h4,h5,nav li,strong
{ 
	font-family: "adellebasic-webfont", 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-weight: normal;
}

p,label,li
{ 
	font-size: 0.9em;
	line-height: 1.8em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1
{
	font-size: 4.5em;
	/*text-shadow: 1px 1px 5px #c1c1c1;*/
}

h2
{
	color: #c1c1c1;
}

a:link,a:visited
{
	color: #2581B3;
}

header
{
	height: 107px;
}

nav
{
	height: 30px;
}

nav ul
{
	list-style: none;
}

nav ul li
{
	float: left;
}

nav ul li a
{
	display: block;
	margin-right: 20px;
	width: 70px;
	text-decoration: none;
	color: #fff;
	line-height: 30px;
}

nav ul li a:visited, nav ul li a:link
{
	color: #fff;
}
div.imagethumbs img
{
	float: left;
	padding-right: 1.5em;
	width: 225px;
	height: 115px;
}
div.imagethumbs
{
	padding: 0.5em 0 0.5em 0;
	float: left;
	clear: both;
	width: 100%;
}

a.toplink
{
	float: right;
}

/***** Timeline Start */
ul.events {
    list-style-type: none;
    margin: 0;
}

ul.events li {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: #fff;
    border: 1px solid #c1c1c1;
    color: #c1c1c1;
    margin-bottom: 6px;
    padding: 3px 0;
    position: relative;
    text-align: center;
}

ul.events li em {
    color: #2581B3;
}

ul.intervals {
    list-style-type: none;
    padding: 0;
    display: block;
}

ul.intervals li {
    border-right: 1px solid #ccc;
    color: #c1c1c1;
    float: left;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    width: 12.3%;
}

ul.intervals li.first {
    border-left: 1px solid #ccc;
}

div.timeline
{
	clear:both;
}
/***** Timeline End   */


/***** Contact Area   */
div#contactarea
{
	display: block;
	height: 250px;
	width: 100%;
}

div#contactarea ul
{
	list-style-position: inside;
}

#contact_form
{
	float: left;
}

#contactarea fieldset
{
	border:none;
}

#contact_form label
{
	font-weight: 500;
}

#contact_form input,#contact_form textarea
{
	width: 500px;
}
#contact_form input 
{
	height: 15px;
}
#contact_form #submit
{
	height: 20px;
}
.messagesent
{
	font-weight: 500;
}

.messagefailed
{
	font-weight: 400;
	color: red;
}

/***** Footer Area   */
footer
{
	clear: both;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 3px solid #36b8ff;
}

footer p
{
	font-size: 0.8em;
}

footer ul
{
	list-style: none;
}

footer ul li
{
	float: left;
	margin-right: 2.5%;
}

footer ul li a:link
{
	text-decoration: none;
}
