/*

	Leaf Design
	CSS V2.0 - October 2009
	
	COLOUR CODES
	Dark Blue: #00274A
	Light Blue: #00407A
	Pale Blue: #CBDDE5
	Green: #55B947
	Grey: #555555

*/


/* ------- Global ------- */

body {
	background: #CBDDE5;
	font-family: Arial, Sans-serif;
	font-size: 13px;	
	line-height: 175%;
	letter-spacing: 0px;
	margin: 0 auto;
	color: #444444;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
}

table {
	border: 0;
}

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

h1 {
	font-family: Arial, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	line-height: 100%;
	letter-spacing: 1px;
	margin-top: 50px;
	margin-bottom: 5px;
	color: #7F9DB8;
}

.smaller {
	font-family: Arial, Sans-serif;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #333333;
}

h2 {
	font-family: Arial, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #00407A;
}

h3 {
	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	text-transform: none;
	margin: 10px 0px 5px 0px;
	color: #00407A;
}

.sidebar_header h3 {
	margin: 0px 0px 0px 0px;
}

.portfolio_item h3 {
	margin: 0px 0px 0px 0px;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #00407A;
	color: #00407A;
	outline: none;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #00407A;
	color: #00407A;
}

td {
	vertical-align:top;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul, li {
	margin-left: 15px;
	padding-left: 0px;
	line-height: 200%;
	margin-right: 0px;
}

img {
	border: 0;
}


/* ------- Defined Styles ------- */

.highlight {
	color: #55B947;
}

.plain a {
	text-decoration: none;
	border-bottom: 0px dotted #FFFFFF;
	outline: none;
}

.plain a:hover {
	text-decoration: none;
	border-bottom: 0px dotted #FFFFFF;
}

.normal {
	font-family: Arial, Sans-serif;
	font-weight: normal;
	font-size: 13px;	
	line-height: 200%;
	letter-spacing: 0px;
	color: #555555;
}

.small {
	font-size: 11px;	
}

.tiny {
	font-size: 9px;
}

#footer a {
	text-decoration: none;
	border-bottom: 0 dotted #FFFFFF;
	outline: none;
}

#footer a:hover {
	text-decoration: underline;
	border-bottom: 0 dotted #FFFFFF;
}

.pipe_divider {
	color: #999999;
}

.map_image {
	width: 120px;
	height: 70px;
	background-image: url('/images/bg_map_image.png');
	background-repeat: no-repeat;
	padding: 15px 15px 15px 15px;
}