/* $Id$ */

body {
	background: #000 url('/images/global-view/body-bg.jpg') repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

.float-wrapper {
	height: 1px;
}
.float-wrapper[class] {
	height: auto;
	overflow: hidden;
}

p {
	font-size: 14px;
	line-height: 120%;
	margin: 1em 0px;
}

#wrapper {
	margin: 0px auto;
	width: 960px;
}

#header {
	background: url('/images/global-view/header-bg.png') no-repeat;
	height: 134px;
	position: relative;
}

	#header a {
		display: block;
		position: absolute;
		left: 80px;
		top: 30px;
	}

#middle {
	background: url('/images/global-view/main-bg.png') repeat-y;
	padding: 20px 30px;
	text-align: left;
	width: 960px;
}
#middle[id] {
	width: 900px;
}

	#nav-main {
		float: left;
		width: 215px;
	}

		#nav-main ul {
			width: 163px;
		}

			#nav-main ul li {
				display: block;
				margin: 0px 0px 5px 0px;
			}

				#nav-main ul li a {
					color: #231f20;
					display: block;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 13px;
					font-weight: bold;
					padding: 8px 0px 8px 20px;
					text-decoration: none;
					width: 163px;
				}
				#nav-main[id] ul li a {
					width: 143px;
				}

				#nav-main ul li a:hover, #nav-main ul li.open a, #nav-main ul li.open a:hover, #nav-main ul li.open ul li.open a {
					background: #000068; /* url('/images/global-view/menu-hover-bg.gif') repeat-x left bottom;*/
					color: #FFFFFF;
				}
	
				#nav-main ul li.open ul a {
					background: transparent;
					color: #231f20;
				}

					#nav-main li ul {
						display: none;
						font-size: 13px;
					}
	
						#nav-main li.open ul {
							display: block;
						}

						#nav-main li ul a {
							padding-left: 40px;
						}
						#nav-main[id] li ul a {
							width: 123px;
						}

			#nav-top ul li.news a {
				padding-right: 20px;
				background: url('/images/rss-menu.gif') no-repeat right center;
			}

		#get-quote {
			padding: 20px 20px 0px 40px;
		}

			#get-quote p {
				font-size: 18px;
				font-weight: bold;
			}

				#get-quote a {
					color: #0e18ff;
					text-decoration: none;
				}

				#get-quote p b {
					color: #0e18ff;
				}

				#get-quote p span {
					display: block;
					font-size: 16px;
				}

	#nav-top {
		background: #000168;
		margin-bottom: 10px;
	}

		#nav-top li {
			display: inline;
			zoom: 1;
		}
		#nav-top ul >/**/li {
			display: inline-block;
		}

			#nav-top a {
				font-family: Arial, sans-serif;
				font-size: 12px;
				color: #fff;
				display: block;
				padding: 7px 10px;
				text-decoration: none;
			}

	#main {
		float: left;
		width: 620px;
	}

		#main h1 {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 1.20em;
		}

		.h2 {
			display: block;
		}

		#main h2, .h2 {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 1.30em;
		}

			#main h1 b, #main h2 b, .h2 b {
				color: #0e18ff;
			}

		#main p {
			color: #000;
		}

#footer {
	background: url('/images/global-view/main-bg.png') repeat-y;
	color: #231f20;
}

	#footer-menu {
		border-top: #0e18ff 2px solid;
		margin: 0px 75px 0px 80px;
		padding-top: 10px;
		width: 825px;
	}

	#footer-menu ul {
		margin-bottom: 5px;
	}

		#footer-menu ul li {
			border-right: #333333 1px solid;
			display: inline;
			font-size: 11px;
			padding: 0px 5px;
			zoom: 1;
		}
		#footer-menu ul >/**/li {
			display: inline-block;
		}

		#footer-menu ul li.last-child {
			border: none;
		}

			#footer-menu ul li a {
				color: #231f20;
			}

	#footer-menu p {
		font-size: 11px;
		line-height: 120%;
		margin-top: 5px;
	}

#footer-base {
	background: url('/images/global-view/footer-bg.png') no-repeat left bottom;
	height: 45px;
}