/* Search Box */
.Textbox {
	border:#003473 solid 1px;
	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:1px;
	font-size:10px;
}

/* Login boxes */
.Login {
	border:#003473 solid 1px;
	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:1px;
	width:100px;
	font-size:10px;
	margin-bottom:10px;
}

/* Search Button */
.Search_Button {
	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:3px;
	font-weight:800;
	text-transform:uppercase;
	font-size:13px;
	border:none;
	background:none;
}

/* Header Links */
#Header_Links a {
	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:1px;
	line-height:30px;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

/* Header Links Hover */
#Header_Links a:Hover {
	text-decoration:underline;
}

/* Orange Box Link */
#Orange_Box a {
	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:1px;
	line-height:30px;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

/* Orange Box Link Hover */
#Orange_Box a:Hover {
	text-decoration:underline;
}

/* Login Text "Username" & "Password" */
#Login p {
	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:2px;
	font-size:12px;
	font-weight:bold;
}

/* Menu Bar */
.Main_Menu {
	font-family:helvetica,arial;
	color:#ffffff;
	padding-top:7px;
	text-align:center;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
} 

/* Menu Bar Headings */
#Menu H1 {
	font-family:helvetica,arial;
	color:#ffffff;
	padding-top:7px;
	text-align:center;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
}

/* Page Title */
#Content h1 {
	color:#003366;
	border-bottom:#cc9933 2px solid;
	letter-spacing:2px;
	font-size:18px;
	font-weight:bold;
	width:100%;
	font-family:News Gothic, arial, helvetica;
}
	
hr {
	background-color:#003366;
	color:#003366;
	border:0;
	height:2px;
}
/* Page Copy */
#Content h2 {
	color:#003366;
	letter-spacing:2px;
	font-size:16px;
	font-weight:bold;
	font-family:News Gothic, arial, helvetica;
}
#Content h3 {
	color:#003366;
	letter-spacing:2px;
	font-size:14px;
	font-weight:bold;
	width:100%;
	font-family:News Gothic, arial, helvetica;
}
#Content h4 {
	text-transform:uppercase;
	color:#003366;
	letter-spacing:2px;
	font-size:12px;
	font-weight:bold;
	width:100%;
	font-family:News Gothic, arial, helvetica;
}
#Content p {
	margin:0;
	padding-left:10px;
	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:1px;
	font-size:11px;
}
#Content {
	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:1px;
	font-size:11px;
}

#Content li {
	margin:0;
	padding-left:10px;
	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:1px;
	font-size:11px;
}
/* Page Copy Link */
#Content a {
	margin:0;
	text-decoration:underline;
	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:1px;
	font-size:11px;
}
/* Page Copy Link Hover */
#Content a:hover {
	text-decoration:none;
}

/* The Letters on the sitemap */
#sitemap_letter p {
	margin:0;
	padding-left:10px;
	padding:2px;
	font-weight:bold;
	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:1px;
	font-size:11px;
	background-color:#CCCCCC;
	width:400px;
	margin-top:10px;
	margin-bottom:5px;
}

/* Search Link on Search Results page */
.search_link {
	margin:0;
	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:1px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
/* Search Link Hover on Search Results page */
.search_link:hover {
	margin:0;
	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:1px;
	font-size:11px;
	text-decoration:underline;
}
/* Sub Menu Link */
#Sub_Menu a {
	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:1px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
/* Sub Menu Link Hover */
#Sub_Menu a:hover {
	text-decoration:underline;
}
/* Button Heading for "Chat with an online..." */
.Heading {

	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:3px;
	font-size:14px;
	margin:0;
	font-weight:800;
	text-transform:uppercase;
}
/* Button Heading for "Get a quick quote" */
.Heading_Blue {

	font-family:helvetica,arial;
	color:#ffffff;
	letter-spacing:3px;
	font-size:12px;
	margin:0;
	text-transform:uppercase;
}
/* Button Copy */
.Button_Copy {
	margin:6px;
	font-family:helvetica,arial;
	color:#003473;
	letter-spacing:1px;
	font-size:9px;
}

/* Footer Links */
#Footer_Links a {
	font-family:helvetica,arial;
	color:#ffffff;
	letter-spacing:1px;
	line-height:30px;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
/* Footer Links Hover */
#Footer_Links a:Hover {
	text-decoration:underline;
}
/* Disclaimer Copy */
#Disclaimer p {
	margin:0;
	font-family:helvetica,arial;
	color:#000000;
	font-style:italic;
	letter-spacing:1px;
	font-size:9px;
}