@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg.gif);
	background-color: #F0FBFF;
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 900px;
	text-align: left;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ED6F3;
	border-right-color: #9ED6F3;
	border-bottom-color: #B7E0F7;
	border-left-color: #9ED6F3;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0px;
}
.LeftPanel {
	width:420px;
	float:left;
	clear:left;
	padding: 1em;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}
.RightPanel {
	width:430px;
	float:right;
	clear:right;
	padding: 1em;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}
.WidePanel {
	width:880px;
	clear:both;
	padding: 1em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}
.CenterElement {
	text-align:center;
	clear:both;
	padding-top: 0.6em;
	padding-bottom: .6em;
}
a {
	color: #FF6600;
}
a:hover {
	color: #A64200;
	text-decoration: underline;
}
hr {
	border: 0;
	color: #9ED6F3;
	background-color: #9ED6F3;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
}

img {
	border-top-color: #FF9933;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF9933;
}
.HighlightedText {
	color: #003871;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/right-arrow-button10x10.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 13px;
	text-transform: uppercase;
	vertical-align: middle;
	margin: 0px;
	letter-spacing: 0.1em;
}
.BeigeBox {
	background-color:#FFE6CC;
	margin: 1em 0em;
	padding: 0.5em;
	border: 1px solid #FF9900;
}
.BlueSkyBox {
	background-color:#F0FBFF;
	margin: 1em 0em;
	padding: 0.5em;
	border: 1px solid #00CCFF;
}
.GlassyBoxTableTop {
	width: 100%;
	background-image: url(images/tile_new.gif);
	background-color: #E0F2FB;
}
.GlassyBoxTableBottom {
	width: 100%;
	background-image: url(images/tile_bot.gif);
	background-color: #E7F4FB;
}
.GlassyBlueBoxHeader {
	background-image: url(images/tile_new.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	vertical-align: middle;
	margin: 0px;
	float: left;
	height: 26px;
	line-height: 26px;
	width: auto;
	background-color: #C8E8F8;
	padding: 0px;
}
.GlassyBlueBoxTopLeft {
	background-image: url(images/left.gif);
	height: 26px;
	width: 24px;
	background-repeat: no-repeat;
}
.GlassyBlueBoxTopRight {
	background-image: url(images/right.gif);
	height: 26px;
	width: 22px;
	background-repeat: no-repeat;
}
.GlassyBlueBoxBottomLeft {
	background-image: url(images/left_bot.gif);
	height: 19px;
	width: 27px;
	background-repeat: no-repeat;
}
.GlassyBlueBoxBottomRight {
	background-image: url(images/right_bot.gif);
	height: 19px;
	width: 22px;
	background-repeat: no-repeat;
}
.GlassyBlueBoxBody {
	margin: 0px;
	float: none;
	clear: both;
	border: 1px solid #87C3DD;
	background-color: #E1EEF4;
	padding: 1em;
}
.GlassyBlueBoxBody p {
	margin-top:0.4em;
	margin-bottom:0.4em;
	line-height: normal;
}

.GlassyBlueBoxBody ul {
	margin:0;
	padding: 0px;
}
.GlassyBlueBoxBody ul li {
	background-image: url(images/radio14x12.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	list-style-type: none;
	padding-left:20px;
	margin-left:-40px;
	font-size: 11px;
	vertical-align: middle;
	line-height: 15px;
	text-align:left;
}
.GlassyBlueBoxBody ul li:hover {
	background-image: url(images/radio14x12over.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	list-style-type: none;
	padding-left:20px;
	margin-left:-40px;
	font-size: 11px;
	vertical-align: middle;
	line-height: 15px;
	text-align:left;
}

.GlassyBlueBoxBody ul li:hover a {
	color:#000;
}
.GlassyBlueBoxBody a {
	text-transform: capitalize;
}
.GlassyBlueBoxFooter {
	background-image: url(images/tile_bot.gif);
	background-repeat: repeat;
	height: 19px;
	float: left;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #9ED6F3;
	text-align: center;
	vertical-align: middle;
	width: auto;
}
ul.bluebullets {
	margin:0px;
	padding: 0px;
}
ul.bluebullets li {
	background-image: url(images/radio14x12.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	list-style-type: none;
	padding-left:20px;
	margin-left:-40px;
	vertical-align: middle;
	line-height: 15px;
	text-align:left;
}
#header {
	width:880px;
	height:180px;
	text-align:right;
	background-image:url(../images/banners/defaultheader880x180.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	background-color: #CCC;
	margin: 0em;
	border: 10px solid #FFF;
}
#logo {
	height: 59px;
	width: 237px;
	float: left;
	padding: 0px;
	margin-top: 25px;
	margin-left: 30px;
}
#tollfree{
	width: 225px;
	float: right;
	padding: 0px;
	margin-top: 38px;
	margin-right: 24px;
}

#copyright {
	width:900px;
	background-color: #DCEFF8;
	font-size: 10px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
	margin-top: .7em;
	margin-right: auto;
	margin-bottom: .7em;
	margin-left: auto;
	color: #126089;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AAD5EB;
	border-bottom-color: #AAD5EB;
	border-left-color: #AAD5EB;
	line-height: 28px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px 0px 0px 0.3em;
	letter-spacing: 0.1em;
	background-position: 0px 5px;
	vertical-align: middle;
	line-height: 2em;
	text-transform: capitalize;
	color: #FF6600;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #1DA3E2;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 0px 0px 0.5em;
	letter-spacing: .1em;
	vertical-align: middle;
	line-height: 1.7em;
	color: #1B95CF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	margin: 0;
	padding: 0px 0px 0px 0.5em;
	letter-spacing: 0.1em;
	vertical-align: middle;
	line-height: 1.6em;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: bold;
	color: #FF9933;
}
h4 {
	font-size: 1em;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 0.5em;
	letter-spacing: .1em;
	vertical-align: middle;
	line-height: 1.5em;
	font-weight:normal;
	color: #005AE1;
}
.dayheader {
	color:#FF3300;
	font-weight:600;
}
a {
	text-decoration: none;
}
p {
	margin: .5em .3em .5em .3em;
}
#mainContent  {
	margin: .5em 0em 0em 0em;

}

#breadcrumb  {
	margin:0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0.6em 1.5em 0.5em;
	color: #006699;
}

#breadcrumb a{
color:#666666;

}
#mainContent ul li {
	margin: .4em .3em .3em .3em;
	line-height:1.6em;
}
#mainContent ol li {
	margin: .5em .3em .5em .3em;
	line-height:1.5em;
}
.signature {
	font-style: oblique;
	font-weight: bolder;
	text-align: right;
}
.linkedRectangle {
	background-color: #CFEAF9;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: -1px;
	border: 1px solid #F59218;
}

.linkedRectangle a{
	font-size: 11px;
	color: #003399;
	font-family: "Trebuchet MS", Futura-Bold, "Gill Sans MT";
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1em;

}
.linkedRectangle a:hover{
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;

}
