@font-face {
	font-family: titillium;
	src: url('../fonts/TitilliumText22L001.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'museo';
    src: url('../fonts/museo_slab_500-webfont.eot');
    src: url('../fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_slab_500-webfont.woff') format('woff'),
         url('../fonts/museo_slab_500-webfont.ttf') format('truetype'),
         url('../fonts/museo_slab_500-webfont.svg#MuseoSlab500') format('svg');
    font-weight: normal;
    font-style: normal;

}



body, html {
	height: 100%:
}

body {
	border: 0;
	margin: 0;
	padding: 0;
	background: #e26c02;
	font-family: helvetica, arial, 'lucida grande', sans-serif;
	font-size: 16px;
}

a img {
	border: none;
}
a:link, a:visited {
	color: black;
}
a:hover {
	color: red;
}

div, section, header, footer, nav {
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

hr.newsfeed {
	border: none;
	border-top: 1px solid #eee;
	width: 90%;
	margin: 50px 0 20px;
	text-align: left;
}
hr.grayish {
	width: 80% !important;
	border: none !important;
	border-top: 1px dashed #eee !important;
	color: #eee !important;
}

#menuWrapper {
	position: relative;
	padding-top: 30px;
	z-index: 2;
}
#menu {
	margin: 0 auto;
	width: 960px;
	height: 30px;
	list-style-type: none;
	overflow: hidden;
}

#menu > * > a {
	display: block;
	float: right;
	margin-left: 5px;
	padding: 5px 15px 15px;
	line-height: 20px;
	height: 20px;
	color: black;
	font-size: 16px;
	text-decoration: none;
	text-shadow: 0 1px 0 white;
	background-color: white;
	background-position: top left;
	background-repeat: repeat;
	background-image: -webkit-linear-gradient(top, white, #eee);
	background-image: -moz-linear-gradient(top, white, #eee);
	background-image: url('../images/tab.png');
	box-shadow: 0 -3px 5px #c35b02;
	-webkit-box-shadow: 0 -3px 5px #c35b02;
	-moz-box-shadow: 0 -3px 5px #c35b02;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#menu > * > a:hover, #menu > * > a.active {
	background-image: none;
}

#pageWrapper {
	position: relative;
	min-width: 960px;
	width: 100%; 
	background: white;
	text-align: center;
	box-shadow: 0 0 15px #923400;
	-webkit-box-shadow: 0 0 15px #923400;
	-moz-box-shadow: 0 0 15px #923400;
	z-index: 0;
}

#page {
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	min-height: 400px;
	text-align: left;
}

#header {
	margin: 0 auto;
	padding: 15px 0;
	width: 960px;
	text-align: left;
}
#header img {
	height: 70px;
}

#header #signin {
	text-align: right;
	float: right;
}	
#header #signin span {
	color: gray;
	font-size: 0.8em;
}
#header #signin span a {
	color: gray;
}
#header a:link, #header a:visited {
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}	

#banner {
	width: 100%;
	background: #222;
	background-image: -webkit-linear-gradient(top, #111, #282828);
	background-image: -moz-linear-gradient(top, #111, #282828);
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	box-shadow: inset 0 0 5px black;
	-moz-box-shadow: inset 0 0 5px black;
	-webkit-box-shadow: inset 0 0 5px black;
	text-align: center;
	/* Resets */
	background: white none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#banner img {
	border: 2px solid #bbb;
	margin-left: -2px;
	height: 300px;
	width: 960px;
}

#primary {
	float: left;
	width: 610px;
}
#primary h1 {
	margin: 10px 0 30px;
	color: #aaa;
	font-family: museo, 'times', serif;
	font-weight: normal;
	font-size: 38px;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #ddd;
}
#primary h2 {
	margin: 40px 0 30px;
	font-family: museo, times, serif;
	font-weight: normal;
	font-size: 2em;
}
#primary h3 {
	font-weight: normal;
}

#secondary {
	float: right;
	padding-left: 29px;
	width: 300px;
	font-size: 0.9em;
	text-align: left;
	border-left: 1px solid #bbb;
}
#secondary h1 {
	margin: 20px 0 5px;
	color: #222;
	font-family: museo, times, serif;
	font-weight: normal;
	font-size: 1.5em;
}
#secondary hr {
	margin: 0 0 15px;
	width: 40%;
	border: none;
	text-align: left;
	border-top: 1px solid #222;
	border-bottom: 1px solid #ddd;
	color: black;
}
#secondary h2 {
	font-size: 1.1em;
}
#secondary h2 a {
	text-decoration: none;
}
#secondary h2 a:hover { 
	text-decoration: underline;
}

#homeLinks a{
	border: 1px solid #eee;
	padding: 10px;
}
#homeLinks a:hover {
	border: 1px solid #bbb;
}

#homeLeftImage {
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}	

/* OLD HOME BUTTON
.homeButton {
	display: block;
	float: right;
	padding: 10px 0;
	width: 258px;
	height: 30px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	background: url('../images/button-white-2.png') top left transparent;	
}
.homeButton:first-child, .homeButton.first-child {
	margin-left: 10px;
}
.homeButton:active {
	background-position: top right;
}
*/

.homeButton, .homeButton:link, .homeButton:visited,
.aboutButton, .aboutButton:link, .aboutButton:visited {
	display: block;
	float: right;
	margin: 5px 0;
	padding: 5px 10px;
	width: 500px;
	border: 1px solid #bbb;
	color: #bbb;
	font-weight: bold;
	text-decoration: none;
}
.homeButton:hover, .aboutButton:hover {
	border: 1px solid #444;
	color: black;
}
.homeButton span, .aboutButton span {
	font-size: 18px;
}
.homeButton:hover span.plus1 {
	color: red;
}
.homeButton:hover span.plus2 {
	color: green;
}
.homeButton:hover span.plus3 {
	color: steelblue;
}
.homeButton:hover span.plus4 {
	color: darkorange;
}

.aboutButton {
	font-weight: normal !important;
	width: 600px !important;
}
.aboutButton:hover span {
	color: red;
}

#assobFast {
	display: block;
	float: right;
	margin: 5px 0;
	padding: 5px 10px;
	width: 500px;
	border: 1px solid #666;
	color: black;
	font-size: 12px;
	text-decoration: none;	
}
#assobFast p {
	margin: 5px 0;
}

#homeContactUsWrapper {
	margin-top: 100px;
	padding: 10px 20px;
	background: #060c26 url('../images/button-wrapper-bg.png') repeat left top;
	color: white;
	text-align: center;
	border: 1px solid midnightblue;
}
#homeContactUsWrapper h3 {
	margin: 5px 0 10px;
	text-shadow: 0 1px 0 midnightblue;
	font-family: 'century gothic', helvetica, arial, verdana, sans-serif;
	font-style: italic;
	font-size: 20px;
}
#homeContactUs {
	display: block;
	padding: 10px 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: steelblue;
	font-size: 22px;
	font-weight: bold;
	font-family: arial, 'arial black';
	text-shadow: 0 -1px 1px white;
	text-decoration: none;
	text-align: center;
	background: url('../images/button-white.png') top left transparent;
}
#homeContactUsWrapper #homeContactUs {
	background: url('../images/button-white-2.png') top left transparent;	
}
#homeContactUs img {
	vertical-align: -3px;
}
#homeContactUs:active {
	background: url('../images/button-white.png') top right transparent;
}
#homeContactUsWrapper #homeContactUs:active {
	background: url('../images/button-white-2.png') top right transparent;
}

#aboutMenu, #aboutMenu li{
	padding: 0;
	list-style-type: none;
}
#aboutMenu {
	border-bottom: 1px solid #aaa;
}
#aboutMenu a, #aboutMenu a:link, #aboutMenu a:visited {
	display: block;
	width: 260px;
	padding: 10px 20px;
	border-top: 1px solid #aaa;
	text-decoration: none;
	color: black;
	text-shadow: 0 1px 0 white;
}
#aboutMenu a:hover, #aboutMenu a.active {
	text-decoration: none;
	color: black;
	background: #eee;
}
#aboutMenu a:hover:after {
	content: ' \bb';
}

#footer {
	font-size: 14px;
	text-shadow: 0 1px 0 saddlebrown;
	text-align: center;
	color: white;
}
#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: white;
}
#footer a:hover {
	background-color: #e38021;
	text-decoration: underline;
}

#footerMenuWrapper {
	padding: 7px 0;
	width: 100% !important;
	background: #222;
	background-image: -webkit-linear-gradient(top, #111, #282828);
	background-image: -moz-linear-gradient(top, #111, #282828);
}
#footerMenu {
	text-align: center;
	color: white;
	text-shadow: 0 1px 0 #666;
}
#footerMenu a, #footerMenu a:link, #footerMenu a:visited {
	text-decoration: none;
	text-shadow: 0 1px 0 #666;
	color: white;
}
#footerMenu a:hover {
	background-color: #333;
	text-decoration: underline;
	text-shadow: 0 1px 0 #666;
}

#footerDisclaimer {
	margin: 0 auto;
	font-size: 11px;
	
}

#copyright {
	font-size: 14px;
}
#copyright span {
	color: #f5a75c;
}
#copyright span a {
	text-decoration: none;
	color: #f5a75c;
}
#copyright span a:hover {
	text-decoration: underline;
}

.homeLinkWrapper {
	float: left;
	display: block;
}
.homeLinkWrapper img {
	width: 200px;
	height: 100px;
}

.readMore {
	text-align: right;
	font-size: 0.8em;
}

.wrapper > * {
	width: 960px;
}

.doubleColumn {
	width: 480px;
}
.doubleColumn#primary, .doubleColumn.left {
	width: 440px;
	padding-right: 40px;
	font-size: 16px;
}
.doubleColumn#secondary, .doubleColumn.right {
	width: 440px;
	padding-left: 39px;
	border-left: 1px solid #bbb;
	font-size: 16px;
}

.news {
	font-size: 0.8em;
}
.caption {
	font-size: 0.9em;
	color: gray;
}	
.larger {
	font-size: 1.1em !important;
}
h1.large {
	font-size: 2.25em !important;
}
.clearfix {
	clear: both;
}


/*
http://image.shutterstock.com/display_pic_with_logo/253597/253597,1291683977,9/stock-photo-business-company-financial-balancestock-quotes-at-real-time-at-the-stock-exchange-66866305.jpg

*/