body {
margin:30px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #666666;
<!--background:url(../imgs/BG-gradient.jpg) repeat-x top;-->
}

.testimonialname {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #000000;
}

.testimonialquote {
font-family: Georgia;
font-size: 16px;
line-height: 16px;
color: #666666;
}

.heavy {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
line-height: 16px;
color: #000000;
}

.small {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
}

a:link, a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #F15C22;
text-decoration: underline;
}

a:hover, a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #000000;
text-decoration: underline;
}

.navlinks {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #666666;
}

.navlinks a:link, .navlinks a:visited {
color: #666666;
text-decoration: none;
padding: 18px;
}

.navlinks a:hover, .navlinks a:active {
color: #000000;
text-decoration: none;
background-color: #EEEEEE;
border-bottom: #F15C22 2px solid;
padding: 18px;
}

.navlinksselected{
color: #000000;
text-decoration: none;
background-color: #EEEEEE;
border-bottom: #F15C22 2px solid;
padding: 18px;
}

.footer {
width: 100%; 
height: 100px;
position: fixed;
bottom: 0px;
background: #F15C22;
}

.footercenter {
width:821px;
margin:0 auto;
text-align:right;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}

.footercopy {
	padding:5px 13px 0px 0px;
}

.footerlinks {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}

.footerlinks a:link, .footerlinks a:visited	{
color: #FFFFFF;
text-decoration: none;
}

.footerlinks a:hover, .footerlinks a:active	{
color: #F9A280;
text-decoration: underline;
}

.maintable {
padding-bottom: 150px;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #F15C22;
font-size: 18px;
line-height: 24px;
text-transform: capitalize;
}

.bread {
font-family: Georgia, "Times New Roman", Times, serif;
color: #F15C22;
font-size: 18px;
line-height: 24px;
text-transform: capitalize;
font-weight: bold;
}

.bread a:link, .bread a:visited	{
font-family: Georgia, "Times New Roman", Times, serif;
color: #F15C22;
font-size: 18px;
line-height: 24px;
text-transform: capitalize;
text-decoration: none;
font-weight: bold;
}

.bread a:hover, .bread a:active	{
font-family: Georgia, "Times New Roman", Times, serif;
color: #F15C22;
font-size: 18px;
line-height: 24px;
text-transform: capitalize;
text-decoration: underline;
font-weight: bold;
}

.sidenav {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999999;
padding-bottom: 15px;
border-bottom: #999999 thin solid;
}

.sidenav a:link, .sidenav a:visited	{
color: #999999;
text-decoration: none;
}

.sidenav a:hover, .sidenav a:active	{
color: #000000;
text-decoration: none;
}

.splashpage {
width:821px;
height:500px;
margin:0 auto;
margin-top: -15px;
text-align:center;
}

.splashtext {
width:450px;
margin:0 auto;
padding:15px 0px 0px 0px;
font-size: 11px;
}

.buttons {
padding-top:15px;
margin:0 auto;
width:365px;
}

@-webkit-keyframes selection {
	from {
	  border:thin solid rgba(241,92,34,0);
	}
	to {
	  border:thin solid rgba(241,92,34,15);
	}
  }

.buttons a {
float:left;
text-decoration:none;
text-align:center;
margin:0px 10px;
width:200px
height:225px;
border:thin solid rgba(241,92,34,0);
}

.buttons a img {
border:0px;
}

.buttons a:hover {
border:thin solid rgba(241,92,34,15);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-animation-name: selection;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-direction: alternate;
}

h1 {
margin:0 auto;
text-decoration:none;
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:100;
margin-bottom:20px;
}

small {
	padding:3px 5px;
	margin-left: 10px;
	font-size: 8px;
	line-height: 15px;
	font-weight: bolder;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid thin red;
	color: red;
	opacity: 1;
	}
