﻿@font-face {
/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2011 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      exljbris
 * License URL: http://www.fontspring.com/fflicense/exljbris
 *
 *
 */
	font-family: 'Museo300';
	src: url('fonts/Museo300-Regular-webfont.eot');
	src: url('fonts/Museo300-Regular-webfont?iefix') format('eot'),
	url('fonts/Museo300-Regular-webfont.woff') format('woff'),
	url('fonts/Museo300-Regular-webfont.ttf') format('truetype'),
	url('fonts/Museo300-Regular-webfont.svg#webfont') format('svg');
}

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2011 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Hoftype
 * License URL: http://www.fontspring.com/fflicense/hoftype
 *
 *
 */

@font-face {
    font-family: 'SonusLight';
    src: url('fonts/SonusLig-webfont.eot');
    src: url('fonts/SonusLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SonusLig-webfont.woff') format('woff'),
         url('fonts/SonusLig-webfont.ttf') format('truetype'),
         url('fonts/SonusLig-webfont.svg#SonusLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 10px;
	background-color: #2B708D;
	background-image: url('images/background.png');
	background-repeat: no-repeat;
	font-family: SonusLight, Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
}
img {
	border: 0px;
}
h4 {
	color: #F03D14;
	margin: 0px;
}
h4.sans {
	font-family: Museo300;
	font-size: 18px;
	color:#D65708;
	text-shadow: 0px 2px 2px rgba(0,0,0,.25);
}
h4.pad {
	margin-top: 5px;
}
#footer {
	font-size: 12px;
	color: white;
}
#footer a {
	color: white;
}
#wrapper {
	width: 880px;
	border: 1px solid black;
	background-color: #FBF4F4;
	padding: 10px;
}
.content_wrapper {
	background: white url('images/content_back.png') repeat-y;
	width: 717px;
	margin-bottom: 10px;
}
.content_header {
	height: 8px;
	background: white url('images/content_header.png') no-repeat;
}
.content {
	text-align: left;
	padding: 2px 5px 5px 5px;
	font-size: 14px;
	color: #434550;
}
.content p {
	margin-top: 5px;
	margin-bottom: 10px;
}
.content a, .boxed a {
/*	color: #F03D14; */
	color:#D65708;
}
.content a:visited, .boxed a:visited {
	color: #48556F;
}
.content_footer {
	height: 9px;
	background: white url('images/content_footer.png') no-repeat;
	clear: both;
}
.rounded_corner {
	background: white url('images/content_background.png') no-repeat;
	background-position: right top;
	margin: -7px 8px 10px 10px;
}
.whitepage {
	padding: 10px;
	margin: 10px;
	border: 1px #DDDDDD solid;
	color: #1F3D5A;
}
.whitepage a:visited {
	color: #F03D14;
}
.banner {
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	width: 880px;
	height: 72px;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}
.menubar {
	width: 880px;
	height: 30px;
	background: black url('images/menubar_black.png') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 5px;
	text-align: center;
}
.menubar a {
	color: white;
	text-decoration: none;
}
.menubar a:hover {
	color: #FFDC80;
	text-decoration: underline;
}
.left_column {
	width: 717px;
	padding-top: 10px;
	vertical-align: top;
}
.right_column {
	width: 183px;
	padding-top: 10px;
	vertical-align: top;
}
.boxed {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 100%;
}
.boxed h4 {
	background-image: url('images/darkbluebar.jpg');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	height: 22px;
	white-space: nowrap;
	margin: 0px;
	padding-top: 3px;
}
#cdsonline_login {
	margin: 0px 0px 5px 5px;
	width: 140px;
	padding: 0px;
	border: 1px black solid;
	font-size: 14px;
}
.copy_text {
	font-size: 14px;
}
.copy_text a {
	font-size: 14px;
    color: #222222;
    text-decoration: underline;
}
.copy_text a:hover {
    color: #FF0000;
}
.default_text {
	font-size: 14px;
}
.default_text a {
	color: #8F97B6;
	text-decoration: none;
}
.default_text a:hover {
	color: #FF0000;
}
