
html {
	height: 100%;
	margin:0;
	padding:0;
}

body {
	background: #015A9C url(body_bg.jpg) repeat-x center top;
	color: #444;
	font: 90%/120% "Lucida Grande", Verdana, Sans-serif;
	height: 100%;
	margin: 0;
	padding:0;
}

a {
	border-bottom: dashed 1px #015a9b;
	color: #015a9c;
	text-decoration: none;
}
	a:visited {
		color: #014375;
		border-bottom: dashed 1px #014375;
	}
	a:hover {
		color: #015a9c;
		border-bottom: solid 1px #015a9b;
	}

h2 {
	color: #014a7f;
	font: bold 185%/185% "Arial Narrow", Arial, Helvetica, sans-serif;
	text-align: right;
	text-transform: uppercase;
	line-height: 1em;
	padding: .5em 0 0 0;
}

h3 {
	color: #6a6a44;
	font: bold 150%/120% "Arial Narrow", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

p {
	margin: 3px 0 10px 10px;
}

img {
	border: 0;
}

label {
	font-weight: bold;
}

.error {
	color: #c00;
	font-weight: bold;
	margin: 8px;
}

#container {
	background: url(main_bg.jpg) repeat-y center top;
	height : auto !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
	margin: 0 auto;
	position: relative;
	width: 779px;
}

#main{
	height : auto !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
	position: relative;
}

#header {
	background: url(header.jpg) no-repeat;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
	#header a {
		border: 0;
		display: block;
		height: 86px;
		overflow: hidden;
		text-indent: -3000px;
		width: 574px;
	}

#photo-main {
	background: url(main_photo.jpg) no-repeat center top;
	height: 255px;
	margin: 0;
	width: 779px;
}

#content {
	background: url(content_top.jpg) no-repeat;
	font-size: 85%;
	height : auto !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
	margin: 0 ;
	text-align:left;
}
	#content-inner {
		min-height: 400px;
		height: auto !important;
		height: 400px;
		padding: 0 145px;
		padding-bottom: 100px;
		width: 405px;
	}
	#content-view {
		font-size: 90%;
	}

#breadcrumbs {
	color: #fff;
	font-size: 90%;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 0;
	text-transform: uppercase;
}
	#breadcrumbs a {
		border-color: #b8d7ec;
		color: #b8d7ec;
	}


#menu {
	height: 100%;
	left: 8px;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#menu-bottom {
	background: url(menu_bg.gif) repeat-y;
	height : 20000px;
	width: 128px;
}
	#menu ul {
		background: url(menu.png) no-repeat;
		list-style-type: none;
		margin: 0;
		padding: 0;
		height: 360px;
	}
	#menu li {
		margin: 0;
		padding: 0;
		display: inline;
	}
	#menu a {
		background-repeat: no-repeat;
		border: 0;
		display: block;
		text-indent: -1000px;
		text-decoration: none;
		width: 128px;
		height: 48px;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
		#menu #nav_index a {
			height: 149px;
		}

#contact_info {
	position: absolute;
	right: 45px;
	top: 341px;
	width: 160px;
}
#contact_info p {
	margin: 0;
	padding: 14px 8px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: 1px;
}
#contact_info label {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -1000px;
	width: 10em;
}
#customer_service {
	background: url(customer_service_title.jpg) no-repeat;
	color: #015a9c;
	height: 53px;
}
#customer_service {
	background: url(customer_service_title.jpg) no-repeat;
	height: 53px;
}
#contact_info #customer_service_email {
	background: url(email_title.jpg) no-repeat;
	height: 49px;
	letter-spacing: 0;
	padding: 10px 2px;
}

#login {
	background: url(client_login_bg.jpg) no-repeat;
	height: 100px;
	position: absolute;
	left: 574px;
	top: 0;
	width: 205px;
}
#login_form {
	padding: 2px 0;
}
	#login_link {
		border: 0;
		display: block;
		line-height: 30px;
		overflow: hidden;
		text-indent: -200px;
		width: 160px;
	}
	#login p {
		margin: 2px 0;
	}
	#login input {
		color: #666;
		font-size: 70%;
		margin: 0 6px;
	}
	#login #email, #login #password {
		color: #aaa;
	}
	#login #email:active, #login #password:active,
	#login #email:focus, #login #password:focus {
		color: #333;
	}


#footer {
	background: url(footer_bg.jpg) repeat-y center top;
	height: 55px;
	position: relative;
	margin: -55px auto 0px auto;
	width: 779px;
	position: absolute;
	bottom: 0;
}
	#footer a {
		border-color: #b8d7ec;
		color: #b8d7ec;
	}
	#footer-inner {
		background: url(footer_top.jpg) no-repeat;
		color: #fff;
		height: 20px;
		padding-top: 35px;
	}
	#footer-inner p {
		font-size: 60%;
		margin: 0 110px;
		padding-top: 0;
	}
	#footer #validation {
		color: #666;
		float: right;
		font-size: 60%;
		margin-right: 48px;
	}
		#validation a {
			border-color: #666;
			color: #666;
		}
		#validation a:hover {
			border-color: #999;
			color: #999;
		}


.tool-tip {
	color: #fff;
	width: 180px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

/* /end template */


/* contact_view */
#contact_form label {
	display: block;
	float: left;
	width: 6em;
}
#contact_form input {
	width: 23em;
}
#contact_form #message {
	height: 12em;
	width: 29.3em;
}
#contact_form #contact-submit {
	width: auto;
}

/* signin_view */
#login_form2 label {
	display: block;
	float: left;
	width: 10em;
}
