/**
 * CPR Style Sheet
 *
 * @author     Victoria Doheny
 * @copyright  Patient Advocate Foundation 2008
 * @license    All rights reserved
 */

/*
 * General page styles
 */
html, body {
    font: 14px Arial, Helvetica, sans-serif; 
}
h1 {
    width: 98%;
    height: 23px;
    color: #5c65b5;
    font: bold 18px/20px Geneva, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #5873a1;
}

h2 {
    width: 98%;
    height: 20px;
    color: #5c65b5;
    font: bold 16px Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #5873a1;
	
}
h3 {
    width: 98%;
    height: 18px;
    color: #5c65b5;
    font: bold 14px Geneva, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #5873a1;
}
a {
    color: #5c65b5;
    font-weight: bold;
}
a:hover {
    color: #39F; 
}
.b {
    font-weight: bold;
}
/* Hide print-only content */
#printlogo, #printaddress {
    display: none;
}

/*
 * Layout
 */
#cpr_body {  
    background: #6f80cf url("../images/cpr_back.gif") repeat-x;
}
#cprouter {
    background: url("../images/topborder.png") no-repeat;
    height: 73px;
}
#cprouterside {
    background: url("../images/sideborder.png") repeat-y;
    padding: 0 20px;
}
#cprswoosh {
    width: 930px;
    background: url("../images/cpr_swoosh2.gif") top no-repeat;
	
}
#pagewidth-1024 {
    width: 970px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
#leftcol {
    width: 225px;
    float: left; 
    position: relative;
    margin: auto 5px;
} 
#leftcol div.module {
    margin-bottom: 10px;
}
#leftcol h4 {
    width: 225px;
    color: #192489;
    font: bold 14px Verdana, sans-serif;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
	text-decoration: none;
}
/* empty element in layout */
#rightcol-broad {
    width: 200px;
    float: right;
    position: relative;
    margin-top: 22px;
    margin-right: 1px;
}
#footer-1024 {
    height: 71px; 
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    background: transparent url("../images/bottomborder.png") no-repeat; 
}
#maincol-broad-1024 {
    float: right; 
     width: 630px; 
    margin-left: 0px;
    margin-right: 25px;
} 
.clr {
    clear: both;
}


#content {
padding: 0px 0px;
font-size: 12px;
line-height: 22px;
width: 630px; 
float: left; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
width: 98%;
font-weight: bold;
font-size: 18px;
height: 23px;
line-height: 20px;
border-bottom: 1px solid #5873a1;
font-family: Geneva, Arial, Helvetica, san-serif;
color: #5c65b5;
}


/*
 * Navigation
 */
#mainlevel-nav {
    color: #5873a1;
    width: 220px;
    font: bold 14px/20px Georgia, "Times New Roman", Times, serif;
	list-style: none;
    list-style-position: outside;
    position:relative;
    left: -20px;
    top: -10px;
}

#mainlevel-nav li {
	margin: 15px 0px;
}

#mainlevel-nav ul {
	font: bold 12px/24px Georgia, "Times New Roman", Times, serif;
	list-style: disc;
    list-style-position: outside;
	position:relative;
	left: -10px;
}

#mainlevel-nav ul li {
	margin: 0px 0px;
}

#menuissue {
    background-position: center;
    height: 25px;
    width: 920px;
    float: left;
    margin-left: 35px;
}
a.mainlevel {
    color: #4a4e93;
    text-decoration: none;
    padding: 0 11px 0 18px;
    font: bold 14px Geneva, Arial, Helvetica, sans-serif;
}
a.mainlevel:hover, a.mainlevel#active_menu {
    background: url("../images/poppy.png") left no-repeat;
}

/*
 * Form elements
 */
input, select {
	font: 15px "Lucida Console", Monaco, monospace;
	border: 1px solid #0066CC;
	padding: 0px 0px;
}

input:focus, select:focus {
	background-color: #FFFC25;
}

input.sub {
    display: inline;
    margin: 1em auto;
	background-color: #CBD893;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-weight: bold;
    border: 2px outset #CBD893;
    padding: 4px 6px;
}

input.inputbox {
	border: none;
}

/*
 * Normal fieldsets
 */
fieldset {
    border: 1px solid #345CAB;
    border-right: none;
    padding: 10px;
    padding-top: 0;
	margin: 10px;
}
fieldset legend {
    color: #5c65b5;
    font-weight: bold;
    font-size: 16px;
    margin: 0.5em 0;
	padding: 4px;
}

/*
 * Form element labels
 */
label {
	color: #003366;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

label.short {
	width: 100px;
}


/*
 * Wide-oriented fieldsets
 */
fieldset.wide > div {
    margin: 1em 0;
    white-space: normal;
}
fieldset.wide > legend + div {
    margin-top: 0;
}




/*
 * Required fields, errors, etc
 */
.required {
    background-color: #daebb6;
}

input.error, select.error, textarea.error, span.error {
    border: 1px dotted #F00;
    background-color: #FEE;
}
#errorContainer {
    background-color: #FEE;
    border: 1px solid #F00;
    margin-bottom: 1em;
}
#errorContainer p {
    margin-left: 1em;
    font-weight: bold;
}

.contentheading {
font-weight: bold;
font-size: 18px;
height: 23px;
line-height: 20px;
border-bottom: 1px solid #5873a1;
font-family: Geneva, Arial, Helvetica, san-serif;
color: #5c65b5;
}

.espanol {
color: #e8e9fd;
font-weight: bold;
font-size: 14px;
line-height: 40px;
width: 220px;
/* font-style: italic; */
font-family: Arial,Tahoma,Helvetica,sans-serif;
font-stretch: wider;
}
