/* basic formatting styles */
body {
	font-family: "Trebuchet MS", Trebuchet, "Geneva", Arial, Helvetica, "SunSans-Regular", sans-serif;
	font-size: 14px;
}
#header h1 a {
    text-decoration: none;
}
a, a:visited, a * {
    color: #f2a128;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px;
}
h3 {
	font-size: 14px;
}
h1, h2, h3 {
	color: #133b1c;
}
#menu a {
    text-decoration: none;
}
#menu li.selected a, #menu a.on, #menu a:hover {
	text-decoration: underline;
}
/* Default error colouring */

div.fieldWithErrors {
    display: inline;
}

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

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

/* specific items */
.kandor_left {
	float: left;
	width: 254px;
	margin-right: 18px;
}
.kandor_left small {
	font-size: 9px;
}
.kandor_right {
	float: left;
	width: 342px;
}
ul.stripped, ul.stripped li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table .odd td{
	background-color: #F3CD83;
	border-collapse: collapse;
}

.column_image {
	width: 106px;
	float: left;
}
.column_image img {
	border: 5px solid #8BC63F;
}
.column_main {
	margin-left: 16px;
	float: left;
	width: 490px;
}
.column_main p {
	margin-top: 0px;
}
.column h3 {
	margin-left: 122px;
}
.column {
	padding: 6px 0px;
}

/* 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 */