body {
    font-family:Verdana, Arial, Tahoma, Sans-Serif, sans;
    font-size:13px;
    color:#000;
    margin:5px;
    text-align:center;
    /*background-color:#FFF;    */
    background-image: url(/img/Image/layout_elements/clouds-gradient.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

h1 {
    font-size:18px;
    margin:10px 10px 5px 10px;
    padding:0px;
    color:#193F88;
    font-weight:bold;
    text-align:left;
}

#h1title {
    font-size:16px;
    margin:15px;
}
/*.h1_gray_bar {
    font-size:18px;
    padding:0px;
    margin:0px;
    color:#FFF;
    text-align:center;
    vertical-align:center;
    font-weight:bold;
    font-style:italic;
}*/

h2 {
    font-size:15px;
    margin:15px 10px 5px 10px;
    padding:0px;
    color:#000;
    /*font-weight:normal;*/
}

h3 {
    font-size:13px;
    margin:5px 10px 5px 10px;
    padding:0px;
    color:#2359b1;
    font-weight:bold;
}

p {
    margin:10px 10px 5px 10px;
}
p.content {
    font-size:12px;
}

p.home {
    margin:10px 0px 5px 0px;
}

a {
    text-decoration:underline;
    color: #0152E9;
}
a:hover {
    color:#999;
}
a.sortheader {
    text-decoration:none;
}

img {
    border: 0px;
}

li {
    margin-bottom: 6px;
}

#content {
    text-align:left;
    padding: 10px 0px 10px 10px;
    margin: 0px 0px 0px 0px;
    min-height: 480px;
    /*background-color:#FFF;*/
    /*background-image:url(/img/bkg-body.gif);*/
    
}


#modulecontent {
    margin:5px;
    text-align:center;
}
#nav {
    text-align:left;
    /*border:1px solid #ccc;*/
    padding:5px;
    margin:5px;
    width:130px;
}
#nav span{
    display:block;
    margin:0px 5px;
    padding:2px 5px;
    border-bottom: 1px dashed #ddd;
}
#nav .sub {
    margin-left:25px;
}
a:hover .nav {
    background-color:#fff;
}

#tdcontent {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}
#tdnav {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
#activemodule {
    border-bottom:1px solid #ccc;
}
#footer {
    margin:5px;
    font-size:10px;
}

/* ************************** */
/* ------
- "Flash" divs (status messages) -
------ */
.flash_message_ok {
    border:2px solid #6d6;
    background-color:#CCFFCC;
    text-align:center;
    font-size:13px;
    font-weight:bold;
    padding:5px;
    margin: 10px 0px;
    text-align:left;
}
.flash_message_error {
    border:2px solid #FF0000;
    background-color:#FCCECC;
    /*background-color:#fff;*/
    text-align:center;
    font-size:13px;
    font-weight:bold;
    padding:5px;
    margin: 10px 0px;
    text-align:left;
}


/* ************************** */
/* ------
- FORMS -
------ */

form {
    width: 540px;
    text-align:left;
    margin-bottom:5px;
}

fieldset { 
    border:1px solid #CCC; 
    padding:5px;
    /*-moz-border-radius: 8px; border-radius: 8px;*/
    text-align:left;
    margin-left:15px;
}

legend {
    color: #666;
    padding:5px;
}

label {
    /*border: 1px, solid #000;*/
    display: block;
    /*float: left;*/
    width: 150px;
    padding:0px 10px 0px 0px;
	cursor:pointer;
}

.checkbox {
    float: left;
    display: block;
    margin: 0px 10px;
}

.checkbox_item {
    display: block;
    clear: both;
    margin: 0px 0px 0px 150px;
    /*border: 1px  solid #000;*/
}

.label_checkbox {
    display: block;
    float: right;
    padding:0px 10px 0px 0px;
    /*border:1px solid #000;*/
}

div.required label {
    /*border: 1px, solid #000;*/
    display: block;
    float: left;
    width: 150px;
    padding:0px 10px 0px 0px;
}

div.optional label {
    /*border: 1px, solid #000;*/
    display: block;
    float: left;
    width: 150px;
    padding:0px 10px 0px 0px;
    color:#000;
}

input, textarea {
	padding:2px;
	border-width:1px;
	background: url(/img/bkg_input5.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#ffc;
}

input:hover, textarea:hover {
	background:#ffc;
	cursor:text;
}
 
select {

	background: url(/img/bkg_input5.gif);
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#fff;
}

label:hover {
	cursor:pointer;
	color:#999;
}

.required {
    color:#FF0000;
}

.err { 
    font-weight: bold;
    color:#000;
}

.optional {
    color:#000000;
}

/* ************************** */

div.error {
    padding: 5px;
    background-color:#FCCECC;
    border: 2px solid #FF0000;
    margin: 5px 1px;
}

/*p.err { 
    font-weight: bold;
}*/

p.error {
    font-weight: bold;
    color: #FF0000;
    margin:15px;
}

.error_message_group {
    padding: 5px;
    font-weight: normal;
}

.error_message {
    color:#000;
    padding:5px;
    margin:10px;
    background-color:#FCCECC;
    border: 2px solid #FF0000;
}

div.admin_module_alert {
    background-color:#FCCECC;
    border: 1px dashed #FF0000;
}


#paginator {
    /*border: 1px solid #CCC;*/
    border: none;
    margin: 10px 0px;
    padding:2px;
    font-size:11px;
}
#paginator select {
    font-size:11px;
}
.paginationnum {
    margin:3px;
}

.tbl_module tr:hover {
	background:#ffc;
}

.div_popup {
    display:block; 
    visibility:hidden; 
    position:absolute; 
    z-index:500; 
    width:250px; 
    height:150px;    
    left:60%;
    border: 1px solid #000;
    background-color: #FFF;
    padding:10px;
    margin:10px;
}

.status_pending {
    color: #ff0000;
}
.status_processing {
    color: #ff9900;
}
.status_complete {
    color: #339966;
}

/* ENDUSER SPECIFIC CSS START */

div.testimonial {
    margin-bottom:30px;
    font-style:italic;
}
div.bg1 {
    background-color:#EAEAEA;
}
div.bg2 {
    background-color:#000;
}

.table_main {
    
    
}


.tbl_results {
    border: 1px solid #CCC;
    padding:0px;
    margin:0px 10px;
    width:100%;
}
h1.tbl_results_subhead {
    margin:0px;
    padding:0px;
    text-align:center;
    color:#fff;
    font-weight:bold;
}
.tbl_row_results_subhead {
    background-color:#0152E9;
}

/* home page news block */
#newsblock {
    border: 1px solid #CCC; 
    float: right; 
    width: 260px;
    height:1090px;
    margin-right:3px;
    margin-top:5px;
    margin-left:6px;
    padding:0px;
    background-color:#F3F3F3;
}
#newsblockitems {
    padding:4px;
    font-size:13px;
    color:#666;
}
/*#newsblockitems p {
    margin:10px 0px 5px 0px;
    padding:2px 0px; 
}*/
.newsreadmore {
    color:#0152E9;
}
.newsdate {
    font-weight:bold;
    font-size:11px;
    color:#000;
}
.newstitle {
    font-weight:bold;
    font-size:12px;
    padding-bottom:0px;
    margin-bottom:0px;
}
.newssummary {
    margin:5px 0px 20px 15px;
    padding:0px 0px 0px 5px;
    border-left:3px solid #CCC;
}
/* eof home page news block */

/* news page results table */
.tbl_news {
    width:100%;
    text-align:left;
}
.tbl_news td {
    text-align:left;
}
p.tbl_news_date {
    font-size:10px; 
    color:#666;
    font-style:italic;
    /*margin-top:0px;
    margin-bottom:0px;*/
    margin:0px 0px 0px 15px;
    padding-top:0px;
    padding-bottom:0px;
}
div.tbl_news_body {
    padding:5px 10px;
}
/* news page results table */

.tbl_directors {
    width:100%;
}
.tbl_employees, .tbl_employment_opportunities  {
    width:695px;
    border:1px solid #0066FF;
}
.tbl_employment_opportunity_details {
    width:695px;
    border:1px solid #EAEAEA;
}
.tbl_employment_opportunity_details td {
    border:1px solid #EAEAEA;
}

.tbl_events {
    border:1px solid #0066FF;
}
.tbl_events_details {
    width:760px;
    /*border:1px solid #EAEAEA;*/
}
.tbl_events_details td {
    /*border:1px solid #EAEAEA;*/
}



blockquote {
    border-left: 2px solid #CCC;
    padding-left:10px;
}

div.div_img_with_caption {
    border: 1px solid #CCC;
    padding:0px;
    margin:5px;
    font-size:11px;
    text-align:center;
    font-style: italic;
    color:#666;
}
div.div_img_with_caption p {
    margin:0px;
    padding:3px;
    font-size:11px;
    text-align:center;
    font-style: italic;
    color:#666;
}
.caption {
    margin:0px;
    padding:3px;
    font-size:11px;
    text-align:center;
    font-style: italic;
    color:#666;
}


#laser_vision_correction h2 {
    margin-left:0px;
}
#laser_vision_correction li {
    margin-right:5px;
}

.table_cellborders {
    border: 1px solid #CCC;
}
.table_cellborders td {
    border: 1px solid #CCC;
}

#whats_new {
    width:97%;
    border:1px solid #2359B1;
    background-color: #C2E0F8;
    padding:0px;
    margin:20px 0px;
}

#whats_new h1{
    margin:0px; 
    text-align:center;
}

#whats_new_inner {
    width:95%;
    padding:0px;
    margin:5px 0px;
}

blockquote.disclaimer {
    font-size: 11px;
    text-align: left;
}

div#coupon_box {
    margin: 10px;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: bold;
    border: 3px dashed #FF0000;
    background-color: #c2e0f8;
}


div#nav_left {
    background-image: url(/img/Image/layout_elements/nav-bkg2.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 222px;
    height: 524px;
    margin-top: -1px;
}
div#nav_left ul {
    margin: 0px;
    padding: 0px;
    padding-top: 108px;
    padding-left: 15px;
    list-style-type: none;
}
div#nav_left ul li {
    margin: 0px;
    padding: 0px;
}
div#nav_left ul li a {
    display: block;
    width: 200px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
}
div#nav_left ul li a:hover {
    text-decoration: underline;
    color: #e3efff;
}

#top_nav {
    background-image: url(/img/Image/layout_elements/tabs2.gif);
    background-repeat: no-repeat;
    width: 714px;
    height: 40px;
}
#top_nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    padding-left: 20px;
    padding-top: 0px;
}
#top_nav ul li {
    display: inline;
    margin: 0px;
    padding: 0px;
}
#top_nav ul li a {
    display: block;
    width: 108px;
    float: left;
    text-decoration: none;
    font-size: 12px;
    color: #0152E9;
    margin-top: 3px;
    text-align: center;
}
#top_nav ul li a:hover {
    color: #143d7c;
    text-decoration: underline;
}
#top_nav ul li a.tab2 {
    padding-left: 10px;
}
#top_nav ul li a.tab3 {
    padding-left: 9px;
}
#top_nav ul li a.tab4 {
    padding-left: 7px;
}
#top_nav ul li a.tab5 {
    padding-left: 9px;
}
#top_nav ul li a.tab6 {
    padding-left: 3px;
}

#table_main_column_top_left {
    background-image: url(/img/Image/layout_elements/nav-bkg-1500.gif);
    background-position: bottom left;
    background-repeat: repeat-y;
}
div#header {
    background-image: none;
}
.background_main {
    background-image: url(/img/Image/layout_elements/body-bkg.gif);
    background-repeat: repeat-y;
}
div#nav_footer {
    background-image: url(/img/Image/layout_elements/nav-footer.png);
    background-repeat: no-repeat;
    width: 222px;
    height: 247px;
    margin-top: -136px;
}
div#content_footer {
    background-image: url(/img/Image/layout_elements/footer2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 714px;
    height: 111px;
    margin-right: 2px;
}

#flash_video_wrapper {
    width: 650px;
    height: 500px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0px;
    background-color: #0368ec;
    margin-left: 20px;
    margin-bottom: -480px;
    padding: 10px;
    text-align: center;
    border-right: 3px solid #555;
    border-bottom: 3px solid #555;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
}
#flash_video_wrapper_close_button {
    width: 645px;
    text-align: right;
    margin-top: -5px;
    font-weight: bold;
}
#flash_video_wrapper_close_link {
    font-weight: bold;
    margin-bottom: 5px;
}

#building_image {
    cursor: pointer;
}

.nav_left_textbox {
    background-image: url(/img/Image/layout_elements/nav-text-box.gif);
    background-repeat: no-repeat;
    width: 219px;
    height: 65px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-left: 2px;
    padding-top: 5px;
    color: #193f88;
}
.nav_left_textbox_phone {
    color: #0550db;
    font-size: 16px;
}
.nav_left_address {
    position: relative;
    top: -20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
}

#videoimage_icon_cataracts, #videoimage_icon_glasses, #videoimage_icon_glaucoma, #videoimage_icon_laser_vision_correction {
    cursor: pointer;
}


#loading {
    position:relative;
    z-index:40910;
    top:350px;
    left:0px;
    height:75px;
    width:300px;
    margin-bottom:-77px;
    border:1px solid #CCC;
    background-color:#FFF;
    vertical-align:middle;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}



