﻿
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - ONE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-cantainer-one-column
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

#content-one-column
{
    width: 95%;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: groove 2px #CCC;
    height: auto;
}

#content-main-two-column
{
    width: 75%;
    height: auto;
    padding-top: 15px;
}


#content-side-two-column
{
    width: 25%;
    height: auto;
    padding: 15px 15px 0 15px;
    vertical-align:text-top;
    border-left: dashed 1px #999;
    background-color: #F9F9FB;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column
{
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    border: groove 2px #CCC;
    height: auto;
    padding: 0 .5em 0 .5em;
}

#content-main-three-column
{
    width: 355px;
    float: left;
    margin-left: 25px;
    padding: 0 .5em 0 .5em;
}

#content-side2-three-column, #content-side1-three-column
{
    width: 160px;
    font-size: .8em;
}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

p
{
    margin: 10px 0;
}









/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1, h2, h3, h4, h5, h6
{
    font-size: 1.0em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.1em;
    margin-top: 5px;
    margin-bottom: 5px;
}

h1
{
font-size: 10pt;
}

h1, h2
{
    margin-top: 0px;
    color: #000066;
}

h2
{
    font-size: 1.0em;
}

h3
{
    font-size: 0.9em;
}

h3.small
{
    font-size: 0.8em;
}

h4
{
    font-size: 0.8em;
}

h5
{
    font-size: 0.8em;
}

h6
{
    font-size: 0.8em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



#content-side-two-column a:link, #content-side2-three-column a:link, #content-side1-three-column a:link, #content-side-two-column a:visited, #content-side2-three-column a:visited, #content-side1-three-column a:visited
{
    text-decoration: none;
}

#content-side-two-column a:hover, #content-side2-three-column a:hover, #content-side1-three-column a:hover
{
    color: #0066CC;
    text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    height: 4.5em;
    margin-bottom: 3px;
    color: #000066;
    font-size: .85em;
    position: relative;
    padding: 0 .5em 0 .5em;
}

#logo
{
    position: absolute;
    top: .5em;
    left: 15px;
    font-size: 18pt;
    font-family: Book Antiqua, "Times New Roman" , Times, serif;
    height: 2.8em;
    font-style: italic;
    font-weight: bold;
    color: #000066;
}

a .newsheadline, .newsheadline a:visited

{
 font-size: 1.0em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.1em;
    margin-top: 5px;
    margin-bottom: 5px;
  
}

#logo a, #logo-home a
{
    color: #4A6BB3;
    text-decoration: none;
}

#top-information-home
{
    text-align: right;
    border-bottom: 1px dashed #CACACA;
    position: absolute;
    top: 0;
    right: 25.5%;
    height: 2em;
    width: 15%;
    padding: 0 1.5% 0 0;
}

#top-information-phone
{
    text-align: -moz-center;
    text-align: center;
    border-left: 1px dashed #CACACA;
    position: absolute;
    top: 0;
    left: 75%;
    height: 100%;
    padding: 0 0 0 2%;
}

#top-information-link
{
    text-align: -moz-center;
    text-align: center;
    border-left: 1px dashed #CACACA;
    position: absolute;
    top: 0;
    right: 0;
    height: 2em;
    width: 8.5%;
}

#heading
{
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
}


#subheading
{
    font-size: 1.1em;
    font-weight: bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main
{
    margin-left: auto;
    margin-right: auto;
    font-size:12pt;
    padding: 0 .5em 0 .5em;
    text-align:center;
    background-color:navy;
}

#nav-main div
{
    width: 98%;
    top: 0;
    right: 0;
}

#nav-main ul
{
    margin: 0;
}

#nav-main li
{
    display: inline;
    list-style: none;
    background: none;
}

#nav-main a:link, #nav-main a:visited
{
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
}

#nav-main a:hover
{
    color: #D4E7F8;
    text-decoration: none;
    font-size: 0.8em;
}

#nav-main a:active
{
    color: #FFFFFF;
    font-size: 0.8em;
}

#nav-main li.current a:link, #nav-main li.current a:visited
{
    text-decoration: none;
    font-size: 0.8em;
}

#nav-main li.current a:hover
{
    color: #D4E7F8;
    text-decoration: none;
}

#nav-main li.current a:active
{
    color: #FFFFFF;
    font-size: 0.8em;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BANNNER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.poster-photo-image
{
    border-right: 1px solid #FFF;
    display: block;
    padding: 0;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link, #nav-main a.StaticSelectedStyle:visited
{
    color: #D4E7F8;
    text-decoration: none;
    font-size: 0.8em;
}

.nav
{
    right: 37px;
    top: 51px;
    text-transform: uppercase;
    font-size: 10px;
    text-align: right;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle
{
    margin-left: auto;
    width: 98%;
    font-size: 0.8em;
    padding: 0 .5em 0 .5em;
    height: 20px;
    text-align:right;
}

#pagetitle a:link, #pagetitle a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#pagetitle a:hover
{
    color: #D4E7F8;
    text-decoration: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul
{
    margin: 0;
    padding: 0 0 0 15px;
    
}

li
{
    padding:   0 5px 0px 5px;
    width: auto;
    list-style-image: url(../../images/arrow.gif);
}

ul.list-of-links
{
    border-bottom: 1px dotted #B2B2B2;
    padding:0;
}

#content-side1-three-column ul.list-of-links, #content-side2-three-column ul.list-of-links
{
    margin: 0 0 30px 0px;
}

ul.list-of-links li
{
    border-top: 1px dotted #B2B2B2;
    line-height:1.1em;
}

ul.list-of-links li.current
{
    background-color: #E5E5E5;
}


ul.no-lines, ul.no-lines li
{
    border: none;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area
{
    background-color: #6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
}

.photo-border
{
    border: 4px solid #333;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    text-align: center;
}

.photo-float-left
{
    float: left;
    margin-right: 10px;
}

.image-border-none
{
    border: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    color: #a9c0db;
    font-size: .8em;
    text-align: -moz-center;
}

#footer div
{
    width: 25%;
    text-align: -moz-center;
    top: 0;
    right: 0;
}

#footer a:link, #footer a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover
{
    color: #D4E7F8;
    text-decoration: none;
}

#footer a:active
{
    color: #FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub
{
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    text-align: -moz-center;
    text-align: center;
    font-size: .8em;
    color: #999999;
}

#footer-sub ul
{
    margin: 0;
}

#footer-sub li
{
    display: inline;
    list-style: none;
    background: none;
}

#footer-sub a:link, #footer-sub a:visited
{
    text-decoration: none;
    color: #999999;
}

#footer-sub a:hover
{
    color: #666666;
    text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date
{
    font-size: 1.0em;
    font-style: italic;
    color: #A4A4A4;
}

.arrow
{
    vertical-align: middle;
}

input.button-big
{
    font-weight: bold;
    font-size: 1.1em;
    vertical-align: bottom;
}

input.button-small
{
    font-weight: normal;
    font-size: .8em;
    vertical-align: bottom;
}

.clear
{
    clear: both;
}

.none
{
    display: none;
}


.TableHead
{
    border-style: solid;
    border: thin;
    color: #FFFFFF;
    font-weight: bold;
    text-align: -moz-center;
    text-align: center;
    border-bottom-color: #0066CC;
    border-top-color: #0066CC;
    border-right-color: #0066CC;
    border-left-color: #0066CC;
    background-color: Gray;
}

.FourColumn
{
    border-style: solid;
    border: thin;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 25%;
}
.ThreeColumn
{
    border-style: solid;
    border: thin;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 33%;
}
.TwoColumn
{
    border-style: solid;
    border: thin;
    width: 50%;
}

.OneColumn
{
    border-style: solid;
    border: thin;
    width: 95%;
}

.ThreeColumnLast
{
    border-style: solid;
    border: thin;
    border-bottom-color: #0066CC;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 33%;
}
.FourColumnLast
{
    border-style: solid;
    border: thin;
    border-bottom-color: #0066CC;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 25%;
}
.ThreeColumnFirst
{
    border-style: solid;
    border: thin;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 33%;
}

.emphasis
{
    color: #000066;
    font-size: 1.1em;
    font-weight: bold;
}

