@charset "utf-8";
/* Cardinal Communications Main CSS Document */

/* Global Styles ******************/
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
* {
	margin: 0;
	padding: 0;
	border: 0;
  	outline: 0;
  	font-size: 100%;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*#table-hdr {
	background-image: url(../images/cc-header.gif);
}*/
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #BC0B01;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
}
h1, h2, h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
p {
	font-size: 1.0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	/*	margin: 0px;*/
}
.bold{
	font-weight: bold;
}

A:link {
	color: #333333;
	text-decoration: underline;
}
A:visited {
	color: #333333;
	text-decoration: underline;
}
A:active {
	color: #333333;
	text-decoration: none;
}
A:hover {
	color: #8F0000;
	text-decoration:underline;
}
		
ul {
	list-style-type: square; 
	font-size: 11px;
	font-size: .85em;
	margin: 0px 0px 15px 0px;
	padding-left: 14px;
}
ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: .85em;*/
}
ul.bold {
	font-weight: bold;
}
ul.noBullet {
	list-style-type: none; 
	font-weight: bold;
	padding-left: 0px;
}
ul.bold li {
	margin-top: 4px; 
}
ul.noBullet li{
	margin-top: 4px; 
}


/*********** Page Layouts and Sections******************/
#container {
	background-color: #ffffff;
	border: 1px solid #BC0B1C;
}
#hdr-logo {
	background-image: url(../images/cc-header.gif);
	background-repeat: no-repeat;
}
.content {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#sidebar-rt {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: bc0b01;
	padding: 10px 5px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
}
/*#body-col-rt {

}
.col-rt {
	vertical-align: top;
}
*/

/*.headline {
	font-size: 1.4em;
	font-weight: bold;
	color: #BC0B1C;
	text-align: center;
}
.subhead {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BC0B1C;
	text-align: center;
}
*/
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

}
.bold {
	font-weight: bold;
}


#TopNavigation {
	white-space: nowrap;
	padding:0;
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 56px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#TopNavigation li {
  float:left;
  margin: 0px;
  padding: 0px;
}

.TopNav_Dark {
    border-width: 0px;
}

.TopNav_Dark a, .TopNav_Dark a:link, .TopNav_Dark a:visited, .TopNav_Dark a:active {
  	display:block;
  	text-decoration: none;
  	padding-right: 11px;
  	padding-left: 11px;
  	color: #CCEDFF; /* Nav dark */
	color: #000000;
}
.TopNav_Dark a:hover {
  	background:none; 
  	background-image: url(../images/icon_tn_arrow.gif);
  	background-position: 3px 50%;
  	background-repeat: no-repeat;
	color: #FFFFFF; /* Global White */
}
.suspended {
	background-image: url(../images/suspended-new.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 424px;
	width: 480px;
}

#footer {
	background-color: #BC0B1C;
	padding: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}
/*#footer {
	padding: 10px 0px 0px 0px;
	font-size: 0.8em;
	text-align: left;
	color: #FFFFFF;
	background-color: #41240E;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}*/
#footer a {
	text-decoration:none;
	font-weight:normal;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration:underline;
}


/*  Form Related Formatting  */

/*
form textarea {
	background-color: #f4f2fc;
	border: 1px solid #999999;
}
form {
	background-color: #f4f2fc;
	border: 1px solid #999999;
	font-size: 1.1em;
	height: 1.5em;
	vertical-align: middle;
	width: 8em;
	padding: 0 0.5em;
}
/*.form-textarea {
	background-color: #f4f2fc;
	border: 1px dotted #999999;
}
.form-text, .form-select, .form-checkbox {
	background-color: #f4f2fc;
	border: 1px dotted #999999;
	font-size: 1.1em;
	height: 1.5em;
	vertical-align: middle;
	width: 8em;
	padding: 0 0.5em;
}*/
form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .90em;
  color: #000000;
  	border: 1px solid #999999;
}
select, checkbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .90em;
	color: #000000;
	border: 1px solid #FFFFFF;
}
/* form.css */
/*
* {
  margin: 0;
  padding: 0;
}

/*form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 560px;
  max-width: 620px;
  width: 590px;*/
}
/*
form fieldset {
  clear: both;
  font-size: 100%; 
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}
*/
