/*
    NewTarget CSS standard for HTML rendering. 
    Copyright (C) 2008  NewTarget Inc. (www.newtarget.com)
*/
/*
-----------------------------
home
-----------------------------
*/

#pagecontainer{
	padding-top: 5px;
}

.homeconcept {
	clear: both;
	padding-bottom: 6px;
}
.homeconceptleft {
	float: left;
	padding-right: 6px;
	width: 636px;
}
.flash {
	padding-bottom: 9px;
}

.homeconceptright {
	float: right;
	width: 271px;
	padding-left: 7px;
}



.homecontent{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #1f1f6f;
}

.homecontentright {
	float: right;
	width: 714px;
	color: #5b5656;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0px;
}
.newsblock {
	padding-left: 1px;
	width: 634px;
	background-image: url(/images/box_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.newsleft {
	width: 310px;
	padding-right: 6px;
}
.newsright {
	width: 310px;
}
.newstext {
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-image: url(/images/newstext_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px; /*TH  3/13/09  added fixed height to account for varying length of news headlines.  Shorter headlines were causing noticable problem with background gradient image */
}
.newstext ul {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.newstext li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	line-height: 12px;
}

.pagecontent {
	background-image: url(/images/home_leftnavbg.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d7ebf1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3c3be;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccd0d2;
	border-left-color: #ccd0d2;
	background-color: #FFFFFF;
}
.policyblock {
	background-image: url(/images/policy_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.policytext {
	background-image: url(/images/policytext_bg.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 21px;
	padding-bottom: 20px;
	padding-left: 21px;
	height: 308px; /*TH  10/29/09  added fixed height to match policy boxes. */
	line-height: 14px;
}

.policytext p {
	padding: 0;
	margin: 3px 0;
}

.policytext ul {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.policytext li {
	list-style-type: none;
	background-image: url(/images/bullet_arrow.gif);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.policytext table {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
}
.policytext table td {
	padding-bottom: 3px;
}

li.bulletwireless {
	background-image: url(/images/bullet_wireless.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
li.bullettips {
	background-image: url(/images/bullet_tips.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}




/* container for the scrollable items */
div.items {
	height:66px;
	margin-left:20px;
	float:left;
	width:557px!important;
	margin-right: 20px;
}
/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:185px;
	height:50px;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d1dbdf;
	line-height: normal;
	padding-top: 3px;
}
div.items a:link, div.items a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
div.items a h2 {
	font-size: 14px;
	background-image: none;
	font-weight: bold;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
div.items a:hover {
	color:#CCCCCC;
}

div.items a.active {
	background-position:-174px 0;		
	color:#CCCCCC;
	cursor:default;
}
/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:46px;
	height:46px;
	float:left;
	background-repeat:no-repeat;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a.prev {
	background-image: url(/images/prev_button.gif);
	background-repeat: no-repeat;
}

a.prev:hover {
	background-image: url(/images/prev_button_over.gif);
	background-repeat: no-repeat;
}

a.next {
	background-image: url(/images/next_button.gif);
	background-repeat: no-repeat;
}

a.next:hover {
	background-image: url(/images/next_button_over.gif);
	background-repeat: no-repeat;
}
/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}
/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(img/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}
div.navi span:hover {
	background-position:0 -8px;      
}
div.navi span.active {
	background-position:0 -16px;     
}
/* end container for the scrollable */

