@import url("externalLink.css");
* {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size:12px;
}

#pageWrapper {
    width:803px;
    margin: 0 auto;
    background-image: url("../graphics/primarynav-bg.jpg");
    background-repeat:repeat-y;

}

/***** HEADER START *****/
#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
	color:#659933;
}

#header {
    clear:both;
    height:48px;
    color:#659933;
    background-color:White;
}

.utilityNav {
    float:right;
}

ul.utilityNav li {
    display:inline;
}

#searchBox {
    float:right;
}

#searchSubmit {
    background-color:#659933;
    border:0 none;
    color:#FFFFFF;
    width:30px;
    margin: 0 0 0 4px;
}

#searchCriteria {
    border-style:solid;
    border-width:1px;   
    border-color:#659933;
    margin: 0 0 0 4px;
}

#headerWrapper {
    padding:14px 10px 0 65px;
}

#searchForm span {
    font-size:11px;
}

ul.utilityNav {
    padding:0 10px 0 0;
}

ul.utilityNav li {
    margin:0 15px 0 0;
    text-decoration:none;
}

ul.utilityNav li a {
    text-decoration:none;
}

ul.utilityNav li a span {
    font-size:11px;
    
}

#homeLink span {
    font-size:14px;
    font-weight:bold;
}
/***** HEADER END *****/

/***** PRIMARY NAV START *****/
#primaryNav {
    background-color:#CEE8F8;
    width:174px;
    float:left;
}

ul.siteNav {
    background-color:White; 
}

ul.subnavigation {
    background-color:White;
}

ul.siteNav li {   
    text-align:center;
    list-style-type:none;
    margin:0 0 3px 0;
}

ul.siteNav li a {
    color:White;
    text-decoration:none;

}

ul.siteNav li.activePage a.active span {
    font-weight:bold;
    background-color:#6AAEE1;
}

ul.siteNav li a span {
    height:21px;
    width:174px;
    padding:4px 0 0 0;
    font-weight:bold;    
    display:inline-block; /* to fix spacing issue in IE */
    background-color:#679933;
    cursor:pointer;
}

ul.siteNav li ul.subnavigation li a span {
    font-weight:normal;
    background-color:#003878;
}

ul.siteNav li ul.subnavigation li.item1 {
   margin:3px 0 3px 0;
}

#primaryNav .collapsed {
	display:none;
}

#doctorQuestionCallout {
    background-color:#669933;
    width:124px;
    height:53px;
    margin:28px 0 28px 18px;
    padding:10px;
    text-align:center;
}

#doctorQuestionCallout p {
    color:White;
    font-weight:bold;
}

#doctorQuestionCallout a {
    color:White;
    text-decoration:none;
    cursor:pointer;
}

#doctorQuestionCallout p.line2 {
    margin:10px 0 0 6px;
}
/***** PRIMARY NAV END *****/

/***** CONTENT START *****/
#content {
    width:624px;
    float:left;
    margin:0 0 0 3px;
	color:#696773;
}

#content a,
#content a:link,
#content a:hover,
#content a:active {
	color:#003878;
	text-decoration:none;
}

#content a:visited {
	color:#6AAEE1;
    text-decoration:none;
}

#pageTitle {
    margin:14px 0 16px 0;
    padding:0 0 0 40px;
}

#pageTitle span {
    font-family:Georgia;
    font-size:24px;
    color:#659933;
}

div.document {
    padding:0 40px 10px 40px;
}

div.disclaimer div.document {
    padding:30px 40px 10px 40px;
}

div.document h1,
div.document h2 {
    margin:15px 0 10px 0;
}

div.document h1 span,
div.document h2 span {
    font-family:Georgia;
    font-size:14px;
    font-weight:bold;
}

div.document p {
    margin:0 0 10px 0;
}

div.document ul {
    padding:0 0 0 10px;
    margin: 0 0 10px 0;
}

div.document ul li {
    background-image:url(../graphics/dot.gif);
    background-repeat:no-repeat;
    list-style-type:none;
    padding:0 0 0 13px;
}

#searchWrapper iframe {
    height:1000px;
    border-style:solid;
    border-width:1px;
    border-color:#659933;
}

#calendarWrapper iframe {
    width:700px;
    height:1024px;
    border-style:solid;
    border-width:1px;
    border-color:#659933;
}

sup {
    font-size:8px;
}

p.note a { /* For PDF link on For Caregivers page */
    background-image: url("../graphics/QuestionsDocBG.gif");
    background-repeat:no-repeat;
    padding:5px 0 0 25px;
}
/***** CONTENT END *****/

/***** FOOTER START *****/
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color:#003777;
}

#footer {
    height:50px;
    clear:both;
    background-color:White;
}

.footerLogo img{
    margin:15px 0 0 20px;
}

.footerNav {
    float:right;
}

ul.footerNav {
    margin:10px 0 0 0;
}

ul.footerNav li {
    display:inline;
    text-decoration:none;
    margin:0 12px 0 0;
}

ul.footerNav li a {
    text-decoration:none;
}

ul.footerNav li a span {
    font-size:10px
}
/***** FOOTER END *****/