@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,ol {
    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:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:18px;
    color:#333333;
    background-color:#fff;
    min-height:100%;
	padding-bottom:20px;
}

p{
    margin-top:0;
    margin-bottom:15px;
}

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:bold;
    color: #636967;
    margin-bottom:15px;
}

h2{
    line-height:normal;
    font-size:20px;
    font-weight:bold;
    color:#636967;
    margin-bottom: 10px;
    /*margin-top:10px;*/
}

h3{
    line-height:normal;
    font-size:18px;
    font-weight:bold;
    color:#636967;
    margin-bottom:5px;
}

h4{
	line-height:normal;
    font-size:14px;
    font-weight:bold;
    color:#636967;
    margin-bottom:5px;
}

a {
    color:#008DAF;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

ul{
    padding:0;
    margin:10px 10px 10px 10px;
}

ol {
	padding:10px 30px;
}
li{
    list-style: none;
    background: url(images/bullet.gif) no-repeat left 5px;
    padding-left: 20px;
    margin-bottom:10px;
}

ol li{
	list-style:decimal;
	padding-left:0;
	background-image:none;
}

ol li ol{
	padding:10px 30px;
}

ol li ol li{
	list-style:lower-alpha;
}

label {
    cursor:pointer;
    color:#333333;
}

.noBorder{
    border-style:none !important;
}

/* Form Stuff*/

input, textarea, select{
	border:1px solid #dadadb;
	font-family:Arial, Geneva, sans-serif;
	font-size:11px;
	padding:2px 5px;
	width:290px;
	background-image:url(images/bg_input.jpg);
	background-repeat:repeat-x;
	float:left;
}

select{
	width:304px;
}

textarea {
	height:100px;
	width:394px;
}

.contactButtons a{
	background-color:#fff;
	background-image:url(images/button_sprite.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	margin-top:0;
	line-height:normal;
	margin-right:20px;
	width:80px;
	display:block;
	float:left;
	text-align:center;
	padding:8px 0;
	height:auto;
}

.contactButtons a:hover{
	text-decoration:none;
	background-position:0 -30px;
}

.contactButtons a:active{
	text-decoration:none;
	background-position:0 -60px;
}

.validation input, .validation textarea{
	border:1px solid #F00;
}


/*Structure*/

#wrapper{
	width:700px;
	border:1px solid #BCBDBF;
	margin:20px auto;
	/*background-image:url(images/bg_gradient.gif);
	background-position:bottom;
	background-repeat:repeat-x;*/
	background-color:#FFF;
}

#header{
	padding:20px 10px 20px 20px;
}
	
#content{
	padding:0 10px;
}

#footer{
	padding:20px;
	font-size:10px;
}

/*header*/

#headerMain{
	float:left;
}

#logo{
	float:left;
	margin-right:40px;
}

#strapline{
	float:left;
	margin-top:14px;
}

#headerSub{
	display:none;
}

/*content*/

#mainCol{
	float:left;
	width:680px;
	margin-right:10px;
}

#menu{
	display:none;
}

#heading{
	display:none;
}

#subCol{
	display:none;
}

#menuMini{
	display:none;
}

/*Page Specific*/


/*Boxes*/

.ctaButton{
	display:none;
}

.subBox{
	display:none;
}

/*Tabbed Box*/

#tabbedBox{
	display:none;
}

/*Internal*/

#breadcrumb{
	display:none;
}

/*submenu*/

#internalContent{
	background-image:none;
}

#internalContent img{
	display:none;
}

#subMenu{
	display:none;
}

#mainHeading{
	float:left;
	width:480px;
}

#pageActions{
	display:none;
}


#mainContent{
	float:none;
	width:575px;
	padding:10px;
}

#mainContent img{
	display:block;
}

/*Live Chat Stuff*/

.ctaButtonLC{
	display:none;
}
