* {
	font-family: "Trebuchet MS", Trebuchet;
	font-size: 14px;
	color: #555555;
}
body {
	margin: 0px;
	background: white;
}
#header h1 a {
	text-decoration: none;
}
a {
	color: #1A2DE1;
}
a:visited {
	color: #18478f;
}
h1,h2,h3,h4,h5,h6 {
	color: #c61b0d;
	font-weight: normal;
}
h1 {
	font-size: 22px;
	font-family: Georgia;
}
h2 {
	font-size: 14px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	color: #c61b0d !important;
}
h3 * {
	color: #555555 !important;
}
#body_content_intro h1 {
	margin-top: 21px;
}
#menu li a {
	text-decoration: none;
	padding: 0px 15px;
}
#menu li.selected a, #menu a.on, #menu a:hover {
}
#menu li.selected ul li a {
	text-decoration: none;
}
#menu li ul li.selected a, #menu li ul li a.on, #menu li ul li a:hover {
	
}
#menu li ul {
	padding-top: 16px;
}
#menu li ul li a {
	line-height: 14px;
	padding: 4px 15px;
}
p {
	line-height: 24px;
}
.uppercase {
	text-transform: uppercase;
}
ul.stripped {
	margin: 0px;
	padding: 0px;
}
ul.stripped li {
	list-style: none;
}
.testimonials h2 a {
	text-decoration: none;
}
#body_content_intro .last_paragraph {
	margin-bottom: 0px;
}
#size_bar {
	background: #383737;
	height: 35px;
}
#size_bar_content {
	text-align: right;
	padding-top: 5px;
	height: 35px;
}
#text_size_container {
	float: right;
}
#text_size, #text_size_1, #text_size_2 {
	float: left;
	display: block;
	font-family: Arial;
	font-size: 14px;
	color: white;
	text-decoration: none;
	line-height: 26px;
}
#text_size_1, #text_size_2 {
	margin-top: 3px;
}
#text_size_1 img, #text_size_2 img {
	border-style: solid;
	border-color: white;
	border-width: 0px;
	line-height: 30px;
}
#text_size_1 {
	margin-left: 7px;
	margin-right: 9px;
}

/* Default error colouring */

div.fieldWithErrors {
	display: inline;
}

#errorExplanation {
	border-top: 3px solid #F27F7F;
	background: #FFBEBE;
	padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
	color: #9C2626;
}

/* Browser Hacks */

/* remove borders from images */

a img {
    border: 0px none;
}

/*
Firefox Dotted Line Fix
  - http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
	outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */