h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: 0.67em 0;
}

h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.83em 0;
}

h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}

h4{
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin: 1.33em 0;
}

h5{
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
}

h6{
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
}

p{
  display: block;
  margin: 1em 0;
}

ol {
  padding-left:40px;
  display: block;
  list-style-type: decimal;
  margin: 1em 0;
}

ol li {
    list-style-type: decimal;
}

ul {
  padding-left:40px;
  display: block;
  list-style-type: disc;
  margin: 1em 0;
}

ul li {
    list-style-type: disc;
}

input, select, textarea {
    padding: 5px;
    color: rgb(51, 51, 51);
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border: 1px solid rgb(226, 226, 226);
    font-size: 1.2em;
    vertical-align: middle;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid rgb(122, 192, 218);
}

a.BigButton {
    cursor: pointer;
    font-size: 25px;
    color: White;
    font-family: Tahoma;
    text-align: left;
    background-color: #6699cc;
    padding: 1px 10px 2px;
    vertical-align: middle;
}

a.BigButton {
    padding-top: 1px;
    padding-bottom: 4px;
}

a.BigButton:hover {
    background-color: #336699;
    text-decoration: none;
}

table {
  border-collapse: separate;
  border-spacing: 2px;
  text-indent: 0;
}

td {
    padding: 1px;
}

body
{
   margin: 0;
   padding: 0;
   font-family: tahoma, Arial, Helvetica, sans-serif;
   font-size: 13px;
   text-align: left;
   background-color: #ffffff;
   color: #0b0b0b;
}

a
{
    color: #6699cc;
    text-decoration:none;
}

a:Hover
{
    text-decoration:underline;
}

a img 
{ 
    border:0;
}

.SubmitButton {

}

.Clear
{
	clear: both;
    width: auto;
}

.CenteredImage
{
    display:block; 
    margin-left:auto; 
    margin-right:auto;
}

.floatleft
{
    float: left;
    width: auto;
    height: auto;
}

.SimpleBackground
{
    width: 1000px;
    height: auto;
    padding: 8px;
    margin-left: 0px;
    background-color: rgb(252, 252, 252);
}

.ReactiveSimpleBackground
{
    max-width: 1170px;
    width:auto;
    height: auto;
    padding: 8px;
    margin-left: 0px;
    background-color: rgb(252, 252, 252);
}

.SocialMediaBackground
{
    width: auto;
    height: auto;
    padding: 8px;
    margin-left: 0px;
    background-color: #FFFFFF;
    text-align: justify;
}

.SimpleBackgroundFront
{
	width: auto; height: auto; margin-left: 0px; border: 1px solid rgb(252, 252, 252); background-color: rgb(252, 252, 252);
}

.LogoAndLogin 
{
    max-width: 1000px;
    width:auto;
    margin-left: auto;
    margin-right: auto;
}

.MainBorder
{
	border: 1px solid #000000; 
	width: 1000px;
	margin: 0 auto;
}

.PageHeader
{
    background-color: #292929;
	width:auto;
}

.MenuContainer
{
	max-width: 1170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height:90px;
}

.Logo 
{
        
}

.LoginArea 
{
    color: #FFF;
    font-weight: bold;
    float:right;
    padding-top: 3px;
    padding-right: 4px;
}

.LoginArea a
{
    cursor: pointer;
	color: #FFFFFF;
	padding-top: 4px;
	text-decoration: none;
}

.LoginArea a:Hover
{
    text-decoration:underline;
}

.MainMenuButtonContainer
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

a.MainMenuButton
{
	color: White;
	display: block;
	float: right;
	font: normal 18px arial, sans-serif;
	height: 50px;
	padding-right: 18px;
	text-decoration: none;
	vertical-align: text-top;
    line-height: 50px;
    padding-left: 18px;
}

a.MainMenuButton:Hover
{
    background-color: #336699;
}

@media (max-width: 845px)
{
    a.MainMenuButton
    {
	    font: normal 16px arial, sans-serif;
	    height: 30px;
	    padding-right: 12px;
	    vertical-align: text-top;
        line-height: 30px;
        padding-left: 12px;
    }
}

@media (max-width:895px)
{
    .Logo img
    {
        height:45px;
    }

    .MenuContainer
    {
        height:50px;
    }

    a.MainMenuButton
    {
	    font: normal 14px arial, sans-serif;
	    height: 30px;
	    padding-right: 6px;
	    vertical-align: text-top;
        line-height: 30px;
        padding-left: 6px;
    }
}

@media (max-width:511px) 
{
    .MainMenuButtonContainer 
    {
        clear:both;
        position: relative;
        bottom:auto;
        right:auto;
    }

    .MenuContainer
    {
        height:auto;
    }
}

@media (max-width:360px)
{
    a.MainMenuButton
    {
	    padding-right: 3px;
        padding-left: 3px;
    }
}

.MainContentBackground 
{
    background-color: #eeeeee;
}

.MainContent 
{
    max-width:1170px;
    width:auto;
    margin-left:auto;
    margin-right:auto;
}

.FooterContainer 
{
    min-height: 45px; 
	background-color: #0b0b0b;
}

.Footer {
    max-width: 1170px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-left:5px;
    width: auto;
}

.Footer a
{
   color: white;
   text-decoration: none;
}

.Footer a:hover
{
   text-decoration:underline;
}

.SocialMediaContainer
{
	margin-top: 9px;
	margin-left: 12px; 
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF;
}

.Title, LeftTitle
{
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
}

.LeftTitle 
{
    float:left;
}
        
.TitleIcon
{
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

.TitleIndented
{
	margin-left: 18px;
}

.Section
{
    margin-left: 18px; 
    clear: both; 
    font-family:  tahoma, Arial, Helvetica, sans-serif; 
    font-size: 16px;
}
        
.SectionIndented
{
    margin-left: 18px;
}

.ErrorMessage
{
	color: Red; 
}

.field-validation-error
{
    color: Red;
}
        
.Indented
{
	margin-left: 18px;
}

.LinkIndented
{
	margin-left: 25px;
}

.LeftTableColumn
{
    width: 130px;
    text-align: right;
}

.AnomalousStore
{  
   float: left;
   width: 300px;
   height: 100px;
   margin-left: 50px;
   background-image: url('http://www.anomalousmedical.com/images/buttons/AnomalousStore.png');
   background-repeat: no-repeat;
    
}

.AnomalousStore:hover
{
   float: left;
   width: 300px;
   height: 100px;
   background-image: url('http://www.anomalousmedical.com/images/buttons/AnomalousStore_rollover.png');
   background-repeat: no-repeat;
}

.LearningCenter
{
   float: left;
   width: 300px;
   height: 100px;
   margin-left: 250px;
   background-image: url('http://www.anomalousmedical.com/images/buttons/LearningCenter.png');
   background-repeat: no-repeat;
}


.LearningCenter:hover
{
   float: left;
   width: 300px;
   height: 100px;
   background-image: url('http://www.anomalousmedical.com/images/buttons/LearningCenter_rollover.png');
   background-repeat: no-repeat;
}

.DownloadButton
{
   width: 250px;
   height: 275px;
   margin-top: 0px;
   margin-left: 75px;
   background-image: url('http://www.anomalousmedical.com/images/buttons/downloadbutton.png');
   background-repeat: no-repeat;
    
}

.DownloadButton:hover
{
    background-image: url('http://www.anomalousmedical.com/images/buttons/downloadbutton_rollover.png');
    width: 250px;
    height: 275px;
    margin-top: 0px;
    margin-left: 75px;
    background-repeat: no-repeat;
}

.SuperFooterContainer 
{
background-color: #292929;
color: White;
padding: 1px; 
}
  
.SuperFooter
{
    max-width: 1170px;
    margin-left:auto;
    margin-right:auto;
    width: auto;
    padding-left:10px;
    margin-top:10px;
    margin-bottom:10px;
}

.SuperFooterContainer ul
{
    list-style: none;
    display:inline;
    padding-left: 0px;
}

.SuperFooterContainer ul.Social li
{
    margin-top:5px;
}

.SuperFooterContainer ul.Social li:first-child
{
    margin-top:0px;
}

.SuperFooterCol
{
    width: 20%;
    float: left;  
    line-height:2em;
}

.SuperFooterContainer .heading
{
font-weight: lighter; 
}

.SuperFooterContainer li {
    list-style:none;
}

@media (max-width: 555px)
{
    .SuperFooterCol 
    {
        width:33%;
    }

    .FooterHiddenSmall
    {
        display:none;
    }
}