body
{
    background-color: #fff;
    text-align: center;
    font-family: Myriad, 'Trebuchet MS' , Helvetica, Arial, sans-serif;
    font: small Myriad, 'Trebuchet MS' , Helvetica, Arial, sans-serif;
    line-height: 140%;
    color: #000;
    padding: 0;
    margin: 0;
    border-width: 0 0 0 0;
    text-align: left;
}

#maincontainer
{
    width: 673px;
    position: relative;
    background-color: #fff;
    text-align: left;
    margin: auto;
}

/**********************************************************************************
Redefine HMTL elements
**********************************************************************************/
h1 /*All elements exect margin must be defined to override DNN defaults*/
{
    font-family: Myriad, 'Trebuchet MS' , Helvetica, Arial, sans-serif;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0067A6;
    margin: 20px 0px 10px 0px;
    text-align: left;
}

h2 /*All elements exect margin must be defined to override DNN defaults*/
{
    font-family: Myriad, 'Trebuchet MS' , Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #545454;
    margin: 15px 0px 5px 0px;
    text-align: left;
}

h3 /*All elements exect margin must be defined to override DNN defaults*/
{
    font-family: Myriad, 'Trebuchet MS' , Helvetica, Arial, sans-serif;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #0067A6;
    margin: 10px 0px 0px 0px;
}

h4
{
    font-family: Myriad, 'Trebuchet MS' , Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #0067A6;
}

h5
{
    font-family: Myriad, 'Trebuchet MS' , Helvetica, Arial, sans-serif;
    font-size: 90%;
    font-weight: bold;
    color: #0067A6;
}

h6
{
    font-size: 15px;
    font-weight: 500;
    color: #0067a6;
    margin: 10px 0px 0px 0px;
}

tfoot, thead
{
    font-family: Myriad, 'Trebuchet MS' , Helvetica, Arial, sans-serif;
    font-size: 100%;
    color: #003366;
}

th
{
    vertical-align: baseline;
    font-family: Myriad, 'Trebuchet MS' , Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #003366;
}

a:link
{
    text-decoration: none;
    color: #0067a6;
}

a:visited
{
    text-decoration: none;
    color: #0067a6;
}

a:hover
{
    text-decoration: underline;
    color: #0067a6;
}

a:active
{
    text-decoration: none;
    color: #003366;
}

a img
{
    border: none;
}

hr
{
    color: #696969;
    height: 1pt;
    text-align: left;
}

ul
{
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 0px;
}

ul li
{
	list-style-type:square;
	margin-left: 10px;
    color: #545454;
} 
    
h1 a:hover
{
    text-decoration: underline;
    color: #0067a6;
    font-weight: 700;   
} 

/**********************************************************************************
Overwrite DNN default.css elements
**********************************************************************************/
.Normal, .NormalDisabled, .NormalRed, .NormalBold
{
    font-family: Myriad, 'Trebuchet MS' , Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #545454;
    text-align: left;
}

.NormalDisabled
{
    color: Silver;
}

.NormalBold
{
    font-weight: bold;
}

.NormalRed
{
    font-weight: bold;
    color:Red;
}


/*********************************
Basic classes
*********************************/
.blue
{
    color: #0067A6;
}

.boldblue
{
    color: #0067A6;
    font-weight: 900;
}

.bigboldblue
{
    color: #0067A6;
    font-weight: 900;
    font-size: 16px;
}

.btn
{
    color: #fff;
    font-family: 'trebuchet ms' ,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #626262;
    border-top-color: #fff;
    border-left-color: #fff;
    border-bottom: solid 3px #444444;
    border-right: solid 2px #444444;
    height: 26px;
    margin: 0;
    vertical-align: bottom;
}

.inputtext, .NormalTextBox
{
    font-family: 'trebuchet ms' ,helvetica,sans-serif;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #444444;
    border-bottom: solid 3px #bbbbbb;
    border-right: solid 2px #bbbbbb;
    border-top: solid 1px #aaaaaa;
    border-left: solid 1px #aaaaaa;
    height: 20px;
    padding: 0px 5px 0px 5px;
    margin: 0;
}


/*********************************
description class
*********************************/
.description
{
    font-size: 14px;
    font-weight: 500;
    color: #545454;
    text-align: left;
}

.description p
{
    margin: 10px 0px 10px 0px;
}

.description span
{
    font-weight:700;
    color: #545454;
    display: inline-block;
}

.description a:link
{
    text-decoration: none;
    color: #0067a6;
}

.description a:hover
{
    text-decoration: underline;
    color: #0067a6;
    font-weight: normal;
}

.description img
{
    float: left;
   /* border: solid 1px #000000;*/
    margin: 0 5px 0 10px;
}

.description ul
{
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 0px;
}

.description ul li
{
	list-style-type:square;
	margin-left: 10px;
    color: #545454;
}   

/*********************************
bluearrow menu class
*********************************/
.bluearrow
{
    font-size: 13px;
    font-weight: 500;
    color: #545454;
    text-align: left;
}

.bluearrow p
{
    margin: 4px 0px 10px 0px;
}

.bluearrow a
{
    font-size: 14px;
    font-weight: 500;
    color: #0067a6;
}

.bluearrow a:link
{
    text-decoration: none;
}

.bluearrow a:hover
{
   text-decoration: underline;
   font-weight: 500;
}

.bluearrow ul
{
    list-style-image: url(img/bluearrow2.gif);
    margin: 0 0 0 10px;
    padding-left: 3px;
}

/*********************************/

#textsize
{
    text-align: right;
    position: absolute;
    height: 10px;
    z-index: 2;
    font-size: 12px;
    margin-top: -55px;
    margin-left: 430px;
    display: block;
    padding: 0;
    margin-right: 0;
    font-weight: bold;
    width: 250px;
    vertical-align: top;
}

/*********************************
HEADER elements
*********************************/
#header_toptier, #header_lowertier, #header_nophoto, #header_intranet
{
    position: relative;
    width: 673px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 5px 0 0 0;
    background-color: #fff;
}

#header_toptier
{
    height: 360px;
}

#header_lowertier
{
    height: 292px;
}

#header_nophoto,#header_intranet
{
    height: 80px;
}

#logo
{
    position: absolute;
    z-index: 2;
    margin-top: -49px;
    margin-left: -14px;
}

#searchbox
{
    position: absolute;
    height: 40px;
    z-index: 2;
    margin-top: -20px;
    margin-left: 343px;
    display: block;
    padding: 0;
    width: 330px;
    text-align: right;
}

#dnn_dnnSEARCH_txtSearch
{
    position: absolute;
    top: 1px;
    left: 50px;
    font-family: 'trebuchet ms' ,helvetica,sans-serif;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #444444;
    border-bottom: solid 3px #bbbbbb;
    border-right: solid 2px #bbbbbb;
    border-top: solid 1px #aaaaaa;
    border-left: solid 1px #aaaaaa;
    height: 20px;
    padding: 0px 5px 0px 5px;
    margin: 0;
    width: 185px;
}

#dnn_dnnSEARCH_cmdSearch
{
    position: absolute;
    top: 0px;
    left: 256px;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    font-family: Myriad, Arial, Helvetica, sans-serif;
    background-color: #6699CC;
    border-bottom: solid 3px #777777;
    border-right: solid 2px #777777;
    padding: 2px 15px 2px 15px;
}

.searchsubmit
{
    height: 26px;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    font-family: Myriad, Arial, Helvetica, sans-serif;
    background-color: #6699CC;
    border-bottom: solid 3px #777777;
    border-right: solid 2px #777777;
    margin: -2px 0 0 5px;
    float: right;
    display: inline;
    width: 72px;
}


#bannerpic
{
    position: absolute;
    z-index: 1;
    margin-top: 18px;
}

#dnn_toppane
{
    position: absolute;
    z-index: 1;
    margin-top: 18px;
}

/*********************************
MENU elements
*********************************/
/*
#wrapper .heading
{
    font-weight: bold;
    color: #363636;
    display: inline-block;
}
*/
/*********************************
MAIN elements
*********************************/
#main
{
    width: 403px;
    float: left;
    margin: 0 0 40px 0;
    padding: 0 14px 0 0;
}

#mainone
{
    width: 100%;
    float: left;   
    margin: 0 0 40px 0;
    padding: 0 14px 0 0;
}


/*********************************
FOOTER elements
*********************************/

.login
{
    height: 18px;
}

.loginbtn
{
    background-color: #666666;
    font-size: 10px;
    height: 20px;
}

.nospace
{
    margin: 0px;
    padding: 0px;
}

.zip
{
    font-weight: bold;
    color: #666;
}

.leftborder {
    border-left: 1px solid #000000;
    border-color: #6D7B8D;
} 

#sidebar {
	float:left;
	width:249px;
	margin: 0 0 50px 0;
	padding: 0 0 0 6px;
    border-left: 1px solid #000000;
    border-color: #6D7B8D;
}

#sidebar td {
	padding: 0 0 0 20px ;
}

#sidebar .heading 
{
	font-weight: bold;
	color: #363636;
}

#footer
{
    width: 673px;
    clear: both;
    text-align: center;
    color: #545454;
}

#footer table
{
    margin: 0px auto;
}

#footer .center
{
    vertical-align: middle;
    padding-right: 40px;
    padding-left: 5px;
}

#footer p
{
    padding: 5px;
    margin: 0;
}

#footer hr
{
    height: 1px;
    width: 100%;
    color: #6D7B8D;
    background-color: #6D7B8D;
    border: none;
}

#footer td
{
    margin: 10px 0px;
    padding: 0px 25px 0px 25px;
    text-align: left;
    vertical-align: top;
}

#footer ul
{
    font: 'Myriad Roman';
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 0px;
}

#footer li
{
    list-style-type: none !important;
}

#footer img
{
    float: left;
    border: none;
    margin: 0 0 0 0;
}


/* about page */

#aboutsubheading
{
    position: relative;
    margin: 10px 10px 5px -10px;
    padding: 2px 15px 12px 18px;
    background-color: #e2ebf4;
    font-size: 12px;
    font-weight: normal;
    color: #545454;
}

#aboutsubheading ul
{
	margin: 0px 0px 0px 20px;
}

#aboutsubheading ul li
{
	list-style-type:decimal;
	margin-left: 0px;
} 

#partners ul
{
    font: 'Myriad Roman';
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0px;
}

#partners li
{
    margin-bottom: 10px;
}

#partners a
{
    text-decoration: none;
    padding-top: 5px;
    color: #545454;
}

/* assistance page */
/*
ul.bluedot
{
    list-style-image: url(img/BlueBullet.gif);
    padding-left: 5px;
}

li span.bluedot
{
    font-size: 22px;
    color: #0063a2;
    height: 1em;
}
li span.listindent
{
    padding-left: 10px;
}

*/
/* All content below here is used to clear floats in all browsers */

.clearfloat:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfloat
{
    display: inline-block;
}





.NormalTitle
{
    font-family: Myriad, 'Trebuchet MS' , Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}


/*--------- dnn menu style ----------*/
.menu_style
{
    float: left;
}
.menu_bg
{
    padding: 0 0 0 6px;
    margin: 0 19px 0 7px;
    height: 40px;
    background: url(images/menu_bg.png) repeat-x top left;
}
.menu_left
{
    padding: 0px;
    margin: 0px;
    background: url(images/menu_left.png) no-repeat top left;
}
.menu_right
{
    margin: 0px;
    background: url(images/menu_right.png) no-repeat top right;
}

/* main menu td */
.main_dnnmenu_bar
{
    cursor: pointer;
    font-size: 11px;
    background-color: transparent;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem
{
    color: #43494D;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    padding: 12px 12px 12px 12px;
    text-transform: uppercase;
    margin-right: 1px;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    padding: 12px 12px 12px 12px;
    background: url(images/menu_hover.gif) repeat-x top left;
    text-transform: uppercase;
    margin-right: 1px;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected
{
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    padding: 12px 12px 12px 12px;
    background: url(images/menu_hover.gif) repeat-x top left;
    text-transform: uppercase;
    margin-right: 1px;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu
{
    border: 1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
    /*background-color:#E1E8ED;*/
    background-color: #F8FAFF;
    z-index: 1000;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    line-height: 2em;
    padding: 0px 5px;
    margin: 0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td, .main_dnnmenu_itemselected td
{
    font-size: 11px;
    background: #CE0D0D url(images/menu_hover.gif) repeat-x top left;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    line-height: 2em;
    z-index: 1000;
    padding: 0px 5px;
    margin: 0px;
}

.main_dnnmenu_break
{
    height: 2px;
    background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
    border: 1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td
{
    background-color: #F8FAFF;
    white-space: nowrap;
}

.ModuleTitle_MenuIcon
{
    background-color: #F8FAFF;
    border: none;
    padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon
{
    background: #CE0D0D url(images/menu_hover.gif) repeat-x top left;
    color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
    height: 2px;
    background-color: #D5E0FF;
}

/**************************************************************/

#nav
{
    position: relative;
    width: 673px;
    margin-top: -44px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    padding: 0 0 0 0;
    z-index: 2;
}

#nav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

#nav li
{
    float: left;
    background-image: url(img/tabLeft.gif);
    font-size: 14px;
    font-weight: 900;
    color: #000000;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0;
    padding: 0 0 0 9px;
    text-align: center;
    list-style-type: none !important; /*height: 44px;*/
}

#nav a, #nav a:visited, #nav strong, #nav span
{
    display: block;
    color: #0067A6;
    text-decoration: none;
    background-image: url(img/tabRight.gif);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 4px 20px 6px 10px; /*height: 44px;*/
    width: 78px;
    height: 44px;
}

#nav #homess a
{
    width: 50px;
    line-height: 40px;
}

#nav a:hover
{
    color: #003366;
}

#nav .current
{
    background-image: url(img/activeTabLeft.gif);
    color: #ffffff;
}

#nav .current a, .current a:hover
{
    background-image: url(img/activeTabRight.gif);
    padding: 4px 20px 6px 10px;
    color: #ffffff;
    width: 78px;
}

#nav #donate
{
    background-image: url(img/donateTabLeft.gif);
    color: #ffffff;
}

#nav #donate a
{
    background-image: url(img/donateTabRight.gif);
    padding: 4px 20px 6px 10px;
    color: #ffffff;
    width: 76px;
    line-height: 40px;
}

#nav #donate a:hover
{
    color: #003366;
}

.navtab
{
    position: absolute;
    z-index: 3;
}

.user_login
{
    cursor: pointer;
    font-size: 11px;
    background-color: transparent;
}

#dnn_ctr388_ViewAdvancedSiteMap_TreeView1 tr
{
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    font-size: 13px;
    font-weight: 500;
    color: #00ff00;
}

#dnn_ctr396_ctlFinderDispatch_ctlViewFinder_cmdSearch
{
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    font-family: Myriad, Arial, Helvetica, sans-serif;
    background-color: #6699CC;
    border-bottom: solid 3px #777777;
    border-right: solid 2px #777777;
    padding: 5px 25px 5px 25px;
}


#dnn_ctr396_ModuleContent td
{
    padding: 5px 5px 5px 0px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
}

/*
.c_content a
    {
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    font-family: Myriad, Arial, Helvetica, sans-serif;
    background-color: #6699CC;
    border-bottom: solid 3px #777777;
    border-right: solid 2px #777777;
    padding: 5px 25px 5px 25px;
}
*/

/*********************************
LISTX elements
*********************************/

.listx
{
    background-color: #e2ebf4;
    margin: 0;
    padding: 0;
    border: 0;
}

.listxdata td
{
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}

.listxheader td
{
    padding: 2px 2px 2px 2px;
    background-color: #0067A6;
    color:White;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.listxbutton
{
  float: left;
  margin: 2px 5px 2px 5px;
  padding: 2px;
  width: 200px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid black;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  background: #cccccc;
  text-align: center;
  text-decoration: none;
  font-size: 120%;
  font-weight: 800;
  color: black;
}



.listx .jobdata
{
    padding: 2px 2px 2px 2px;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}

.joblisttitle
{
    padding: 2px 2px 2px 2px;
    font-size: 14px;
    font-weight: bold;
    color: #0067A6;
}

.joblistdepartment
{
    padding: 2px 2px 2px 2px;
    font-size: 13px;
    font-weight: normal;
    color: #545454;
}

.joblistother
{
    padding: 2px 2px 2px 2px;
    font-size: 12px;
    font-weight: normal;
    color: #545454;
}


/*********************************
Dynmaic Forms elements
*********************************/

.DynamicForms_Maintable h1
{
    margin: 0;
}

.DynamicForms_Maintable h6
{
    font-family: Myriad, 'Trebuchet MS' , Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0067A6;
    margin: 0;
    text-align:center;
}

.DynamicForms_Maintable .NormalBold
{
    font-weight: 700;
    color: #545454;
}

.DynamicForms_Maintable
{
    margin-top: 20px;
    background-color: #e2ebf4;
    border:1px solid black;
}

.DynamicForms_Maintable .NormalTextBox
{
    font-family: 'trebuchet ms' ,helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #444444;
    border-bottom: solid 2px #bbbbbb;
    border-right: solid 2px #bbbbbb;
    border-top: solid 1px #aaaaaa;
    border-left: solid 1px #aaaaaa;
    background-color: #FFF;
    color: #545454;
    height: 20px;
    padding: 0px 5px 0px 5px;
    margin: 0;
}

/*************************************************
Use only on CSS sample page to clear out each tag
*************************************************/
.clearall
{
    clear: both;
    border:1px solid black;
    background-color:White;
    padding: 0 0 0 0;
    margin: 2px 0 2px 0;
    font-size: 12px;
}

/*************************************************
Item specific tags.
*************************************************/
.featuredprogram
{
    font-size: 14px;
    font-weight: 500;
    color: #545454;
    margin: 20px 0px 10px 0px;
}

.featuredprogram img
{
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
}

.featuredprogram a
{
    font-family: Myriad, 'Trebuchet MS' , Helvetica, Arial, sans-serif;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0067A6;
    text-decoration: none;
}

.programcontact
{
    position: relative;
    margin: 20px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    background-color: #e2ebf4;
    font-size: 13px;
    font-weight: normal;
    color: #545454;
}

.programcontact h3
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#intranet_menu {
	float:left;
	width:200px;
	margin: 0 0 50px 0;
	padding: 0 0 0 6px;
    border-right: 1px solid #000000;
    border-color: #6D7B8D;
}

#mainintranet
{
    width: 452px;
    float:right;   
    margin: 0 0 50px 0;
    padding: 0 0 0 10px;
}

.intranet a
{
    color: #ff0000;
}

p span.displaynone { display:none; } 

