﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
    margin: 0px;
    background-color: #ebf2fa;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #333333;
}

textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

p
{
}

p.no-padding-no-margin
{
    padding: 0;
    margin: 0;
}

hr
{
    color: #E5E5E5;
    background-color: #E5E5E5;
    height: 1px;
    border: 0;
    margin: 15px 0;
    _margin: 10px 0;
}

blockquote
{
    padding: 0 0 0 12px;
    margin: 12px 0 0 0;
    background: url(Images/bg-quote.png) no-repeat;
}

blockquote p
{
    margin: 2px 0;
}

cite
{
    font-size: .85em;
    margin: 0;
    padding: 0 0 0 6px;
}

fieldset
{
    padding: 15px;
}

legend
{
    color: #333333;
    padding: 5px 3px 10px 3px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1, h2, h3, h4, h5, h6
{
    font-size: 1.8em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1
{
}

h1, h2
{
}

h2
{
    font-size: 1.3em;
    color: #6699cc;
}

h3
{
    font-size: 1.1em;
    color: #cc0000;
}

h3.small
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1.1em;
}

h6
{
    font-size: 1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link
{
    color: #4973b2;
    text-decoration: none;
}

a:visited
{
    color: #980000;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    text-decoration: underline;
}

a:active
{
    color: #980000;
}



input, textarea
{
    font-family: Verdana, Lucida Sans Unicode, Tahoma, Arial;
    font-size: 12px;
}
select
{
    border: 1px solid #BEBEBE;
}



/**************/
/* Navigation */
/**************/

.nav_main
{
    width: 160px;
}

.nav_header
{
    clear: both;
    font-weight: bold;
    font-size: 10px;
    color: #666666;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 3px;
}

.nav_section
{
}

.nav_section ul
{
    margin: 0;
    padding: 0;
    display: block;
}

.nav_section ul li
{
    list-style: none;
    display: block;
    border-bottom: solid 1px #DBDBDB;
    font-size: 11px;
}

.nav_section ul li a, .nav_section ul li a:visited
{
    display: block;
    text-decoration: none;
    padding: 6px 8px 6px 6px;
    color: #4973b2;
}

.nav_section ul li a:hover
{
    display: block;
    background-color: #f0f1f6;
    color: #4973b2;
}

.navBase
{
    color: #8DA7C2;
    display: block;
    font-weight: bold;
    font-size: 12px;
    border-top: solid 1px #FFFFF;
    border-right: solid 1px #DBDBDB;
    border-bottom: solid 1px #DBDBDB;
    padding: 5px;
    background-color: #f4f6fb;
}


.navPrimary
{
    border-top: solid 1px #DBDBDB;
}

.paddedBox
{
    display: block;
    padding: 3px;
    border: 1px solid #DBDBDB;
}

.highlighted
{
    background-color: #f4f6fb;
    border: 1px solid #DBDBDB;
}

.separator
{
    height: 4px;
    background-color: #DBDBDB;
}

.padded
{
    padding: 10px;
}


/* Special */

.clear
{
    clear: both;
}
.zeromargingpadding
{
    margin: 0px !important;
    padding: 0px !important;
}

.contentEditPanel
{
    border: solid 1px #FFFFFF;
    padding: 5px;
}

.contentEditPanel:hover
{
    background-color: #f0f8ff;
    padding: 5px;
    border: dashed 1px #DBDBDB;
    cursor: pointer;
}

/** Start additions from starter */


.pagesummary
{
    font-size: 0.9em;
    color: #000000;
    bottom: 0;
    font-style: italic;
    font-family: Arial;
    margin-bottom: 15px;
}

.lastupdated
{
    font-size: 0.8em;
    color: Gray;
    padding-top: 1em;
    bottom: 0;
    border-top: 1px solid whitesmoke;
    margin-top: 20px;
    font-style: italic;
    font-family: arial;
    font-weight: bold;
}
.loadingbox
{
    position: absolute;
    top: 40%;
    left: 40%;
    border: 1px solid lightsteelblue;
    background-color: #ffffff;
    height: 50px;
    width: 250px;
    text-align: center;
    padding-top: 20px;
}

.headlinks
{
    color: White;
    font-weight: bold;
    font-size: small;
}


/* End additions from starter */

.helpLink
{
    cursor: help;
}

.watermarked
{
    font-size: 0.85em;
    padding: 5px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
    cursor: default;
}

.high-z
{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5;
}

.featured-box
{
    border: 1px solid #CCCCCC;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    overflow: auto;
}

.featured-box .headline
{
    font-size: 14px;
    color: #336699;
    background-color: #f0f1f6;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #CCCCCC;
}

.featured-box .content
{
    padding: 5px;
}


table.featured-box
{
    border: none;
}

.featured-box td.headline
{
    font-size: 14px;
    color: #336699;
    background-color: #f0f1f6;
    text-align: center;
    padding: 5px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: none;
}

.featured-box td.content
{
    border: 1px solid #CCCCCC;
    padding: 5px;
    vertical-align: top;
}


/***********************************************/


/* Gives geedback about an instance */


.sys_info
{
    display: block;
    background-image: url(Images/sys_info.png);
    background-repeat: no-repeat;
    padding-left: 55px;
    padding-top: 15px;
    min-height: 50px;
    text-align: left;
    cursor: default;
}

.sys_info:hover
{
    /*background-image: url(Images/sys_info_glow.png);*/
    color: #006633;
}

.sys_warning
{
    display: block;
    background-image: url(Images/sys_warning.png);
    background-repeat: no-repeat;
    padding-left: 55px;
    padding-top: 15px;
    min-height: 50px;
    text-align: left;
    cursor: default;
}
.sys_warning:hover
{
    color: #ff0000;
}

.sys_error
{
    display: block;
    background-image: url(Images/sys_error.png);
    background-repeat: no-repeat;
    padding-left: 55px;
    padding-top: 15px;
    min-height: 50px;
    color: #ff0000;
    font-weight: bold;
    text-align: left;
    cursor: default;
}

.sys_error:hover
{
    color: #003399;
}

.sys_add
{
    display: block;
    background-image: url(Images/sys_add.gif);
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-top: 0px;
    min-height: 10px;
    color: #003399;
    font-weight: normal;
    text-align: left;
}


/***********************************************/


/* articles */

.articlebox
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
}

.articletitle
{
    font-size: 18px;
    padding-bottom: 5px;
    margin: 5px 30px 10px 0px;
    font-family: Georgia, Palatino Linotype, Times New Roman;
}

.articlesummary
{
    font-size: .85em;
    color: #333333;
    margin: 5px;
}

.articlesummary .headline
{
    color: #999999;
    font-weight: normal;
    display: block;
    float: left;
    width: 100px;
}

.articlesummary .summary
{
    float: left;
    display: block;
    margin-left: 0px;
}

.articlesummary .articleabstract
{
    margin-top: 10px;
}

.comment
{
    margin-bottom: 25px;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#main-container
{
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    border: solid 1px #DBDBDB;
    padding: 5px;
}

#main-content
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: .9em;
    position: relative;
    width: 760px;
    border: 1px solid #cccccc;
    background-image: url(Images/bg-content.png); /*this ensures line goes all the way down */
    background-repeat: repeat-y;
    overflow: visible;
    padding-bottom: 0px;
    clear: both;
}

#main-content #left-panel
{
    float: left;
    width: 160px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    border-right: solid 1px #DBDBDB; /* fallback if line doesn't display and for printing */
}

#content
{
    float: left;
    width: 550px;
    padding: 5px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}


#footer
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    margin-top: 3px;
    padding: 10px;
    color: #999999;
    font-size: .85em;
    position: relative;
    width: 760px;
    text-align: center;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 728px;
    border: 1px solid #818181;
    position: relative;
}

#content-main-two-column
{
    width: 540px;
    float: left;
}

#content-side-two-column
{
    float: right;
    width: 160px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container
{
    padding: 0;
    margin: 0 0 0 0;
}

#three-column-side1, #three-column-side2, #three-column-middle, #three-column-endwrap
{
    border: 1px solid #CCCCCC;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

#three-column-side1
{
    float: left;
    width: 30%;
}

#three-column-side2
{
    float: right;
    width: 30%;
}

#three-column-middle
{
    width: 30%;
    position: relative;
    left: 0;
    top: 5;
}



#three-column-container .headline
{
    font-size: 14px;
    color: #336699;
    background-color: #f0f1f6;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #CCCCCC;
}
#three-column-container .content
{
    padding: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information
{
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    color: #999999;
    font-size: .85em;
    position: relative;
    width: 760px;
}

#logo
{
    position: absolute;
    top: 8px;
    left: 0px;
    font-size: 32px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    padding: 0px;
}

#logo a
{
    color: #999999;
    text-decoration: none;
}

#top-information-home
{
    text-align: right;
    border-bottom: 1px dashed #CACACA;
    position: absolute;
    top: 85px;
    right: 25.5%;
    height: 2em;
    width: 175px;
    padding: 0 1.5% 0 0;
}

#top-information-phone
{
    text-align: center;
    border-left: 1px dashed #CACACA;
    position: absolute;
    top: 85px;
    left: 75%;
    height: 30px;
    padding: 0 0 0 2%;
    font-size: 17px;
}

#top-information-link
{
    text-align: center;
    border-left: 1px dashed #CACACA;
    position: absolute;
    top: 0;
    right: 0;
    height: 2em;
    width: 8.5%;
    padding: 0 0 0 1.5%;
}

#heading
{
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
}


#subheading
{
    font-size: 1.1em;
    font-weight: bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



#nav-main
{
    background: #608fc8 url(Images/bg-nav.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 740px;
    padding: .8em 0 1em 20px;
    position: relative;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
}

#nav-main div
{
    background: #4b6cb5 url(Images/bg-nav-side-2-blue.png) top right no-repeat;
    width: 25%;
    _width: 25.5%;
    position: absolute;
    top: 0;
    right: 0;
    padding: .8em 0 1em 0;
}

#nav-main ul
{
    margin: 0;
    padding: 0 20% 0 0;
}

#nav-main li
{
    display: inline;
    list-style: none;
    padding: 0 1em 0 0;
    background: none;
}

#nav-main a:link, #nav-main a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#nav-main a:hover
{
    color: #D4E7F8;
    text-decoration: underline;
}

#nav-main a:active
{
    color: #FFFFFF;
}

#nav-main li.current a:link, #nav-main li.current a:visited
{
    text-decoration: underline;
}

#nav-main li.current a:hover
{
    color: #D4E7F8;
    text-decoration: underline;
}

#nav-main li.current a:active
{
    color: #FFFFFF;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link, #nav-main a.StaticSelectedStyle:visited
{
    color: #D4E7F8;
    text-decoration: underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    background: #cc3333;
    position: relative;
    height: 270px;
    overflow: hidden;
}

.poster-photo-image
{
    border-right: 3px solid #FFF;
    display: block;
}

#feature-area-home
{
    position: absolute;
    top: 0;
    right: 0;
    width: 21%;
    text-align: center;
    padding: 2%;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: normal;
    line-height: 160%;
    margin-top: 30px;
}

#feature-area-home a:link, #feature-area-home a:visited
{
    color: #dcf2f7;
    text-decoration: underline;
}

#feature-area-home a:hover
{
    text-decoration: none;
}




