/* CSS Document */

html, body { 
margin : 0 auto;
padding : 0;
} 
body { 
font : 80% "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
background : #ccc url(../images/bg.gif) repeat-y top center;
} 
a:link, a:visited { 
color : #2480ad;
background : transparent;
text-decoration : none;
} 
a:hover { 
color : #036;
text-decoration : none;
} 
a img { 
border : 1px solid #eaeaea;
}
a:hover img { 
border : 1px solid #69bfde;
} 
.imgleft { 
float : left;
padding : 2px;
margin: 0 10px 0 10px;
} 
#container { 
width : 750px;
margin : 0 auto;
border : 10px solid #fff;
line-height : 1.5em;
background : #fff;
color : #666;
} 
#top { 
padding : 0;
height : 100px;
background : #8fb8cc url(../images/head.jpg) no-repeat;
color : #484500;
} 

#top h1 { 
padding : 10px 0 0 25px;
margin : 0;
font-size : 30px;
letter-spacing : 1px;
color: #fff;
} 

#top_silver { 
padding : 0;
height : 100px;
background : #eae496 url(../images/head_silver.jpg) no-repeat;
color : #484500;
} 

#top_silver h1 { 
padding : 10px 0 0 25px;
margin : 0;
font-size : 30px;
letter-spacing : 1px;
color: #fff;
} 

#top_partd { 
padding : 0;
height : 100px;
background : #c8dcb2 url(../images/head_partd.jpg) no-repeat;
color : #484500;
} 

#top_partd h1 { 
padding : 10px 0 0 25px;
margin : 0;
font-size : 30px;
letter-spacing : 1px;
color: #fff;
} 

#leftnav { 
float : left;
width : 200px;
margin : 0;
padding : 1em;
background : #f2f2f2;
} 
#leftnav p { 
margin : 0 0 1em 0;
} 
#leftnavmenu { 
list-style : none;
float : left;
width : 200px;
margin : 0 0 10px 0;
padding : 0;
font-size : 0.9em;
} 
#leftnavmenu ul { 
list-style : none;
width : 150px;
margin : 0 auto;
padding : 0;
font-size : 1.1em;
} 
#leftnavmenu li { 
margin-bottom : 2px;
} 
#leftnavmenu li a { 
height : 20px;
text-decoration : none;
color : #505050;
background : #eaeaea url(../images/up.gif) no-repeat left center;
display : block;
padding : 4px 0 0 30px;
border-left : 0 solid #8fb8cc;
} 
#leftnavmenu li a:hover { 
background : #8fb8cc url(../images/right.gif) no-repeat left center;
color : #fff;
display : block;
padding : 4px 0 0 30px;
border-left : 0 solid #003366;
} 
#breadcrumbs	{
font-size:11px;
height: 16px;
padding: 2px;
}
#breadcrumbs img {
margin-left: 5px;

} 
#content { 
margin-left : 220px;
border-left : 10px solid #fff;
padding : 1em;
vertical-align: top;
} 
#content p { 
padding : 0 2em 0 2em;
} 
#footer { 
clear : both;
margin : 0 auto;
padding : 0;
font-size : 0.9em;
border-top : 10px solid #fff;
color : #fff;
background : #8fb8cc;
} 
#footer p { 
padding : 0 0 0 10px;
}
#disclaimer {
clear : both;
margin : 0 auto;
padding : 0 0 0 10px;
border-top : 10px solid #fff;
font-size : 0.9em;
line-height: 1.25em;
color : #ccc;
} 
h2 { 
margin : 0;
font-size : 115%;
line-height: 1.15em;
letter-spacing : 1px;
color: #4a8797;
} 
h3 { 
margin : 0 0 .50em 0;
font-size : 100%;
letter-spacing : 1px;
} 
p	{
	margin: .25em 0 .75em 0;
}
* > html #footer img { 
margin : 0;
} 
.quote { 
border-top : 1px solid #8fb8cc;
padding : 10px;
color : #036;
} 
#disclaimer img {
margin-left: 5px;

} 
#navcontainer { 
border-bottom : 1px solid #fff;
}
#navcontainer ul { 
text-align : center;
padding-bottom : 1px;
padding-top : 1px;
padding-left : 0;
padding-right : 0;
margin: 0 auto;
background : #036;
color : white;
width : 100%;
font-family : Arial, Helvetica, sans-serif;
font-size: 12px;
letter-spacing: 2px;
line-height : 18px;
} 
#navcontainer ul li { 
display: inline;
padding-left : 0;
padding-right : 0;
padding-bottom : 3px;
padding-top : 3px;
} 
#navcontainer ul li a { 
padding-left : 10px;
padding-right : 10px;
padding-bottom : 3px;
padding-top : 3px;
color : white;
text-decoration : none;
border-right : 1px solid #fff;
} 
#navcontainer ul li a:hover { 
background : #69bfde;
color : #fff;
}
#navcontainer #active { 
border-left : 1px solid #fff;
}
 #Home .Home, #About .About, #Enrollment .Enrollment, #Pharmacies .Pharmacies, #Forms .Forms, #FAQs .FAQs, #Contact .Contact
{
background : #369;
color : white;
}
#navcontainer #current { 
background : #369;
color : white;
}
form { 

} 
input.search { 
width : 100px;
border : 1px solid #036;
border-right : #fff;
border-bottom : #fff;
background : url(../images/input.gif);
padding : 2px;
} 
#login { 
float: right;
padding-right: 10px;
}
#enroll { 
padding : 25px 0 0 25px;
/*display: none;*/
}
.btn {
background : url(../images/btn.gif);
width: 70px;
height: 23px;
border: none;
cursor: pointer;
font-weight: bold;
font-size: 12px;
padding-bottom: 2px;
padding-right: 10px;
color: #fff;
}
label	{
color : #666;
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
}
blockquote { 
font-size : 90%;
border : 1px solid #eaeaea;
background : #f2f2f2;
color : #505050;
padding: 5px;
} 
.post { 
background-color : #eee;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;
} 
.post .date { 
background : url(../images/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(../images/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(../images/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 

table	{
width: auto;
}
.style1 {color: #FFFFFF; line-height: 0.95em;}
.style8 {font-size: 0.75em; color: #6699cc}
strong	{color: #003366}

#lastupdate	{
color: #ccc;
float: right;
margin: 0 auto;
}