/* basics */

*{margin:0; padding:0;}

body {
	background:url(../img/gbl/bg-body.jpg) repeat-x 0 0;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	}
	
	body.splash {
		background:url(../img/gbl/bg-body-splash.jpg) repeat-x 0 0;
		}

h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; }
img a{border:none;}
img.floated { float: left; margin: 0 10px .5em 0;}
img.floated.alt { float: right; margin: 0 0 .5em 10px;}

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}
.clear {
	clear:both;
	}

/* links */

a {
	color:#293c89;
	text-decoration:none;
	border: none;
	}

a:hover{
	color:#293c89;
	text-decoration:underline;
	border: none;
	}
	
a.pdf {
	background:url(/img/ico/icn-pdf.gif) no-repeat 0 1px !important;
	padding:3px 3px 5px 21px !important;
	}
	
a.zip {
	background:url(/img/ico/icn-zip.gif) no-repeat 0 1px !important;
	padding:3px 3px 5px 21px !important;
	}

/* container */


#container {
	width: 740px;
	margin: 0 auto;
	background:#fff url(../img/gbl/container-bg.jpg) repeat-y 0 0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
    width: 740px; 
	background:#fff;
	padding:10px 0 0;
	}

	#header h3 {
		width:185px; height:100px;
		margin:0; padding:0;
		display:block;
		background:url(../img/gbl/logo.gif) no-repeat 0 0;
		text-indent:-999em;
		overflow:hidden;
		float:left;
		}
		
	#header h3 a {
		width:185px; height:100px;
		display:block;
		outline:none;
	}
	
	#header img#print-logo {
		display:none;
	}

		
	#header #top-login {
		width:310px;
		float:right;
		margin:51px 0 0;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		text-align:right;/* remove this when Search form gets added back in */
		}
			
		#header #top-login a {
			color:#293c89;
			text-decoration:none;
			padding:0 3px;
			}
			
			#header #top-login a:hover {
				color:#293c89;
				text-decoration:underline;
				}

/*	Un-comment this when Search form gets added back in

		#header #top-login form {
			width:126px;
			float:right;
			margin-top:-15px;
			}
			
			#header #top-login span.prelabel {
				display:none;
				}
			
			#header #top-login input#qsearch-text-input {
				width:105px;
				border:1px solid #9BC9DC;
				background:#EBF4F8;
				padding:none !important;
				}
				
			#header #top-login input#btn-search {
				overflow:hidden;
				background:none;
				border:none;
				margin-top:1px;
				margin-bottom:-3px;
				}
				
		#header #top-login p.ajaxSearch_resultsInfo, 
		#header #top-login .ajaxSearch_paging, 
		#header #top-login #ajaxSearch_resultListContainer {
			display:none;
			}
*/				


/* main menu */

#nav-primary {
	background: #3a3a3a;
	width:740px;
	position:relative;
	}

	#nav-primary ul { /* top-level lists */
		margin: 0; padding: 0;
		list-style: none;
		line-height:1;
		}

		#nav-primary li { /* top-level list items (inherited by sub-list items unless specified otherwise) */
			margin: 0; padding: 0;
			float: left;
			position:relative;
			}

			#nav-primary a { /* top-level links (inherited by sub-list links unless specified otherwise) */
				float: left;
				text-decoration: none;
				color: #fff; 
				background: #3a3a3a;
				padding: 7px 20px 6px;
				border-right:1px solid #888;
				border-left:1px solid #000;
				font-size:11px;
				display:block;
				position:relative;
				font-family:Tahoma, Arial, Helvetica, sans-serif;
				}

				#nav-primary a:hover { /* top-level link hover styles (inherited by sub-list links unless specified otherwise) */
					background:#000;
					}
					
					#nav-primary li ul { /* second-level lists */
						margin:0; padding:0;
						position:absolute;
						width:11em;
						top:24px;
						left:-999em;
						}
						
						#nav-primary li ul li { /* second-level list items */
							}
							
							#nav-primary li ul li a { /* second-level links */
								padding:6px 20px 5px;
								border:none !important;
								width:15em;
								}
								
								#nav-primary li:hover ul, #nav-primary li.sfhover ul { /* second-level link hover styles */
									left:0;
									z-index:5000;
									border:none;
									}
									
									#nav-primary li ul li ul {
										display:none;
										}
							
								#nav-primary li ul li ul {
									display:none;
									}


/* slideshow (home page only) */

#slideshow {
	width:740px; height:200px;
	background:#303030;
	z-index:0;
	position:relative;
	overflow:hidden;
	}

	#slideshow img {
		position: absolute;
		left: 0; top: 0;
		width: 740px; height: 200px;
	}


/* content */


#content {
	float: right;
	width: 515px;
	margin:0; padding:23px 19px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	}	
	
	
/* content styles that only apply to the home page */

	#opening-message {
		width:553px;
		margin:-23px 0 20px -19px;
		}
		
		.call-splash {
			width:276px; height:199px;
			margin:0; padding:0;
			}
			
			.call-splash.c55 {
				float:left;
				background:url(../img/gbl/bg-call-splash-c55.jpg) no-repeat 0 0;
				}
				
				.call-splash.c55 p {
					 margin:14px 0 5px; padding:0 16px;
					 line-height:13px !important; 
					 font-size:11px !important;
					 font-family:Arial, Helvetica, sans-serif;
					 color:#000;
					 }
					 
					 .call-splash.c55 ul {
					 	list-style:none;
						margin:-10px 0 0 !important; padding:0 16px !important;
						}
						
						.call-splash.c55 li {
							margin:-5px 0 0 !important; padding:0 !important;
							}
							
							.call-splash.c55 li a {
								margin:0 !important; padding:0 0 0 8px !important;
								font-size:11px !important;
								background:url(../img/gbl/bullet.gif) no-repeat 0 5px;
								}
								
								.call-splash.c55 li a:hover {
									text-decoration:underline;
									}
			
			.call-splash.esp {
				float:left;
				background:url(../img/gbl/bg-call-splash-esp.jpg) no-repeat 0 0;
				}
				
				.call-splash.esp p {
					 margin:14px 0 5px; padding:0 16px;
					 line-height:13px !important; 
					 font-size:11px !important;
					 font-family:Arial, Helvetica, sans-serif;
					 color:#000;
					 }
					 
					 .call-splash.esp ul {
					 	list-style:none;
						margin:-10px 0 0 !important; padding:0 16px !important;
						}
						
						.call-splash.esp li {
							margin:-5px 0 0 !important; padding:0 !important;
							}
							
							.call-splash.esp li a {
								margin:0 !important; padding:0 0 0 8px !important;
								font-size:11px !important;
								background:url(../img/gbl/bullet.gif) no-repeat 0 5px;
								}
								
								.call-splash.esp li a:hover {
									text-decoration:underline;
									}
				
			.call-splash.review {
				float:right;
				background:url(../img/gbl/bg-call-splash-review.jpg) no-repeat 0 0;
				}
				
				.call-splash.review h2 {
					display:none;
					}
					
				.call-splash.review p {
					margin:60px 0 10px; padding:0 16px;
					line-height:13px !important;
					}
					
				.call-splash .byline {
					padding:0 16px;
					font-size:10px !important;
					}


/* content styles that apply to the inner pages */	
	
	#content #content-top-image {
		margin:-23px 0 20px -19px;
		}
		
	#content #locator {
		margin:0 -19px; padding:0 19px;
		border-bottom:1px solid #9bc9dc;
		font-size:10px !important;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		color:#6d6d6d;
		}
		
		#content #locator p {
			padding-bottom:5px;
			font-size:10px !important;
			}
			
		#content #locator a {
			text-decoration:none;
			color:#293c89;
			padding:0 5px;
			}
			
			#content #locator a:hover {
				text-decoration:underline;
				color:#293c89;
				}
				
		#content #locator span.current {
			font-weight:bold;
			padding-left:5px;
			}

	#content h1, #content h2, #content h3, #content h4 {
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		}
			
	#content h1 {
		margin:20px 0;
		font-size: 18px;
		color: #89472a;
		font-weight: bold;
		}
			
	#content h2 {
		font-size: 16px;
		color: #89472a;
		font-weight: bold;
		}
	
	#content h3 {
		font-size: 13px;
		color: #89472a;
		font-weight: bold;
		}
	
	#content h4 {
		font-size: 122%;
		}
		
	#content p, #content li {
		line-height:18px;
		padding-bottom:10px;
		font-size:12px;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		}
			
	#content ul, #content ol {
		margin-left:20px; 
		padding-top:4px;
		padding-bottom:4px;
		}
		
	
.alignleft {float:left;}
.alignright {float:right;}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 187px;
	float:left;
	margin:0; padding: 0;
	background:url(../img/gbl/sidebar-bg.jpg) no-repeat 0 -5px;
	}
	
	body.splash #sidebar {
		background:none;
		}
		
	#sidebar-writeup {
		padding:15px 8px 0 4px;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		}
		
		#sidebar-writeup p {
			line-height:13px;
			}

	#sidebar h1 {
		border:none !important;
		color:#9BC9DC !important;
		font-size:24px !important;
		text-transform:none !important;
		font-weight:normal;
		margin:0; padding:64px 15px 0 15px !important;						
		line-height:24px;
		width:157px; height:87px;
		float:left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		letter-spacing:-1px;
		}
		
		#sidebar h1.long {
			padding-top:43px !important;
			}
			
		#sidebar h1.extra-long {
			margin-bottom:27px;
			padding-top:15px !important;
		}
			
		#sidebar h1.short {
			margin-bottom:-45px !important;
			padding-top:87px !important;
			}

	#sidebar h3 {
		color:#6d6d6d;
		border-bottom:1px solid #9BC9DC;
		text-transform:uppercase;
		font-size:10px;
		margin: 0 15px; padding:25px 0 3px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		}
	
	#sidebar ul {
		list-style:none;
		margin:0 15px 10px; padding:5px 0 0;
		}
		
		#sidebar li {
			background:url(../img/gbl/bullet.gif) no-repeat 0 4px;
			margin:0; padding:0 0 0 10px;					
			line-height:12px !important;				
			}
			
			#sidebar li a {
				color: #293c89;
				text-decoration: none;
				margin:5px 0; padding:0;
				display:block;
				}
				
				#sidebar li a:hover {
					color: #293c89;
					text-decoration:underline;
					}
					
					#sidebar li ul {
						margin:0 0 5px; padding-top:0;
						}



#sidebar p {margin:0; padding: 0 6px 0 12px;}


/* footer */

#footer {
	background: #fff;
	clear: both;
	width: 100%;
	border-top:solid 1px #9bc9dc;
	padding:12px 0 10px;
	color:#6d6d6d;
	font-size:10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	}
	
	#footer p {
		margin: 0; padding: 0;
		}
		
			
		#footer a {
			color:#293c89;
			text-decoration:none;
			padding:0 3px;
			}
			
			#footer a.first {
				padding-left:0;
				}
			
			#footer a:hover {
				color:#293c89;
				text-decoration:underline;
				}
				
		#footer span.legal-phone {
			font-weight:bold;
			padding-left:3px;
			}
			
			
			
/* Login Form */

form#login {
	width:150px;
	clear:none;
	margin:16px 0 16px 16px;
	}
	
	form#login .prelabel {
		margin:0; padding:0; 
		text-align:left;
		}	
		
		form#login .prelabel.remember {
			margin-top:5px;
			}	
	
	form#login input#un,
	form#login input#pw {
		width:144px;
		border:1px solid #9BC9DC;
		padding:2px;
		}
		
	form#login input#chkbox {
		width:13px;
		margin:5px 0 0;
		clear:both;
		border:none !important;
		}
/*		
	form#login input#chkbox {
		width:13px;
		float:left;
		margin:5px 50px 0 -17px;
		}
*/		
	form#login input.submit {
		margin:8px 0 10px; padding:1px 3px;
		}
		
		
/* Contact Form */


form#contact-form {
	margin:0 0 20px; 
}

	form#contact-form fieldset {
		border:none;
	}
	
		form#contact-form label {
			margin-bottom:5px;
			display:block;
		}
		
			form#contact-form span.prelabel {
				width:100px;
				padding-right:5px;
				display:block;
				float:left;
				text-align:right;
			}

			form#contact-form .fieldgroup input, 
			form#contact-form .fieldgroup textarea {
				width:200px;
				padding:2px;
				border:1px solid #98c5d9;
				font-size:11px;
				font-family:Verdana, Geneva, sans-serif;
			}
			
			form#contact-form .btnset input {
				margin-left:105px;
			}
	
/*
form#contact-form {
	width: 100%;
	margin: 0 0 20px 0; padding: 0;
	clear: both;
	}

	form#contact-form fieldset {
		margin: 0 0 10px 0 !important; padding: 0;
		border:none;
		}

		form#contact-form .inline-labels .fieldgroup, .fieldgroup label {
			display: block;
			float: left;
			margin: 0 0 5px 0;
			width: 75%;
			}

		form#contact-form .fieldgroup.extended label {
			width: 100%;
			}

			 form#contact-form .prelabel, .inline-labels .prelabel {
				width: 96px !important;
				float: left;
				padding: 2px 2px 0 0;
				text-align:right;
				}

			form#contact-form .fieldgroup input, .fieldgroup textarea, .fieldgroup select {
				width: 200px !important;
				margin: 0 !important; padding: 2px !important;
				border:1px solid #9BC9DC;
				}
			
			form#contact-form .fieldgroup input {
				}
			
			form#contact-form .fieldgroup.extended input, .fieldgroup.extended textarea, .fieldgroup.extended select {
				float: left;
				width: 95%;
				margin: 0; padding: 0;
				}

			form#contact-form input, select, textarea, button {
				}

form#contact-form .fieldgroup {
	width: 100%;
	padding: 0;
	}

	form#contact-form .btnset {
		padding: 0 0 10px 0; margin: 0 220px 0 0;
		position: relative;
		}
		
		form#contact-form .btnset ul {
			margin: 0; padding: 0;
			list-style: none;
			}
		
			form#contact-form .btnset ul li {
				margin: 0; padding: 0;
				list-style: none;
				float: left;
				}
				
			form#contact-form .btnset a, .btnset button {
				display: block;
				display: inline;
				float: right;
				margin: 0; padding:0;
				background-color: #F0F0F0;
				border: 1px solid #848484;
				border-top: 1px solid #fafafa;
				border-left: 1px solid #fafafa;
				font-size: 92%;
				line-height: 130%;
				text-decoration: none !important;
				color: #00003d;
				cursor: pointer;
				font-size:11px;
				}
		
			form#contact-form .btnset button {
				width: auto;
				overflow: visible;
				padding: 4px 7px 3px 7px;
				}
		
			form#contact-form .btnset button[type] {
				padding: 5px 7px 5px 7px; 
				line-height: 16px;
				}

			form#contact-form .btnset button img, .btnset a img {
				margin: 0 0 -3px 0 !important;
				padding: 0;
				border: none;
				width: 16px;
				height: 16px;
				}
		
			form#contact-form .btnset a:hover {
				background: #f4f4f4;
				color: #666;
				}	*/
