@charset "UTF-8";
/* CSS Document */



/*Example CSS for demo ticker*/

#ajaxticker1{
	width: 830px;
	height: 22px;
	/*border: 1px ridge black;*/

	font-family: Arial, Helvetica, sans-serif;/*/background-color: #FEEEB8;*/
	color: #999;
	font-size: 14px;
	
}
#tickercontainer {
	height: 30px;
	width: 1000px;
	background-image: url(http://www.origindigital.com/media/img/home/ticker_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 18px;
}
#tickertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	float: left;
	height: 20px;
	width: 616px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
/*background-color: #FEEEB8;*/
}

.someclass{ //class to apply to your scroller(s) if desired
}

#tickertext a:link {
	color: #FFF;
	text-decoration: none;
	
}
#tickertext a:hover {
	color: #FFF;
	text-decoration: underline;
}

#tickertext a:visited {
	color: #FFF;
	text-decoration: none;
	
}
#tickertext a:active {
	color: #FFF;
	text-decoration: underline;
}

body {
	background-color: #333;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FC0;
	font-size: 14px;
}
#tickertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FC0;
	height: 20px;
	width: 125px;
	float: left;
}

#tickertitle a:link, a:visited, a:active{
	color: #FC0;
	text-decoration: none;
}


ssn icon


ul#menu {
    margin: 5px 0px;
}
    
ul#menu li {
    padding: 0px;
    display: inline-block;
    *display: inline; /* IE 7 and below */
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    width: 33px;
    height: 48px;
}

ul#menu li img {
    width: 33px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0 8px 0 0;
    border: none;
}
#contactsales {
	height: 36px;
	width: 168px;
	float: left;
	margin-top: -10px;
	margin-left: 0px;
}
