﻿
/*------------------------------------------------------------------------------------------------- */
/*GNERAL DESIGN ----------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */

/* Use this Style Sheet to define your layout and graphical arrangements */
/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	padding: 0px;
	margin: 0px;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style-type: none;
}

/*end reset*/

body
{
	/*Set the master background*/
	background-position: center top; 
	background: #abbbba; 
	background-image: url(../Images/SiteShell/BG_Primary_Strip.jpg);
	background-repeat: repeat-x;
	
	/*default font settings*/
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;

	/*other settings*/
	overflow: -moz-scrollbars-vertical;
	height: 100%;
}

/*SITE SHELL ELEMENTS*/
#Site_Shell_Outside
{
    background-position: center top;
    background-image: url(../Images/SiteShell/BG_Primary.jpg);
    width: 100%;
    background-repeat: no-repeat;
}

#Body_Shell_Outside
{
	background-image: url(../Images/SiteShell/BG_Primary_Header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	height: auto;
}

#Body_Shell_Header
{
	width: 100%;
	height: 385px;
}

#Body_Shell_Main
{
    background-position: left top;
    width: 100%;
    min-height: 440px;
	height: 440px;
	height: auto;
    background-image: url(../Images/SiteShell/BG_Primary_Body.png);
    background-repeat: repeat-y;
}

#Body_Shell_Sub_Main
{
    background-position: right top;
    padding-top: 50px;
    width: 100%;
    background-image: url(../Images/SiteShell/BG_Primary_Body_TopStrip.jpg);
    background-repeat: no-repeat;
    position: relative;
}

#Body_Shell_Sub
{
	width: 100%;
	height: 303px;
	background-color: #373636;
	text-align: left;
}

#Body_Shell_Footer
{
    background-position: left top;
    width: 100%;
    height: 100px;
    background-image: url(../Images/SiteShell/BG_Primary_Footer.jpg);
    background-repeat: no-repeat;
    background-color: #abbbba;
    color: #FFFFFF;
}

/* END HEADER ELEMENTS ------------- */

/*------------------------------------------------------------------------------------------------- */
/*END GNERAL DESIGN ------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */


/*------------------------------------------------------------------------------------------------- */
/*START CONTENT ----------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */
/*Use this style to define your text tags for your content pages*/

H1
{
    padding: 0px 0px 15px 20px;
    margin: 0px 0px 10px 0px;
    color: #1d4c6d;
    font-family: 'Arial Narrow';
    font-weight: bold;
    font-size: 24px;
    border-bottom-style: inset;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

H2
{
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #1d4c6d;
    font-family: 'Arial Narrow';
    font-weight: bold;
    font-size: 18px;
}

H3
{
    font-family: 'Trebuchet MS';
    text-transform:none;
    padding: 0px 20px 0px 20px;
    margin: 10px 0px 0px 0px;
    color: #c2ecfe;
    font-family: 'Arial Narrow';
    font-weight: bold;
    font-size: 22px;
    text-align: left;
}

H4
{
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000000;
    font-family: Arial Narrow;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-transform: none;
}

H5
{

}


P
{
    color: #3a3a3a;
    font-family: 'Trebuchet MS';
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 10px;
}

UL
{
    margin-left: 10px;
    font-weight: bold;
    line-height: 30px;
}

LI
{
    color: #3a3a3a;
    list-style: disc;
    list-style-position: inside;
    font-family: 'Trebuchet MS';
    font-size: 12px;
}

A:link, A:visited, A:Active
{
    font-family: 'Trebuchet MS';
    font-size: 13px;
    color: #377dab;
    text-decoration: none;
    text-align: left;
}

A:Hover
{
	color: #990000;
}

TABLE
{
 text-align:center; 
 vertical-align:middle;
 width: 90%;
}

TD
{
    padding: 10px;
    width: 50%;
    vertical-align: middle;
    text-align: center;
    color: #3a3a3a;
}



/*------------------------------------------------------------------------------------------------- */
/*END START CONTENT ------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */


/*------------------------------------------------------------------------------------------------- */
/*HOME PAGE LAYOUT -------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */

#HomePage
{
    width: 100%;
}

/*HOME PAGE: Col 1 Settings*/
#HomePage .HomePage_Col1
{
    width: 480px;
    float: left;
    padding-right: 5px;
    padding-left: 20px;
    vertical-align: top;
    text-align: left;
}

#HomePage .HomePage_Col1 p
{
    color: #3a3a3a;
    font-family: 'Trebuchet MS';
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 40px;
}

/*HOME PAGE: Col 2 Settings*/
#HomePage .HomePage_Col2
{
    width: 229px;
    height: 451px;
    float: left;
    background-image: url(../Images/SiteShell/BG_Body_BlueCol.jpg);
    background-color: #7799a8;
    background-repeat: no-repeat;
    z-index: 10;
    position: absolute;
    left: 500px;
    top: 0px;
    overflow: hidden;
}

#HomePage .HomePage_Col2 p
{
    color: #FFFFFF;
    font-family: 'Trebuchet MS';
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}


#HomePage .HomePage_Col2 a
{
    font-size: 9px;
    font-style: italic;
    font-family: verdana;
    font-weight: bold;
    text-transform: uppercase;
    color: #caeaf8;
    text-decoration: none;
    text-align: left;
}

#HomePage .HomePage_Col2 .TextBlue
{
    color: #caeaf8;
    font-family: 'Trebuchet MS';
    font-size: 16px;
    padding-left: 20px;
    text-align: left;
    font-weight: bold;
}

/*HOME PAGE: Col 3 Settings*/
#HomePage .HomePage_Col3
{
    width: 210px;
    float: right;
    padding-right: 20px;
    padding-left: 0px;
    vertical-align: top;
    text-align: left;
}

/*HOME PAGE: General Settings*/
#HomePage H1
{
    padding: 0px 20px 15px 20px;
    margin: 0px 0px 10px 0px;
    color: #1d4c6d;
    font-family: 'Arial Narrow';
    font-weight: bold;
    font-size: 24px;
    border-bottom-style: inset;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

#HomePage H2
{
    padding: 0px 10px 15px 10px;
    margin: 0px 0px 10px 0px;
    color: #1d4c6d;
    font-family: 'Arial Narrow';
    font-weight: bold;
    font-size: 24px;
       font-size: 24px;
    border-bottom-style: inset;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

#HomePage H3
{
    font-family: 'Trebuchet MS';
    text-transform:none;
    padding: 0px 20px 0px 20px;
    margin: 10px 0px 0px 0px;
    color: #c2ecfe;
    font-family: 'Arial Narrow';
    font-weight: bold;
    font-size: 22px;
    text-align: left;
}

#HomePage H4
{
    padding-top: 5px;
    padding-bottom: 10px;
    color: #1d4c6d;
    font-family: Arial Narrow;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-transform: none;
}

#HomePage a
{
    font-size: 9px;
    font-style: normal;
    font-family: verdana;
    font-weight: bold;
    text-transform: uppercase;
    color: #377dab;
    text-decoration: none;
    text-align: left;
}


#HomePage ul
{
    margin-left: 10px;
    font-weight: bold;
    line-height: 30px;

}

/*Controls the menu items and links*/
#HomePage ul li
{
    color: #3a3a3a;
    list-style: disc;
    list-style-position: inside;
    font-family: 'Trebuchet MS';
    font-size: 12px;
}


/*------------------------------------------------------------------------------------------------- */
/*END HOME PAGE LAYOUT ---------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */

/*------------------------------------------------------------------------------------------------- */
/*BODY PAGE LAYOUT -------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */

#BodyPage
{
	vertical-align: top;
	text-align: left;
	padding-bottom: 50px;
	height: 400px;
	min-height: 400px;
	height: auto;
}

#BodyPage .BodyPage_Col1
{
    width: 229px;
    height: 100%;
    float: right;
    background-image: url(../Images/SiteShell/BG_Body_BlueCol.jpg);
    background-color: #7799a8;
    background-repeat: no-repeat;
    z-index: 10;
    position: absolute;
    right: 50px;
    top: 0px;
    overflow: hidden;
}

#BodyPage .BodyPage_Col2
{
    width: 920px;
    margin-left: 20px;
    margin-bottom: 10px;
}

#BodyPage .BodyPage_Inner
{
    width: 625px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}

#BodyPage IMG
{
    margin: 10px;
    border: thin solid #C0C0C0;
}


/*------------------------------------------------------------------------------------------------- */
/*END BODY PAGE LAYOUT ---------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */

/*------------------------------------------------------------------------------------------------- */
/*MAIN MENU --------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */

#MainMenu /*Controls the location and size of the menu*/
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#MainMenu ul.nav /*Controls the menu*/
{
    list-style: none;
    font-weight: normal;
    line-height: 10px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 20px;
    height: 55px; /*Full Menu Background*/
    overflow: hidden; /*IE Fix for Aligment Issue*/
    zoom: 1;
}


/*Controls the menu items and links*/
#MainMenu ul.nav li
{
    /*Sets the menu horizontaly*/
    float: right;
    list-style: none;
}

#MainMenu ul.nav a
{
    text-align: center;
    display: block;
    padding: 10px;
    border-bottom: none;
    text-decoration: none;
    color: #353535;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
}


#MainMenu ul.nav a:hover
{
    color: #1e96cb;
}


#MainMenu ul.nav a.Selected
{
    color: #1e96cb;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #1e96cb;
}


/*------------------------------------------------------------------------------------------------- */
/*END MAIN MENU ----------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */


/*------------------------------------------------------------------------------------------------- */
/*FOOTER MENU ------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */
#FooterMenu
{
    width: 96%;
    height: 50px;
    margin-top: 0px;
}
#FooterMenu ul.nav
{
    list-style: none;
    font-weight: normal;
    padding-top: 25px;
    padding-left: 0px;
    margin-top: 0px;
    margin-left: 0px;

}
/*Controls the menu items and links*/

#FooterMenu ul.nav li /*Sets the menu horizontaly*/
{
	float: left; 
	line-height: 11px;
	text-align: center;
	list-style: none;
}

#FooterMenu ul.nav li.last /*Remove the last seperator*/
{
	float: left;
	border-right-style: none;
	line-height: 13px;
	text-align: center;
}

#FooterMenu ul.nav a
{
    display: block;
    padding: 0px 10px 0px 5px;
    border-bottom: none;
    text-decoration: none;
    color: #605f5f;
    font-family: Verdana;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    height: 12px;
}
#FooterMenu ul.nav a:hover
{
}
#FooterMenu ul.nav a.Selected
{
}
#FooterMenu .copy
{
	margin-top: 0px;
	margin-left: 5px;
	text-align: left;
	display: block;
	padding: 0px;
	border-bottom: none;
	text-decoration: none;
	color: #333333;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 12px;
}


/*------------------------------------------------------------------------------------------------- */
/*END FOOTER MENU --------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */


/*------------------------------------------------------------------------------------------------- */
/*NEWS AND EVENTS --------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */
#NewsSummary
{
	padding-left: 5px;
	padding-right: 5px;
	height: 240px;
	width: 460px;
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
}
#NewsSummary H2
{
	padding: 0px;
	margin: 0px;
	padding-top: 25px;
	color: #ffffff;
	font-family: Verdana;
	font-weight: normal;
	font-size: 25px;
	font-style: normal;
}

#NewsSummary .SepLine
{
	width: 100%;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #666666;
	height: 20px;
	margin-top: 10px;
}

#NewsSummaryGraphic
{
	visibility: hidden;
}


#NewsSummary A:link, #NewsSummary A:visited, #NewsSummary A:Active
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

#NewsSummary a:hover
{
	cursor: hand;
}

#NewsSummary span.NewsHeading
{
	color: #fdfdfd;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	font-style: normal;
	margin-bottom: 5px;
	margin-left: 0px;
}
#NewsSummary span.NewsText
{
	overflow: hidden;
	clip: rect(2px, auto, 2px, auto);
	display: block;
	height: 62px;
	color: #aaaaaa;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	font-style: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 15px;
}
#NewsSummary span.ReadMore
{
	background-position: left center;
	background-image: url(../Images/Content/Arrow.jpg);
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
	color: #a90d0d;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	float: Left;
	background-repeat: no-repeat;
	padding-left: 15px;
}
/*------------------------------------------------------------------------------------------------- */
/*END NEWS AND EVENTS ----------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */


/*------------------------------------------------------------------------------------------------- */
/*QUICK FORM -------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */
#QuickForm
{
	margin-top: 25px;
	padding: 10px;
	width: 350px;
	height: 400px;
	text-align: left;
}

#QuickForm H2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-family: Verdana;
	font-weight: normal;
	font-size: 25px;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#QuickForm P
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana;
	font-size: 11px;
	font-style: italic;
	color: #737171;
	vertical-align: middle;

}

#QuickForm .Form_Lable
{
	width: 100px;
	color: #bebdbd;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	vertical-align: text-top;
	float: left;
	clear: left;
	margin-right: 15px;
	font-style: normal;
}

#QuickForm .TextEntry
{
	height: 25px;
	width: 215px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	margin-top: 5px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	vertical-align: middle;
	line-height: 25px;
}

#QuickForm .Form_Button
{
	height: 31px;
	width: 101px;
	margin-top: 5px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	line-height: 25px;
	margin-left: 115px;
	display: inline;
}

/*------------------------------------------------------------------------------------------------- */
/*END QUICK FORM ---------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */

/*------------------------------------------------------------------------------------------------- */
/*COMAPNY INFORMATION ----------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */

#Company_Information
{
    width: 100%;
    text-align: center;
}

#Company_Information h3
{
    font-family: 'Trebuchet MS';
    text-transform:none;
    padding: 0px 20px 0px 20px;
    margin: 10px 0px 0px 0px;
    color: #c2ecfe;
    font-family: 'Arial Narrow';
    font-weight: bold;
    font-size: 22px;
    text-align: left;
}

#Company_Information  p
{
    color: #FFFFFF;
    font-family: 'Trebuchet MS';
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

#Company_Information .TextBlue
{
    color: #caeaf8;
    font-family: 'Trebuchet MS';
    font-size: 16px;
    padding-left: 20px;
    text-align: left;
    font-weight: bold;
}

#Company_Information a
{
    font-size: 9px;
    font-style: italic;
    font-family: verdana;
    font-weight: bold;
    text-transform: uppercase;
    color: #caeaf8;
    text-decoration: none;
    text-align: left;
}

#Company_Information a img
{
    border: none
}

/*------------------------------------------------------------------------------------------------- */
/*END COMAPNY INFORMATION ------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------- */






