﻿/* DO NOT REMOVE THIS TEXT- IF YOU ALTER THIS PAGE, ADD YOUR VERSION#, NAME AND THE TIME BELOW SO
   THAT THE CHANGE HISTORY REMAINS INTACT. 
   
   VERSION 1.0  - First version. Works in IE7, Safari(version??) and FireFox 2.0.0.6.
   Augst 23, 2007 2:30 PM by Tyson Zwicker

   VERSION 1.1 - Add BannerMenuLeft and BannerMenuRight classes for Intranet pages that have links in the bannermenu div. Puts the link to the left and right.
   August 23, 2007 2:40 PM by Tyson Zwicker

   VERSION 1.2 - Added Classes/Attributes To Create A Look More Similar To The Main Internet Page
				 Added Classes/Attributes Are All Identified With Notes
			     Added min-height:450px To content
				 Works In Firefox 2.0.0.6, IE7, And IE6
				 In IE6, The min-height Tags Do Not Work, But The New Design Leaves It Presentable
   August 27, 2007 10:58 AM by Scott H O'Brien
*/
input {
	font:normal 12px arial,sans-serif;
	/*color: #003E5E;*/
}
	
body
{
    /*background-image:url(../images/internetbackground.jpg);
    background-repeat:repeat-x;
    background-color:#00435a;
    text-align:center;*/
    font-size:12px;
    font-family:Arial;
    margin:0px;
    /*color:#003E5E;*/
    height:99%;
}
body
{
    /*background-image:url(../images/internetbackground.jpg);
    background-repeat:repeat-x;
    background-color:#00435a;
    text-align:-moz-center;*/
    font-size:12px;
    font-family:Arial;
    margin:0px;
    /*color:#003E5E;*/
    height:99%;
}
.container
{
    text-align:left;
    border-width:3px;
    border-color:white;
    width:780px;   
    min-height:550px;
    height:550px;
    margin:0 auto; 
}
.logo
{
    background-image: url(../images/internetLogo.jpg);
    width:219px;
    height:70px;
    float:left;
    cursor:pointer;
}

.titlebanner
{
	background-image: url(../images/header.png);
    background-Color:#90B2C8;
    background-repeat:repeat-y;
    padding-top:15px;
    text-align:center;
    width:560px;
    height:30px;
    font:bold 14px/1.3em arial,sans-serif;
	color: #003E5E;
	float:left;
}
.menubanner
{
	/* height and width Adjusted For The padding Styles */
    height:19px;
    width:540px;
    background-color:#81A0B9;
    /* The overflow:hidden; position:relative; Tags are for Center Text Aligning (See Next 2 Sections) */
    float:left;
    overflow:hidden;
    position:relative;
    /* padding Added In By Scott */
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    padding-bottom:3px;
}
.sideandcontentcontainer
{
    height:auto;
}

.bannermenuleft
{
    float: left;
}
.bannermenuright
{
    float: right;
}

/* Added In To Help Hold The New Classes */
.sidemenucontain {
	/*min-height:550px;*/
	height:auto;
	float:left;
}
.sidemenu
{
       width:219px;
       /*min-height:331px;*/
       height:100%;
       /*background-color:#013E5D;*/
       color:#FFFFFF;
}

.sidemenubottom {
	
	background-image:url(../images/sideBar_bot.jpg);
	width:219px;
	height:219px;
}

.content
{
    background-color: #01131d;
    /* with And min-height Adjusted For padding */
    /*width:540px;
    min-height:530px;*/
    height:auto;
    background-color:white;
    float:left;
    /* background Attributes And padding Added In By Scott */
    /*background-image:url(../images/bg_cnt.jpg);*/
    background-position:top;
    background-repeat:no-repeat;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}

a.menu:link { /*color:#FFFFFF;*/ font-weight:bold; text-decoration: none; border-width : 0px 0px 0px 0px; border-color:#FFF; border-style: solid;}
a.menu:active {/*color:#FFFFFF;*/ font-weight:bold; text-decoration: none; border-width : 0px 0px 0px 0px; border-color:#FFF; border-style: solid;}
a.menu:visited {/*color:#FFFFFF;*/ font-weight:bold; text-decoration: none; border-width : 0px 0px 0px 0px; border-color:#FFF; border-style: solid;}
a.menu:hover {/*color:#FFFFFF;*/ font-weight:bold; text-decoration: underline; border-width : 0px 0px 0px 0px; border-color:#FFF; border-style: solid;}

a.banner:link {font-weight:bold; font-size:14px; font-family:verdana; color: #003E5E;}
a.banner:active {font-weight:bold; font-size:14px; font-family:verdana; color: #003E5E;}
a.banner:visited {font-weight:bold; font-size:14px; font-family:verdana; color: #003E5E;}
a.banner:hover {font-weight:bold; font-size:14px; font-family:verdana; color: #003E5E; border-color:inherit; border-style:none; text-decoration:underline;}

.navigation {
	
	/*background-image:url(../images/bgSubnav.jpg);
	background-color:#013E5D;*/
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	/*color:#FFFFFF;*/
	/* padding Added In By Scott */
	padding-top: 5px;
	padding-left:10px;
	text-decoration:none;
	width:208px;
	/* height Adjusted For Padding */
	height:19px;
	float:left;
} 

.subnav {
	
	background-color:#005F80;
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	padding:2px 0px 2px 20px;
	color:#FFFFFF;
	text-decoration:none;
	width:218px;
	height:24px;
	float:left;
}

.subsubnav {
	
	background-color:#1D88A9;
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	text-decoration:none;
	width:218px;
	height:24px;
	float:left;
}
