@CHARSET "ISO-8859-1";
/**
 * magenta: 950042
 * dark blue-ish: 004fba
 * blue-ish: 6399cb
 * light blue-ish: 53addb
 * Dark Green: 0C6000
 * Orange: D75D0C
 */

/********************************************************************
 *
 * General
 *
 ********************************************************************/
html {
	overflow-y:scroll;
	height:100%;
}
body {
	background:#f3f3f3;
	color: #000;
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
	height:100%;
}

/* Eliminates outline around links */
* :focus { outline: 0; }

/* Text */
p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.text-small {
	font-size: 0.91667em;
	line-height: 1.3636em;
}
.small {
	color: #666;
	font-size: 0.91667em;
	line-height: 1.3636em;
}
.dotted-underline {
	border-bottom: 1px dotted #000;
}
.dotted-underline:hover {
	cursor: help;
}
.special-color {
	/* dark bluish */
	color: #004fba;
	font-weight:bold;
}
.special-color-two {
	/* dark green */
	color:#0C6000;
}
.special-color-three {
	/* dark orange */
	color:#D75D0C;
}

/* Headings */
h1, h2, h3 { 
	color: #950042;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", Helvetica, sans-serif;

}
h1 {
	font-size: 1.6666em;
	margin-bottom: 0.9em;
}
h2 {
	font-size: 1.3333em;
	margin-bottom: 1.125em;
}
h3 {
	font-size: 1.1667em;
}

/* Links */
a {
	color: #004fba;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.tooltip {
	margin-left: 1em; 
	text-decoration: none;
}
a.tooltip span {
	display: none;
	padding: 4px 6px; 
	margin-left: 1em;
	width: 240px;
}
a.tooltip:hover span {
	background: #eee; 
	border: 1px solid #666; 
	color: #6c6c6c;
	
	display: inline;
	position: absolute;
}
a.chosen {
	color: #950042;
	text-decoration: none;
}
/* Lists */
#content ul, #content ol, #content dl
{
	margin-bottom: 1em;
}
#content ul li, #content ol li, #content dl dd { 
	line-height: 1.5em;
}
#content ol li ol {
	list-style-type: lower-alpha;
	margin-top: 1em;
}
#content .box ul {
	margin-bottom: 0;
}
ul.list-disc {
	list-style-type: disc;
	margin-left: 1.5em;
}
ul.list-disc li {
	line-height: 2em;
}
ul.list-check {
	list-style-type:none;
	margin-left:15px;
}
ul.list-check li {
	padding-left:18px;
	height:35px;
	
	line-height:1em !important;
	
	background-image:url("../images/check-mark-d.png");
	background-repeat: no-repeat;
	background-position: 0 1px;
	}
ol {
	list-style-type: decimal;
	list-style-position: inside;
}
ol li {
	margin-bottom: 1em;
}
ol.list-lower-alpha {
	list-style-type: lower-alpha;
}
ol.list-lower-roman {
	list-style-type: lower-roman;
}
dl dt {
	line-height: 1.5em;
}
dl.list-links > dt {
	color: #950042;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size: 1.3333em;
	line-height: 1.125em;
}
dd {
	line-height: 1.5em;
	margin-bottom: 1em;
}
dl.list-links ul {
	list-style-type: disc;
	list-style-position: inside;
}
#content li li {
	margin-left: 2em;
}

/* Formatting */
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}

/*********************************************************************
 *
 * Layout
 *
 ********************************************************************/
 
 /* Floating */
.content-left {
	float: left;
	text-align: left;
}
.content-right {
	float: right;
	text-align: left;
}

/* Clear float */
.catchall {
	height: 1px;
	clear: both;
	width: 100%;
}

/* Padding */
.content-padding {
	padding: 12px;
}
.content-padding-right {
	padding-right: 12px;
}
.content-padding-left {
	padding-left: 12px;
}
.content-padding-x {
	padding: 0 12px;
}

/* Pixel width */
.content-width-small {
	text-align: left;
	width: 480px;
}
.content-width-medium {
	text-align: left;
	width: 600px;
}

/* Centering */
.center {
	margin: 0 auto !important;
	text-align: center;
}

/* Percentages */
.content-maximum {
	clear: both;
	width: 100%;
}
.three-fourths {
	width: 74.9%;
}
.fourth {
	width: 24.9%;
}
.third {
	width: 33.2%;
}
.two-thirds {
	width: 66.5%;
}
.half {
	width: 49.9%;
}

/* Columns */
.twocols-left-sidebar {
	float: left;
	width: 216px;
}
.twocols-right-main {
	float: right;
	width: 684px;
}
.twocols-left-main {
	float: left;
	width: 684px;
}
.twocols-right-sidebar {
	float: right;
	width: 216px;
}

.float-left-one-third-col
{
  float:left;
  width:275px;
  margin:5px;
  padding:12px;
  background-color:LightBlue;
  border-style:solid;
  border-width:2px
}
.float-right-one-third-col
{
  float:right;
  width:275px;
  margin:5px;
  padding:12px;
  background-color:LightBlue;
  border-style:solid;
  border-width:2px
}
.one-third-col-centered-text
{
  width:270px;
  margin:15px;
}
.clear-floats
{
  clear:both;
}

.one-third-column-link-box
{
  border-style:solid;
  border-width:5px;
  border-color:#565656;
  background-color:#990033;
  font-size:150%;
  width:200px;
  padding:5px;
  text-align:center;
  color:Snow;
  margin-left:30px;
}

.big-line
{
  size:5px;
  align:left;
  height:5px;
  border-width:0;
  color:gray;
  background-color:gray;
}

.center-DarkRed
{
  text-align:center;
  color:DarkRed;
}

/*********************************************************************
 *
 * Wrapper
 *
 ********************************************************************/
#wrapper {
	margin: 0 auto;
	width: 960px;
	padding-bottom: 145px;
}

/*********************************************************************
 *
 * Header
 *
 ********************************************************************/
#header-wrapper {
	width: 960px;
	margin:0 auto;
	position: relative;
	z-index:2;
	
	color:#f3f3f3;
	
	border-radius-topleft: 6px;
	border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

#header-wrapper a {
	color:#eee	
}

#header-color {
	background:#0054A6 url(/images/long-header-gradient.png) no-repeat center 0;
	width:100%;
	position:relative;
	
	padding-bottom:10px
}
#shadow {
	width:100%;
	height:10px;
	
	position:relative;
	top:0;
	left:0;
	z-index:-1;
	
	margin:0;
	padding:0;
	
	background: url(/images/gradient-shadow.png) repeat-x 0 0;
}	
	
/* Logo */
#logo-wrapper{
	float: left;
	text-align: left;
	width:700px;
	
	position:relative;
	z-index:4;
}
#logo-wrapper img {
	float:left;
}
#logo-wrapper span {
	float:right;
	font-size: 14px;
	font-weight:bold;
	color:#ddd;
}
#logo {
	padding: 12px;
}

/* User bar */
#userbar-wrapper {
	position: absolute;
	top: 10px;
	right: 12px;
}
#userbar {
	margin-right:60px;
}
#userbar ul {
	margin-top: 60px;
}
#userbar li {
	float: left;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 6px;
}
.userbar-links {
	font-size: 1.3333em;
}

ul#sns_list {
	background:#951C53;
	list-style-type:none;
	border:1px solid #f3f3f3;
	border-top:none;
	float:right;
	margin-right:11px;
	padding:10px 4px 5px;
	
	position:relative;
	z-index:4;
	
	border-radius-bottomleft: 6px;
	border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

ul#sns_list li {
	display:block;
	float: left;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 4px;
}

/* Search bar */
#search-wrapper {
	text-align: right;
	margin-right:6px;
	padding-top:8px;
}
#search-wrapper a {
	color:#ccc;
}
#owned {
	clear: left;
	color: #737373;
	font-size: 10px;
	margin: 0 12px 6px;
	text-align: left;
}

#bond-lic {
	float:left;
	clear:left;
	padding: 0 12px;
	text-align: left;
	font-size:10px !important;
	width:300px;
	margin:15px 0 10px;
}

#bond-lic a {
	font-size:11px;
}

/*tool tip*/
.bond-lic-tip {
	display:none;
	width:180px;
	height:65px;
	font-size:10px;
	line-height:120%;
	text-align: left;
	padding:18px 15px 0 15px;
	background:url(/images/bond-bg-short.png) no-repeat 0 10px;
	
	z-index:100;
}
	

/*********************************************************************
 *
 * Navigation
 *
 ********************************************************************/
#navigation-wrapper {
	background: #f3f3f3 url('../images/gradient-shadow-flip.png') repeat-x left 17px;
	border: 1px solid #666;
	height: 2em;
	line-height: 2em;
	margin: 0 13px;
	float: left;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.navigation-links a {
	color: #444 !important;
	display: block;
	float: left;
	height: 2em;
	text-decoration: none;
}
.navigation-links a:hover {
	color: #000 !important;
	text-decoration: none;
}
.navigation-links > li {
	border-left:1px solid #666;
	display: block;
	float: left;
	height: 2em;
	position: relative;
}
/* eliminates double border on Home link */
.navigation-links > li#home {
	border-left:none;
}

.navigation-links li a span {
	padding: 0 12px;
}

.navigation-links li ul {
	background: #f0f0f0 url('../images/gradient-shadow.png') repeat-x left -4px;
	border: 1px solid #666;
	display: none;
	position: absolute;
	left: -1px;
	top: 100%;
	z-index: 1;
	
	border-radius-bottomleft: 6px;
	border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	
	box-shadow: 		0 6px 10px #999;
	-moz-box-shadow: 	0 6px 10px #999;
	-webkit-box-shadow: 0 6px 10px #999;
}
.navigation-links li:hover ul {
	display: block;
}
.navigation-links li ul li {
	height: 2em;
	white-space: nowrap;
	
	border-radius-bottomleft: 6px;
	border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.navigation-links li ul li a {
	display: block;
	line-height: 2em;
	text-align: left;
	width: 100%;
}
.navigation-links li ul li a span {
	display: block;
	padding: 0 12px;
}

/*********************************************************************
 *
 * Content
 *
 ********************************************************************/
  
#content-wrapper {
	position: relative;
	text-align: left;
	width: 100%;
}

#content {
	padding: 12px;
}

/*********************************************************************
 *
 * Footer
 *
 ********************************************************************/
/* so footer sits at bottom of the page */
#full-height {
	position: relative;
	min-height:100%
}
#footer-color {
	width:100%;
	background:#888;
	position: absolute;
	bottom: 0;
}
#footer-wrapper {
	clear: both;
	line-height: 1.5em;
	text-align: left;
	width: 960px;
	margin:0 auto;

}
#footer {
	color: #ccc;
	font-size: 0.8333em;
	float: left;
	text-align: left;
}
#footer a {
	color: #fff;
}
#footer-links li {
	display: inline;
	margin: 0 6px 0 0;
}

/*********************************************************************
 *
 * Tables
 *
 ********************************************************************/
.content-table {
	line-height: 1.3846em;
	margin-bottom: 12px;
}
.content-table .row-one {
	background: #fff;
}
.content-table .row-two {
	background: #f6f6f6;
}
.content-table th {
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	padding: 3px 6px;
	vertical-align: top;
}
.content-table th a {
	color: #333;
}
.content-table td {
	padding: 3px 6px 3px 0;
	vertical-align: top;
}
.content-table-max-width {
	width: 100%;
}
.solid td {
	border: 1px solid #ccc;
	padding-left: 6px;
}

/*********************************************************************
 *
 * Forms
 *
 ********************************************************************/
fieldset {
	margin-bottom: 2em;
	padding: 0.5em 0.5em;
}
legend {
	color: #950042;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size: 1.333em;
}
form textarea, form input[type="text"], form select, form input[type="password"] {
	border: 1px solid #666;
}
form textarea, form input[type="text"], form input[type="password"] {
	font-size: 1.0883em;
	padding: 0.1em 0.2em;
}
form select {
	font-size: 1em;
}
.form-error, .error {
	color: red;
	font-weight: bold;
}
.error {
	margin-left: 1em;
}

form input:hover, form select:hover, form textarea:hover {
	background: #d2f0ff;
}

form input[type="submit"], form input[type="reset"] {
	background: #0079cd;
	border-top: 1px solid #a1d8ff;
	border-left: 1px solid #a1d8ff;
	border-bottom: 1px solid #006cb7;
	border-right: 1px solid #006cb7;
	color: #fff;
	padding: 1px;
}
form input[type="submit"]:hover, form input[type="reset"]:hover {
	background: #379be1;
	cursor: pointer;
	text-decoration: underline;
}
.form-center {
	text-align: center;
}
form em {
	color: red;
}
input:focus, textarea:focus, select:focus {
	background: #ffffcc;
}

/*********************************************************************
 *
 * Miscellaneous
 *
 ********************************************************************/
 /* Flash messages */
.message, .alert-message, .warning-message, .box {
	line-height: 1.5em;
	margin-bottom: 1em;
	max-width: 936px;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.message, .alert-message, .warning-message {
	padding: 12px;
}
.message {
	background: #e8f6ff;
	border: 1px solid #6399cb;
}
.alert-message {
	background: #fff4f4;
	border: 1px solid #b30000;
	color: #b30000;
}
.warning-message {
	background: #fffce5;
	border: 1px solid #5a5000;
	color: #5a5000;
}

.box {
	border: 1px solid #ccc;
}

#footer #copyright {
	color: #ccc;
	text-decoration: none;
}

hr {
	color: #eee;
	clear: both;
}

.login-field {
	width: 98%;
}

/* Images on the sidebar during signup */

.sidebar-img {
	margin:0 0 5px 25px;
}

/* Tooltips */
.title {
    position: absolute;
    z-index: 999;
    display: none;    
    padding: 4px;
    max-width: 250px;
}

.title p {
    color: #fff;
    background-color: #222;
    padding: 4px 8px;
    
    text-align: left;
    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
			
	box-shadow: 3px 3px 2px #666;
	-moz-box-shadow: 3px 3px 2px #666;
	-webkit-box-shadow: 3px 3px 2px #666;
}

/*********************************************************************
 *
 * Promotional advertisements
 *
 ********************************************************************/
#premier-promotion-wrapper, #promotion-wrapper {
	background: #fff;
	text-align: left;
	margin-bottom: 12px;
	min-height: 370px;
	width: 200px;
}
#premier-promotion-wrapper a, #promotion-wrapper a {	
	color: #000;
	text-decoration: none;
}
#premier-promotion-wrapper a:hover, #promotion-wrapper a:hover {	
	color: #004fba;
}
#premier-promotion-wrapper img, #promotion-wrapper img {
	clear: both;
	display: block;
	margin: 0 auto 1em auto;
}
#premier-promotion-wrapper span, #promotion-wrapper span {
	display: block;
	text-align: left;
}

/********************************************************************
 *
 * Pagination
 *
 ********************************************************************/
.page-link {
	background: #eee;
	border: 1px solid #ccc;
	padding: 0.5em 0.5em;
	margin-right: 0.25em;
	text-decoration: none;
}
.page-link:hover {
	background: #ddd;
	text-decoration: none;
}
.page-link-selected, .page-link-selected:visited {
	background: #fff;
	border: 0;
	color: #000;
	text-decoration: none;
}

.pagination {
	font-size: 80%;
}
        
.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}

/* Search */
.ui-datepicker-trigger {
	padding-left: 6px;
	vertical-align: top;
}
.ui-datepicker-trigger:hover {
	cursor: pointer;
	padding-left: 6px;
}

/* Endorsements */
#endorsements {
	text-align: justify;
}
#endorsements h2 {
	margin-bottom:0.5em;
	font-size:2em;
	text-align:center;
}
#endorsements span {
	font-size:15px;
}

/* RSS Feed */
.rss-feed {
	padding: 8px;
}

#feed-list a, #feed-list p {
	font-size: 0.9em;
}
#feed-list li {
	color:#950042;
}
#feed-list li .description {
	color:#000;
}

/* hide images to preload for JS effects */
.preloaded-image {
	display: none;
}

/* choice payment enlargement */
.payment-enlarge {
	font-size: 1.3em;
	font-weight: bold;
}