@charset "utf-8";
body {
    font: 100% Arial;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    background-color: #003366; /*float: right;*/
}

#container {   
    /*width: 90%;*/
    width: 900px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */;
    background-color: #FFFFFF;
    background-repeat: no-repeat; font-family: Arial; }


#header {
 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
 width: 900px;
 background-repeat: no-repeat;
 font-family: Arial;
 background-image: url('LogoTemplate6.jpg'); /* height: 258px; */
 height: 130px;
} 

#header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    font-size: 26px;
    font-family: Arial;
    font-style: italic;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FFFFFF;
}

#header h2 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0 10px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    font-size: 20px;
    font-family: Arial;
    font-style: italic;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
}

#header h3 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0 10px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    font-size: 16px;
    font-family: Arial;
    font-style: italic;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
}


/* Navigation Bar */
#TopNavBar {
    border: 0;
    margin: 0;
    padding: 0;
    width: 900px;
    font-size: 12px;
    list-style: none;
}

#TopNavBar ul {
    border:0; 
    margin:0; 
    padding:0; 
    list-style:none;
    border-bottom:solid 1px #e9f0f5;
    height:29px;}
    
#TopNavBar li {
    border:0; 
    margin:0; 
    padding:0; 
    list-style:none;
    float: left;
    font-size: 12px;
    margin-right: 2px;
}

#TopNavBar a {
    float: left;
}

#TopNavBar span {
    float: left;
}

#TopNavBar a:link, #TopNavBar a:visited {
    background: url(tab-round.png) right 60px;
    color: #003366;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}

#TopNavBar a span {
    background: url(tab-round.png) left 60px;
    display: block;
    height: 30px;
    margin-right: 14px;
    padding-left: 14px;
}

#TopNavBar a:hover {
    background-position: right 30px;
    background: url(tab-round.png) right 30px;
    display: block;
    color: #FFFFFF;
    font-style: italic;
}

#TopNavBar a:hover span {
    background:url(tab-round.png) left 30px;
    display:block;
}

#TopNavBar .active a:link, #TopNavBar .active a:visited, #TopNavBar .active a:hover {
    color:#1c4e7e;
    background:url(tab-round.png) right 0 no-repeat;
    display:block;
} 

#TopNavBar .active a:link span, #TopNavBar .active a:visited span, #TopNavBar .active a:hover span {
    background:url(tab-round.png) left 0 no-repeat;
    display:block;
}

/* Feature Menu */
#FeatureMenu {
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 900px;
    background-color: #E6F0F7;
    font-family: Arial;
    font-size: 10px;
    height: 100px;
}
    
#FeatureMenu ul {
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: solid 1px #e9f0f5;
    font-family: Arial;
    font-size: 8px;
}

#FeatureMenu li {
    float: left;
    font-size: 8pt;
    text-align: center;
    margin: 10px;
    font-family: Arial;
}

/* Search Menu */
#SearchMenu {
 list-style: none;
 height: 120px;
}
    
#SearchMenu ul {
 padding-right: 10px;
 padding-left: 10px;
 margin-right: 10px;
 margin-left: 10px;
 list-style: none;
}

#SearchMenu li {
 float: left;
 text-align: center;
 padding-right: 5px;
 padding-left: 5px;
 margin-right: 10px;
 margin-left: 10px;
}

/* MainContent */
#MainContent {
 padding: 0px;
 padding-right: 50px;
 float: right;
 font-size: 12px;
 font-family: Arial;
 width: 650px;
 margin-right: 0px;
 margin-bottom: 20px;
 margin-left: 20px;
} 

#MainContent h1 {
    font-size: 16px;
}

#MainContent h2 {
    font-size: 14px;
}

/* SideNavBar */
#SideNavBar {
    list-style-type: none;
    width: 150px;
    float: left;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

#SideNavBar ul {
    list-style-type: none;
    padding: 0px;
    margin-left: 0px;
}

#SideNavBar ul li {
    background: white url(glossyback3.gif) repeat-x bottom left;
    list-style-type: none;
    margin-left: 0px;
    padding: 0;
}

#SideNavBar ul li a {
    background: white url(glossyback3.gif) repeat-x bottom left;
    font: 12px Arial;
    color: #FFFFFF;
    display: block;
    width: auto;
    padding: 3px 0;
    padding-left: 10px;
    text-decoration: none;
}

#SideNavBar ul ul {
    list-style-type: none;
    margin-left: 0px;
    padding: 0;
}

#SideNavBar ul ul li a{
    background: white url(glossyback.gif) repeat-x bottom left;
    list-style-type: none;
    margin-left:0px;
    padding-left:20px;
}

* html #SideNavBar li a { /*IE only. Actual menu width minus left padding of A element (10px) */
    width: 250px;
}

#SideNavBar li a:hover {
    background-image: url(glossyback2.gif);
    color: #003366;
    font-style: italic;
}


#ExternalLinks {
    padding: 15px;
    font-family: Arial;
    font-size: 12px;
}

#footer {
    background-position: #DDDDDD;
    padding: 10px;
    font-size: 10px;
    background: #E6F0F7;
    font-family: Arial;
} 

#footercontact {
 width: 900px;
 font-size: 10px; /*background: #E6F0F7;*/;
 font-family: Arial;
 background-image: url('contactinfo.jpg');
 background-repeat: no-repeat;
 height: 45px;
}

#MessageBox { 
   	float: left;
    width: 592px
}

.featuretitle1 {
    padding: 10px;
    text-align: center;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    background-color: #003366;
    color: #FFFFFF;
    height: 20px;
}

.featuretitle2 {
    padding: 10px;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    background-color: #003366;
    color: #FFFFFF;
}

.featuredesc {
/*    float: left;
    width: 450px;*/
    padding: 12px;
    background-color: #E6F0F7;
}

.feature {
/*    margin-top: 10px;
    margin-bottom: 10px;*/
    height: 300px;
    background-color: #99CCFF;
}

.featuredetail {
    text-align: center;
    float: left;
    font-size: 20px;
    padding: 20px;
    width: 250px;
}

.featurepic {
 float: right;
 vertical-align: middle;
}

.top10table {
    width: 100%;
    background-color: #E6F0F7
}

.top10column1 {
    width: 50%;
    text-align: center;
}

.top10column2 {
    width: 50%;
    text-align: center;
    padding-right: 50px;
    padding-left: 50px
}

.featuredmenupic {
 border-style: none;
 width: 100px;
 height: 75px;
}

.heading {
    font-family: Arial;
    font-size: 16px;
    background-color: #003366;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.heading a {
 color: #E6F0F7;
}


.rightfloat {
    float: right;
    padding-right: 10px;
}
    
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
}

.footerbig
{
 font-size: 18px;
 background: #E6F0F7;
 font-family: Arial;
 color: #003C66;
 text-align: center;
} 

.footersmall
{
 font-size: 10px;
 background: #E6F0F7;
 font-family: Arial;
 color: #003C66;
 text-align: center;
} 

/* Search Menu */
.horizontalmenu {
 list-style: none;
 height: 30px;
}
    
.horizontalmenu ul {
 padding-right: 10px;
 padding-left: 10px;
 margin-right: 10px;
 margin-left: 10px;
 list-style: none;
}

.horizontalmenu li {
 float: left;
 text-align: center;
 padding-right: 10px;
 padding-left: 10px;
 margin-right: 10px;
 margin-left: 10px;
}