body {
	background:#1473DA url(images/background.gif) repeat-x;
	background-repeat:repeat-x;
	margin:40px 0 0 0;
	font-family:"Trebuchet MS";
	font-size:12px;
}

#container {
	width:780px;
	margin:0 auto;
}

#header {
	background-image:url(images/header-bg.gif);
	background-repeat:repeat-x;
	width:738px;
	height:78px;
	border-left:4px solid #FFF;
	border-top:4px solid #FFF;
	border-right:4px solid #FFF;
	position:relative;
	margin:0 auto;
}

#menu {
	background-image:url(images/menu-bg.gif);
	background-repeat:repeat-x;
	width:471px;
	height:36px;
	position:absolute;
	bottom:0;
	right:0;
	z-index: 99;
}

#menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

#menu li{
	float:left;
	position:relative;
	z-index:100;
	margin:0 10px 0 10px;
}

#menu li {
	color:#FFF;
}

#menu ul ul li {
	margin-left:-2px;
	width:100px;
}

#menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}

#menu a, #menu :visited {
	display:block;
	color:#FFF;
	text-decoration:none;
}

#menu :hover {
	background-color:#004b9a;
	text-decoration:none;
	color:#FF0000;
}

#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	width:100px;
}

#menu ul ul li a {
	background-color:#004b9a;
	padding:5px 15px 5px 15px;
	width:120px;

}

#menu ul li:hover ul, #menu ul a:hover ul{
	visibility:visible;	   
	color: #FF0000; 
}

.drop-down {
	padding:0;
	margin:0;
}

#menu-left {
	background-image:url(images/menu-left-corner.gif);
	background-repeat:no-repeat;
	width:15px;
	height:36px;
	position:absolute;
	left:0;
}

#menu-right {
	background-image:url(images/menu-right-corner.gif);
	background-repeat:no-repeat;
	width:15px;
	height:36px;
	position:absolute;
	right:0;
}

#banner {
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:144px;
	margin:0 auto;
	z-index: 1;
}

#banner-subpage {
	background-image:url(images/subpage-banner.gif);
	background-repeat:no-repeat;
	width:780px;
	height:81px;
}

#services {
	margin:12px 0 0 0;
	width:440px;
	float:right;
}

#services ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#services li {
	float:left;
	margin:0 20px 0 0;
}

.clear { clear:both; }

#content {
	background:#FFF;
	width:736px;
	margin:0 auto;
	padding:5px 4px 20px 5px;
}
#content.subpage { /* issue here with FF only on front page */
	padding: 5px 5px 20px 5px;
}

#post {
	border:#999999 solid 1px;
	width:455px; /* altered from 456px on 28.09.2007 */
	padding:5px;
	float:left;
	text-align:justify;
}

#post img, #post-extended img {
	padding:0 0 10px 10px;
}

#post p , #post-extended p {
	padding-top:0;
	margin-top:0;
}

#post-extended {
	width:724px;
	border:#999999 solid 1px;
	margin:0 auto;
	padding:5px;
	text-align:justify;
}

#sidebar {
	background:#73b3f6 url(images/sidebar-bg.gif) repeat-x;
	width:260px;
	float:left;
	padding:10px 0 0 0;
	margin:0 0 0 8px;
}

#sidebar ul {
	list-style-type:none;
	margin:11px 0 11px 11px;
	padding:0;
}

#sidebar li {
	margin:0;
	padding:0;
}

#sidebar p {
	padding:0 11px 0 11px;
}

#sidebar h2 {
	background-color:#0d5db3;
	background-repeat:no-repeat;
	border-left:#E80000 solid 6px;
	height:24px;
	width:195px;
	margin:0;
	padding:0;
}

.contact {
	background:url(images/sidebar-contact.gif) left #0d5db3;
}

.testimonials {
	background:url(images/sidebar-testimonials.gif) left #0d5db3;
}

#footer {
	background:url(images/footer.gif) top;
	background-repeat:no-repeat;
	width:746px;
	height:35px;
	margin:0 auto;
}

img {
	border:0;
}

.result {
 	color: #FF0000;
}

.editorbg textarea {
	background-color: white;
}
