A {
    color: black;
}
A:hover {
    background-color: black;
    color: white;
}
A.IMG:hover {
    background-color: white;
    text-decoration: none;
}

A.FREETRIAL {
	background-color: #FF6300;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	padding: 4px;
	text-decoration: none;
}
A.FREETRIAL:hover {
	background-color: #FF9900;
	color: black;
	text-decoration: underline;
}

body.plain, body {
    background-color: #E0E0E0;
    font-family: Arial,lucida,sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1024px;
}


DT {    
    font-weight: bold;
}
     

H1,H2,H3,H4 {
    font-weight: bold;
}

H1 {
    color: #667F8D;
    font-size: 1.2em;
}
        
H1.Smaller {
    font-size: 0.8em;
    text-align: center;
}
        
H2 {
    font-size: 1em;
}

H3 {
    font-size: 0.9em;
}     

P {    

}

UL.Bigger LI {
    margin-top: 5px;
    margin-bottom: 5px;
}

UL.NavList {
    margin: 0;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding:0;
}

UL.NavList LI {
    display: inline;
    margin-left: 20px;
}
UL.NavList LI.First {
    margin-left: 0;
}
UL.NavList A {
    color: white;
    font-family: Verdana,lucida,sans-serif;
    font-size: 0.8em;
    font-weight: bold;
}
UL.NavList A:hover {
    background-color: white;
    color:  #95B0C5;
}
#Banner {
    background-image: url(/images/logobanner3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #95B0C5;
    height: 132px;
    margin-left: auto;
    margin-right: auto;
}

#MenuDiv {
    background-color: white;
    background-image: url(/images/CompanyName.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 30px; 
}
#ContentDiv {
    background-color: white;
    border-top: 4px solid #95B0C5;
    overflow: auto;
}

#LeftSide {
    float: left;
    min-width: 320px;
    max-width: 710px;
    padding: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

#SingleDiv {

    padding: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

#IDbtnCreate {
	box-shadow: 3px 3px 3px 3px #888888;
	}

#RightSide, .RightSideDiv {
    -webkit-box-shadow:  6px 6px 4px 4px #95B0C5;
    border: 1px solid #95B0C5;
    box-shadow:  6px 6px 4px 4px #95B0C5;
    float: left;
    padding-bottom: 1em;
    padding-top: 1em;
    margin-right: 16px;
    margin-top: 2em;
    margin-bottom: 1em;
    max-width: 230px;
    min-height: 300px; 
    min-width: 230px;
    text-align: center;
}

#RightSide HR {
    width: 80%;
}

#CommonLinks {
    background-color: #95B0C5;
    clear: both;
    color: white;
    float: none;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-align: center;
}

.CopyrightNotice {
    font-size: x-small;
}
.EmphasizedText {
    color: #667F8D; 
    display: block;
    font-weight: bold;
}
.ImageCaption {
     font-size: 0.9em; 
     margin-left: auto; 
     margin-right: auto; 
     margin-top: 0px; 
     position: relative; 
     
}
#RightSide .LinkDiv {
    padding-left: 1em; 
    padding-right: 1em;
    text-align: left;
}
.SampleUserDiv {
    width: 710px;
}
.TagLine {
    clear: left;
    font-weight: bold;
}
.Testimonial {
    color: #8D6F49;
}
P.Testimonial {
    font-size: 0.8em;
    text-align: left;
}
#RightSide P.Testimonial {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
#RightSide IMG,A.IMG IMG {
    border: 0;
}
@media print {	
	#RightSide, #CommonLinks {
		display:none;
	}
	#LeftSide {
		width: auto;
	}
    Body {
        background-color: transparent;
    }
}

@media screen and (max-device-width: 320px) 
{
    /*
        This is an iPhone. Fix the left side div, and force the right side to clear.
    */
    #LeftSide {
        width: 280px;
    }
    #RightSide {
        clear: both;
    }
    IMG.LowResInvisible {
        display: none;
    }

}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px),
    screen and (min-device-width: 600px) and (max-device-width: 1024px) {
    /*  For an iPad (line 1 or a Kindle fire, line 2), narrow this down just a touch. */
    #LeftSide {
         width: 675px;
    }
    .SampleUserDiv {
        width: 675px;
    }
}

.HighlightButton {
    
    background-color: #F86900; 
    border: 1px solid;
    border-bottom-color: #FF8C00; 
    border-left-color: #F4A460; 
    border-right-color: #FF8C00; 
    border-top-color: #F4A460; 
    color: white; 
    cursor: pointer;
    font-size: 1.3em; 
    margin-top: 1em; 
    padding: 0.4em;
    text-shadow: 2px 2px 2px #000000;
    }

.RoundedHighlightButton {
    border-radius: 8px;
}

.LeftButton {
    clear: left;
    float: left;
}
.RightButton {
    float: right;
}
A.HighlightButton {
    margin: 1em;
    text-decoration: none;
    color: white;
}
A.HighlightButton:hover {
    background-color: white;
    color: #F86900;
}

.unselectedTab  {
     display: none;
}

img#SlideThumb {
    height: 150px;
    width: 200px;
}
