/* CSS Document */
/* Created for Insight Bridge by Realising Designs (www.realisingdesigns.com) */
/* Copyright of Insight Bridge */

.clr {
	clear: both;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 175%;
	text-align: left;
}

h1 {
	background-image: url(../images/logo.gif);
	height: 57px;
	width: 329px;
	background-repeat: no-repeat;	
	margin: 0;
	padding: 0;
	float: left;
}
h2 {
	padding: 0;
	color: #888;
	font-size: 14px;
	letter-spacing: 0.3em;
	word-spacing: 0.5em;
	margin: 0 0 0 600px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;	
	text-align: left;
}
h3 {
	background-repeat: no-repeat;	
	margin: 15px 15px 15px 21px;
}
h3 span, h1 span {
	display: none;
}
h4 {
	font-size: 11px;
	color: #555;
	margin: 0 0 0 14px;
	padding: 0;
}

p,li,table,form {
	color: #777;
}
table {
	text-align: justify;
}

li {
	list-style-position: outside;
	list-style-image: url(images/li_link0.gif);
	list-style-type: circle;
}

a:link, a:visited {
	color: #FF7415;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}
a:hover, a:active {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #FF7415;
}
a.external {
	background-image: url(../images/ext_link.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 14px;
}
a.no_border {
	border-bottom-width: 0px;
}

#container {
	width: 740px;
	margin: 20px auto 0 auto;
}

#bar {
	margin-top: 10px;
	background-image: url(../images/bar_bgr.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 760px;
	height: 50px;
}

/* Navigation */
#link_bar {
	margin: 0;
	padding: 0 11px;
	display: block;
}
#link_bar li {
	float: left;
	margin: 0;
	padding: 0 10px 0 14px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	display: block;
	height: 30px;
}
#link_bar a {
	display: block;
	float: left;
	padding: 5px 0 0 15px;
	margin: 0 0 5px 5px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10px;
}
#link_bar a:link, #link_bar a:visited {
	background-image: url(../images/li_link0.gif);
	color: #444;
/*	border-bottom-width: 0px;*/
}
#link_bar a:hover, #link_bar a:active {
	background-image: url(../images/li_link1.gif);
	color: #FF7415;
/*	border-bottom-width: 0px;*/
}
#link_bar a.link_on {
	color: #FF7415;
	background-image: url(../images/li_link1.gif);
}


/* Main */
#main_content {
	width: 760px;
}
#main_image, #right_col {
	height: 375px;
}
#main_image {
	width: 160px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}

/* Left Column */
#left_col {
	width: 440px;
	float: left;
	overflow: auto;
}
#left_col p {
	margin: 10px 17px 6px 25px;
	line-height: 14px;
	color: #555;
	text-align: justify;
}

/* Right column */
#right_col {
	width: 160px;
	float: left;	
}
#quote {
	padding: 10px 3px 0 8px;
	margin: 0;
	height: 320px;
	overflow: auto;
}
p.quote {
	padding: 0;
	margin: 0 0 5px 0;
	overflow: auto;
	line-height: 16px;
}
p.quote span { 
	color: #777;
	font-weight: bold;
	font-size: 10px;
}

p.contact {
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 8px;
	line-height: 26px;
}

/* Footer */
p.footer {
	padding-top: 25px;
	font-size: 10px;
	text-align: center;
	background-image: url(../images/footer_dots.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 760px;
}


/* Absolutely positioned items */
#logo_link {
	position: absolute;
	top: 18px;
	left: 50%;
	height: 57px;
	width: 329px;
	margin-left: -370px;
	padding: 0;
	border-bottom-width: 0px;
}
