@charset "utf-8";
/* CSS Document 

Author: Jazmin Brooks
Date: October 2009

*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form,input,textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    zoom:1;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
html {
    height: 100%;
    padding:0;
    margin:0;
    padding-bottom:1px;
}

/*standard styles */


body {
    margin: 0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:18px;
    color:#76746c;
    min-height:100%;
}

p{
    margin-top:0;
    margin-bottom:15px;
	zoom:1;
}

a img{
    border:none;
}

img {
	display:block;
}


.clear{
    clear:both;
    height:0;
    overflow:hidden;
}
.left{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.right{
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}

h1{
    line-height:normal;
    font-size:24px;
    font-weight:normal;
    color: #151056;
    margin-bottom:15px;
}

h2{
    line-height:normal;
    font-size:17px;
    font-weight:normal;
    color:#151056;
    margin-bottom: 10px;
    /*margin-top:10px;*/
}

h3{
    line-height:normal;
    font-size:14px;
    font-weight:bold;
    color:#151056;
    margin-bottom:10px;
}

a {
    color:#bf1e2d;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

ul{
    padding:0;
    margin:10px 10px 10px 0;
}
li{
    list-style: none;
    background: url(images/bullet.gif) no-repeat left 6px;
    padding-left: 20px;
    margin-bottom:6px;
    color:#5d576a;
}

label {
    cursor:pointer;
   font-weight:bold;
}

.noBorder{
    border-style:none !important;
}

/*page structure*/

#wrapper{
	width:938px;
	margin-left:auto;
	margin-right:auto;
	border-width:1px 1px 5px 1px;
	border-color:#a7a8a4 #a7a8a4 #C01A29 #a7a8a4;
	border-style:solid;
}

#header{
	border-bottom:5px solid #c01a29;
}

#logo{
	float:left;
	width:160px;
	margin-top:3px;
}

#clock{
	float:right;
	color:#bf1e2d;
	padding-right:10px;
}

#strapline{
	float:left;
}

#menu{
	border-bottom:1px solid #a7a8a4;
	background-image:url(images/bg_menu_on.gif);
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li {
    float: left;
    margin: 0;
	padding:0;
	background-image:none;
}

#menu li a {
	/*height: 20px;*/
	padding-top:8px;
	padding-bottom:10px;
	line-height: normal;
	/*width:132px;*/
	padding-left:16px;
	padding-right:16px;
	float: left;
	display: block;
	color: #666;
	text-decoration: none;
	text-align: center;
	border-left:1px solid #ded6c9;
	border-right:1px solid #e9e3da;
	position:relative;
	background-image:url(images/bg_menu_on.gif);
}

#menu li a:hover{
	color:#151056;
	background-image:url(images/bg_menu_off.gif);
}

#menu li a:active, #menu li .active{
	background-image:url(images/bg_menu_hover.gif);
	color:#151056;
}

#menu .divider{
	
}

/* Hide from IE5-Mac \*/
#menu li a {
    float: none
}
/* End hide */


.home #content{
	background-image:url(images/bg_home_lines.gif);
}

.internal #content{
	background-image:url(images/bg_internal_lines.gif);
}

.team #content{
	background-image:url(images/bg_team_lines.gif);
}

#content{
	background-repeat:repeat-y;
	float:left;
	width:938px;
}

#leftCol{
	width:160px;
	float:left;
}

#centreCol{
	float:left;
	width:518px;
	padding:20px;
}

.internal #centreCol{
	width:398px;
}

.team #centreCol{
	width:700px;
}

#rightCol{
	float:right;
	width:220px;
}

.internal #rightCol{
	width:340px;
}

.internal #rightCol img{
	display: block;
	margin-top:20px;
}

#footer{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
}

/*page content*/

#footer a{
	color:#151056;
}

#leftCol h1{
	color:#C01A29;
	font-size:14px;
	font-weight:bold;
}

#contactDetails{
	padding:20px 10px 10px 10px;
	color:#151056;
}

#homeLeft{
	float:left;
	width:200px;
	margin-right:20px;
	margin-top:20px;
}

#homeLeft img{
	padding-bottom:10px;
}

#homeLeft h1{
	font-size:14px;
	font-weight:bold;
}

#homeRight{
	float:left;
	width:280px;
	margin-top:20px;
}

#homeRight img{
	padding-bottom:10px;
}

#homeRight h1{
	font-size:14px;
	font-weight:bold;
}

.actionButton{
	
}

.actionButton1 a{
	float:left;
	background-color:#ded6c9;
	padding:10px;
	margin-top:10px;
	font-weight:bold;
	color:#666;
	position:relative;
	font-size:14px;
	background-image:url(images/icon_delivered.gif);
	background-repeat:no-repeat;
	background-position:170px 80px;
}

.actionButton1 a:hover{
	background-color:#eae3d8;
	text-decoration:none;
	background-image:url(images/icon_delivered_on.gif);
}

.actionButton2 a{
	float:left;
	background-color:#ded6c9;
	padding:10px;
	margin-top:10px;
	font-weight:bold;
	color:#666;
	position:relative;
	font-size:14px;
	background-image:url(images/icon_900.gif);
	background-repeat:no-repeat;
	background-position:170px 80px;
}

.actionButton2 a:hover{
	background-color:#eae3d8;
	text-decoration:none;
	background-image:url(images/icon_900_on.gif);
}

.actionButton3 a{
	float:left;
	background-color:#ded6c9;
	padding:10px;
	margin-top:10px;
	font-weight:bold;
	color:#666;
	position:relative;
	font-size:14px;
	background-image:url(images/icon_contact.gif);
	background-repeat:no-repeat;
	background-position:170px 80px;
}

.actionButton3 a:hover{
	background-color:#eae3d8;
	text-decoration:none;
	background-image:url(images/icon_contact_on.gif);
}

.home #rightCol img{
	float:left;
	display:inline;
}

.actionText{
	width:100px;
	float:left;
	padding:5px 10px 0 10px;
}

.teamMember{
	float:left;
	width:160px;
	margin-right:20px;
	text-align:center;
	margin-bottom:20px;
}

.teamMember img{
	display:inline;
}

.teamMember a{
	font-size:10px;
	line-height:normal;
}

input, textarea{
	border:1px solid #A7A8A4;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:3px;
	width:260px;
}

.buttons{
	background-color:#C01A29;
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	width:100px;
	border:none;
	margin-top:5px;
}

.contact img{
	display:inline;
}

