/******************************************
			Tag Classes
******************************************/
body
{
    background-image: url(images/bg.gif);
    background-repeat: repeat-x;
    margin: 0px;
}
p
{
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 14px;
}
teaser
{
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 14px;
}
ul
{
    margin-left: 0px;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 8px;
}


ol
{
    margin-left: 0px;
    padding-left: 25px;
    margin-top: 0px;
    margin-bottom: 8px;
}

ul li
{
    margin-top: 0px;
    margin-bottom: 5px;
    list-style-image: url(images/bullet.gif);
}

ul ul li
{
    margin-top: 0px;
    margin-bottom: 5px;
    list-style-image: url(images/vp_dash.gif);	
}

ol li
{
    margin-top: 0px;
    margin-bottom: 5px;
    padding-left: 0px;
}

hr
{
    border-top: 1px solid #ccc;
    border-bottom: 1px none;
    border-right: 1px none;
    border-left: 1px none;
    background-color: #fff;
    height: 1px;
}

img
{
    border: none;
}
/*td { vertical-align: top; } This style is buggy and may not work properly. */

/******************************************
			Header Classes
******************************************/
h1
{
    color: #981e32;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    padding: 0px;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 10px;
}
h2
{
    color: #981e32;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    margin-top: 8px;
    margin-bottom: 12px;
}
h3
{
    color: #981e32;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    font-size: 0.8em;
    margin-bottom: 8px;
}
h4
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    font-size: 0.7em;
    margin-bottom: 0px;
    line-height: 26px;
    margin-right: 10px;
    margin-left: 10px;
}


/******************************************
			Background Classes
******************************************/
.bg-black
{
    background-color: #000000;
}
.bg-gray3
{
    background-color: #333333;
}
.bg-gray2
{
    background-color: #666666;
}
.bg-gray1
{
    background-color: #EEEEEE;
}
.bg-white
{
    background-color: #FFFFFF;
}
.bg-red
{
    background-color: #c40001;
}

.bg-dots1
{
    background-image: url(images/bg-dots1.gif);
    background-repeat: repeat-x;
}

/******************************************
			Text Classes
******************************************/
.txt-small-red
{
    color: #c40001;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

/******************************************
			Menu Classes   
			
		.m1 = Menu Level 1, 
		.m2 = menu level 2, 
		etc.
		the ".m" classes should control everything but "color" and "text-decoration" styles 
		which should be controlled by link classes, ie: ".a-m1"

******************************************/
.m1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: bold;
    padding-left: 0px;
    padding-top: 0px;
    margin: 0px;
    text-align: center;
}

.m1 li
{
    display: inline;
}

.m2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

.m3
{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 15px;
}
.m3 li
{
    margin-bottom: 0px;
    line-height: 18px;
    list-style-image: none;
    list-style: none;
}
.m4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 15px;
}

.m-func
{
    /* function menu formatting */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #eeeeee;
    text-align: right;
    padding-right: 20px;
}

.m-urhere
{
    /*  class for a "You Are Here" indicator */
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 4px;
}

/******************************************
			Link Classes
******************************************/
a:link
{   
    text-decoration: underline;
    color: #981e32;
}
a:visited
{
    text-decoration: underline;
    color: #981e32;
}
a:active
{
    text-decoration: underline;
    color: #981e32;
}
a:hover
{
    text-decoration: underline;
    color: #000000;
}


a.a-m1_1:link
{
    text-decoration: none;
    color: #ffffff;
    float: left;
    display: block;
    background-image: url(images/m1_1.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 125px;
}
a.a-m1_1:visited
{
    text-decoration: none;
    color: #ffffff;
    float: left;
    display: block;
    background-image: url(images/m1_1.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 125px;
}
a.a-m1_1:active
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_1.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 125px;
}
a.a-m1_1:hover
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_1.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 125px;
}

a.a-m1_1_urhere:link
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_1.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 125px;
}
a.a-m1_1_urhere:visited
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_1.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 125px;
}
a.a-m1_1_urhere:active
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_1.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 125px;
}
a.a-m1_1_urhere:hover
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_1.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 125px;
}

a.a-m1_2:link
{
    text-decoration: none;
    color: #ffffff;
    float: left;
    display: block;
    background-image: url(images/m1_2.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 94px;
}
a.a-m1_2:visited
{
    text-decoration: none;
    color: #ffffff;
    float: left;
    display: block;
    background-image: url(images/m1_2.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 94px;
}
a.a-m1_2:active
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_2.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 94px;
}
a.a-m1_2:hover
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_2.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 94px;
}

a.a-m1_2_urhere:link
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_2.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 94px;
}
a.a-m1_2_urhere:visited
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_2.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 94px;
}
a.a-m1_2_urhere:active
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_2.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 94px;
}
a.a-m1_2_urhere:hover
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_2.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 94px;
}

a.a-m1_3:link
{
    text-decoration: none;
    color: #ffffff;
    float: left;
    display: block;
    background-image: url(images/m1_3.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 85px;
}
a.a-m1_3:visited
{
    text-decoration: none;
    color: #ffffff;
    float: left;
    display: block;
    background-image: url(images/m1_3.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 85px;
}
a.a-m1_3:active
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_3.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 85px;
}
a.a-m1_3:hover
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_3.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 85px;
}

a.a-m1_3_urhere:link
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_3.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 85px;
}
a.a-m1_3_urhere:visited
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_3.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 85px;
}
a.a-m1_3_urhere:active
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_3.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 85px;
}
a.a-m1_3_urhere:hover
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_3.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 85px;
}


a.a-m1_4:link
{
    text-decoration: none;
    color: #ffffff;
    float: left;
    display: block;
    background-image: url(images/m1_4.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 197px;
}
a.a-m1_4:visited
{
    text-decoration: none;
    color: #ffffff;
    float: left;
    display: block;
    background-image: url(images/m1_4.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 197px;
}
a.a-m1_4:active
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_4.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 197px;
}
a.a-m1_4:hover
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_4.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 197px;
}

a.a-m1_4_urhere:link
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_4.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 197px;
}
a.a-m1_4_urhere:visited
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_4.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 197px;
}
a.a-m1_4_urhere:active
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_4.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 197px;
}
a.a-m1_4_urhere:hover
{
    text-decoration: none;
    color: #000000;
    float: left;
    display: block;
    background-image: url(images/m1_4.gif);
    background-repeat: no-repeat;
    line-height: 27px;
    width: 197px;
}


a.a-m2:link
{
    text-decoration: none;
    color: #000000;
    background-image: url(images/bullet_m2.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
    font-weight: bold;
}
a.a-m2:visited
{
    text-decoration: none;
    color: #000000;
    background-image: url(images/bullet_m2.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
    font-weight: bold;
}
a.a-m2:active
{
    text-decoration: none;
    color: #000000;
    background-image: url(images/bullet_m2.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
    font-weight: bold;
}
a.a-m2:hover
{
    text-decoration: underline;
    color: #000000;
    background-image: url(images/bullet_m2.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
    font-weight: bold;
}

a.a-m2_urhere:link
{
    text-decoration: none;
    color: #000000;
    background-image: url(images/bullet_arrow.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
    font-weight: bold;
}
a.a-m2_urhere:visited
{
    text-decoration: none;
    color: #000000;
    background-image: url(images/bullet_arrow.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
    font-weight: bold;
}
a.a-m2_urhere:active
{
    text-decoration: none;
    color: #000000;
    background-image: url(images/bullet_arrow.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
    font-weight: bold;
}
a.a-m2_urhere:hover
{
    text-decoration: underline;
    color: #000000;
    background-image: url(images/bullet_arrow.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
    font-weight: bold;
}

a.a-m3:link
{
    text-decoration: none;
    color: #000000;
    padding-left: 10px;
    line-height: 20px;
}
a.a-m3:visited
{
    text-decoration: none;
    color: #000000;
    padding-left: 10px;
    line-height: 20px;
}
a.a-m3:active
{
    text-decoration: none;
    color: #000000;
    padding-left: 10px;
    line-height: 20px;
}
a.a-m3:hover
{
    text-decoration: underline;
    color: #000000;
    padding-left: 10px;
    line-height: 20px;
}

a.a-m3_urhere:link
{
    text-decoration: none;
    color: #000000;
    background-image: url(images/bullet_arrow.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
}
a.a-m3_urhere:visited
{
    text-decoration: none;
    color: #000000;
    background-image: url(images/bullet_arrow.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
}
a.a-m3_urhere:active
{
    text-decoration: none;
    color: #000000;
    background-image: url(images/bullet_arrow.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
}
a.a-m3_urhere:hover
{
    text-decoration: underline;
    color: #000000;
    background-image: url(images/bullet_arrow.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
}

a.a-m4:link
{
    text-decoration: none;
    color: #981e32;
    padding-left: 10px;
    line-height: 20px;
}
a.a-m4:visited
{
    text-decoration: none;
    color: #981e32;
    padding-left: 10px;
    line-height: 20px;
}
a.a-m4:active
{
    text-decoration: none;
    color: #981e32;
    padding-left: 10px;
    line-height: 20px;
}
a.a-m4:hover
{
    text-decoration: underline;
    color: #981e32;
    padding-left: 10px;
    line-height: 20px;
}

a.a-m4_urhere:link
{
    text-decoration: none;
    color: #981e32;
    background-image: url(images/bullet_arrow.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
}
a.a-m4_urhere:visited
{
    text-decoration: none;
    color: #981e32;
    background-image: url(images/bullet_arrow.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
}
a.a-m4_urhere:active
{
    text-decoration: none;
    color: #981e32;
    background-image: url(images/bullet_arrow.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
}
a.a-m4_urhere:hover
{
    text-decoration: underline;
    color: #981e32;
    background-image: url(images/bullet_arrow.gif);
    background-position: left;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
}

a.a-func:link
{
    text-decoration: none;
    color: #fff;
    margin-left: 20px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
}
/* function menu colors and underline info */
a.a-func:visited
{
    text-decoration: none;
    color: #fff;
    margin-left: 20px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
}
a.a-func:active
{
    text-decoration: none;
    color: #fff;
    margin-left: 20px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
}
a.a-func:hover
{
    text-decoration: underline;
    color: #fff;
    margin-left: 20px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
}

a.a-tab:link
{
    text-decoration: none;
    color: #000000;
}
a.a-tab:visited
{
    text-decoration: none;
    color: #000000;
}
a.a-tab:active
{
    text-decoration: none;
    color: #000000;
}
a.a-tab:hover
{
    text-decoration: underline;
    color: #000000;
}


/******************************************
			Page Layout Class
******************************************/
.pagebody
{
    /* main content area class, includes baseline text formatting and possibly padding info */
    margin-left: 20px;
    margin-right: 10px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/******************************************
			Homepage Classes
******************************************/
.pad-home1
{
    padding-right: 35px;
}
/******************************************
			Footer Classes
******************************************/
.footer
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: .6em;
    padding-top: 4px;
    line-height: 16px;
}

a.a-foot:link
{
    text-decoration: underline;
    color: #000000;
    font-size: 105%;
    font-weight: bold;
}
a.a-foot:visited
{
    text-decoration: underline;
    color: #000000;
    font-size: 105%;
    font-weight: bold;
}
a.a-foot:active
{
    text-decoration: underline;
    color: #000000;
    font-size: 105%;
    font-weight: bold;
}
a.a-foot:hover
{
    text-decoration: underline;
    color: #666666;
    font-size: 105%;
    font-weight: bold;
}

/******************************************
			Search Form Classes
******************************************/
#search
{
    /* this is the div that the search form is in */
    width: 150px;
}
#search form
{
    /* this is the html tag */
}
.form-searchbox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    width: 145px;
    margin-right: 0px;
    margin-bottom: 1px;
    border: 0px;
    height: 19px;
    vertical-align: baseline;
    margin-top: 0px;
    margin-left: 0px;
}
.form-challenge
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    width: 283px;
    margin-right: 0px;
    margin-bottom: 1px;
    height: 20px;
    vertical-align: baseline;
    margin-top: 0px;
    margin-left: 23px;
}
.form-article
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    width: 150px;
    margin-right: 0px;
    margin-bottom: 1px;
    height: 20px;
    vertical-align: baseline;
    margin-top: 0px;
    margin-left: 0px;
}
.form-searchsubmit
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    background-color: #666666;
    border: 1px solid #717171;
    height: 19px;
    width: 50px;
    margin-right: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    vertical-align: baseline;
}
/******************************************
			Misc Classes
******************************************/
.ul-nopad
{
    margin: 0px;
}
.no-margin
{
    margin: 0px;
}

#wrapper
{
    width: 950px;
}
#footer
{
    height: 50px;
    clear: both;
    margin-left: 73px;
}
#header
{
    clear: left;
    margin-bottom: 1px;
    height: 85px;
}
#header img
{
    margin: 0px;
    margin-bottom: 0px;
}
#leftbar
{
    background-image: url(images/gradient_left.gif);
    background-repeat: repeat-x;
    float: left;
    height: 610px;
    width: 52px;
}
#content_wrapper
{
    float: left;
    width: 800px;
}
#func_nav
{
    height: 15px;
    width: 817px;
    text-align: right;
    padding-top: 0px;
    line-height: 12px;
    padding-bottom: 7px;
    margin-left: -2px;
}
#func_nav p
{
    margin: 0px;
}
#logo
{
    height: 43px;
    margin-left: 68px;
    margin-bottom: 0px;
    margin-top: 10px;
}
#main_nav
{
    margin-left: 1px;
    margin-top: 0px;
    clear: left;
}
.content_1column_nom2
{
    float: left;
    width: 742px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    _margin-left: 10px;
}
.li-search
{
    background-color: #e6e6e5;
    background-image: url(images/search_right-end.gif);
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    float: left;
    padding-top: 2px;
    padding-right: 3px;
    padding-left: 3px;
    height: 25px;
    width: 255px;
    text-align: left;
}
.searchButton
{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
}
.li-search img
{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
}
.divider_1column_nom2
{
    background-image: url(images/blue_line_full.gif);
    background-repeat: no-repeat;
    height: 3px;
    width: 742px;
    margin-top: 0px;
    margin-bottom: 10px;
    _margin-bottom: 0px;
}
.hp_bucket
{
    float: left;
    width: 226px;
    line-height: 15px;
    margin-right: 21px;
}
.hp_bucket_noimage
{
    float: left;
    width: 226px;
    line-height: 15px;
    margin-right: 21px;
}
.hp_bucket_noimage p
{
    font-size: 70%;
    line-height: 15px;
}
.hp_bucket_noimage img
{
    margin-top: 10px;
    margin-right: 5px;
}
.hp_bucket img
{
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.hp_bucket p
{
    font-size: 70%;
    line-height: 15px;
}
#side_nav
{
    float: left;
    width: 160px;
    margin-top: 43px;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 15px;
}
#side_nav_promo
{
    float: left;
    width: 10px;
    margin-top: 43px;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 15px;
}
#content_1column_m2
{
    float: left;
    width: 572px;
    margin-top: 7px;
    margin-bottom: 5px;
    padding-bottom: 0px;
}
#content_2column_m2 li
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 14px;
}
#content_2column_m2_promo li
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 14px;
}
#content_2column_m2 li li
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 14px;
}
#content_2column_m2_promo li li
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 14px;
}
#content_2column_m2 .gridView
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 14px;
}
#content_2column_m2_promo .gridView
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 14px;
}
.divider_1column_m2
{
    background-image: url(images/blue_line_half.gif);
    background-repeat: no-repeat;
    height: 3px;
    width: 555px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#content_1column_m2_2bucket
{    
    margin-right: 6px;
    font-size: 85%;
    background-image: url(images/content_1column_m2_2bucket_bg.gif);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #ddddd7;
    padding: 10px;
}

.greyBox
{
    margin-right: 6px;
    font-size: 85%;
    background-image: url(images/content_1column_m2_2bucket_bg.gif);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #ddddd7;
    padding: 10px;
}

td.greyBox li
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 14px;
}
td.greyBox li p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 14px;
}
td.greyBox  li li
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 14px;
}
td.greyBox  li li p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 14px;
}
#content_1column_m2_2bucket p
{
    margin: 0px;
}
#content_1column_m2_2bucket li
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 14px;
}
#content_2column_m2
{
    float: left;
    margin-top: 7px;
    width: 350px;
}
#content_2column_m2_promo
{
    float: left;
    margin-top: 7px;
    width: 500px;
}
#callout_2column_m2
{
    float: left;
    width: 202px;
    margin-top: 40px;
    margin-left: 10px;
    padding-top: 0px;
    padding-left: 10px;
    border-left-width: 2px;
    border-left-style: dotted;
    border-left-color: #B3B3B3;
    font-size: 65%;
    line-height: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.horizontalCallOut
{
    margin-top: 40px;
    padding-top: 20px;
    border-top-width: 2px;
    border-top-style: dotted;
    border-top-color: #B3B3B3;
   
    line-height: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
.callOutDiv
{
    padding-left: 10px;
    margin-left: 10px;
    border-left-width: 2px;
    border-left-style: dotted;
    border-left-color: #B3B3B3;
}
#callout_2column_m2 h3
{
    margin-top: 0px;
    font-size: 125%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 14px;
}
#callout_2column_m2 p
{
    font-size: 100%;
    line-height: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content_2column_nom2
{
    float: left;
    margin-top: 7px;
    margin-left: 15px;
    width: 525px;
}
#content_1column_nom2
{
    float: left;
    margin-top: 7px;
    margin-left: 15px;
    width: 747px;
}

.divider_callout
{
    background-image: url(images/blue_line_quarter.gif);
    background-repeat: no-repeat;
    height: 3px;
    width: 202px;
    margin-top: 15px;
    margin-bottom: 15px;
    _margin-bottom: 6px;
}

.table
{
    /* background-color: #ececec;     margin-bottom: 20px;     padding: 0px;     height: 20px;     line-height: 15px; */
}
.table p
{
    /* padding: 6px;     margin-bottom: 0px;     font-size: 70%; */
}
.table-right
{
    background-color: #ececec;
    border-top-style: solid;
    border-right-style: none;
    border-top-width: 1px;
    border-top-color: #cccccc;
}
.table-right p
{
    padding: 6px;
    margin-bottom: 0px;
    font-size: 70%;
}
.table_header
{
    background-color: #cccccc;
    padding: 0px;
}
.table_header p
{
    color: #000000;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 70%;
}
.table_header:link
{
    color: #000000;
}
.table_header:visited
{
    color: #000000;
}
.table_header:active
{
    color: #000000;
}
.table_header:hover
{
    color: #000000;
}
.article_title
{
    color: #981e32;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    font-size: 0.7em;
    margin-bottom: 0px;
    line-height: 14px;
    text-decoration: none;
}
.article_author
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0px;
    margin-top: 0px;
    font-size: 100%;
    margin-bottom: 5px;
    line-height: 17px;
}
.hp_flash
{
    float: left;
    width: 449px;
}
.hp_content_right
{
    float: right;
    width: 289px;
}
.tab_box
{
    background-image: url(images/my_profile_box2.gif);
    background-repeat: no-repeat;
    padding: 10px;
}

.tabs p
{
    margin-left: 10px;
}
.tabs h2
{
    margin-left: 10px;
}
.tabs img
{
    margin-left: 10px;
    margin-top: 17px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.tab_content
{
    background-color: #FFFFFF;
    padding: 15px;
    clear: left;
    margin-top: 0px;
}
.tab_content img
{
    margin-bottom: 10px;
    margin-top: 17px;
}
.tab_left
{
    background-image: url(images/tab_left.gif);
    background-repeat: no-repeat;
    float: left;
    height: 28px;
    width: 10px;
}
.tab_selected
{
    height: 28px;
    background-color: #FFFFFF;
    float: left;
}
.tab_right
{
    background-image: url(images/tab_right.jpg);
    background-repeat: no-repeat;
    height: 28px;
    width: 9px;
    float: left;
    margin-right: 1px;
}

.tab_not_selected
{
    height: 28px;
    float: left;
    line-height: 26px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 1px;
}


.ProfileTab .ajax__tab_header
{
    background-color: Transparent;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-size: 0.7em;
}
.ProfileTab .ajax__tab_panel 
{
    margin: 0px;
    *margin: -2px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}
.ProfileTab .ajax__tab_tab
{
    display: block;
    float: left;
    line-height: 28px;
}

.ProfileTab .ajax__tab_outer
{
    background-image: url(images/tab_right_off.gif);
    padding-right: 10px;
    background-color: #bdbdbd;
    background-position: right;
    background-repeat: no-repeat;
    margin-right: 1px;
}
.ProfileTab .ajax__tab_inner
{
    background-image: url(images/tab_left_off.gif);
    padding-left: 10px;
    background-color: #bdbdbd;
    background-position: left;
    background-repeat: no-repeat;
}
.ProfileTab .ajax__tab_hover .ajax__tab_outer
{
    background-color: #FFFFFF;
    background-image: url(images/tab_right.jpg);
    background-position: right;
    background-repeat: no-repeat;
    margin-right: 1px;
}
.ProfileTab .ajax__tab_hover .ajax__tab_inner
{
    background-color: #FFFFFF;
    background-image: url(images/tab_left.gif);
    background-repeat: no-repeat;
}
.ProfileTab .ajax__tab_active .ajax__tab_outer
{
    background-color: #FFFFFF;
    background-image: url(images/tab_right.jpg);
    background-position: right;
    background-repeat: no-repeat;
    margin-right: 1px;
}
.ProfileTab .ajax__tab_active .ajax__tab_inner
{
    background-color: #FFFFFF;
    background-image: url(images/tab_left.gif  );
    background-repeat: no-repeat;
}

.formText
{
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 14px;
}
.tabContainer 
{
    padding:7px;
    background-color: White; 
    width: 98%
}

.formText p
{
    font-size: 100%;
}

.formText h2
{
    font-size: 100%;
}

.pager
{
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 14px;
    color: Black;
}

.hyperLink
{
font-family: Verdana, Arial, Helvetica, sans-serif;
   
    text-decoration: underline;
    color: #981e32;
     font-size: .7em;
}

/*Revised Main Nav*/



ul li ul
{
    font-size: 100%;
}

#sortBox 
{
    width: 198px;
    _width: 198px;
}
.sortBoxTitle
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;      
}
.sortBoxLabel 
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #697106;
    font-size: 120%;
    font-weight: bold;    
}

.sortBoxTopLeft
{
    background-image: url(images/sort_top_left_end.gif);
    background-repeat: no-repeat;
    background-position: left;
    width: 8px;
}
.sortBoxTopMid
{ 
    background-color: #666666;
    height: 23px;
    width: 184px;
}
.sortBoxTopRight
{
    background-position: right;
    background-image: url(images/sort_top_right_end.gif);
    background-repeat: no-repeat;  
    width: 8px;
}
.BoxMid
{ 
    background-color: #dddfba;
    padding: 0px 4px 0px 4px;
    width: 198px;
}
.BoxBottomLeft
{
    background-position: bottom left;
    background-image: url(images/sort_bot_left_end.gif);
    background-repeat: no-repeat;
   background-color: #dddfba;
}
.BoxBottomRight
{
    background-position: bottom right;
    background-image: url(images/sort_bot_right_end.gif);
    background-repeat: no-repeat;
     background-color: #dddfba;
}
.BoxTopLeft
{
    background-position: top left;
    background-image: url(images/box_top_left_end.gif);
    background-repeat: no-repeat;
   background-color: #dddfba;
}
.BoxTopRight
{
    background-position: top right;
    background-image: url(images/box_top_right_end.gif);
    background-repeat: no-repeat;
   background-color: #dddfba;
}
.loginBoxMid
{ 
    background-color: #ffffff;
    border-top: solid 1px #dddfba;
    width: 240px;
}
.loginBoxBottomLeft
{
    background-position: bottom left;
    background-image: url(images/loginbox_bot_left_end.gif);
    background-repeat: no-repeat;
  
}
.loginBoxBottomRight
{
    background-position: bottom right;
    background-image: url(images/loginbox_bot_right_end.gif);
    background-repeat: no-repeat;
  
}
.loginBoxTopLeft
{
    background-position: top left;
    background-image: url(images/loginbox_top_left_end.gif);
    background-repeat: no-repeat;
  
}
.loginBoxTopRight
{
    background-position: top right;
    background-image: url(images/loginbox_top_right_end.gif);
    background-repeat: no-repeat;
  
}
.sortBoxDDL 
{
    color: #697106;
    font-size: 110%;
    width: 180px;
}
.sortBoxTB
{
    color: #697106;
    font-size: 110%;
    width: 180px;
    *width: 175px;
    _width: 175px;
}
h2.pubs 
{
    font-size: 90%;
    margin-bottom: 0px;
}
h2.home 
{
    font-size: 90%;
    margin-bottom: 5px;
    margin-left: 23px;
}
.pubLink
{
    background-color: #981E32;
	color: #ffffff;	
    font-size: 125%;
    font-weight: bold;
    padding: 5px;
    border: outset 2px #eee;
    text-align: center;
}
a.a-pubLink:link,
a.a-pubLink:visited,
a.a-pubLink:hover,
a.a-pubLink:active
{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
}
a.a-pubLink:hover,
a.a-pubLink:active
{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
}

#clientsUL 
{
    margin-top: 15px;
}
#clientsUL li 
{
    margin-bottom: 8px;
}
#clientsUL a:link,
#clientsUL a:visited
{
    text-decoration: none;
}
#clientsUL a:hover,
#clientsUL a:active
{
    text-decoration: underline;
}

.rbChoice input { margin-left: -20px; }
.rbChoice td { padding-left: 20px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 14px; }
.price { color: #981e32; font-weight: bold;}
.formLabel 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 14px; 
}

.searchPager
{
    margin-top: 0px;
    margin-bottom: 12px;
    padding: 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 14px;
    color: Black;
}

.homeDropDown
{
  margin-top: 195px;
  _margin-top: 10px;
}


ul.boldBullets li
{
    font-size: 100%; 
    font-weight: bold;
}

ul.bulletSquare li
{
    list-style-image: none;
    list-style-type: square;
    font-size: 100%; 
}

ul.bulletCircle li
{
    list-style-image: none;
    list-style-type: circle; 
    font-size: 100%; 
}

ul li ul li
{
    margin-top: 0px;
    margin-bottom: 5px;
    list-style-image: url(images/vp_dash.gif);
}

.contactUs_input 
{ 
    width: 230px;
    _width: 220px;
}
.contactUs_comments 
{
 width: 350px;
 _width: 340px;
 height: 100px;
}

.divInfo 
{
    min-height: 200px;
    height:auto !important;
    _height:200px;
}