﻿
body
{
    background: #03457c url(images-Design/bg_page.jpg) repeat-x;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    margin: 0;
    padding: 0;
}

#wrap
{
    background: #f6f7fc;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 950px;
    font-size: 10pt;
    line-height: 1.4em;
}

#content
{
    background: #eaeaea url(images-Design/content_bg.png) repeat-y top left;
    margin: 0;
    padding: 0 0 0 10px;
    width: 940px;
}

a img
{
    border: 0;
}

hr
{
    clear: both;
    margin: 1em 0;
}

hr.clear
{
    visibility: hidden;
    clear: both;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
}
br.clear
{
  clear: both;  
}
#pageTitle
{
    margin-top: 0;
}

h4#subTitle
{
    margin-bottom: 0.5em;
    font-size: 1em;
}
#page, .post, #respond, .commentlist
{
    display: block;
    float: left;
    margin: 20px 0 0 0;
    padding: 0 12px;
    width: 685px;
}

h2, h3, h4, h5, h6
{
    margin: 1em 0;
    line-height: normal;
}

#content p, #content ul, #content ol
{
    margin: 1em;
    padding-left: 0;
}

h2, h3
{
    font-weight: normal;
}
h2
{
    font-size: 1.7em;
}

h3
{
    background: url(images-Design/background-H3.gif) no-repeat left bottom;
    font-size: 1.4em;
    padding-bottom: .3em;
}

h4
{
    font-size: 1.2em;
}

h4.contact
{
    text-align: center;
    font-size: 1em;
}

h5
{
    font-size: 1.0em;
}

#page ul, #sidebar ul, .entry ul
{
    list-style-type: none;
}
#page ul li, #sidebar ul li, .entry ul li
{
    background: url(images-Design/bullet-UL.png) no-repeat left 5px;
    padding-left: 20px;
    margin: 5px 0 5px 15px;
}

#page ol { padding-left: 2em; }
dl
{
    margin: 2em;
}
dt
{
    font-weight: bold;
}
dd
{
    margin: 0 0 1.5em 0;
}

#page blockquote
{
    background: white;
    border: 1px solid #C2C6D8;
    margin: 2em 0;
    padding: 1.5em 1em 1em 1em;
}


/**************************** header ***************************/

#header
{
    background: url(images-Design/bg_header2.jpg) no-repeat;
    float: left;
    height: 100px;
    margin: 0;
    padding: 0;
    width: 950px;
}

#header h1
{
    margin: 0;
    padding: 0;
}

.logo
{
    float: left;
    background: url(images-Design/logo-DSPI.png) no-repeat;
    display: block;
    width: 301px;
    height: 90px;
    margin: 5px 0 0 12px;
    text-decoration: none;
}

#topBtn
{
    background: url(images-Design/btn_portal_chat.gif) no-repeat top left;
    float: right;
    line-height: 27px;
    height: 32px;
    margin: 0;
    padding: 0;
    width: 314px;
}
a.portal, a.events
{
    color: #ffffff;
    display: inline;
    float: left;
    font-size: 9px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 30px;
    text-decoration: none;
    text-transform: uppercase;
}
a.chat
{
    display: inline;
    float: right;
    margin: 0;
    padding: 0;
}
a.portal:hover, a.events:hover
{
    color: #fdb928;
}

#contactInfo
{
    clear: right;
    float: right;
    font-size: 1.2em;
    line-height: normal;
    margin: 10px 55px 0 0;
    text-align: center;
}

/**************************** nav ***************************/

#nav
{
    background: url(images-design/bg_nav.jpg) repeat-x;
    border-top: 1px solid #a2a2a2;
    float: left;
    height: 24px;
    padding: 0;
    margin: 0;
    width: 950px;
}

#nav ul
{
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0 6px;
}
#nav li
{
    float: left;
    margin: 0;
    padding: 0;
}
#nav li a
{
    color: #ffffff;
    display: block;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    display: block;
    padding: 0 32px;
    height: 24px;
    line-height: 24px;
}
#nav li a:hover
{
    color: #fdb928;
}
/**************************** nav2 (drop-down menus) ***************************/
.nav2
{
    width: 950px;
    z-index: 100;
}


ul.nav2
{
    background: #000000;
    float: left;
    height: 24px;
    padding: 0;
    margin: 0;
    position: relative;
    list-style-type: none;
    list-style-image: none;
}

ul.nav2 *
{
    margin: 0;
    padding: 0;
}

ul.nav2 li
{
    width: 237px;
    text-align: center;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 24px;
    height: 24px;
}
ul.nav2 li a
{
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    display: block;
}
ul.nav2 li a:hover
{
    color: #fdb928;
}

ul.nav2 ul
{
    position: relative;
    left: 0;
    background: #c5c9da;
    display: none;
    list-style: none;
}
ul.nav2 ul li
{
    float: none;
    position: relative;
    border: 1px solid #aaa;
    border-top: none;
    margin: 0;
    text-align: left;
}
ul.nav2 ul li a
{
    color: Black;
    display: block;
    width: 223px;
    height: 16px;
    line-height: 16px;
    padding: 3px 7px 5px;
    background-color: #c5c9da;
}
ul.nav2 ul li a:hover
{
    background-color: #c5c9da;
    color: #164E9A;
}
ul.nav2 ul ul
{
    left: 237px;
    top: -25px;
}
ul.nav2 .nav2link
{
    border: 1px solid #aaa;
    padding: 5px 7px 7px;
    font-weight: bold;
    background: url(images-Design/header.gif);
    width: 134px;
}
ul.nav2 .nav2link:hover, ul.nav2 .nav2hover
{
    background: url(images-Design/header_over.gif);
}
ul.nav2 .sub
{
    background: #c5c9da url(images-Design/arrow.gif) 230px 10px no-repeat;
}
ul.nav2 .topline
{
    border-top: 1px solid #aaa;
}

/*************************** DROP DOWN MENU ******************************
ul#nav2 {list-style:none; margin:0; padding:0}
ul#nav2 * {margin:0; padding:0}
ul#nav2 li {position:relative; float:left; margin-right:2px}
ul#nav2 ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity: 0; list-style:none}
ul#nav2 ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0}
ul#nav2 ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1}
ul#nav2 ul li a:hover {background-color:#c5c5c5}
ul#nav2 ul ul {left:148px; top:-1px}
ul#nav2 #nav2link {border:1px solid #aaa; padding:5px 7px 7px; font-weight:bold; background:url(images/header.gif); width:134px}
ul#nav2 #nav2link:hover, ul#nav2 #nav2hover {background:url(images/header_over.gif)}
ul#nav2 .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul#nav2 .topline {border-top:1px solid #aaa}*/

/**************************** feature ***************************/
#featured
{
    background: url(images-Design/slideshow01.jpg) no-repeat;
    display: block;
    float: left;
    height: 250px;
    margin: 0;
    padding: 0;
    width: 950px;
    z-index: 99;
}
#featureBtn
{
    display: block;
    float: left;
    height: 41px;
    margin: -35px 0 0 0;
    padding: 0;
    position: relative;
    width: 950px;
    z-index: 5;
}
#feature
{
    float: left;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    width: 950px;
}
#feature ul
{
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
#feature li
{
    float: left;
    height: 30px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 11px;
    width: 224px;
}
a.feature, a.feature02
{
    background: url(images-Design/btn_feature.gif) no-repeat;
    color: #164e9a;
    float: left;
    font-weight: bold;
    font-size: 12px;
    height: 30px;
    line-height: 25px;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 20px;
    text-decoration: none;
    width: 204px;
}
a.feature:hover, a.feature02:hover
{
    background: url(images-Design/btn_feature.gif) 0 -30px no-repeat;
    color: #000;
}

/**************************** sidebar ***************************/
#sidebar
{
    float: right;
    margin: 0;
    padding: 10px;
    width: 205px;
}
blockquote#sideTestimonials
{
    background:transparent url(images-Design/background-post-ItNote.jpg) no-repeat scroll 0 0;
    line-height:1.3em;
    margin:0 0 0 12px;
    min-height: 230px;
    padding:12px 14px 12px 12px;
}

.quoteStart, .quoteEnd
{
    color: #c2c6d8;
    font-size: 2.5em;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif;
}

.quoteStart
{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.quoteEnd
{
    display: block;
    float: right;
    margin: 10px 0 0 0;
    padding: 0;
}
cite.contributor
{
    clear: both;
    text-align: right;
    color: #012b56;
    display: block;
    margin: 12px 0 0 0;
    font-weight: bold;
}
.sidebarAd
{
    padding: 16px 8px 16px 11px;
}

#calendarBtn
{
    background: url(images-Design/btn_calendar.gif) no-repeat;
    display: block;
    float: left;
    height: 51px;
    margin: 16px 0 0 8px;
    padding: 0;
    width: 191px;
}
a.events
{
    margin: 0;
    padding: 16px 0 0 50px;
}
.eventMonth
{
    clear: left;
    display: block;
    font-weight: bold;
    margin: 12px 16px 0 16px;
    padding: 0;
}
.eventDate
{
    clear: left;
    display: block;
    margin: 0;
    padding: 0 20px;
    color: #012b56;
    font-weight: bold;
}
.eventTitle
{
    padding: 0 16px;
}
/**************************** footer ***************************/
#footer
{
    clear: both;
    padding: 24px 12px 12px 0;
    margin: 0;
    background: #D1D7E8;
}
#footer ul
{
    list-style-type: none;
    list-style-image: none;
    margin: 0 0 0 40px;
    padding: 0;
}
#footer li
{
    float: left;
    margin: 0;
    padding: 0;
}
#footer li a
{
    color: #03457c;
    display: block;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    display: block;
    padding: 5px 28px;
}
#footer li a:hover
{
    color: #000;
}
#footer p
{
    margin-bottom: 0;
}
#copyright
{
    clear: both;
    margin: 0;
    text-align: center;
}
/***************page by page***************/

ul#sectionMenu
{
    float: right;
    clear: right;
    background: white url(images-Design/background-sectionMenu.gif) repeat-x bottom;
    padding: 1em 1em 1em .5em;
    margin-right: 0;
    border: solid 1px #D1D7E8;
    width: 150px;
}


ul#sectionMenu li
{
}

ul#better li
{
    list-style-type: none;
    background: url(images-Design/checklist.png) no-repeat top left;
    padding-left: 45px;
    margin-bottom: 15px;
}
.imgRight, .imgLeft
{
    border: solid 1px #D1D7E8;
    padding: .5em;
    background: white;
}

.imgRight
{
    margin: 1.5em 0 1em 1em;
    float: right;
    clear: right;
}

.imgLeft
{
    margin: 1.5em 1em 1em 0;
    float: left;
}
.imgRightNoBord
{
    margin: 1em;
    float: right;
}
.imgLeftNoBord
{
    margin: 1em;
    float: left;
}

.error
{
    color: Red;
}
.video
{
text-align:center;
}

/**************************** Web Forms  ********************/
fieldset
{
}
legend
{
    font-size: 1.3em;
    font-weight: bold;
}
.form dt
{
    clear: both;
    float: left;
    text-align: right;
    width: 26%;
    padding: 0.5em 1% 0.5em 0em;
}
.form dd
{
    margin: 0px;
    padding: 0.5em 0% 0.5em 28%;
}

/**************************** DATA TABLES ****************************/
table
{
    border-collapse: collapse;
    margin: 20px;
    text-align: left;
}


table th
{
    background: #B9C9FE url(images-Design/backgroundTH.png) repeat-x scroll 0 0;
    border-bottom: 1px solid #FFFFFF;
    border-top: 2px solid #D3DDFF;
    color: #003399;
    padding: 8px;
    text-align: center;
}

table td
{
    text-align: center;
    background: #E8EDFF url(images-Design/backgroundTD.png) repeat-x scroll 0 0;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    color: #666699;
    padding: 8px;
}

tr:hover td
{
    background: #D0DAFD url(images-Design/backgroundTR-hover.png) repeat-x scroll 0 0;
    color: #333399;
}
table td.rowDescription
{
    text-align: left;
    font-weight: bold;
}
