﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #FEFEFE;
    font-size: .80em;
    font-family: "Tahoma" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #999999;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    
}

h3
{
    font-size: 1.2em;
}

h4
{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
    font-style: italic;
    color: #1e1e1e;
    margin-top: 2px;
    margin-bottom: 5px;
}
h6
{
    font-size: 1.5em;
    font-weight: 600;
    color: #444444;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 15px;
    margin-top: 10px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #CECECE;
    z-index: 30000;
}

.header
{
    position: relative;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #999999;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 0px;
    margin: 1px 1px 1px 1px;
    min-height: 550px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

#footer
{
    margin: 0px auto 0px auto;
    padding-top: 5px;
    width: 940px;
    height: 22px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    color: #666666;
    vertical-align: middle;
    font-size: 0.85em;
    border-bottom: Solid 1px #CECECE;
    border-left: Solid 1px #CECECE;
    border-right: Solid 1px #CECECE;	
    border-bottom-style: none;
	
}

#footer a:link, #footer a:visited, #footer a:active
{
    color: #666666;
    
    text-decoration: none;
    padding-left: 20px;
}

#footer a:hover
{
    
    text-decoration: underline;
    padding-left: 20px;
}




/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    margin: 7px 0px 5px 5px;
    text-align: left;
    vertical-align: top;
    color: #000000;
    width: auto;
}

.loginDisplay
{
    display: block;
    color: #7E7E7E;
    text-align: right;
    font-size: 1.0em;
    padding: 10px;
}

.loginDisplay a:link
{
    color: #7E7E7E;
    font-size: .90em;
    text-decoration: none;
    vertical-align: middle;
}

.loginDisplay a:visited
{
    color: #7E7E7E;
    font-size: .90em;
    vertical-align: middle;
    text-decoration: none;
}

.loginDisplay a:active
{
    color: #7E7E7E;
    font-size: .90em;
    vertical-align: middle;
    text-decoration: none;
}


.loginDisplay a:hover
{
    font-size: .90em;
    vertical-align: middle;
    color: #000000;
    text-decoration: none;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

#poster-photo-container
{
    position: relative;
    border: 1px solid #CECECE;
    padding: 1px;
    text-align: center;
}

.poster-photo-image
{
    border: 0;
}

.breadcrumb
{
    width: 100%;
    background-color: #E7E7E7;
    height: 16px;
    min-height: 16px;
    border-bottom: 1px solid #CECECE;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container
{
    border: solid 1px #DEDEDE;
    margin-top: 4px;
    padding: 0px;
    width: 722px;
    height: 180px;
    font-size: 9pt;
}
#three-column-top-row
{
    position: relative;
    padding-top: 1px;
    font-family: Tahoma Arial Sans-Serif;
    font-size: 14pt;
    text-align: center;
    vertical-align: middle;
    color: #09477A;
    height: 30px;
    
    width: 100%;
}
#three-column-table
{
    display: table;
}
#three-column-row
{
    display: table-row;
}
#three-column-side1
{
    float: left;
    width: 238px;
    border-right: 1px solid #DEDEDE;
    height: 146px;
    background-image: url("../Images/why-person.jpg");
    background-repeat: no-repeat;
}

#three-column-side2
{
    float: left;
    width: 239px;
    height: 146px;
    background-image: url("../Images/inquire-person.jpg");
    background-repeat: no-repeat;
}

#three-column-middle
{
    float: left;
    width: 238px;
    height: 146px;
    border-right: 1px solid #DEDEDE;
    background-image: url("../Images/how-person.jpg");
    background-repeat: no-repeat;
}

div.tbSmall
{
    position: absolute;
    width: 130px;
    margin: 0 0 0 110px;
    font-size: 1.1em;
    color: #999999;
    line-height: 1.3em;
}

div.tbSmall a:link
{
    color: #980000;
    text-decoration: none;
}

div.tbSmall a:visited
{
    color: #980000;
    text-decoration: none;
}

div.tbSmall a:hover
{
    text-decoration: underline;
}

div.tbSmall a:active
{
    color: #980000;
}

.bot_banner
{
    width: 99%;
    position: relative;
    top: 131px;
    height: 16px;
    padding-left: 0px;
    border: Solid 1px #b11a43;	
	background-image: url("../Images/mItemBackR.gif");	
    background-repeat: repeat-x;
    background-position: left top;
}

.bot_banner span
{
    font-size: 0.9em;
    line-height: 16px;
    font-weight: bold;
    color: #FFF; 
    text-transform: uppercase;
    padding-left: 10px;
    vertical-align: middle;
	white-space: nowrap;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CONTENT CONTAINER - TWO COLUMN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column
{
    display: table;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    width: 960px;
    position: relative;
}

#content-main-two-column
{
    display: table-cell;
    width: 718px;
    float: left;
}

#content-side-two-column
{
    display: table-cell;
    vertical-align: top;
}
#content-side-area
{
    height: 547px;
    
    margin-top: 4px;
    background-color: transparent;
    border: solid 1px #CECECE;
}
#document-container-two-column
{
    display: table;
    margin-top: 0;
    margin-left: auto;
    
    width: 960px;
    position: relative;
}
#content-doc-left-two-column
{
    display: table-cell;
    width: 180px;
    float: left;
    min-height: 550px;
}

#content-doc-right-two-column
{
    display: table-cell;
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    color: #111111;
    border-left: 1px solid #CECECE;
}

#content-doc-right-two-column span
{
    color: #00008B;
    font-weight: bold;
}

#content-doc-right-two-column li
{
    margin-left: 0;
    margin-right: 10%;
    margin-top: .5em;
    margin-bottom: .5em;
}

img.floatRight
{
    float: right;
    margin: 4px;
}

img.floatLeft
{
    float: left;
    margin: 4px;
    position: absolute;
}


.supportBox
{
    position: absolute;
    left: 700px;
    top: 40px;
    padding: 8px;
    border: 1px solid #CECECE;
    min-height: 200px;
    min-width: 220px;
    color: #333333;
}

.supportBox h1
{
    font-size: 14pt;
    color: #0000BC;
    margin-bottom: 10px;
}

#imagesect
{
    margin-top: 25px;
    margin-left: 15px;
}


#sitemap
{
    font-family: Tahoma, Arial, Sans-Serif;
    margin: 0px auto 0px auto;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    padding: 5px 5px 5px 5px;
    width: 950px;
}

#carousel
{
    position: relative;
    margin-top: 5px;
    border: solid 1px #CECECE;
    width: 717px;
}

#news
{
    margin-top: 5px;
    padding: 10px 10px 10px 10px;
    border: solid 1px #CECECE;
    width: 702px;
}

img.news-image 
{
	margin-right: 10px;
}

.news-body
{
    color: Black;
}
