﻿*
{
    padding: 0;
    margin: 0;
}

html { overflow: -moz-scrollbars-vertical; overflow-x: auto; overflow-y:scroll }



Body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #E7E7DC; /*color: #7D7D7D;*/
    color: #777777;
    margin: 5px;
}

a
{
    color: #29537C;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

p.hr
{
    display: block;
    border: 0;
    color: #F1F1F1;/*#E1E1E1*/
    background-color: #F1F1F1; /*#E1E1E1*/
    margin: 20px 0px 20px 0px;
    padding: 0px;
    width: 100%;
    height: 2px;
    text-align: left;
    overflow: hidden;
}

p { margin-bottom:15px;}

h1
{
    color: #444;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 5px;
}

h2
{
    color: #29537C;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 5px;
}

#Wrapper
{
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 960px;
    background-color: #FFFFFF;
    border: 4px solid #E3E3D5; /*border-left: 4px solid #E3E3D5;     border-right: 4px solid #E3E3D5;     border-bottom: 4px solid #E3E3D5;*/
}

#Header
{
    height: 70px;
    display: block;
    background: #FFFFFF;
}

#Header h1 a
{
    text-indent: -9999px;
    height: 50px;
    width: 295px;
    background-image: url(Images/Branding/Logo.gif);
    color: #FFF;
    float: left;
    margin-top: 10px;
}

#Header ul
{
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 10px;
}

#Header li
{
    display: inline;
    list-style-type: none;
    padding-right: 6px;
    color: #999;
}

#Header li a
{
    color: #999;
    text-decoration: none;
}

#Header li a:hover
{
    text-decoration: underline;
}

#Navigation
{
    background-position: left top;
    display: block;
    color: #FFF; /*background-image: url(Images/Backgrounds/BackgroundDarkGrey.png);*/
    background-image: url(Images/Backgrounds/BackgroundBlue.png);
    background-repeat: repeat-x;
    padding: 8px 0px 7px 10px; /*height: 30px auto;*/
}

#Navigation ul
{
    margin: 0;
    padding: 0;
    width: 100%;
}

#Navigation li
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    color: #F4F4F4;
    font-weight: 700;
    font-size: 12px;
}

#Navigation li a
{
    color: #F4F4F4;
    text-decoration: none;
}

#Navigation li a:hover
{
    color: #F4F4F4;
    text-decoration: underline;
}

/* IE Height Hack */
html > body #Navigation
{
    height: auto;
}

.ContentPadding
{
    padding: 10px;
}

#MainContent
{
    display: block;
    background: #FFFFFF; /*padding: 5px;*/
    margin: 0 !important;
    height: 500px;
    min-height: 500px; /* Used For Good Browsers */
}

#MainContent .LeftColumn
{
    padding-right: 5px;
}

#MainContent .RightColumn
{
    padding-left: 5px;
    width: 270px;
}

#MainContent #Slideshow
{
    background-color: #FFFFFF;
    border: 4px solid #F4F4F4;
    display: block;
    height: 220px;
}

#MainContent #Welcome
{
    /*margin-top:20px;*/
    padding: 20px 10px 0px 10px;
}

#MainContent #Welcome h1
{
    color: #444;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 5px;
}

#MainContent #Welcome h1 a
{
    color: #444;
    text-decoration: none;
}

/* IE Height Hack */
html > body #MainContent
{
    height: auto;
}

/* Footer Styles */
#Footer
{
    clear: both;
    background: #333333;
    padding: 10px;
    color: #999999;
    font-size: 10px;
    text-align: left; /*margin:0 !important;*/
    vertical-align: top;
    vertical-align: text-top;
    height: 60px;
}

#Footer a:hover
{
    text-decoration: underline;
}

#Footer #Address ul
{
    margin: 0;
    padding: 0;
    float: left;
}

#Footer #Address li
{
    list-style-type: none;
    padding-bottom: 2px;
}

#Footer #Links ul
{
    margin: 0;
    padding: 0;
    float: right;
}

#Footer #Links li
{
    display: inline;
    list-style-type: none;
    padding-left: 6px;
}

#Footer #Links li a
{
    color: #999999;
    text-decoration: none;
}

#Footer #Links li a:hover
{
    text-decoration: underline;
}

.button{
      background: white url(Images/Button/ButtonBg.gif) no-repeat top;
      height:23px;
      width:56px;  
      font-weight:bold;
      font-size:9px;
      border:0px;
      color:#29537C;
      cursor:hand;
      vertical-align:middle;
}




/* Section Styles */
.SectionBoxGrey
{
    border: 1px solid #E3E3D5;
    margin-bottom: 10px;
}

.SectionBoxGrey .Header
{
    background-position: left top;
    display: block;
    background-image: url(Images/Backgrounds/BackgroundLightGrey.png);
    width: 100%;
    background-repeat: repeat-x;
    height: 26px;
}

.SectionBoxGrey .Header h1
{
    padding-left: 10px;
    padding-top: 5px;
    color: #29537C;
    font-weight: 700;
    font-size: 12px;
}

.SectionBoxGrey .Content
{
    padding: 10px;
    background-color: #F5F5F5;
    text-align: left;
}

.SectionBoxGrey h1
{
    color: #444;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.SectionBoxGrey h1 a
{
    color: #444;
    text-decoration: none;
}

.SectionBoxBlue
{
    /*border: 1px solid #C5D8EB;*/
    border: 1px solid #E3E3D5;
    margin-bottom: 10px;
    width: 100%;
}

.SectionBoxBlue .Header
{
    background-position: left top;
    display: block;
    background-image: url(Images/Backgrounds/BackgroundBlue.png);
    width: 100%;
    background-repeat: repeat-x;
    height: 26px;
}

.SectionBoxBlue .Header h1
{
    padding-left: 10px;
    padding-top: 5px;
    color: #EBF0F3;
    font-weight: 700;
    font-size: 12px;
}

.SectionBoxBlue .Content
{
    padding: 10px;
    background-color: #EBF0F3;
    
}

.SectionBoxBlue .Content b
{
    color: #29537C;
    font-weight: 700;
}

.SectionBoxBlue .Content ul
{
    margin: 0;
    padding: 0;
}

.SectionBoxBlue .Content li
{
    list-style-type: none;
    padding-bottom: 10px;
}

.SectionBoxBlueGradient
{
    border: 1px solid #C5D8EB;
    margin-bottom: 10px;
    position: relative;
}

.SectionBoxBlueGradient .Content
{
    display: block;
    position: relative;
    background-color: #F1F5FA;
    background-image: url(Images/Backgrounds/BackgroundLightBlue.png);
    background-repeat: repeat-x;
    padding: 10px;
    
    color: #999;
}

.SectionBoxBlueGradient .Content .ArrowDown
{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-image: url(Images/Icons/ArrowDown.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    margin-top: 5px;
}

.SectionBoxBlueGradient .Content h1
{
    color: #444;
    font-size: 20px;
    font-weight: 700;
}

.SectionBoxBlueGradient .Content a
{
    display:block;
    padding-top:3px
}


/* Form Styles */
.FormTable td
{
    padding:5px;
}
.FormTable .input
{
    width:200px;
}

.Modal
{
    display: none;
}

.GoToTop
{
    padding: 10px 0px 10px 0px;
    background-color: #FFFFFF;
}


/*Product Styles*/
.Product
{
    padding: 10px;
    border: solid 1px #E3E3D5;
    width: 200px;
}

.Product h1
{
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 13px;
    font-weight: 700;
}

.Product h2
{
    margin: 0;
    padding: 0;
    color: #29537C;
    font-size: 11px;
    font-weight: 700;
}

.Product .Image
{
    border:0px;
    text-align:center;
}

.Product ul
{
    margin: 0;
    padding: 0;
    float: left;
}

.Product li
{
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.Product li.BorderBottom
{
    border-bottom: solid 1px #E3E3D5;
}

ul
{
    margin: 0;
    padding: 0;
}


.bullet
{
    list-style-type:square;
    padding-bottom:5px;
    margin-left:5px;
}


.CallOutImage
{
    float:right;
    padding-left:20px; 
    padding-bottom:10px;
    width:210px;
    height:140px;
}

#slider {
    width: 672px; /* important to be same as image width */
    height: 219px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent {
    width: 672px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
	background:#F7F7F7;
    float: left;
    position: relative;
	display: none;
}
 .sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 100%;
    background-color: #000;
    /*filter: alpha(opacity=70);*/
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}

