/* text.css */
body{
font-family:sans-serif;
}

.menuSection {
font-family:Arial, sans-serif;
font-size:10px;
line-height:10px;
text-transform:uppercase;
}

.menuSectionTop, .sectionTitle {
font-size:18px;
}

.headline {
font-size:16px;
font-weight:700;
}

.errormessage {
font-size:14pt;
font-weight:700;
}

.formtitle {
font-size:12pt;
font-weight:700;
}

.subheadline, .title {
font-size:12px;
font-weight:700;
}

.content, .headlines {
font-size:12px;
}

.subtitle {
font-size:10px;
font-weight:700;
}

.formlabel {
font-size:10pt;
font-weight:700;
}

.formcontent {
font-size:10pt;
}

.subcontent, .contactinfo {
font-size:12px;
}

.formPulldown, .submitButton {
background-color:#D4D0BA;
font-size:10px;
}

#MenuTop {
font-family:Arial, sans-serif;
font-size:12px;
line-height:11px;
text-transform:uppercase;
text-align: center;
}

#MenuTop a:link, #MenuTop a:visited,
#MenuTop a:active, #MenuTop a:hover,
#MenuSection a:link, #MenuSection a:visited,
#MenuSection a:active, #MenuSection a:hover {
font-family:Arial, sans-serif;
}
#MenuSection a:link, #MenuSection a:visited,
#MenuSection a:active, #MenuSection a:hover{
text-transform: uppercase;
font-size: 8pt;
}
.news_articles {
font-weight: normal;
}

.news_articles ul{
font-weight: normal;
line-height: 1.2em;
}

/*color.css */

body {
background-color:#fff;
color:#212121;
}

#wrap {background-color:#fff;}

#logo {margin-top:20px;	}

a:link, a:visited {text-decoration:none; color:#266aad;}

a:hover,a:active, .selected a {color:#212121;}

/* Primary Navigation */

#nav{/*background:#2165a8;*/}

#nav ul li a{color:#fff;}

#nav ul li a:hover{color:#fff111;}

/* Headings & Utilities */

#header {color:#fff;}

#header a:link {text-decoration:none; color:#fff;}

#header a:visited{color:#FFF;}

#header a:hover,#header a:active, .selected a {color:#fff111;}

#utilities ul li {border-top:1px solid #2165a8;}
#utilities ul li:first-child {border-top:0;}

#utilities ul li a{color:#fff;}

#utilities ul li a:hover{color:#fff111;}

#article {
background:#c0e0f9;
color:#2165a8;
}

#article a{color:#2165a8;}

#article a:hover{color:#4a3226;}

#article h1, #article h2, #article h3, #article h4, #article h5 {
border-bottom:1px solid #2467aa;
color:#402d23;
}

/* Secondary Navigation */

#nav_secondary {
background:#c0e0f9;
color:#2165a8;
}

#nav_secondary a{color:#2165a8;}

#nav_secondary a:hover{color:#4a3226;}

#nav_secondary h1, #nav_secondary h2, #nav_secondary h3, #nav_secondary h4, #nav_secondary h5 {
border-bottom:1px solid #2467aa;
color:#402d23;
}

/* Content */

.section h1, .section h2, .section h3, .section h4, .section h5 {
color:#4a3226;
}

.section ul{padding-left:15px;}

#footer {
background-color:#968580;
color:#fff;
}

#footer a{color:#fff;}

#footer a:hover{color:#212121;}



/* dropdown.css */
#nav ul li a {
padding:15px;
webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
 -o-transition: all .25s ease;
	transition: all .25s ease;
}

#nav ul li ul li a {
line-height:1.4em;
display:block;
padding:6px 15px;
}

#nav ul li:hover > a {
color: #fff111;
}

#nav ul {
overflow:visible;
}

#nav ul li {
position:relative;
}

#nav ul.fdpc_level_1 {
padding:6px 0;
width:190px;
background:#444;
height:0;
opacity:0;
overflow:hidden;
position:absolute;
top:auto;
font-size:0.8em;
left: 0;
webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
 -o-transition: all .25s ease;
	transition: all .25s ease;
}

#nav ul.fdpc_level_1 li {
display:block;
float:none;
}

#nav li:hover ul.fdpc_level_1 {
height:auto;
opacity:1;
overflow:visible;
webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
 -o-transition: all .25s ease;
	transition: all .25s ease;
}


/*
body_wrap {background-image:url('../graphics/layout/bg.jpg');}
#wrap {background-image:url('../graphics/layout/bg_wrap.jpg');}
#nav{background-image:url('../graphics/layout/bg_nav.png');}
#header {background-image:url('../graphics/layout/bg_header.jpg');}
#article ul li,#nav_secondary ul li {background-image:url('../graphics/layout/news_bullet.gif');}
.section {background-image:url('../graphics/layout/bg_section.gif');}
#footer {background-image:url('../graphics/layout/bg_footer.gif');}
#body_wrap {background-image: url("../graphics/layout/bg.jpg");}
*/