<style type="text/css">
/** website color configuration
Silver - #A6A6A7 or #515251
Green - #47AD33
Blue - #1E4A9A
Orange - #F4951C
Yellow - #FECA16
WhiteSmoke- #F5F5F5
**/
    #test {

    }

    body {
        background: #F5F5F5;
        margin: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #header {
    	display: block;
    	width:90%;
    	text-align: center;
    	clear:both;
    	margin: auto;
    }

    .logo {
    	display: block;
        clear: both;
    	margin: 0px 0px 0px 0px;
    }

    .ticker {
      display: relative;
      text-align: center;
      clear: both;
      margin: 5% 10% 5% 10%;
    }

    .strap h1{
        position: relative;
        margin: -50px 50px 0px 75px;
        padding-top: 60px;
        font: italic bold 26px Arial, Helvetica, sans-serif;
    }

    .strap h2{
        position: relative;
        padding-bottom: 16px;
        font: italic 18px Arial, Helvetica, sans-serif;
        font-weight: bolder;
    }
    .strap a{
        position: relative;
        font: italic 18px Arial, Helvetica, sans-serif;
        text-decoration: none;
        cursor: pointer;
    }

    .nav {
        background: #1E4A9A;
        padding: 0px 0px 0px 0px;
        border-radius: 25px 25px 0px 0px;
        -moz-border-radius: 25px 25px 0px 0px;
        -webkit-border-radius: 25px 25px 0px 0px;
    }

    /* unvisited link */
    a:link {
        color: Orange;
    }

    /* visited link */
    a:visited {
        color: Orange;
    }

    /* mouse over link */
    a:hover {
        color: Green;
    }

    /* selected link */
    a:active {
        color: Orange;
    }

    #hero {
    	height:auto;
    	display: block;
    	margin: auto;
    	background: #A6A6A7;
    	text-align: left;
      width: 800px;
    }

    #slider {
    	display: block;
    	position: relative;
        height: 450px;
    	float: left;
    	margin: auto;
    	text-align: center;
      overflow: hidden;
      width:100%;

    }

    .info {
    	width: 100%;
    	height: 100px;
    	bottom: 20px;
   		display: block;
    	position: absolute;
    	background: rgba(244,129,48,.5);
    	z-index: 50;
    }

    .info h2{
    	font: bold 25px Arial, Helvetica, sans-serif;
    	text-align: left;
    	font-weight: bold;
    	position: relative;
    	margin: auto;
    	color: #FFF;
    	padding: 15px 0 0 20px;
    }

    .info p{
    	font: bold 20px Arial, Helvetica, sans-serif;
    	float: left;
    	font-weight: lighter;
    	position: relative;
    	margin: auto;
    	color: #FFF;
    	padding: 0 0 0 20px;
    	padding: 10px 0 0 20px;
    }

    #next {
    	line-height: 22;
    	width: 80px;
    	float: right;
    	clear: right;
    	text-align: center;
    	display: inline-block;
    	position: relative;
    	top: 0px;
    	right: 0px;
    	background: rgba(244,129,48,.5);
    	color:  #FFF;
    	cursor: pointer;
		z-index: 99;
    }

    #previous {
    	line-height: 22;
    	width: 80px;
    	float: left;
    	clear: both;
    	text-align: center;
    	display: block;
    	position: absolute;
    	top: 0px;
    	right: 0px;
    	background: rgba(244,129,48,.5);
    	color:  #FFF;
    	cursor: pointer;
		z-index: 99;
    }

    #pager {
    	width: 100%;
    	bottom: 50px;
    	text-align: center;
    	display: block;
    	position: absolute;
    	cursor: pointer;
    	z-index: 99;
    }

    #pager a {
    	font-size: .0em;
    	color: transparent;
		width: 20px;
		height:20px;
		display: inline-block;
		position: relative;
		border-radius: 25px;
		background: transparent;
		margin: 10px;
    }

  	#pager a.activeSlide{
  		background: black;
  	}


    #pad1 {
        clear: both;
        text-align: center;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #pad2 {
        clear: both;
        text-align: center;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #pad3 {
        clear: both;
        text-align: center;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #pad4 {
        clear: both;
        text-align: center;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #legal {
    	display: block;
    	position: relative;
    	clear:both;
        background-color: #F4951C;
        margin: auto;
        width: 90%;
        text-align: center;
    }

    .legalinfo h4{
        text-align: center;
        margin: auto;
        padding: 10px 0px 10px 0px;
    }

    .legalinfo a{
        text-align: center;
        margin: auto;
        padding: 0px 10px 0px 10px;
        font: bold 15px Arial, Helvetica, sans-serif;
    }

    #footer {
    	display: block;
    	position: relative;
    	clear:both;
        background-color: #FECA16;
        border-radius: 0px 0px 25px 25px;
        -moz-border-radius: 0px 0px 25px 25px;
        -webkit-border-radius: 0px 0px 25px 25px;
        margin: auto;
        padding-top: 5px;
        height: 90px;
        width: 90%;
        text-align: center;
    }

    #holdingheader {
        display: block;
        position: relative;
        clear:both;
        background-color: #1E4A9A;
        border-radius: 25px 25px 0px 0px;
        -moz-border-radius: 25px 25px 0px 0px;
        -webkit-border-radius: 25px 25px 0px 0px;
        margin: auto;
        height: 95px;
        width: 90%;
        text-align: center;
    }
    #holdingtext {
        color: #FFFFFF;
        float: bottom;
        padding-top: 10px;
        margin: auto;
        font: lighter 14px Arial;
        text-align: center;
    }
    #holdingbody {
        display: block;
        position: relative;
        clear:both;
        background-color: #FFFFFF;
        font: lighter 14px Arial;
        padding-top: 15px;
        padding-bottom: 40px;
        border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        margin: auto;
        width: 90%;
        text-align: center;
    }

  	.footerinfo h4{
  		color: #515251;
  		font: 16px Arial, Helvetica, sans-serif;
  		margin: auto;
        text-align: center;
        padding: 5px 0px 0px 0px;
    }

     .footerinfo a{
  		color: #515251;
  		font: normal 16px Arial, Helvetica, sans-serif;
  		margin: auto;
        text-align: center;
        padding: 5px 0px 0px 0px;
    }
    .social {
        padding: 10px 0px 0px 0px;
    }
    .social img{
        padding: 10px 15px 0px 15px;
        margin: auto;
    }

    .footerinfo h5{
    	color: #515251;
    	margin: auto;
    	font: normal 13px Arial, Helvetica, sans-serif;
        text-align: center;
        padding: 0px 0px 10px 0px;
    }

</style>
