html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
}

body {
	background-color: #F68428;
	color: #2c2c2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

h1 {
	color: #FF060A;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
	color: #FF060A;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
}
.little {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}


/* Sets the style for unvisited links. */
a,  a:link {
  color: #da4d33;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #F68428;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #b92200;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #b92200;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #F68428;
}

/* Removes border from image links */
a img { 
    border: 0; 
    } 

#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 770px;
}
#outerWrapper #header {
	background-color: #F68428;
	padding: 0px;
	margin: 0px;
}

#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #FFFFFF;
	border-right: solid 1px #a8a2d1; /* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 155px;
	margin: 0px;
}
#leftColumn1 #left_banner {
	padding: 0px;
	margin-left: 17px;
	margin-bottom: 20px;
}

/*********** #navBar link styles ***********/
#navBar{
	float: left;
	padding: 0px;
	border-right: 0px solid #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

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

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: static;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 100%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
}

/************** #left navigation styles **************/

#nav{
	padding: 10px 0px 0px 0px;
}

#navcenter {
	font-size: 1.0em;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
#navcenter .box1 {
	background-color: #FF0000;
	width: 175px;
}



#nav img {
	padding: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#agent_resource_center {
	position: absolute;
	color: #000000;
	border: thin solid #AAAFB5;
	bottom: 0px;
	left: 100px;
}

#test { 
position: absolute; bottom: 0; 
} 

#outerWrapper #contentWrapper #content {
	padding: 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 155px;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	border-top: solid 1px #a8a2d1; /* Sets the top border properties for an element using shorthand notation */
	padding: 0px;
	background-repeat: no-repeat;
	height: 110px;
	width: 770px;
	background-image: url(images/swoop_red_footer.gif);
}

#outerWrapper #footer #left {
	float: left;
	margin-top: 57px;
	margin-left: 10px;
}

#outerWrapper #footer #right {
	float: right;
	margin-top: 70px;
	margin-right: 10px;
}
#outerWrapper #subfooter {
	background-color: #F68428;
	text-align: center;
}
.pages   {
	color: #0000FF;
	font-weight: bolder;
}
.only   {
	color: #FF3300;
	font-weight: bolder;
}
#outerWrapper #subfooter a {
	color: #FFFFFF;
}



.menu1 {
	list-style:none;
	height:35px;
	position:relative;
	background-color: #ED1C24;
	background-image: url(images/h_menu/button1r.gif);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 32px;
	margin-top: -3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.menu1 li {float:left;}
.menu1 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#000000;
	text-decoration:none;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {
	color:#fff;
	background-image: url(images/h_menu/button3r.gif);
}
.menu1 li.current a b {
	background-image: url(images/h_menu/button3r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu1 li a:hover {
	color:#fff;
	background-color: #ed1c24;
	background-image: url(images/h_menu/button2r.gif);
}
.menu1 li a:hover b {
	background-image: url(images/h_menu/button2r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu1 li.current a:hover {
	color:#fff;
	cursor:default;
	background-color: #ed1c24;
	background-image: url(images/h_menu/button3r.gif);
}
.menu1 li.current a:hover b {
	background-image: url(images/h_menu/button3r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/************** .Testimonials Styles **************/
.color_title {
	font-weight:bold;
	color: white;
	background-color: #B4272F;
	font-size: 10pt;
	text-align: left;
	padding: 0px 10px 0px 20px;
}

.color_1 {
	color: black;
	background-color: #FFFFCC;
}

.color_2 {
    color: black; background-color: #FFFF99;/*#DFDFFF;*/ 
    }
.image {
	padding: 20px 2px 2px 2px;
}
