/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 30, 2012 02:36:39 PM America/New_York */
@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('texgyreadventor-regular-webfont.eot');
    src: url('texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreadventor-regular-webfont.woff') format('woff'),
         url('texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorItalic';
    src: url('texgyreadventor-italic-webfont.eot');
    src: url('texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreadventor-italic-webfont.woff') format('woff'),
         url('texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('texgyreadventor-bold-webfont.eot');
    src: url('texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreadventor-bold-webfont.woff') format('woff'),
         url('texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBoldItalic';
    src: url('texgyreadventor-bolditalic-webfont.eot');
    src: url('texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('texgyreadventor-bolditalic-webfont.svg#TeXGyreAdventorBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* html5doctor.com Reset Stylesheet \\v1.6.1 \\ Last Updated: 2010-09-17 \\ http://richclarkdesign.com \\ @rich_clark */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
img {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #a4a4a3;
    margin: 10px 0;
    padding: 0;
}

/*
 *
 * Base Typography 
 *
 */

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

/*
 *
 * Base Styles 
 *
 */
html,
body {
    /*background:#393939;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #373737;
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

/* always force a scrollbar in non-IE */ 
html {
    overflow-y: scroll;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
    outline: none;
}

a,
a:active {
    color: #e88c00;
    text-decoration: none;
    /*font-weight:bold;*/
}

a:visited {
    color: #83817d;
}

a:hover {
    color: #f29e1e;
    text-decoration: underline;
}

ul,
ol {
    /*margin-left: 1.8em;*/
}

ol {
    list-style-type: decimal;
}

/* Remove margins for navigation lists */
nav ul,
nav li {
    margin: 0;
}

small {
    font-size: 85%;
}

strong,
th {
    font-weight: bold;
}

td,
td img {
    vertical-align: top;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

pre { 
  padding: 15px; 
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
    white-space: pre;
    /* CSS2 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word;
    /* IE */
}

textarea {
    /* overflow: auto;*/
}

/* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend,
.ie7 legend {
    margin-left: -7px;
}

/* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

/* webkit browsers add a 2px margin outside the chrome of form elements */  
input,
select {
    vertical-align: middle;
}

select,
input[type=text],
input[type=email],
textarea {
    width: 250px;
    color: #000;
    border: 1px solid #000;
    padding: 3px;
    background: #FFF;
}

input[type=text],
input[type=email] {
    vertical-align: middle;
}

/* colors for form validity */
input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
    background-color: #f0dddd;
}

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection {
    background: #373737;
    color: #fff;
    text-shadow: none;
}

::selection {
    /*background:#373737;*/
    color: #fff;
    text-shadow: none;
}

/*  j.mp/webkit-tap-highlight-color */
/* a:link {  -webkit-tap-highlight-color: #373737; }  */
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
/*button {width: auto; overflow: visible;}*/
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/*
 *
 * Nonsemantic Base Styles 
 *
 */
/* for image replacement */
.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
    display: none;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
} 

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
    zoom: 1;
}

/*
 *
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 *
 */
@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}



.container {
    width: 1000px;
    margin: 0 auto;
}

/* #banner {height:108px;} */

/*
 *
 * Header
 *
 */
body>header {
    width: 100%;
    background: #f29e1e url(/images/header-bg.jpg) repeat-x center top;
}

body>header #logo {
    padding: 14px 0;
    width: 208px;
    text-align: center;
    display: inline-block;
    float: left;
    background: #666768;
    /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2Njc2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzM3MzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #666768 0%, #373737 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666768), color-stop(100%, #373737));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666768 0%, #373737 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666768 0%, #373737 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666768 0%, #373737 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #666768 0%, #373737 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666768', endColorstr='#373737', GradientType=0);
    /* IE6-8 */
}

body>header #upper {
    float: left;
    margin: 23px 0 23px 45px;
    text-align: left;
    font-family: 'TeXGyreAdventorBold', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    width: 747px;
}

body>header #lower {
    float: left;
    margin: 0;
    text-align: left;
    width: 792px;
}

body>header #upper .button {
    float: right;
    margin: 5px 13px 0 0;
}

#facebook,
#pinterest {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(/images/layout/social/social.png) no-repeat;
    float: right;
    margin: 0 13px 0 0;
    vertical-align: middle;
}

#facebook {
    background-position: left top;
}

#facebook:hover {
    background-position: -36px top;
}

#pinterest {
    background-position: left -36px;
}

#pinterest:hover {
    background-position: -36px -36px;
}


.annLogo {
    background-image: url("/images/125logo.png");
    background-repeat: no-repeat;
    height: 37px;
    width: 59px;
    position: absolute;
    margin-top: -33px;
    margin-left: 525px;
}

a.button:link,
a.button:active,
a.button:visited,
input[type=submit],
input[type=button] {
    padding: 4px 10px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 12px;
    font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
    background: #6c86a6;
    border: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    -moz-box-shadow: 1px 1px rgba(48, 35, 29, .5);
    -webkit-box-shadow: 1px 1px rgba(48, 35, 29, .5);
    box-shadow: 1px 1px rgba(48, 35, 29, .5);
}

a.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
    background: #373737;
    cursor: pointer;
}

input[type=submit],
input[type=button] {
    margin: 10px 0 0 0;
}

body>header #lower a {
    float: right;
    margin: 0 57px 0 0;
}

body>header #lower #search {
    width: 275px;
    float: right;
    margin: 0;
    padding: 2px;
    color: #FFF;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px rgba(48, 35, 29, .5);
    -webkit-box-shadow: 1px 1px rgba(48, 35, 29, .5);
    box-shadow: 1px 1px rgba(48, 35, 29, .5);
    background: #666768;
    /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2Njc2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzM3MzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #666768 0%, #373737 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666768), color-stop(100%, #373737));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666768 0%, #373737 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666768 0%, #373737 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666768 0%, #373737 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #666768 0%, #373737 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666768', endColorstr='#373737', GradientType=0);
    /* IE6-8 */
}

body>header #lower #search {
    width: 225px;
    float: right;
    margin: 0;
    padding: 0px 0px 0 0px;
    color: #FFF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px rgba(0, 0, 0, .5);
    background: #373737;
    /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2Njc2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzM3MzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #373737 0%, #000000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #373737), color-stop(100%, #000000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #373737 0%, #000000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #373737 0%, #000000 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #373737 0%, #000000 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #373737 0%, #000000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737', endColorstr='#000000', GradientType=0);
    /* IE6-8 */
}

.imgrt {
    float: right;
    margin-right: 0px;
}

/* == ALERTS == */
#alerts_section {
    width: 100%;
    padding: 5px 10px;
    background: #373737;
    color: #FFF;
    font-size: 14px;
}

.tkr_container {
    margin: 0 auto;
    width: 1000px;
}

#alert_box {
    display: inline-block;
    width: 1000px;
    max-width: 1000px;
    color: #FFF;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
}

/* liScroll styles */
.tickercontainer {
    /* the outer div with the black border */
	width:1000px;
	overflow:hidden;
	height:25px;
	margin:0;
	text-align:left;
	line-height:25px;
}

.tickercontainer .mask {
    /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 0px;
width: 1000px;
overflow: hidden;
}

ul.newsticker {
    /* that's your list */
position: relative;
left: 1000px;
list-style-type: none;
margin: 0;
padding: 0;
width:100000px; 
}

ul.newsticker li {
    float: left;
    /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0 15px;
border-left:#FFF thin solid;
}

ul.newsticker li#last_ticker {
    border-left: none;
    display: none;
}

ul.newsticker li:first-child {
    border-left: none;
}

ul.newsticker li a:link,
ul.newsticker li a:active,
ul.newsticker li a:visited {
    color: #f29e1e;
    text-decoration: underline;
}

ul.newsticker li a:hover {
    text-decoration: underline;
    color: #FFF;
}

#close_btn {
    float: right;
    padding: 0 25px 0 0;
    margin: 5px 20px 0 0;
    background: url(/images/layout/close.png) no-repeat right top;
    height: 17px;
    vertical-align: middle;
    color: #FFF;
    text-decoration: none;
    position: relative;
    z-index: 100;
    cursor: pointer;
}

#close_btn:hover {
    background-position: right -17px;
    text-decoration: underline;
}

.info,
.success,
.warning,
.error,
.validation,
.dev {
    border: 1px solid;
    margin: 10px 0px;
    padding:12px 10px 12px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	font-weight:bold;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFcac9;
    background-image: url('/images/error.png');
}

.alert.error {
	background-image: none;
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('/images/validation.png');
}




/* verification results */
table#results {
	border-collapse:collapse;
	border-top:#666 solid 1px;
	border-bottom:#666 solid 1px;
	color:#333333;
	margin-top:10px;
	width:100%;
}

	#results a { 
		color:#333333; 
		text-decoration:underline;  
	}

	#results a:hover { 
		text-decoration:none;
		color:#000;
	 }
	
#results a img {
    border: 1px solid #497E90;
}

#results a img:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}
	 
#results select {
    color: #666;
}

#results select:focus {
    color: #000;
}
	
#results tr:hover th {
    color: #333;
}
	
#results tr:hover {
    color: #000;
}
	
	#results td { 
		padding:3px 5px 4px 5px; 
		background-color:#eee; 
		border-top:#fff solid 2px;
		vertical-align:top;
	 }

#results td.sort,
#results th.sort {
    width: 115px;
}

#results td.name {
    width: 225px;
}

#results td.licNo {
    width: 75px;
}

#results td.exp {
    width: 100px;
}

#results td.stat {
    width: 200px;
}

#results td.action {
    width: 60px;
}

#results td.loc {
    width: 225px;
}

#results td.licTy {
    width: 100px;
}

/*    results rows */
	#results th { 
		padding:2px 5px 2px 5px;
		background-color:#fff;
	}		
	
#head th.sort {
    width: 115px;
}

#head th.name {
    width: 225px;
}

#head th.licNo {
    width: 75px;
}

#head th.exp {
    width: 100px;
}

#head th.stat {
    width: 100px;
}

#head th.action {
    width: 60px;
}

#head th.loc {
    width: 225px;
}

#head th.licTy {
    width: 250px;
}
	
	#bottom td { 
		background-color:#fff;
		padding:2px 0 2px 0;
		color:#666;
		text-align:center; 
	}

#bottom a {
    color: #0064bb;
}

.pageon {
    display: inline-block;
    margin: 0 10px 0 10px;
}

.label {
	font-weight:bold;
	text-align:right;
}

.output {
	text-align:left;
}

/* end verification results */

/* verification details */
table#verifyDetails {
	border-collapse:collapse;
	border-top:#666 solid 1px;
	border-bottom:#666 solid 1px;
	color:#333333;
	margin:10px 0px 15px 0px;
	width:100%
}

table#verifyDetails th.label {
	text-align:center;
	vertical-align:bottom;
}

#verifyDetails td { 
		padding:3px 5px 4px 5px; 
		/*background-color:#eee;*/ 
		border-top:#ddd solid 1px;
}

#verifyDetails th:nth-child(even) {
    background-color: #eee;
}

#verifyDetails td:nth-child(even) {
    background-color: #eee;
}

/* end verfication details */

/* == SEARCH == */
/*#search_form { padding:4px 10px; background:#FFF; color:#01334c; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; width:180px; display:inline-block; vertical-align:top; }*/
#search_text {
    width: 200px;
    height: 22px;
    color: white;
    text-align: left;
    letter-spacing: .5px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 3px -2px 0;
    padding: 0;
    border: 0;
    background: transparent;
    /*background: url('http://www.google.com/images/poweredby_transparent/poweredby_000000.gif') left no-repeat;*/
    vertical-align: middle;
}

#q {
    width: 177px;
    height: 15px;
    text-align: left;
    margin: 0 5px 0 0;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    background: url('http://www.google.com/images/poweredby_transparent/poweredby_000000.gif') left no-repeat;
    vertical-align: middle;
}

#search_arrow {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url('/images/layout/search.png') center 0 no-repeat;
    margin: 0;
    padding: 0px;
    border: none;
    cursor: pointer;
}

/* == MIDDLE SECTION/CONTENT AREA == */
#middle {
    width: 100%;
    background: #e1e1e1 url(/images/bg-tile.jpg) repeat;
    min-height: 500px;
}

#middle #main {
    width: 100%;
    background: #373737;
    text-align: center;
    position: relative;
    border-top: #a4a4a4 solid 4px;
    display: block;
}

#middle #main ul {
    margin: 0 0 0 40px;
    padding: 0;
}

#middle #main ul li {
    float: left;
    list-style: none;
    margin: 0 35px 0 0;
}

#middle #main ul li.last_nav {
    margin-right: 0;
}

#middle #main li>a:link,
#middle #main li>a:visited,
#middle #main li>a:active {
    text-transform: uppercase;
    font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    padding: 7px 0;
    border-top: 8px solid #373737;
    border-bottom: 8px solid #373737;
    display: inline-block;
    text-shadow: 1px 1px 1px #000;
}

#middle #main li>a:hover,
#middle #main li>a.active,
#middle #main ul li:hover a {
    border-bottom-color: #f29e1e;
}

#middle #main .dropdown_box {
    position: absolute;
    z-index: 500;
    padding: 10px;
    display: none;
    margin: 0 0 0 0;
    background: #373737;
    background: rgba(55, 55, 55, .9);
    text-align: left;
}

#middle #main .dropdown_box ul {
    margin: 0;
    display: none;
}

#middle #main .dropdown_box>ul {
    display: block;
}

#middle #main .dropdown_box ul li {
    float: none;
}

#middle #main .dropdown_box a:link,
#middle #main .dropdown_box a:active,
#middle #main .dropdown_box a:visited {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF;
    padding: 5px 8px;
    display: inline-block;
    border: none;
}

#middle #main .dropdown_box a:hover {
    background-color: #f29e1e;
}

#middle #main ul li.level0,
#sidebar ul li.level0 {
    display: none;
}


/* == SLIDESHOW == */

#slides {
	width:1000px;
	display:block;
	height:323px;
	margin:0;
	/*float:left;*/
	background:#FFF;
	position:relative;
}

#slides .slides_container {
	overflow:hidden;
	width:1000px;
	height:323px;
}


#slides .single_slide {
	width:1000px;
	height:323px;
	position:relative;
}

#slides .single_slide img {
    position: absolute;
    z-index: 0;
}

.single_slide .grey_bar {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    height: 67px;
    line-height: 67px;
    padding: 0 20px;
    background: #373737;
    background: rgba(55, 55, 55, .8);
    font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #FFF;
    text-transform: uppercase;
}

#slides .button {
    font-size: 16px;
    padding: 7px 10px;
    vertical-align: bottom;
    margin: 0 0 0 20px;
}

#slides .button:hover {
    background: #f29e1e;
}

/*
	Pagination
*/

.pagination {
	/*margin:-33px 0 0 510px;
	width:80px;
	height:10px;*/
	height:67px;
	display:block;
    text-align: right;
    padding: 0;
    /* position: absolute; */
    right: 28px;
    bottom: 0;
    z-index: 100;
}

.pagination li {
    float: left;
    margin: 22px 18px 0 0;
    list-style: none;
}

.pagination li a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/pagination.png) left top;
    overflow: hidden;
}

.pagination li.current a,
.pagination li a:hover {
    background-position: left -24px;
}

/****************/






#breadcrumbs {
    background: #f29e1e;
    text-align: left;
    width: 975px;
    padding: 0 0 0 25px;
}

#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:active {
    text-transform: uppercase;
    font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #363636;
    text-decoration: none;
    padding: 10px 0 4px 0;
    border-bottom: 6px solid #f29e1e;
    display: inline-block;
    vertical-align: middle;
}

#breadcrumbs a:hover,
#breadcrumbs a.active {
    border-bottom-color: #363636;
}

#breadcrumbs img {
    margin: 0 10px;
    vertical-align: middle;
}


/* QUICKLINKS */
#quicklinks-main {
    background: #FFF;
    padding: 19px;
    width: 962px;
}

#quicklinks-main hr,
#quicklinks-footer hr {
    display: block;
    height: 1px;
    width: 962px;
    border: 0;
    border-top: 1px solid #a4a4a3;
    margin: 0 0 5px 0;
    padding: 0;
}

#quicklinks-footer hr.top {
    margin: 0;
}

#quicklinks-main #col1,
#quicklinks-main #col2,
#quicklinks-main #col3 {
    width: 308px;
    float: left;
}

#quicklinks-main #col1,
#quicklinks-main #col2 {
    margin: 0 19px 0 0;
}

#quicklinks-main .left {
    width: 105px;
    margin: 0 12px 0 0;
    float: left;
}

#quicklinks-main .right {
    width: 181px;
    float: left;
}

#quicklinks-main h2 {
    text-transform: uppercase;
    font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    border-bottom: 1px solid #a4a4a3;
    padding: 3px 0 7px 0;
    font-weight: normal;
    margin: 0 0 7px 0;
}

#quicklinks-main a:link,
#quicklinks-main a:active,
#quicklinks-main a:visited {
    color: #373737;
    display: inline-block;
    padding: 10px 5px;
    margin: 0 0 20px 0;
    text-decoration: none;
}

#quicklinks-main a:hover {
    color: #373737;
    background: #e1e1e1;
    text-decoration: none;
    cursor: pointer;
}


#quicklinks-footer {
    background: #FFF;
    padding: 0 19px 19px 19px;
    width: 962px;
    text-align: center;
    margin: 0;
}

#quicklinks-footer a:link,
#quicklinks-footer a:active,
#quicklinks-footer a:visited {
    color: #373737;
    display: inline-block;
    /*float:left;*/
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

#quicklinks-footer a:hover {
    color: #373737;
    background: #e1e1e1;
    text-decoration: none;
}

#quicklinks-footer img {
    margin: 0 0 5px 0;
}

#quicklinks-footer a.quicklast {
    margin-right: 0;
}

/* CONTENT AREA */
#content {
    background: #FFF;
    padding: 10px 0 0 0;
}

#content_block {
    width: 699px;
    border-left: 1px solid #a4a4a3;
    float: right;
    padding: 10px 0 0 20px;
    margin: 0 20px 0 0;
}

#content h1 {
    text-transform: uppercase;
    font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 20px 0;
    color: #787879;
}

#content h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    color: #787879;
}

#content p {
    line-height: 20px;
    margin: 0 0 20px 0;
}

.headline {
    text-transform: uppercase;
    font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 20px 0;
    color: #787879;
}


#content_block ul,
#content_block ol {
    margin: 0 0 20px 30px;
}

#content_block ul ul,
#content_block ol ol,
#content_block ul ol,
#content_block ol ul {
    margin-bottom: 0;
}

/*#content_block td { padding:5px; }*/
#content_block h3 {
    text-transform: uppercase;
    font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    margin: 0 0 5px 0;
    color: #FFF;
    padding: 5px;
    background: #999;
}



.left {
    width: 150px;
    float: left;
    margin: 0 10px 5px 0;
    text-align: right;
}

.req {
    font-weight: bold;
}

.right {
    float: left;
    margin: 0 0 5px 0;
    text-align: left;
}

.help {
    font-size: 10px;
}

.help-block {
    font-size: 10px;
    display: block
}

.force-clear {
    float: none;
    clear: both;
}

fieldset legend {
    color: #787879;
    font-size: 14px;
    text-transform: uppercase;
}

/*SIDEBAR*/
#sidebar {
    width: 260px;
    /*border-right:1px solid #a4a4a3;*/
    float: left;
    margin: 0 0 20px 0;
    min-height: 200px;
}

#sidebar h2 {
    padding: 10px 20px;
    font-weight: normal;
}

#sidebar h2 a:link,
#sidebar h2 a:active,
#sidebar h2 a:visited {
    text-transform: uppercase;
    font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #FFF;
}

#sidebar h2 a:hover {
    text-decoration: underline;
}

#sidebar a:link,
#sidebar a:active,
#sidebar a:visited {
    color: #373737;
    font-weight: bold;
    padding: 3px 5px;
    margin: 0 0 0 -5px;
    display: inline-block;
}


#sidebar .treeview,
#sidebar .treeview ul {
	padding: 0;
	margin:0;
	list-style: none;
	
}

#sidebar .treeview>li {
    margin: 0 0 0 10px;
}

#sidebar .treeview .hitarea {
	background: url(/images/layout/treeview/treeview-default.png) -64px -25px no-repeat;
	height: 18px;
	width: 18px;
	margin:2px 8px 0 -26px;
	cursor: pointer;
	display:inline-block;
	vertical-align:middle;
	float:left;
	
}

* html #sidebar .hitarea {
	display: inline;
	float:none;
}

#sidebar .treeview li { 
	padding: 6px 0pt 6px 26px;
	border-bottom:1px solid #a4a4a3;
	
}

#sidebar .treeview a.selected {
	background-color: #d0d0d0;
}

#sidebar #treecontrol {
    margin: 10px 0 10px 10px;
    display: none;
}

#sidebar .treeview .hover {
    cursor: pointer;
}

#sidebar .treeview li {
    /*background: url(/images/layout/treeview/treeview-sddoh-line.png) 0 0 no-repeat;*/
}

#sidebar .treeview li.collapsable {
    background: url(/images/layout/treeview/treeview-sddoh-line.png) 0 0 no-repeat;
}

#sidebar .treeview li.collapsable,
#sidebar .treeview li.expandable {
    /*background-position: 0 0;*/
    /*background-position: 0 -176px;*/
}

#sidebar .treeview .expandable-hitarea {
    /*background-position: -80px -3px;*/
    background-position: 0 0;
}

#sidebar .treeview .collapsable-hitarea {
    /*background-position: -80px -3px;*/
    background-position: -18px 0;
}


#sidebar .treeview li.last {
    /*background-position: 0 -2766px;*/
    border-bottom: none;
}

#sidebar .treeview li.lastCollapsable,
#sidebar .treeview li.lastExpandable {
    /*background-image: url(/images/layout/treeview/treeview-default.png);*/
}

#sidebar .treeview li.lastCollapsable {
    /*background-position: 0 -111px;*/
}

#sidebar .treeview li.lastExpandable {
    /*background-position: -32px -65px;*/
}

#sidebar .treeview div.lastCollapsable-hitarea,
#sidebar .treeview div.lastExpandable-hitarea {
    /*background-position: 0;*/
}





#sidebar .treeview .placeholder {
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

#sidebar .treeview h2 a.selected {
    background-color: transparent;
}

#sidebar .treeview h2 a:link {
  padding:0;
}



/****DEFAULT COLOR SCHEME *****/
#sidebar .treeview .hitarea {
    background-image: url(/images/layout/treeview/treeview-default.png);
}

#sidebar h2 {
    background: #f29e1e;
    color: #FFF;
}

/****A-Z TOPICS COLOR SCHEME *****/
.a-z-topics #sidebar .treeview .hitarea {
    background-image: url(/images/layout/treeview/treeview-a-z-topics.png);
}

.a-z-topics #sidebar h2 {
    background: #655464;
    color: #FFF;
}

/****records COLOR SCHEME *****/
.records #sidebar .treeview .hitarea {
    background-image: url(/images/layout/treeview/treeview-records.png);
}

.records #sidebar h2 {
    background: #9f9a7f;
    color: #FFF;
}

/****diseases COLOR SCHEME *****/
.diseases #sidebar .treeview .hitarea {
    background-image: url(/images/layout/treeview/treeview-diseases.png);
}

.diseases #sidebar h2 {
    background: #915e5a;
    color: #FFF;
}

/****family COLOR SCHEME *****/
.family #sidebar .treeview .hitarea {
    background-image: url(/images/layout/treeview/treeview-family.png);
}

.family #sidebar h2 {
    background: #767677;
    color: #FFF;
}

/****food COLOR SCHEME *****/
.food #sidebar .treeview .hitarea {
    background-image: url(/images/layout/treeview/treeview-food.png);
}

.food #sidebar h2 {
    background: #9bc2d2;
    color: #FFF;
}

/****statistics COLOR SCHEME *****/
.statistics #sidebar .treeview .hitarea {
    background-image: url(/images/layout/treeview/treeview-statistics.png);
}

.statistics #sidebar h2 {
    background: #d8c4b9;
    color: #FFF;
}

/****providers COLOR SCHEME *****/
.providers #sidebar .treeview .hitarea {
    background-image: url(/images/layout/treeview/treeview-providers.png);
}

.providers #sidebar h2 {
    background: #bda26e;
    color: #FFF;
}

/****prevention COLOR SCHEME *****/
.prevention #sidebar .treeview .hitarea {
    background-image: url(/images/layout/treeview/treeview-prevention.png);
}

.prevention #sidebar h2 {
    background: #c6814c;
    color: #FFF;
}

/****services COLOR SCHEME *****/
.services #sidebar .treeview .hitarea {
    background-image: url(/images/layout/treeview/treeview-services.png);
}

.services #sidebar h2 {
    background: #668d6a;
    color: #FFF;
}

/****services COLOR SCHEME *****/
.boards #sidebar .treeview .hitarea {
    background-image: url(/images/layout/treeview/treeview-boards.png);
}

.boards #sidebar h2 {
    background: #003663;
    color: #FFF;
}








#share-bar {
    border-top: #a4a4a3 solid 1px;
    padding: 10px 50px 10px 0;
    text-align: right;
    font-weight: bold;
    margin: 20px 0 0 0;
}

#share-fb,
#share-tw,
#share-em {
    width: 29px;
    height: 28px;
    background: url(/images/layout/social/share.png) no-repeat;
    display: inline-block;
    margin: 0 7px 0 0;
    vertical-align: middle;
}

#share-fb {
    background-position: left top;
}

#share-fb:hover {
    background-position: -29px top;
}

#share-tw {
    background-position: left -28px;
}

#share-tw:hover {
    background-position: -29px -28px;
}

#share-em {
    background-position: left -56px;
}

#share-em:hover {
    background-position: -29px -56px;
}


/* OUTSIDE AGENCIES STRIP */
#outside-agencies {
    background: #FFF;
    padding: 0 19px 19px 19px;
    width: 962px;
}

#outside-agencies #left {
    width: 510px;
    padding: 0 20px 0 0;
    margin: 0;
    float: left;
}

#outside-agencies #right {
    width: 390px;
    float: left;
    padding: 0 20px;
    border-left: #a4a4a3 solid 1px;
}

#outside-agencies #right h2 {
    display: inline-block;
    margin: 0 0 15px 40px;
    float: left;
}

#outside-agencies h2 {
    text-transform: uppercase;
    font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 7px 0;
}

#outside-agencies td {
    padding: 5px 0 0 0;
    width: 330px;
}


/* == PROGRAMS SLIDESHOW == */

#program_slides {
	width:410px;
	display:block;
	height:110px;
	margin:0;
	/*float:left;*/
	position:relative;
}

#program_slides .program_slides_container {
	overflow:hidden;
	width:230px;
	height:110px;
	margin:0 0 0 90px;
}


#program_slides .program_single_slide {
	width:230px;
	height:110px;
	position:relative;
	
}

#program_slides .program_single_slide img {
    position: absolute;
    z-index: 0;
}

#program_slides .prev,
#program_slides .next {
    background: url(/images/arrows.jpg) no-repeat;
    width: 37px;
    height: 37px;
}

#program_slides .prev {
    background-position: left top;
    position: absolute;
    margin: -65px 0 0 20px;
    z-index: 100;
}

#program_slides .next {
    background-position: left -37px;
    position: absolute;
    margin: -65px 0 0 350px;
    z-index: 100;
}

#program_slides .prev:hover {
    background-position: -37px top;
}

#program_slides .next:hover {
    background-position: -37px -37px;
}

/****************/



/* FOOTER */
/* body>footer {
    padding: 20px 0 10px 0;
    width: 100%;
    color: #FFF;
    background: #666768;
    /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2Njc2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzM3MzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #666768 0%, #373737 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666768), color-stop(100%, #373737));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #666768 0%, #373737 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #666768 0%, #373737 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #666768 0%, #373737 100%);
/* IE10+ */
background: linear-gradient(to bottom, #666768 0%, #373737 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666768', endColorstr='#373737', GradientType=0);
/* IE6-8 */
}

*/ body>footer #left {
    padding: 20px 0;
    width: 205px;
    text-align: center;
    float: left;
}

body>footer #right {
    padding: 65px 0 0 0;
    width: 205px;
    text-align: center;
    float: right;
}

body>footer #center {
    padding: 15px 0;
    width: 588px;
    text-align: center;
    float: left;
    border-left: #a4a4a3 solid 1px;
    border-right: #a4a4a3 solid 1px;
}

body>footer #disclaimer {
    margin: 20px 0 0 0;
    font-size: 11px;
    line-height: 20px;
}

body>footer #right .button {
    font-size: 16px;
}

body>footer #right .button:hover {
    background: #f29e1e;
}

#imd {
	height:30px;
	line-height:30px;
	text-align:center;
	display:block;
	vertical-align:middle;
	margin:10px -27px 0 0;
	color:#FFF;
	font-size:10px;
	padding:0 0 0 0;
	text-transform:uppercase;
}



a:link.imd,
a:active.imd,
a:visited.imd {
	background:url(/images/IMD.png) no-repeat right center;
	height:24px;
	line-height:24px;
	display:inline-block;
	padding:0 27px 0 0;
	font-weight:normal;
}

a:hover.imd {
	background:url(/images/IMDO.png) no-repeat right center;
}

/* message section */
.info,
.success,
.warning,
.error,
.validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:12px 10px 12px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	font-weight:bold;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFcac9;
    background-image: url('/images/error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('/images/validation.png');
}

/* LICENSING SECTION */
#licensing>header {
    width: 100%;
    background: #003663 url(/images/header-bg-blue.jpg) repeat-x center 25px;
}

#licensing>header #upper {
    color: #FFF;
    margin-top: 48px;
}

#licensing #head_contact,
#licensing #subscribe,
#licensing #facebook,
#licensing #pinterest {
    display: none;
}

#licensing>header #lower {
    margin-top: -50px;
}

#licensing #breadcrumbs {
    background: #003663;
}

#licensing #breadcrumbs a:link,
#licensing #breadcrumbs a:visited,
#licensing #breadcrumbs a:active {
    color: #FFF;
    border-bottom: 6px solid #003663;
}

#licensing #breadcrumbs a:hover,
#licensing #breadcrumbs a.active {
    border-bottom-color: #cacaca;
}

#licensing #middle {
    background: #5391ee url(/images/bg-tile-blue.jpg) repeat;
}

#licensing #share-bar a.button:link,
#licensing #share-bar a.button:active,
#licensing #share-bar a.button:visited {
    float: left;
    color: #FFF;
}

#licensing #content_block a,
#licensing #content_block a:active,
#licensing #content_block a:visited {
    color: #003663;
}

#licensing #content_block a:hover {
    color: #003663;
}


form p#addyTxt,
p#addyTxt2 {
    margin-bottom: 0
}

form p#addyTxt3 {
    margin-bottom: 20;
}

/* #fName,
#lName,
#ssn,
#regNoTxt,
#addy1Txt,
#addy2txt,
#cityTxt,
#countyTxt,
#stateTxt,
#zipTxt,
#hPhoneTxt,
#wPhoneTxt,
#cPhoneTxt,
#emailTxt {
    display: block;
    text-align: right;
} */

/*#form td {padding-bottom:0;}*/