/* CSS Document */
*{
    margin: 0px;
    padding: 0px;
}
html{
    background-color: #ffffff;
    background: url(); 
}
body 
{
    width: 834px;
	background-color:white;
    position: absolute;
    left: 50%;
    margin-left: -417px;
    min-height: 100%;
    box-shadow: -10px 0px 5px #888888, 10px 0px 5px #888888;
}

h2{
    color: green;
}

.Body {
	color: black;
	font-size: 13px;
	font-weight: normal;
	font-family: verdana, sans-serif;
	text-decoration : none;
}

.footer {
	color: black;
	font-size: 9px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.footer_small {
	color: black;
	font-size: 8px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

.Error{
	margin-left: 20px;
	color: Red;
	font-size: 20px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	text-decoration : none;
}
.Header_Small
{
    color: #0064A4;
	font-size: 12px;
	font-weight:bold;
	font-family: verdana, sans-serif;
	text-decoration : none;
}
.font_green
{
    color: #2d9b2a;
	font-size: 12px;
	font-weight:bold;
	font-family: verdana, sans-serif;
	text-decoration : none;
}
a { text-decoration: none;
color: #0065A5; }

a:hover { 
text-decoration: underline; 

}
.linkbottom
{
text-decoration: none;
color: #000000; }
.linkbottom_hover
{
text-decoration: underline; 
color: #000000; }


.Body2 {
	color: #000000;
	font-size: 12px;
	
	font-family: verdana, sans-serif;
	text-decoration : none;
}
.Header_SubCat{
    color: Red;
	font-size: 12px;
	font-weight:bold;
	font-family: verdana, sans-serif;
	text-decoration : none;
	}
	.Header_mid
{
    color: #666666;
	font-size: 11px;
	font-weight:bold;
	font-family: verdana, sans-serif;
	text-decoration : none;
}
.Header
{
    color: #666666;
	font-size: 14px;
	font-weight:bold;
	font-family: verdana, sans-serif;
	text-decoration : none;
}
p {
   text-align:left;
}
.small {
	color: black;
	font-size: 10px;
	font-weight: normal;
	font-family: verdana, sans-serif;
	text-decoration : none;
}

.Body_Wht {
	color: white;
	font-size: 11px;
	font-weight: normal;
	font-family: verdana, sans-serif;
	text-decoration : none;
}

/*Levi's Changed CSS*/

/*Header Styling*/
header{
    width: 834px;
    height: 157px;
    background-color: white;
    padding-top: 0px;
    margin-top: -20px;
}
#deetHomeBanner{
    position: absolute;
    border-width: 4px;
}
#vertellusHomeBanner{
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}
#navBar{
    padding-top: 119px;
    padding-right: 0px;
}

/*Bootstrap Styling*/
.navbar-default{
    background-color: green;
    border: none;
    border-radius: 0px;
}
.navbar-left{
    margin-left: -15px;
}
.navbar-left .dropdown-menu{
    border: none;
    opacity: .9;
}
.navbar-left .dropdown-menu > li > a:hover{
    background-color: green;
    color: white;
}
.navbar-right{
    margin-right: -40px;
    width: 257px;
    padding-left: 0px;
    padding-top: 1px;
}
.navbar-right .btn{
    width: 45px;
    height: 32px;
    border-color: transparent;
    background-color: green;
}
.navbar-right .btn:hover{
    background-color: #73bb27;
    border-color: transparent;
}
.navbar-right .form-control{
    width: 210px;
    height: 32px;
    margin-left: -32px;
    border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: black;
    height: 50px;
}
.navbar-default .navbar-nav > li > a:hover {
    background-color: white;
    transition: background-color .5s ease;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #73bb27;
}
.form-control{
    width: 20px;
}

.carousel-indicators{
    bottom: -40px;
    color: black;
    width: 834px;
    margin-left: -417px;
}
.carousel-indicators li{
    border-color: #5d9c27;
}
.carousel-indicators .active{
    background-color: #5d9c27;
}

/*Home Page Styling*/
#slideShow{
    width: 834px;
    height: 500px;
    background-color: white;
    margin-top: 12px;
}
#leftRightColumnWrapper{
    margin-top: 30px;
    height: 300px;
}
#homeLeftColumn{
    width: 393px;
    float: left;
    margin-left: 20px;
}
#iconWrapper{
    position: absolute;
    margin-left: -10px;
    margin-top: 12px;
}
#homeRightColumn{
    width: 393px;
    float: right;
    margin-right: 20px;
}
.add20{
    line-height: 35px;
}

/*Footer Styling*/
footer{
    background-color: white;
    width: 834px;
    margin-top: 20px;
}
#siteMap{
    width: 834px;
    text-align: center;
}
#copyright{
    width: 834px;
    text-align: center;
}

/*left margin page adjust class, needed for pages that don't quite line up with the home page*/
.leftAdjust{
    margin-left: -425px;
}

/*accordion styling used on multiple pages*/
.ui-accordion-header{
    border: none;
    background: none;
}
.ui-accordion-content{
    border: none;
}
.ui-state-default{
    color: #0083c3;
}
.ui-state-active{
    color: green;
}
.ui-state-focus{
    outline: none;
}


/*About Page Styling*/
#aboutWrapper table table table{
    margin-left: 20px;
}

/*Contact Us Page Styling*/
#contactInfoWrapper table{
    margin-left: 20px;
}

/*FAQ Page Styling*/
#faqsWrapper{
    margin-left: 10px;
}

/*Diseases Page Styling*/
#diseasesWrapper{
    margin-left: 20px;
}

/*Use Page Styling*/
#useWrapper table{
    margin-left: 20px;
}
#registerMark{
    margin-left: 20px;
}

/*Who We Are Page Styling*/
#whoweareWrapper table table{
    margin-left: 10px;
}

/*Deet Fact Sheet Page Styling*/
#deetfactsWrapper table table{
    margin-left: 20px;
}

/*Deet News Page Styling*/
#newsWrapper{
    margin-left: 20px;
    width: 800px;
}
#newsWrapper h4{
    color: green;
}
#newsWrapper .article:first-of-type{
    padding-top: 3px;
}
#newsWrapper .article{
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-color: white;
    text-decoration: none;
}
#newsWrapper .article:hover{
    border: solid;
    border-radius: 15px;
    border-color: green;
    margin: -3px;
    transition: border-color 1s ease;
}

/*Publications Page Styling*/
#publicationsWrapper{
    margin-left: 20px;
}

/*Contact Page Styling*/
.contactSpacer{
    height: 20px;
}
#contactWrapper{
    margin-top: 20px;
    margin-left: 5px;
}
#contactWrapper h2{
    margin-left: 15px;
}
#btnSubmit{
    background-color: green;
    color: white;
    border-radius: 5px;
    border-color: transparent;
    padding: 5px;
    margin-right: 10px;
    width: 300px;
}
#lblError{
    display: block;
}