﻿#content p {
        margin: 5px 0px;
        line-height: 20px;
        }
        
        #content ul {
            margin: 3px 20px;
            padding: 0px;
            list-style-image: url('/img/listmarker.png');
            }
            
            #content ul li {
            margin: 3px 20px;
            padding: 0px;
            }
            
#content_wrapper {
    background: #fff;
    padding: 20px;
    line-height: 20px;
    position: relative;
    top: 223px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    }


#content h1.division_name {
    margin: 0 0 10px 0;
    width: 450px;
    _width: 440px;
     padding: 0;
    line-height: 32px;
    font-size: 18px !important;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: block;
    background: url('/img/bgrd_content_header.png') repeat-x #950111;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

a {
    color: #004096; text-decoration: none; font-weight: bold;
}


                                                .main_conditionslist {
                                                    margin: 10px 40px;
                                                    color: #004096;
                                                    font-weight: bold;
                                                }

p {padding: 3px 3px 3px 8px;}


h1, h2, h3, h4 {color: #10218b; font-weight: bold; margin: 15px 5px 5px 10px;}
h1  {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: normal; }

ul.subcat {
    list-style-image: url("/img/listmarker2.png") !important;
}
a.subcat {font-size: 20px; font-weight: bold;}

hr.separator {visibility: hidden; clear: both;}
hr.separator-right {visibility: hidden; clear: right;}

.nodisplay {display: none;}

a.text_popup span {display: none;}
a.text_popup:hover span {
    display: block;
    position: absolute;
    border:1px solid #ccc;
    background:#fff;
    /*width:400px;*/
    padding:4px;
    background: #ff9;
    font-weight:normal;
    font-size:12px;
    color:black;
}

div.important {
    padding: 3px;
    text-align:center;
    color: #000;
    font-weight:normal;
    background:#ffffcc;
    border:1px solid #000;
}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

